massimoaria / bibliometrix

An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.
https://www.bibliometrix.org
Other
500 stars 149 forks source link

Biblioshiny Most Local Cited Sources function analyzing authors not sources from Scopus #374

Closed hayesb closed 10 months ago

hayesb commented 1 year ago

When I load the included Scopus export file (includes References) in Biblioshiny and run the Most Local Cited Sources function the plot/table generated lists author names with corresponding citing articles rather than sources and citing articles. Please advise. Pubs4Biblioshiny-Scopus-534-WithReferences-RefAnalysisIssues.csv

bondif commented 10 months ago

I have the same issue

massimoaria commented 10 months ago

Recently, Scopus has changed its cited reference format and now it is not longer possible to automatically extract source names from bibliographies. Next bibliometrix/biblioshiny version will include a new dynamic menu that, based on the initial check on imported data, will automatically hide analyses that cannot be performed.

You can try it (in beta version) downloading the package from GitHub:

 install.packages("remotes")         
 remotes::install_github("massimoaria/bibliometrix")
bondif commented 10 months ago

Thanks for the clarification.