Powered by actions workflow. See report for results. The report files can be found on the gh-pages branch.
- Unix-like OS (tested on Ubuntu 22.04)
- Git (tested with version 2.34)
- cURL (tested with version 7.81)
- gzip (tested with version 1.10)
- jq (tested with version 1.6)
- R (tested with version 4.5)
- Python (tested with version 3.10)
git clone git@github.com:slub/pvldb.git
cd pvldb
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
Rscript renv/activate.R
Rscript -e "renv::restore()"
If restoring the environment with an older version of R fails, try installing the required packages directly:
Rscript -e "install.packages(c('rmarkdown', 'ggplot2'))"
Rscript -e "renv::status()"
export CROSSREF_MAILTO="humans@institution.org"
export OPENALEX_MAILTO="humans@institution.org"
export OPENCITATIONS_ACCESS_TOKEN="YOUR_OC_ACCESS_TOKEN"
For further details, see the documentation of the Crossref polite pool, the OpenAlex polite pool and the OpenCitations access token.
utils/crossref > data/crossref.log 2>&1
utils/urlrequest
utils/data2public
utils/render
utils/license
cd public
python3 -m http.server
Go to http://127.0.0.1:8000 ...
- Created: October 2022
- License: GPL3
- Copyright Holder: SLUB Dresden
- Author + Maintainer: Donatus Herre
- Bug Tracker: GitHub
- Contact: bibliometrie@slub-dresden.de