Changelog
Source:NEWS.md
refsplitr 1.0.2 (2024-08-12)
NEW FEATURES
references_read
now extracts additional fields from Web of Science records: WE (Source Database), C3 (all author affiliations, equivalent to the Scopusaffiliations
field code), EI (eISSN), OA (Open Access), and RID (the original version of the Thomson-Reuters ResearcherID (RI); authors of some older publications might have an RID but not an RI). These are not included in the default output ofreferences_read
, to include them useinclude_all = TRUE
.references_read
no longer extracts some rarely used field codes: GE, LT, MC, MI, and TAThe following field codes are now returned by default when using
references_read
: DT (Document Type), ID (Keywords Plus), IS (Issue), JI (ISO abbreviated source code), and NR (number of references cited by the article).
refsplitr 1.0.1 (2024-07-23)
NEW FEATURES
- output of
plot_net_country()
now includes a list of any authors that have a lat-lon but no country (called withproducts$fixable_countries
).Users can correct these and re-run the visualization to include them in the graph.