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.
- Host: GitHub
- URL: https://opencitations.github.io/coronavirus/
- Owner: opencitations
- License: other
- Created: 2020-04-18T11:50:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T08:05:28.000Z (about 6 years ago)
- Last Synced: 2024-06-11T00:12:30.387Z (almost 2 years ago)
- Language: Jupyter Notebook
- Homepage: https://opencitations.github.io/coronavirus/
- Size: 22.4 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-scholarly-data-analysis - Coronavirus Open Citations Dataset
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.