A d3 visualization of physics papers published by the CMS experiment at the LHC.
http://cms-results.web.cern.ch/cms-results/public-results/publications-vs-time
How?
- First one must fetch the paper data from the CERN Document Server using ./data/get_cds_data_PAG.py (which uses invenio_connector.py): "python get_cds_data_PAG.py"
- The paper data are output to papers.json
- This data are then read in and rendered using d3
Links:
Author: thomas.mccauley@cern.ch