This repository contains all the code, data, and documents used for the website of the Coronavirus Open Citations Dataset.
The data.ipynb
notebook contains all the code used for generating the data for the visualisation. The full data are available in the directory data/
, while the data used for the visualisation are available in the directory docs/data/
.
To open the visualisation locally, it is necessary:
- to download this GitHub repository;
- to enter in the directory
docs/
; - to launch a Python (version 3) web server using the command
python -m http.server 8000
; - to open the URL
http://localhost:8000
with a browser.