Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirgj/covid-19-adjustment
COVID-19 dashboard with option to adjustment total cases based on other countries death rate
https://github.com/mirgj/covid-19-adjustment
coronavirus coronavirus-data covid covid-19 covid-19-adjustment
Last synced: 13 days ago
JSON representation
COVID-19 dashboard with option to adjustment total cases based on other countries death rate
- Host: GitHub
- URL: https://github.com/mirgj/covid-19-adjustment
- Owner: mirgj
- License: mit
- Created: 2020-03-29T10:22:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T10:28:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T07:33:24.338Z (2 months ago)
- Topics: coronavirus, coronavirus-data, covid, covid-19, covid-19-adjustment
- Homepage: https://mirgj.github.io/covid-19-adjustment/index.html
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 Adjustment
## Why
This small project is using **COVID-19** data and display it in a tabular format (yet another) and allows you to adjust the tatal case based on the death rate of any other country (or a custom one that you can specify).
This is to visualize how many real case are out there in a specific country given the big discrepancy of death rate between countries most likely (also) due to the understimation of the real infected people.
This has not a scientific value but just an empirical estimation based on the country that you would trust the most (or based on the one that has done more tests - Korea, Germany).
## Dataset
The data used for this specific project can be found [here](https://github.com/BlankerL/DXY-COVID-19-Data). The page uses the [JSON](https://github.com/BlankerL/DXY-COVID-19-Data/blob/master/json/DXYArea.json) formatted data and does simple transformations (see [percentages](https://en.wikipedia.org/wiki/Percentage) and [proportionality]())
## Technology
Nothing fancy has been used. Just pure HTML, vanilla JavaScript and [bootstrap](https://getbootstrap.com/).
## Where to find it
You can find it in the file in the [docs](docs/) folder or at [this link](https://mirgj.github.io/covid-19-adjustment/index.html).