bibliometrix
## bibliometrix 2.3.2
To cite bibliometrix in publications, please use:
Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier.
A BibTeX entry for LaTeX users is
@Article{,
author = {Massimo Aria and Corrado Cuccurullo},
title = {bibliometrix: An R-tool for comprehensive science mapping analysis},
journal = {Journal of Informetrics},
volume = {11},
number = {4},
pages = {959-975},
publisher = {Elsevier},
year = {2017},
url = {https://doi.org/10.1016/j.joi.2017.08.007},
}
bibliometrix package provides a set of tools for quantitative research in bibliometrics and scientometrics.
Bibliometrics turns the main tool of science, quantitative analysis, on itself. Essentially, bibliometrics is the application of quantitative analysis and statistics to publications such as journal articles and their accompanying citation counts. Quantitative evaluation of publication and citation data is now used in almost all scientific fields to evaluate growth, maturity, leading authors, conceptual and intellectual maps, trends of a scientific community.
Bibliometrics is also used in research performance evaluation, especially in university and government labs, and also by policymakers, research directors and administrators, information specialists and librarians, and scholars themselves.
bibliometrix supports scholars in three key phases of analysis:
Data importing and conversion to R format;
Bibliometric analysis of a publication dataset;
Building matrices for co-citation, coupling, collaboration, and co-word analysis. Matrices are the input data for performing network analysis, multiple correspondence analysis, and any other data reduction techniques.
bibliometrix works with data extracted from the four main bibliographic databases: SCOPUS, Clarivate Analytics Web of Science, Cochrane Database of Systematic Reviews (CDSR) and RISmed PubMed/MedLine.
SCOPUS (http://www.scopus.com), founded in 2004, offers a great deal of flexibility for the bibliometric user. It permits to query for different fields, such as titles, abstracts, keywords, references and so on. SCOPUS allows for relatively easy downloading data-queries, although there are some limits on very large results sets with over 2,000 items.
Clarivate Analytics Web of Science (WoS) (http://www.webofknowledge.com), owned by Clarivate Analytics, was founded by Eugene Garfield, one of the pioneers of bibliometrics.
This platform includes many different collections.
Cochrane Database of Systematic Reviews (http://www.cochranelibrary.com/cochrane-database-of-systematic-reviews/index.html) is the leading resource for systematic reviews in health care. The CDSR includes Cochrane Reviews (the systematic reviews) and protocols for Cochrane Reviews as well as editorials. The CDSR also has occasional supplements. The CDSR is updated regularly as Cochrane Reviews are published “when ready” and form monthly issues; see publication schedule.
PubMed comprises more than 28 million citations for biomedical literature from MEDLINE, life science journals, and online books. Citations may include links to full-text content from PubMed Central and publisher websites.
Bibliographic data may be obtained by querying the SCOPUS or Clarivate Analytics Web of Science (WoS) database by diverse fields, such as topic, author, journal, timespan, and so on.
In this example, we show how to download data, querying a term in the manuscript title field.
We choose the generic term “bibliometrics”.
At the link http://www.webofknowledge.com, select Web of Science Core Collection database.
Write the keyword “bibliometrics” in the search field and select title from the drop-down menu (see figure 1).
Figure 1
Choose SCI-EXPANDED and SSCI citation indexes.
The search yielded 291 results on May 09, 2016.
Results can be refined using options on the left side of the page (the type of manuscript, source, subject category, etc.).
After refining the query, you can add records to your Marked List by clicking the button “add to marked list” at the end of the page and selecting the records to save (see figure 2).
Figure 2
The Marked List page provides you with a list of publications selected and various means of exporting data.
To export the data you desire, choose the export tool and follow the three intuitive steps (see figure 3).
Figure 3
The export tool allows you to select the diverse fields to save. So, select the fields you are interested in (for example all the available data about marked records).
To download an export file, in an appropriate format for the bibliometrix package, make sure to select the option “Save to Other File Formats” and choose Bibtex or Plain Text.
The WoS platform permits to export only 500 records at a time.
The Clarivate Analytics Web of Science export tool creates an export file with a default name “savedrecs” with an extension “.txt” or “.bib” for plain text or BibTeX format respectively. Export files can be separately stored.
The access to SCOPUS is via http://www.scopus.com.
To find all articles whose title includes the term “bibliometrics”, simply write this keyword in the field and select “Article Title” (see figure 4)
Figure 4
The search yielded 414 results on May 09, 2016.
You can download the references (up to 2,000 full records) by checking the ‘Select All’ box and clicking on the link ‘Export’. Choose the file type “BibTeX export” and “all available information” (see figure 5).
Figure 5
The SCOPUS export tool creates an export file with the default name “scopus.bib”.
Download and install the most recent version of R (cran.r-project.org)
Download and install the most recent version of Rstudio (http://www.rstudio.com)
Open Rstudio, in the console window, digit:
install.packages(“bibliometrix”, dependencies=TRUE) ### installs bibliometrix package and dependencies
## To cite bibliometrix in publications, please use:
##
## Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier.
##
##
## http:\\www.bibliometrix.org
##
##
## To start with the shiny web-interface, please digit:
## biblioshiny()
The export file can be read by R using the function readFiles:
D is a large character vector. readFiles argument contains the name of files downloaded from SCOPUS, Clarivate Analytics WOS, or Cochrane CDSR website.
The function readFiles combines all the text files onto a single large character vector. Furthermore, the format is converted into UTF-8.
es. D <- readFiles(“file1.txt”,“file2.txt”, …)
The object D can be converted in a data frame using the function convert2df:
##
## Converting your isi collection into a bibliographic dataframe
##
## Articles extracted 100
## Articles extracted 200
## Articles extracted 291
## Done!
##
##
## Generating affiliation field tag AU_UN from C1: Done!
convert2df creates a bibliographic data frame with cases corresponding to manuscripts and variables to Field Tag in the original export file.
convert2df accepts two additional arguments: dbsource and format.
The argument dbsource indicates from which database the collection has been downloaded.
It can be:
“isi” (for Clarivate Analytics Web of Science database),
“scopus” (for SCOPUS database),
“pubmed” (for PubMed/Medline database),
“cochrane” (for Cochrane database of systematic reviews).
The argument format indicates the file format of the imported collection. It can be “plaintext” or “bibtex” for WOS collection and mandatorily “bibtext” for SCOPUS collection. The argument is ignored if the collection comes from Pubmed or Cochrane.
Each manuscript contains several elements, such as authors’ names, title, keywords and other information. All these elements constitute the bibliographic attributes of a document, also called metadata.
Data frame columns are named using the standard Clarivate Analytics WoS Field Tag codify.
The main field tags are:
Field Tag | Description |
---|---|
AU | Authors |
TI | Document Title |
SO | Publication Name (or Source) |
JI | ISO Source Abbreviation |
DT | Document Type |
DE | Authors’ Keywords |
ID | Keywords associated by SCOPUS or ISI database |
AB | Abstract |
C1 | Author Address |
RP | Reprint Address |
CR | Cited References |
TC | Times Cited |
PY | Year |
SC | Subject Category |
UT | Unique Article Identifier |
DB | Bibliographic Database |
For a complete list of field tags see http://www.bibliometrix.org/documents/Field_Tags_bibliometrix.pdf
The first step is to perform a descriptive analysis of the bibliographic data frame.
The function biblioAnalysis calculates main bibliometric measures using this syntax:
The function biblioAnalysis returns an object of class “bibliometrix”.
An object of class “bibliometrix” is a list containing the following components:
List element | Description |
---|---|
Articles | the total number of manuscripts |
Authors | the authors’ frequency distribution |
AuthorsFrac | the authors’ frequency distribution (fractionalized) |
FirstAuthors | corresponding author of each manuscript |
nAUperPaper | the number of authors per manuscript |
Appearances | the number of author appearances |
nAuthors | the number of authors |
AuMultiAuthoredArt | the number of authors of multi-authored articles |
MostCitedPapers | the list of manuscripts sorted by citations |
Years | publication year of each manuscript |
FirstAffiliation | the affiliation of the corresponding author |
Affiliations | the frequency distribution of affiliations (of all co-authors for each paper) |
Aff_frac | the fractionalized frequency distribution of affiliations (of all co-authors for each paper) |
CO | the affiliation country of the corresponding author |
Countries | the affiliation countries’ frequency distribution |
CountryCollaboration | the intra-country (SCP) and inter-country (MCP) collaboration indices |
TotalCitation | the number of times each manuscript has been cited |
TCperYear | the yearly average number of times each manuscript has been cited |
Sources | the frequency distribution of sources (journals, books, etc.) |
DE | the frequency distribution of authors’ keywords |
ID | the frequency distribution of keywords associated to the manuscript by SCOPUS and Thomson Reuters’ ISI Web of Knowledge databases |
To summarize main results of the bibliometric analysis, use the generic function summary. It displays main information about the bibliographic data frame and several tables, such as annual scientific production, top manuscripts per number of citations, most productive authors, most productive countries, total citation per country, most relevant sources (journals) and most relevant keywords.
Main information table describes the collection size in terms of number of documents, number of authors, number of sources, number of keywords, timespan, and average number of citations.
Furthermore, many different co-authorship indices are shown. In particular, the Authors per Article index is calculated as the ratio between the total number of articles and the total number of authors. The Co-Authors per Articles index is calculated as the average number of co-authors per article. In this case, the index takes into account the author appearances while for the “authors per article” an author, even if he has published more than one article, is counted only once. For that reasons, Authors per Article index \(\ge\) Co-authors per Article index.
The Collaboration Index (CI) is calculated as Total Authors of Multi-Authored Articles/Total Multi-Authored Articles (Elango and Rajendran, 2012; Koseoglu, 2016). In other word, the Collaboration Index is a Co-authors per Article index calculated only using the multi-authored article set.
Elango, B., & Rajendran, P. (2012). Authorship trends and collaboration pattern in the marine sciences literature: a scientometric study. International Journal of Information Dissemination and Technology, 2(3), 166.
Koseoglu, M. A. (2016). Mapping the institutional collaboration network of strategic management research: 1980–2014. Scientometrics, 109(1), 203-226.
summary accepts two additional arguments. k is a formatting value that indicates the number of rows of each table. pause is a logical value (TRUE or FALSE) used to allow (or not) pause in screen scrolling. Choosing k=10 you decide to see the first 10 Authors, the first 10 sources, etc.
##
##
## Main Information about data
##
## Documents 291
## Sources (Journals, Books, etc.) 141
## Keywords Plus (ID) 463
## Author's Keywords (DE) 339
## Period 1985 - 2015
## Average citations per documents 11.73
##
## Authors 535
## Author Appearances 647
## Authors of single-authored documents 121
## Authors of multi-authored documents 414
## Single-authored documents 144
##
## Documents per Author 0.544
## Authors per Document 1.84
## Co-Authors per Documents 2.22
## Collaboration Index 2.82
##
## Document types
## ART EXHIBIT REVIEW 1
## ARTICLE 160
## ARTICLE, PROCEEDINGS PAPER 7
## BIOGRAPHICAL-ITEM 1
## BOOK REVIEW 32
## CORRECTION, ADDITION 1
## EDITORIAL MATERIAL 41
## LETTER 16
## MEETING ABSTRACT 4
## NOTE 3
## REVIEW 25
##
##
## Annual Scientific Production
##
## Year Articles
## 1985 4
## 1986 3
## 1987 6
## 1988 7
## 1989 8
## 1990 6
## 1991 7
## 1992 6
## 1993 5
## 1994 7
## 1995 1
## 1996 8
## 1997 4
## 1998 5
## 1999 2
## 2000 7
## 2001 8
## 2002 5
## 2003 1
## 2004 3
## 2005 12
## 2006 5
## 2007 5
## 2008 8
## 2009 14
## 2010 17
## 2011 20
## 2012 25
## 2013 21
## 2014 29
## 2015 32
##
## Annual Percentage Growth Rate 7.177346
##
##
## Most Productive Authors
##
## Authors Articles Authors Articles Fractionalized
## 1 BORNMANN L 8 BORNMANN L 4.67
## 2 KOSTOFF RN 8 WHITE HD 3.50
## 3 MARX W 6 MARX W 3.17
## 4 GLANZEL W 5 ATKINSON R 3.00
## 5 HUMENIK JA 5 BROADUS RN 3.00
## 6 ABRAMO G 4 CRONIN B 3.00
## 7 D'ANGELO CA 4 BORGMAN CL 2.50
## 8 GARG KC 4 MCCAIN KW 2.50
## 9 WHITE HD 4 PERITZ BC 2.50
## 10 ATKINSON R 3 KOSTOFF RN 2.10
##
##
## Top manuscripts per citations
##
## Paper TC TCperYear
## 1 DAIM TU, 2006, TECHNOL FORECAST SOC CHANG 211 15.07
## 2 WHITE HD, 1989, ANNU REV INFORM SCI TECHNOL 196 6.32
## 3 BORGMAN CL, 2002, ANNU REV INFORM SCI TECHNOL 192 10.67
## 4 WEINGART P, 2005, SCIENTOMETRICS 151 10.07
## 5 NARIN F, 1994, SCIENTOMETRICS 141 5.42
## 6 CRONIN B, 2001, J INF SCI 129 6.79
## 7 CHEN YC, 2011, SCIENTOMETRICS 101 11.22
## 8 HOOD WW, 2001, SCIENTOMETRICS 71 3.74
## 9 D'ANGELO CA, 2011, J AM SOC INF SCI TECHNOL 64 7.11
## 10 NARIN F, 1994, EVAL REV 62 2.38
##
##
## Corresponding Author's Countries
##
## Country Articles Freq SCP MCP MCP_Ratio
## 1 USA 81 0.3057 46 35 0.432
## 2 UNITED KINGDOM 27 0.1019 20 7 0.259
## 3 GERMANY 17 0.0642 11 6 0.353
## 4 FRANCE 13 0.0491 9 4 0.308
## 5 BRAZIL 12 0.0453 10 2 0.167
## 6 CHINA 10 0.0377 8 2 0.200
## 7 INDIA 10 0.0377 8 2 0.200
## 8 AUSTRALIA 8 0.0302 6 2 0.250
## 9 CANADA 8 0.0302 6 2 0.250
## 10 SPAIN 8 0.0302 7 1 0.125
##
##
## SCP: Single Country Publications
##
## MCP: Multiple Country Publications
##
##
## Total Citations per Country
##
## Country Total Citations Average Article Citations
## 1 USA 1831 22.60
## 2 GERMANY 330 19.41
## 3 ITALY 163 32.60
## 4 AUSTRALIA 134 16.75
## 5 UNITED KINGDOM 125 4.63
## 6 CANADA 111 13.88
## 7 INDIA 85 8.50
## 8 IRAN 74 37.00
## 9 SPAIN 73 9.12
## 10 BELGIUM 70 10.00
##
##
## Most Relevant Sources
##
## Sources Articles
## 1 SCIENTOMETRICS 49
## 2 JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE AND TECHNOLOGY 14
## 3 JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE 8
## 4 JOURNAL OF DOCUMENTATION 6
## 5 JOURNAL OF INFORMATION SCIENCE 6
## 6 JOURNAL OF INFORMETRICS 6
## 7 BRITISH JOURNAL OF ANAESTHESIA 5
## 8 LIBRI 5
## 9 SOCIAL WORK IN HEALTH CARE 5
## 10 TECHNOLOGICAL FORECASTING AND SOCIAL CHANGE 5
##
##
## Most Relevant Keywords
##
## Author Keywords (DE) Articles Keywords-Plus (ID) Articles
## 1 BIBLIOMETRICS 62 SCIENCE 38
## 2 CITATION ANALYSIS 12 INDICATORS 24
## 3 SCIENTOMETRICS 7 IMPACT 23
## 4 INFORMATION RETRIEVAL 6 CITATION ANALYSIS 18
## 5 H INDEX 5 CITATION 16
## 6 IMPACT FACTOR 5 H INDEX 13
## 7 PEER REVIEW 5 JOURNALS 13
## 8 CITATIONS 4 PUBLICATION 11
## 9 IMPACT FACTORS 4 GOOGLE SCHOLAR 10
## 10 NURSING 4 INFORMATION SCIENCE 10
Some basic plots can be drawn using the generic function :
The function citations generates the frequency table of the most cited references or the most cited first authors (of references).
For each manuscript, cited references are in a single string stored in the column “CR” of the data frame.
For a correct extraction, you need to identify the separator field among different references, used by ISI or SCOPUS database. Usually, the default separator is “;” or ". "
(a dot with double space).
The figure shows the reference string of the first manuscript. In this case, the separator field is sep = ";"
.
Figure 6
To obtain the most frequent cited manuscripts:
## [,1]
## HIRSCH JE, 2005, P NATL ACAD SCI USA, V102, P16569, DOI 10.1073/PNAS.0507655102. 29
## SMALL H, 1973, J AM SOC INFORM SCI, V24, P265, DOI 10.1002/ASI.4630240406. 20
## PRITCHAR.A, 1969, J DOC, V25, P348. 17
## DE SOLLA PRICE DJ, 1963, LITTLE SCI BIG SCI. 16
## BRADFORD S. C, 1934, ENGINEERING-LONDON, V137, P85. 13
## GARFIELD E, 2006, JAMA-J AM MED ASSOC, V295, P90, DOI 10.1001/JAMA.295.1.90. 12
## COLE FRANCIS J., 1917, SCI PROGR, V11, P578. 10
## DE BELLIS NICOLA, 2009, BIBLIOMETRICS CITATI. 10
## KESSLER MM, 1963, AM DOC, V14, P10, DOI 10.1002/ASI.5090140103. 10
## MOED H. F., 2005, CITATION ANAL RES EV. 10
To obtain the most frequent cited first authors:
## [,1]
## GARFIELD E 150
## BORNMANN L 92
## SMALL H 66
## CRONIN B 65
## WHITE HD 57
## GLANZEL W 50
## KOSTOFF RN 49
## EGGHE L 44
## LEYDESDORFF L 44
## NARIN F 43
The function localCitations generates the frequency table of the most local cited authors. Local citations measure how many times an author (or a document) included in this collection have been cited by other authors also in the collection.
To obtain the most frequent local cited authors: