The objective is to explore the associations among FRB-MTE-OFB projects based on shared references. Shared references can reveal common conceptual frameworks, methodological approaches, or research topics across projects.
Based on references, we:
cluster projects based on shared references
identify papers that act as bridges between multiple projects (i.e. hubs)
The analysis is based on a bipartite network linking projects and references, which is subsequently projected into project and reference networks. This document is mostly an exploration of (bipartite) network analysis methodology.
# between 11 and 116 references per project# summary(as.numeric(table(ref$Project)))n_ref <-data.frame(table(ref$Project))n_ref$Type <- meta$Type[match(n_ref$Var1, meta$Acronyme)]tapply(n_ref$Freq, n_ref$Type, summary)
$`REVUE SYSTEMATIQUE`
Min. 1st Qu. Median Mean 3rd Qu. Max.
10.00 12.25 18.00 17.25 23.00 23.00
$SYNERGIE
Min. 1st Qu. Median Mean 3rd Qu. Max.
18.00 21.75 25.00 26.50 30.00 40.00
$SYNTHESE
Min. 1st Qu. Median Mean 3rd Qu. Max.
53.00 72.75 76.50 78.80 83.75 108.00
Each project cited between 10 and 108 references in their proposal. These references come from the main text (Proposal), the top articles per member (Top5) or listed as Output in the final report. There are strong differences in the proposal format depending on the project type. Synthese projects have the most complete proposal compare to Synergie and Revue systematique.
In total, there are 1122 references listed by the 24 projects. Most publications are cited by a single project (N=965), but 72 publications are cited by at least two projects.
Bipartite network
We can build a bi-partite network in which references connect projects.
The network has 24 nodes (one node = one project) and 53 edges (one edge = shared reference between two projects). The connectance is 0.192 and the modularity 0.38
The reference network links publications that are cited by the same projects. Central references are therefore publications that contribute to connecting different parts of the project landscape.
We examine three centrality indices:
Betweenness: number of shortest paths going through a reference
Degree: number of connections to other references;
Google PageRank: influence based on the number and the importance of connected references.
We identified 5 sub-groups of projects based on shared literature and a handful of the most influential references among the FRB-MTE-OFB projects.
Yet, these results are drawn only from the raw reference list, ignoring the relation between the articles, which could be explored by a co-citation network. To further estimate the breadth and interdisciplinarity of research projects, we need integrate the citations among a larger pool of articles.