You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just discovered this nice package for extracting the SJR index of journals' prestige. It could potentially be a nice addition to the impact_factor related functions.
Specifically, as it includes the SJR index for different years, it would provide a unique opportunity to compute this index for each author's publication at their time of publication. Could be interesting for developing new authors' impact metrics.
The text was updated successfully, but these errors were encountered:
Associating publications with journal impact factors is a nice feature to have, but a more immediate issue I think is to uniquely identify the journals, which Google Scholar does not do.
Below is a modified version of get_journalrank() to download an updated version. (Please note that I'm using readr::read_csv2 due to problems with decimal separators in the scimago table and that readr has some parsing errors, that are due to missing quotes in the scimago data table).
Just discovered this nice package for extracting the SJR index of journals' prestige. It could potentially be a nice addition to the impact_factor related functions.
Specifically, as it includes the SJR index for different years, it would provide a unique opportunity to compute this index for each author's publication at their time of publication. Could be interesting for developing new authors' impact metrics.
The text was updated successfully, but these errors were encountered: