This project provides an unofficial dashboard to the ChemRxiv preprint server, based on the data publicly available from the Open Engage API.
Code requires Python 3.6 or later. Data is downloaded from the Open Engage API with download_metadata.py
. The dashboard is generated from the data by generate_dashboard.py
.
The metadata about ChemRxiv preprints is stored in two files:
data/allchemrxiv.json
holds a list of all the preprints, pairing their internal identifier with their DOIdata/allchemrxiv_data.json.bz2
contains the complete metadata (compressed)
That metadata is under the CC0 licence (Creative Commons “Public Domain Dedication”).
Additional metadata from the Crossref public API is also stored:
data/doi_journal.json
contains a list of published DOIs and the associated journal name
That metadata is not subject to copyright. According to Crossref: “the data can be treated as facts from members. The data is not subject to copyright, and you may use it for any purpose.”