Research compendium for visualizing the scientific landscape through bibliographic network analysis.
The first case study uses FRB-MTE-OFB projects:
- clean references and get their DOI when missing
source("analysis/01a_clean_references.R")- clean membership spellings
source("analysis/01b_clean_members.R")- fetch records from openalex database
source("analysis/02_fetch_openalex.R")- explore bibliometrix R package
quarto::quarto_render("analysis/03_explore_bibliometrix.qmd")- explore FRB-MTE-OFB membership network
quarto::quarto_render("analysis/04a_explore_mte_members.qmd")- explore FRB-MTE-OFB citation network
quarto::quarto_render("analysis/04b_explore_mte_citations.qmd")quarto::quarto_render("analysis/04c_explore_mte_coupling.qmd")The second case study uses FRB CESAB projects:
- clean group membership data
source("analysis/C1_clean_cesab_members.R")- process CESAB references and fetch records from openalex database
source("analysis/C2_prepare_cesab_ref.R")- explore CESAB networks
quarto::quarto_render("analysis/C3_explore_cesab.qmd")Many documents are available online.
- render the index
quarto::quarto_render("index.qmd")-
Aria, M., Le, T., Cuccurullo, C., Belfiore, A., & Choe, J. (2024). openalexR: An R-Tool for Collecting Bibliometric Data from OpenAlex. R J., 15(4), 167-180.
-
Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), 959-975
-
Aria, M. & Cuccurullo, C. (2026). Science Mapping Analysis: A Primer with Biblioshiny, McGraw-Hill Education. ISBN: 978-88-386-2297-7.
-
Csardi G, Nepusz T (2006). “The igraph software package for complex network research.” InterJournal, Complex Systems, 1695. https://igraph.org.
- Hugues Pecout H, Beauguitte L, Fernandez M (2023) Analyse de réseau avec igraph, https://elementr.gitpages.huma-num.fr/session_reseau/intro_reseau_igraph/igraph.html