Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (34 loc) · 1.41 KB

data-usage

CMS open data usage tools

Install

virtualenv dpoa
source dpoa/bin/activate
pip install -r requirements.txt

Usage

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

Links