CMS open data usage tools
virtualenv dpoa
source dpoa/bin/activate
pip install -r requirements.txt
Create the arxiv.json
and inspire.json
:
> cd data
> python3 query_inspire.py
> python3 query_arxiv.py
Open publications.ipynb
and analyze:
> cd ../
> jupyter lab
Create html:
> jupyter nbconvert publications.ipynb --to html --no-input --output index.html
- INSPIRE API
- ARXIV API
- Inspire query: papers that cite CMS open data DOIs
- Inspire API query results
- arXiv query: papers that contain "CMS Open Data" in abstract
- arXiv API query results (returns atom xml file)
- feedparser docs
- DOI resolution API
- cernopendata-client