https://github.com/artdgn/pages
Auto-updating dashboards about COVID-19 https://artdgn.github.io/pages
https://github.com/artdgn/pages
covid-19 data-analysis modeling
Last synced: 12 days ago
JSON representation
Auto-updating dashboards about COVID-19 https://artdgn.github.io/pages
- Host: GitHub
- URL: https://github.com/artdgn/pages
- Owner: artdgn
- License: apache-2.0
- Created: 2020-04-04T01:14:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:37:51.000Z (about 3 years ago)
- Last Synced: 2024-05-29T22:24:01.678Z (over 1 year ago)
- Topics: covid-19, data-analysis, modeling
- Language: Python
- Homepage:
- Size: 10.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


-----------
#### View at:
# https://artdgn.github.io/pages
-----------

### Automatically updating notebook posts, mainly for COVID-19 data related questions I couldn't find answers to in other places.
- Most of the [fastpages](https://github.com/fastai/fastpages) / github-actions automation and a lot of the initial data prep
code for COVID-19 JHU data is taken from [covid19dashboards.com ](https://github.com/github/covid19-dashboard) project.
- Dashboards from this repo that are merged in [covid19dashboards.com ](https://github.com/github/covid19-dashboard):
- [World News from data](https://covid19dashboards.com/covid-news/)
- [ICU projections](https://covid19dashboards.com/covid-progress-projections/)
-----------
### Local development:
- Install in .venv: `make install`
- Update / create local notebooks from `.py` files: `make notebooks`
- Run jupyter notebook server: `make jupyter`
- Run jekyll (the blog server): `make server`