|
1 | 1 | # refsplitr News |
2 | 2 |
|
3 | 3 |
|
| 4 | +refsplitr 1.2 (2025-04-26) |
| 5 | +========================= |
| 6 | + |
| 7 | +### NEW FEATURES |
| 8 | + |
| 9 | + * The new default service for georeferencing author institutions is the free |
| 10 | + [Nominatim](https://nominatim.org/) service, which uses OpenStreetMap (OSM) data and |
| 11 | + which `refsplitr` queries via the [`tidygeocoder`]((https://jessecambon.github.io/tidygeocoder/) |
| 12 | + package.[`tidygeocoder`](https://jessecambon.github.io/tidygeocoder/). |
| 13 | + The Google Maps API is still an option, but users should be aware that their |
| 14 | + georeferencing request may exceed the lower limit of free queries. |
| 15 | + |
| 16 | + * The `authors_addresses` function has been updated and is now more efficient. |
| 17 | + |
| 18 | + * In `plot_net_address`: the deprecated function `fortify` has been replaced |
| 19 | + with `sf_convert` |
| 20 | + |
| 21 | + |
4 | 22 | refsplitr 1.0.2 (2024-08-12) |
5 | 23 | ========================= |
6 | 24 |
|
7 | 25 | ### NEW FEATURES |
8 | 26 |
|
9 | 27 |
|
10 | | - * `references_read` now extracts additional fields from Web of Science records: WE (Source Database), C3 (all author affiliations, equivalent to the Scopus `affiliations` 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 of `references_read`, to include them use `include_all = TRUE`. |
| 28 | + * `references_read` now extracts additional fields from Web of Science |
| 29 | + records: WE (Source Database), C3 (all author affiliations, equivalent to the |
| 30 | + Scopus `affiliations` field code), EI (eISSN), OA (Open Access), and RID |
| 31 | + (the original version of the Thomson-Reuters ResearcherID (RI); authors of |
| 32 | + some older publications might have an RID but not an RI). These are not |
| 33 | + included in the default output of `references_read`; to include |
| 34 | + them use `include_all = TRUE`. |
11 | 35 |
|
12 | | - * `references_read` no longer extracts some rarely used field codes: GE, LT, MC, MI, and TA |
| 36 | + * `references_read` no longer extracts some rarely used field codes: |
| 37 | + GE, LT, MC, MI, and TA |
13 | 38 |
|
14 | | - * The 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). |
| 39 | + * The following field codes are now returned by default when using |
| 40 | + `references_read`: DT (Document Type), ID (Keywords Plus), IS (Issue), |
| 41 | + JI (ISO abbreviated source code), and NR (number of references cited |
| 42 | + by the article). |
15 | 43 |
|
16 | 44 |
|
17 | 45 | refsplitr 1.0.1 (2024-07-23) |
18 | 46 | ========================= |
19 | 47 |
|
20 | 48 | ### NEW FEATURES |
21 | 49 |
|
22 | | - * output of `plot_net_country()` now includes a list of any authors that have a lat-lon but no country (called with `products$fixable_countries`).Users can correct these and re-run the visualization to include them in the graph. |
| 50 | + * output of `plot_net_country()` now includes a list of any authors that have |
| 51 | + a lat-lon but no country (called with `products$fixable_countries`).Users can |
| 52 | + correct these and re-run the visualization to include them in the graph. |
23 | 53 |
|
24 | 54 | ### DEPRECATED AND DEFUNCT |
25 | 55 |
|
26 | | - * Removed the dependency on deprecated package [maptools](https://cran.r-project.org/web/packages/maptools/index.html). [(#90)](https://github.com/ropensci/refsplitr/issues/90) |
| 56 | + * Removed the dependency on deprecated package |
| 57 | + [maptools](https://cran.r-project.org/web/packages/maptools/index.html). |
| 58 | + [(#90)](https://github.com/ropensci/refsplitr/issues/90) |
27 | 59 |
|
28 | 60 | ### DOCUMENTATION FIXES |
29 | 61 |
|
30 | | - * Updated README with citation of the _Journal of Open Source Software_ article describing refsplitr. |
| 62 | + * Updated README with citation of the _Journal of Open Source Software_ |
| 63 | + article describing refsplitr. |
31 | 64 |
|
32 | 65 |
|
33 | 66 | refsplitr 0.9.0 (2020-01-14) |
|
0 commit comments