Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 608 Bytes

d3-cms-physics

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: [email protected]