A brief introduction to bibliometrix

Massimo Aria and Corrado Cuccurullo

2018-01-18

Latest version

## bibliometrix  1.9

http://www.bibliometrix.org

Citation for package ‘bibliometrix’:

## 
## 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},
##   }

Introduction

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 science 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:

Bibliographic databases

bibliometrix works with data extracted from the two main bibliographic databases: SCOPUS and Thomson Reuter ISI Web of Knowledge.

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.

ISI Web of Knowledge (WoK) (http://www.webofknowledge.com), owned by Thomson Reuter, was founded by Eugene Garfield, one of the pioneers of bibliometrics.
This platform includes many different collections.

Data acquisition

Bibliographic data may be obtained by querying the SCOPUS or ISI WoK 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”.

Querying from ISI WoK

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 dropdown menu (see figure 1).

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 (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
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
Figure 3

The export tool allows you to select the diverse fields to save. So, select the fields your are interested in (for example all the available data about marked records).

To download an export file, in an appropriate format for bibliometrix package, make sure to select the option “Save to Other File Formats” and choose Bibtex or Plain Text.

Please pay attention that bibtex import function is faster than plain text.

The ISI platform permits to export only 500 records at a time.

The ISI Web of Science export tool creates an export file with a default name “savedrecs” with extention “.txt” or “.bib” for plain text or bibtex format respectively. Export files can be separately stored.

Querying from SCOPUS

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
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
Figure 5

The SCOPUS export tool creates an export file with the default name “scopus.bib”.

bibliometrix installation

Download and install the most recent version of R (https://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

library(bibliometrix)   ### load bibliometrix package
## 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

Data loading and converting

The export file can be read by R using the function readFiles:

D <- readFiles("http://www.bibliometrix.org/datasets/savedrecs.bib")

D is a large character vector. readFiles argument contains the name of files downloaded from SCOPUS or ISI WOS 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:

M <- convert2df(D, dbsource = "isi", format = "bibtex")
## Articles extracted   100 
## Articles extracted   200 
## Articles extracted   291

convert2df creates a bibliographic data frame with cases corresponding to manuscripts and variables to Field Tag in the original export file.

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 ISI 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/documentation/Field_Tags_bibliometrix.pdf

Bibliometric Analysis

The first step is to perform a descriptive analysis of the bibliographic data frame.

The function biblioAnalysis calculates main bibliometric measures using this syntax:

results <- biblioAnalysis(M, sep = ";")

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 first author of each manuscript
nAUperPaper the number of authors per manuscript
Apparences the number of author apparences
nAuthors the number of authors
AuMultiAuthoredArt the number of authors of multi authored articles
MostCitedPapers the list of manuscripts sorted by citations
Years pubblication year of each manuscript
FirstAffiliation the affiliation of the first 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 first author
Countries the affiliation countries’ frequency distribution
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

Functions summary and plot

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.

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.

S=summary(object = results, k = 10, pause = FALSE)
## 
## 
## Main Information about data
## 
##  Articles                              291 
##  Sources (Journals, Books, etc.)       141 
##  Keywords Plus (ID)                    474 
##  Author's Keywords (DE)                365 
##  Period                                1985 - 2015 
##  Average citations per article         11.73 
## 
##  Authors                               535 
##  Author Appearances                    647 
##  Authors of single authored articles   104 
##  Authors of multi authored articles    431 
## 
##  Articles per Author                   0.544 
##  Authors per Article                   1.84 
##  Co-Authors per Articles               2.22 
##  Collaboration Index                   2.93 
##  
## 
## 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         
## 1  DAIM TU;RUEDA G;MARTIN H;GERDSRI P,(2006),TECHNOL. FORECAST. SOC. CHANG.
## 2  WHITE HD;MCCAIN KW,(1989),ANNU. REV. INFORM. SCI. TECHNOL.              
## 3  BORGMAN CL;FURNER J,(2002),ANNU. REV. INFORM. SCI. TECHNOL.             
## 4  WEINGART P,(2005),SCIENTOMETRICS                                        
## 5  NARIN F,(1994),SCIENTOMETRICS                                           
## 6  CRONIN B,(2001),J. INF. SCI.                                            
## 7  CHEN YC;YEH HY;WU JC;HASCHLER I;CHEN TJ;WETTER T,(2011),SCIENTOMETRICS  
## 8  HOOD WW;WILSON CS,(2001),SCIENTOMETRICS                                 
## 9  D'ANGELO CA;GIUFFRIDA C;ABRAMO G,(2011),J. AM. SOC. INF. SCI. TECHNOL.  
## 10 NARIN F;OLIVASTRO D;STEVENS KA,(1994),EVAL. REV.                        
##     TC TCperYear
## 1  211     17.58
## 2  196      6.76
## 3  192     12.00
## 4  151     11.62
## 5  141      5.88
## 6  129      7.59
## 7  101     14.43
## 8   71      4.18
## 9   64      9.14
## 10  62      2.58
## 
## 
## Most Productive Countries
## 
##    Country   Articles   Freq
## 1  USA             81 0.3045
## 2  ENGLAND         25 0.0940
## 3  GERMANY         17 0.0639
## 4  FRANCE          13 0.0489
## 5  BRAZIL          12 0.0451
## 6  CHINA           10 0.0376
## 7  INDIA           10 0.0376
## 8  SPAIN            9 0.0338
## 9  AUSTRALIA        8 0.0301
## 10 CANADA           8 0.0301
## 
## 
## 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  ENGLAND                  121                      4.84
## 6  CANADA                   111                     13.88
## 7  INDIA                     85                      8.50
## 8  SPAIN                     85                      9.44
## 9  IRAN                      74                     37.00
## 10 BELGIUM                   70                     10.00
## 
## 
## Most Relevant Sources
## 
##                                                            Sources       
## 1  SCIENTOMETRICS                                                        
## 2  JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE AND TECHNOLOGY
## 3  JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE               
## 4  JOURNAL OF DOCUMENTATION                                              
## 5  JOURNAL OF INFORMATION SCIENCE                                        
## 6  JOURNAL OF INFORMETRICS                                               
## 7  BRITISH JOURNAL OF ANAESTHESIA                                        
## 8  LIBRI                                                                 
## 9  SOCIAL WORK IN HEALTH CARE                                            
## 10 TECHNOLOGICAL FORECASTING AND SOCIAL CHANGE                           
##    Articles
## 1        49
## 2        14
## 3         8
## 4         6
## 5         6
## 6         6
## 7         5
## 8         5
## 9         5
## 10        5
## 
## 
## Most Relevant Keywords
## 
##    Author Keywords (DE)      Articles Keywords-Plus (ID)     Articles
## 1      BIBLIOMETRICS               63    SCIENCE                   38
## 2      CITATION ANALYSIS           11    INDICATORS                24
## 3      SCIENTOMETRICS               7    IMPACT                    23
## 4      IMPACT FACTOR                5    CITATION                  20
## 5      INFORMATION RETRIEVAL        5    CITATION ANALYSIS         15
## 6      PEER REVIEW                  5    JOURNALS                  14
## 7      CITATION                     4    H-INDEX                   13
## 8      CITATIONS                    4    PUBLICATION               12
## 9      H-INDEX                      4    INFORMATION-SCIENCE       10
## 10     IMPACT FACTORS               4    IMPACT FACTORS             8

Some basic plots can be drawn using the generic function :

plot(x = results, k = 10, pause = FALSE)

Analysis of Cited References

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).

# M$CR[1]

The figure shows the reference string of the first manuscript. In this case, the separator field is sep = ". ".

Figure 6
Figure 6

To obtain the most frequent cited manuscripts:

CR <- citations(M, field = "article", sep = ".  ")
CR$Cited[1:10]
## CR
## HIRSCH JE, 2005, P NATL ACAD SCI USA, V102, P16569, DOI 101073/PNAS0507655102 
##                                                                            26 
##       SMALL H, 1973, J AM SOC INFORM SCI, V24, P265, DOI 101002/ASI4630240406 
##                                                                            19 
##                                   DE SOLLA PRICE DJ, 1963, LITTLE SCI BIG SCI 
##                                                                            15 
##                                             PRITCHARA, 1969, J DOC, V25, P348 
##                                                                            14 
##                             BRADFORD S C, 1934, ENGINEERING-LONDON, V137, P85 
##                                                                            13 
##       GARFIELD E, 2006, JAMA-J AM MED ASSOC, V295, P90, DOI 101001/JAMA295190 
##                                                                            11 
##                                    COLE FRANCIS J, 1917, SCI PROGR, V11, P578 
##                                                                            10 
##                  KESSLER MM, 1963, AM DOC, V14, P10, DOI 101002/ASI5090140103 
##                                                                            10 
##         SMALL HG, 1978, SOC STUD SCI, V8, P327, DOI 101177/030631277800800305 
##                                                                            10 
##                                         SMITH LC, 1981, LIBR TRENDS, V30, P83 
##                                                                            10

To obtain the most frequent cited first authors:

CR <- citations(M, field = "author", sep = ".  ")
CR$Cited[1:10]
## CR
##    GARFIELD E    BORNMANN L       SMALL H      CRONIN B     GLANZEL W 
##           129            81            62            53            48 
##      WHITE HD    KOSTOFF RN       NARIN F LEYDESDORFF L    BROOKES BC 
##            48            45            41            40            38

The function localCitations generates the frequency table of the most local cited authors. Local citations measures 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:

CR <- localCitations(M, sep = ".  ")
## Articles analysed   100 
## Articles analysed   200 
## Articles analysed   291
CR$Authors[1:10,]
##          Author LocalCitations
## 51   BROADUS RN              7
## 1      ABRAMO G              6
## 21     BARKER K              6
## 42   BORNMANN L              6
## 87  D'ANGELO CA              6
## 197    HOLDEN G              6
## 397 ROSENBERG G              6
## 165   GLANZEL W              5
## 440    SMITH DR              5
## 510  WILLIAMS R              5
CR$Papers[1:10,]
##                                                                                                                    Paper
## 1985 - 1                                                                                     BROOKES BC, 1985, J INF SCI
## 1985 - 2                                                                                       IKPAAHINDI L, 1985, LIBRI
## 1985 - 3  VOVERENE O, 1985, NAUCHNO-TEKHNICHESKAYA INFORMATSIYA SERIYA 1-ORGANIZATSIYA I METODIKA INFORMATSIONNOI RABOTY
## 1985 - 4                                                                                       WHITE EC, 1985, SPEC LIBR
## 1986 - 5                                                                                    SEN SK, 1986, SCIENTOMETRICS
## 1986 - 6                                                                                 PERSSON O, 1986, SCIENTOMETRICS
## 1986 - 7                                                                                           DEGLAS F, 1986, LIBRI
## 1987 - 8                                                                                           LINE MB, 1987, LIBR J
## 1987 - 9                                                                                BROADUS RN, 1987, SCIENTOMETRICS
## 1987 - 10                                                                          BROADUS RN, 1987, J EDUC LIBR INF SCI
##                                  DOI Year LCS GCS
## 1985 - 1  10.1177/016555158501000206 1985   0   2
## 1985 - 2                        <NA> 1985   1  19
## 1985 - 3                        <NA> 1985   0   1
## 1985 - 4                        <NA> 1985   0   9
## 1986 - 5          10.1007/BF02016859 1986   0   6
## 1986 - 6          10.1007/BF02016861 1986   3  15
## 1986 - 7   10.1515/LIBR.1986.36.1.40 1986   2   8
## 1987 - 8                        <NA> 1987   0   1
## 1987 - 9          10.1007/BF02016680 1987   5  38
## 1987 - 10           10.2307/40323625 1987   2   2

Authors’ Dominance ranking

The function dominance calculates the authors’ dominance ranking as proposed by Kumar & Kumar, 2008.

Function arguments are: results (object of class bibliometrix) obtained by biblioAnalysis; and k (the number of authors to consider in the analysis).

DF <- dominance(results, k = 10)
DF
##             Dominance Factor Multi Authored First Authored
## KOSTOFF RN         1.0000000              8              8
## HOLDEN G           1.0000000              3              3
## ABRAMO G           0.7500000              4              3
## GARG KC            0.7500000              4              3
## BORNMANN L         0.6250000              8              5
## GLANZEL W          0.6000000              5              3
## BORGMAN CL         0.3333333              3              1
## D'ANGELO CA        0.2500000              4              1
## WHITE HD           0.2500000              4              1
## MARX W             0.1666667              6              1
##             Rank by Articles Rank by DF
## KOSTOFF RN                 2          1
## HOLDEN G                  10          2
## ABRAMO G                   5          3
## GARG KC                    7          4
## BORNMANN L                 1          5
## GLANZEL W                  4          6
## BORGMAN CL                 9          7
## D'ANGELO CA                6          8
## WHITE HD                   8          9
## MARX W                     3         10

The Dominance Factor is a ratio indicating the fraction of multi authored articles in which a scholar appears as first author.

In this example, Kostoff and Holden dominate their research team because they appear as first authors in all their papers (8 for Kostoff and 3 for Holden).

Authors’ h-index

The h-index is an author-level metric that attempts to measure both the productivity and citation impact of the publications of a scientist or scholar.

The index is based on the set of the scientist’s most cited papers and the number of citations that they have received in other publications.

The function Hindex calculates the authors’ H-index and its variants (g-index and m-index) in a bibliographic collection.

Function arguments are: M a bibliographic data frame; auhtors a character vector containing the the authors’ names for which you want to calculate the H-index. The aurgument has the form c(“SURNAME1 N”,“SURNAME2 N”,…).

In other words, for each author: surname and initials are separated by one blank space. i.e for the authors ARIA MASSIMO and CUCCURULLO CORRADO, authors argument is authors = c(“ARIA M”, “CUCCURULLO C”).

To calculate the h-index of Lutz Bornmann in this collection:

indices <- Hindex(M, authors="BORNMANN L", sep = ";",years=10)

# Bornmann's impact indices:
indices$H
##       Author h_index g_index   m_index TC NP
## 1 BORNMANN L       4       7 0.5714286 50  8
# Bornmann's citations
indices$CitationList
## [[1]]
##                          Authors                        Journal Year
## 2              MARX W;BORNMANN L SOZIALE WELT-ZEITSCHRIFT FUR S 2015
## 4       BORNMANN L;LEYDESDORFF L        JOURNAL OF INFORMETRICS 2014
## 8 BORNMANN L;BOWMAN BF;BAUER J;M     ZEITSCHRIFT FUR EVALUATION 2012
## 3                     BORNMANN L            RESEARCH EVALUATION 2014
## 1              BORNMANN L;MARX W        JOURNAL OF INFORMETRICS 2015
## 6          BORNMANN L;WILLIAMS R        JOURNAL OF INFORMETRICS 2013
## 7              BORNMANN L;MARX W        JOURNAL OF INFORMETRICS 2013
## 5                     BORNMANN L JOURNAL OF THE AMERICAN SOCIET 2013
##   TotalCitation
## 2             0
## 4             1
## 8             2
## 3             3
## 1             5
## 6            10
## 7            11
## 5            18

To calculate the h-index of the first 10 most productive authors (in this collection):

authors=gsub(","," ",names(results$Authors)[1:10])

indices <- Hindex(M, authors, sep = ";",years=50)

indices$H
##         Author h_index g_index   m_index  TC NP
## 1   BORNMANN L       4       7 0.5714286  50  8
## 2   KOSTOFF RN       8       8 0.4000000 276  8
## 3       MARX W       3       6 0.3750000  36  6
## 4    GLANZEL W       2       5 0.0800000  64  5
## 5   HUMENIK JA       5       5 0.2631579 213  5
## 6     ABRAMO G       4       4 0.4000000 158  4
## 7  D'ANGELO CA       4       4 0.4000000 158  4
## 8      GARG KC       4       4 0.1481481  41  4
## 9     WHITE HD       4       4 0.1333333 248  4
## 10  ATKINSON R       0       0 0.0000000   0  3

Lotka’s Law coefficient estimation

The function lotka estimates Lotka’s law coefficients for scientific productivity (Lotka A.J., 1926).

Lotka’s law describes the frequency of publication by authors in any given field as an inverse square law, where the number of authors publishing a certain number of articles is a fixed ratio to the number of authors publishing a single article. This assumption implies that the theoretical beta coefficient of Lotka’s law is equal to 2.

Using lotka function is possible to estimate the Beta coefficient of our bibliographic collection and assess, through a statistical test, the similarity of this empirical distribution with the theoretical one.

L <- lotka(results)

# Author Productivity. Empirical Distribution
L$AuthorProd
##   N.Articles N.Authors        Freq
## 1          1       466 0.871028037
## 2          2        47 0.087850467
## 3          3        13 0.024299065
## 4          4         4 0.007476636
## 5          5         2 0.003738318
## 6          6         1 0.001869159
## 7          8         2 0.003738318
# Beta coefficient estimate
L$Beta
## [1] 2.976457
# Constant
L$C
## [1] 0.6634829
# Goodness of fit
L$R2
## [1] 0.9413535
# P-value of K-S two sample test
L$p.value
## [1] 0.2031888

The table L$AuthorProd shows the observed distribution of scientific productivity in our example.

The estimated Beta coefficient is 3.05 with a goodness of fit equal to 0.94. Kolmogorov-Smirnoff two sample test provides a p-value 0.09 that means there is not a significant difference between the observed and the theoretical Lotka distributions.

You can compare the two distributions using plot function:

# Observed distribution
Observed=L$AuthorProd[,3]

# Theoretical distribution with Beta = 2
Theoretical=10^(log10(L$C)-2*log10(L$AuthorProd[,1]))

plot(L$AuthorProd[,1],Theoretical,type="l",col="red",ylim=c(0, 1), xlab="Articles",ylab="Freq. of Authors",main="Scientific Productivity")
lines(L$AuthorProd[,1],Observed,col="blue")
legend(x="topright",c("Theoretical (B=2)","Observed"),col=c("red","blue"),lty = c(1,1,1),cex=0.6,bty="n")

Bibliometric network matrices

Manuscript’s attributes are connected to each other through the manuscript itself: author(s) to journal, keywords to publication date, etc.

These connections of different attributes generate bipartite networks that can be represented as rectangular matrices (Manuscripts x Attributes).

Furthermore, scientific publications regularly contain references to other scientific works. This generates a further network, namely, co-citation or coupling network.

These networks are analysed in order to capture meaningful properties of the underlying research system, and in particular to determine the influence of bibliometric units such as scholars and journals.

Bipartite networks

cocMatrix is a general function to compute a bipartite network selecting one of the metadata attributes.

For example, to create a network Manuscript x Publication Source you have to use the field tag “SO”:

A <- cocMatrix(M, Field = "SO", sep = ";")

A is a rectangular binary matrix, representing a bipartite network where rows and columns are manuscripts and sources respectively.

The generic element \(a_{ij}\) is 1 if the manuscript \(i\) has been published in source \(j\), 0 otherwise.

The \(j-th\) column sum \(a_j\) is the number of manuscripts published in source \(j\).

Sorting, in decreasing order, the column sums of A, you can see the most relevant publication sources:

sort(Matrix::colSums(A), decreasing = TRUE)[1:5]
##                                                         SCIENTOMETRICS 
##                                                                     49 
## JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE AND TECHNOLOGY 
##                                                                     14 
##                JOURNAL OF THE AMERICAN SOCIETY FOR INFORMATION SCIENCE 
##                                                                      8 
##                                                JOURNAL OF INFORMETRICS 
##                                                                      6 
##                                               JOURNAL OF DOCUMENTATION 
##                                                                      6

Following this approach, you can compute several bipartite networks:

# A <- cocMatrix(M, Field = "CR", sep = ".  ")
# A <- cocMatrix(M, Field = "AU", sep = ";")

Authors’ Countries is not a standard attribute of the bibliographic data frame. You need to extract this information from affiliation attribute using the function metaTagExtraction.

M <- metaTagExtraction(M, Field = "AU_CO", sep = ";")
# A <- cocMatrix(M, Field = "AU_CO", sep = ";")

metaTagExtraction allows to extract the following additional field tags: Authors’ countries (Field = "AU_CO"); First author of each cited reference (Field = "CR_AU"); Publication source of each cited reference (Field = "CR_SO"); and Authors’ affiliations (Field = "AU_UN").

# A <- cocMatrix(M, Field = "DE", sep = ";")
# A <- cocMatrix(M, Field = "ID", sep = ";")

Bibliographic coupling

Two articles are said to be bibliographically coupled if at least one cited source appears in the bibliographies or reference lists of both articles (Kessler, 1963).

A coupling network can be obtained using the general formulation:

\[ B = A \times A^T \] where A is a bipartite network.

Element \(b_{ij}\) indicates how many bibliographic coupling exist between manuscripts \(i\) and \(j\). In other words, \(b_{ij}\) gives the number of paths of length 2, via which one moves from \(i\) along the arrow and then to \(j\) in the opposite direction.

\(B\) is a simmetrical matrix \(B = B^T\).

The strength of the coupling of two articles, \(i\) and \(j\) is defined simply by the number of references that the articles have in common, as given by the element \(b_{ij}\) of matrix \(B\).

The function biblioNetwork calculates, starting from a bibliographic data frame, the most frequently used coupling networks: Authors, Sources, and Countries.

biblioNetwork uses two arguments to define the network to compute:

The following code calculates a classical article coupling network:

# NetMatrix <- biblioNetwork(M, analysis = "coupling", network = "references", sep = ".  ")

Articles with only a few references, therefore, would tend to be more weakly bibliographically coupled, if coupling strength is measured simply according to the number of references that articles contain in common.

This suggests that it might be more practicable to switch to a relative measure of bibliographic coupling.

normalizeSimilarity function calculates Association strength, Inclusion, Jaccard or Salton similarity among vertices of a network.

NetMatrix <- biblioNetwork(M, analysis = "coupling", network = "authors", sep = ";")

# calculate jaccard similarity coefficient
S <- normalizeSimilarity(NetMatrix, type="jaccard")

# plot authors' similarity (first 20 authors)
net=networkPlot(S, n = 20, Title = "Authors' Coupling", type = "fruchterman", size=FALSE,remove.multiple=TRUE)

Bibliographic co-citation

We talk about co-citation of two articles when both are cited in a third article. Thus, co-citation can be seen as the counterpart of bibliographic coupling.

A co-citation network can be obtained using the general formulation:

\[ C = A^T \times A \] where A is a bipartite network.

Like matrix \(B\), matrix \(C\) is also symmetric. The main diagonal of \(C\) contains the number of cases in which a reference is cited in our data frame.

In other words, the diagonal element \(c_{i}\) is the number of local citations of the reference \(i\).

Using the function biblioNetwork, you can calculate a classical reference co-citation network:

# NetMatrix <- biblioNetwork(M, analysis = "co-citation", network = "references", sep = ".  ")

Bibliographic collaboration

Scientific collaboration network is a network where nodes are authors and links are co-authorships as the latter is one of the most well documented forms of scientific collaboration (Glanzel, 2004).

An author collaboration network can be obtained using the general formulation:

\[ AC = A^T \times A \] where A is a bipartite network Manuscripts x Authors.

The diagonal element \(ac_{i}\) is the number of manuscripts authored or co-authored by researcher \(i\).

Using the function biblioNetwork, you can calculate an authors’ collaboration network:

# NetMatrix <- biblioNetwork(M, analysis = "collaboration", network = "authors", sep = ";")

or a country collaboration network:

# NetMatrix <- biblioNetwork(M, analysis = "collaboration", network = "countries", sep = ";")

Visualizing bibliographic networks

All bibliographic networks can be graphically visualized or modeled.

Here, we show how to visualize networks using function networkPlot and VOSviewer software by Nees Jan van Eck and Ludo Waltman (http://www.vosviewer.com).

Using the function networkPlot, you can plot a network created by biblioNetwork using R routines or using VOSviewer.

The main argument of networkPlot is type. It indicates the network map layout: circle, kamada-kawai, mds, etc. Choosing type=“vosviewer”, the function automatically: (i) saves the network into a pajek network file, named “vosnetwork.net”; (ii) starts an instance of VOSviewer which will map the file “vosnetwork.net”. You need to declare, using argument vos.path, the full path of folder where VOSviewer software is located (es. vos.path=‘c:/software/VOSviewer’).

Country Scientific Collaboration

# Create a country collaboration network

M <- metaTagExtraction(M, Field = "AU_CO", sep = ";")
NetMatrix <- biblioNetwork(M, analysis = "collaboration", network = "countries", sep = ";")

# Plot the network
net=networkPlot(NetMatrix, n = 20, Title = "Country Collaboration", type = "circle", size=TRUE, remove.multiple=FALSE)

Co-Citation Network

# Create a co-citation network

NetMatrix <- biblioNetwork(M, analysis = "co-citation", network = "references", sep = ".  ")

# Plot the network
net=networkPlot(NetMatrix, n = 15, Title = "Co-Citation Network", type = "fruchterman", size=T, remove.multiple=FALSE)