-
CristinMonthly
can now conduct SDG predictions derived from Vanderfeesten et al. (2022). Either using a self-hosted python script and models or a user-defined host with proper using proper BERT-models -
CristinMonthly
can now check for open source publications usingUnpaywall
(setget.unpaywall
to TRUE) and/or useget.ezproxy
to append a EZproxy as defined byezproxy.host
-
SDG's, bibliographies, monthlies and extras should all now use key and version to update
rds
files inlocal.storage
. -
Separated
CristinMonthly
into a main function an two internal helper functions:CreateMonthlies
andCreateExtras
.CreateMonthlies
will create the main monthly bibliographies and store (iflocal.storage
is defined) atmonthlies_LANG.rds
, similaryCreateExtras
will store extra metadata (e.g., SDG predictions, Unpaywall links, EZproxy links etc.) inmonthlies.extras.rds
-
Some minor adjustment to the internal function
InnCristin
, that now only searches for first and last name -
Added a missing profile image icon to user cards
- Path to SDG images
- Workflow for windows
- Initial launch
-
Greatly improved
CristinMonthly
(that is, making it less cumbersome) by speeding up the various steps. The process could be further sped up by using the argumentlocal.storage
thus pointing to a storage path of the various outputs in rds format (possibly using sqlite in the future). The logical argumentfull.update
(default FALSE) enables, wait for it, a full update of collections, items, and paths. -
Moved
CristinMonthly
andCristinUnits
fromc2z
to this package to keep maintenance simpler.