Bibliometrix Presentation
Bibliometrix Presentation
• Adcroft, A., & Willis, R. (2008). A snapshot of strategy • Maia, J. L., Serio, L. C., & Alves Filho, A. G. (2015). Almost
research 2002-2006. Journal of Management History, 14(4), two decades after: a bibliometric effort to map research on
313-333. strategy as practice using two data sources. European
Journal of Economics, Finance and Administrative
• Bibliometric articles (General) Sciences, 73, 7-31.
• Ramos‐Rodríguez, A. R., & Ruíz‐Navarro, J. (2004). Changes • Acedo, F. J., Barroso, C., & Galan, J. L. (2006). The
in the intellectual structure of strategic management resource‐based theory: dissemination and main
research: A bibliometric study of the Strategic Management trends. Strategic Management Journal, 27(7), 621-636.
Journal, 1980–2000. Strategic Management Journal, 25(10),
981-1004. • Vogel, R., & Güttel, W. H. (2013). The dynamic capability
view in strategic management: a bibliometric
• Nerur, S. P., Rasheed, A. A., & Natarajan, V. (2008). The review. International Journal of Management
intellectual structure of the strategic management field: An Reviews, 15(4), 426-446.
author co‐citation analysis. Strategic Management
Journal, 29(3), 319-336. • Di Stefano, G., Peteraf, M., & Verona, G. (2010). Dynamic
capabilities deconstructed‡: a bibliographic investigation
• Furrer, O., Thomas, H., & Goussevskaia, A. (2008). The into the origins, development, and future directions of the
structure and evolution of the strategic management field: research domain. Industrial and Corporate Change, 19(4),
A content analysis of 26 years of strategic management 1187-1204.
research. International Journal of Management
Context
• Topic Relevance • Bibliometrics
The number of academic publications is increasing at a Scholars use different qualitative and quantitative
rapid pace and it is becoming increasingly unfeasible to literature reviewing approaches to understand and
remain current with everything that is being published. organize earlier findings. Among these, bibliometrics
Moreover, the emphasis on empirical contributions has has the potential to introduce a systematic,
resulted in voluminous and fragmented research transparent, and reproducible review process based on
streams. This hampers the ability to accumulate the statistical measurement of science, scientists, or
knowledge and actively collect evidence through a set scientific activity. Unlike other techniques,
of previous research papers. Therefore, literature bibliometrics provides more objective and reliable
reviews are increasingly assuming a crucial role in analyses. The overwhelming volume of new Altmetrics
synthesizing past research findings to effectively use information, conceptual developments, and data are
the existing knowledge base, advance a line of the milieu where bibliometrics becomes useful by
research, and provide evidence-based insight into the providing a structured analysis to a large body of
practice of exercising and sustaining professional information, to infer trends over time, themes
judgment and expertise. researched, identify shifts in the boundaries of the
disciplines, to detect the most prolific scholars and
institutions, and to present the “big picture” of extant
research.
Bibliometrics for:
• Research valuation
• Science Mapping
Bibliometrix
• Complexity of bibliometric analysis • Bibliometrix: one tool for the whole bibliometric
workflow
Although over time, the use of bibliometrics has been
extended to all disciplines, bibliometric analysis is In the seminar we propose and use a unique tool,
complex because it entails several steps that employ developed in the R language, which follows a classic
numerous and diverse analyses and mapping software logical bibliometric workflow that we reconstruct.
tools, which are frequently available only under
commercial licenses. We have designed and produced an R-tool for
comprehensive bibliometric analyses. R is a language
These difficulties are compounded by the reality that and environment for statistical computing and
few researchers and practitioners are trained in how to graphics. It provides a wide variety of statistical and
review literature and to identify evidence-based graphical techniques and is highly extensible. In
practices. addition to enabling statistical operations, it is an
object-oriented and functional programming
The cumbersome nature of the process reduces the language; hence, you can automate your analyses and
possibilities and the potential of bibliometrics, create new functions. It has an open-software nature,
especially for scholars who have no general which means it is well supported by the user
programming skills. community and new functions are regularly
contributed by users, many of whom are prominent
Recently, automated workflows to assemble specialized statisticians.
software into a comprehensive and organized data flow
have begun to emerge for bibliometrics. They are As it is programmed in R, the proposed tool is flexible,
particularly well suited to multi-step analyses using can be rapidly upgraded, and can be integrated with
different types of software tools. other statistical R-packages. It is therefore useful in a
constantly changing field such as bibliometrics.
Visits 13.481 (last 12 months at March, 2017)
Collaborations
Word
co-occurrences
Bibliometrix
Study Design
Data collection: Main steps
Data retrieval Data downloading
Conceptual
Structure
(research front)
Coupling
Two works (A & B) refer
to a common work (a)
Co-citation
Two works (a & b) are cited
together by a common work (A)
Main functions
Software assisted bibliometrix
Description
workflow steps functions
• readFiles() • Loads a sequence of Scopus and Clarivate Analytics WoS export files into R
• Convert2df() • Creates a bibliographic data frame
Data loading and converting
• Uses Scopus API search to obtain information regarding documents on a set of
• retrievalByAuthorID()
authors using Scopus ID
• biblioAnalysis() • Returns an object of class bibliometrix
• summary() and plot() • Summarize the main results of the bibliometric analysis
• citations() • Identifies the most cited references or authors
• localCitations() • Identifies the most cited local authors
Descriptive bibliometric
• dominance() • Calculates the authors’ dominance ranking
analysis
• Hindex() • Measures productivity and citation impact of a scholar
• lotka() • Estimates Lotka’s law coefficients for scientific productivity
• keywordGrowth() • Calculates yearly cumulative occurrences of top keywords/terms
• keywordAssociation() • Associates authors' keywords to keywords plus
• metaTagExtraction() • Extracts other field tags, different from the standard WoS/Scopus codify
Document x Attribute matrix • Extracts and stems terms from textual fields (abstract, title, author's keywords, and
• termExtraction()
creation others) of a bibliographic data frame
• cocMatrix() • Computes a Document x Attribute matrix
• Calculates association strength, inclusion index, Jaccard’s coefficient, and Salton’s
Normalization • normalizeSimilarity()
similarity coefficient among objects of a bibliographic network
Data Reduction • conceptualStructure() • Creates conceptual structure map of a scientific field using MCA and Clustering
• Calculates the most frequently used bibliographic coupling, co-citation,
• biblioNetwork()
Network matrix creation collaboration, and co-occurrence networks
• histNetwork() • Creates a historical co-citation network from a bibliographic data frame
• networkPlot() • Plots a bibliographic network using internal R library or VOSviewer software
Mapping • histPlot() • Plots a historical co-citation network
• conceptualStructure() • Plots conceptual structure map of a scientific field using MCA and Clustering
Descriptive analysis
Wip on Big Data
Matrix “Document x Attribute”
• Document’s attributes are connected to each other through the Doc itself: author(s) to journal,
keywords to publication date, etc.
• An attribute is an item of information associated to the document and stored in a field tag within
the bibliometric data frame (e.g., authors, publication source, keywords, cited references,
affiliations).
• These connections of different attributes generate a binary rectangular matrices (Document x
Attribute) that, in some cases, it can be represented as a bipartite networks
• Furthermore, scientific publications regularly contain references to other scientific works. This
generates a further network, namely, co-citation or coupling network
• These networks are analyzed 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.
Matrix 𝐷𝑜𝑐𝑢𝑚𝑒𝑛𝑡 × 𝑅𝑒𝑓𝑒𝑟𝑒𝑛𝑐𝑒
(cocMatrix function)
matrix 𝑨 𝐷𝑜𝑐𝑢𝑚𝑒𝑛𝑡 × 𝑅𝑒𝑓𝑒𝑟𝑒𝑛𝑐𝑒
Cited documents
A
Doc G 0 0 1 G
Matrix 𝑩𝒄𝒐𝒄𝒊𝒕
X Y
X Y Z
X 3 1 2
Y 1 3 0
Z 2 0 4
Z
3 1 2 Degree
Co-citation Network
Document co-citation
THEMATIC
NETWORK
HIGHLY DEVELOPED AND ISOLATED
THEMES
(NICHES)