An open API service indexing awesome lists of open source software.

https://opencitations.github.io/coronavirus/

Data, code, and documents of the Coronavirus Open Citations Dataset.
https://opencitations.github.io/coronavirus/

Last synced: 7 months ago
JSON representation

Data, code, and documents of the Coronavirus Open Citations Dataset.

Awesome Lists containing this project

README

          

# Coronavirus Open Citations Dataset repository

This repository contains all the code, data, and documents used for the website of the [Coronavirus Open Citations Dataset](https://opencitations.github.io/coronavirus/).

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:

1. to download this GitHub repository;
2. to enter in the directory `docs/`;
3. to launch a Python (version 3) web server using the command `python -m http.server 8000`;
4. to open the URL `http://localhost:8000` with a browser.