CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.16k stars 18.46k forks source link

Created a visual chart of cases, deaths and recovered #1272

Open mauriciogior opened 4 years ago

mauriciogior commented 4 years ago

Here is the link: https://www.covid-19-live.com/ It is a simple html page with css and js directly written on it, feel free to use it, MIT license.

dhmacq commented 4 years ago

The name of the university is Johns Hopkins, not simply Hopkins.

Muramas commented 4 years ago

Here is the link: https://www.covid-19-live.com/ It is a simple html page with css and js directly written on it, feel free to use it, MIT license.

Can you make a calculation for the recovery rate and the death rates vs date?

mauriciogior commented 4 years ago

@dhmacq Thanks, I'll fix that now, sorry. @Muramas What would the calculation be? Recovery / Death rate?

Muramas commented 4 years ago

@Muramas What would the calculation be? Recovery / Death rate?

Death / confirmed = Death rate ( vs date ) Recovered / Confirmed = Recovery rate ( vs date )