CSSEGISandData / COVID-19

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

New dashboard - comparative evolution growth, cumulative over time for each country/state, new cases by day/by country, ratios, etc... #894

Open loulouOz opened 4 years ago

loulouOz commented 4 years ago

Hi guys,

As I was interested in seeing the cumulative number of cases for each country over time, new cases emerging by day, ratios comparison and a country comparative evolution growth (what to expect for other countries). I decided (me too!) to develop a web-app/dashboard that gives me all this information in one place. You can hover over the map to update data around it, play with dropdowns to select specific country(ies)/states and go back in tine with the sliders. I will add soon some new features that might be even more interesting.

https://virus-corona.herokuapp.com

Screen Shot 2020-03-17 at 5 05 00 pm

Would love your feedback.

Thanks, Louis

mmonfort2908 commented 4 years ago

great stuff - I had a quick look - might be good to try and bring in the work being done by guys like Tomas Pueyo and make that more interactive (see his Medium article). Another thing is the numbers in the KPI's change in size scale a bit - not sure why some are different than others but that's probably not too important as it's still readable (just me being picky as the countries are different size to rest of the metrics) but not anything to worry about.

loulouOz commented 4 years ago

great stuff - I had a quick look - might be good to try and bring in the work being done by guys like Tomas Pueyo and make that more interactive (see his Medium article). Another thing is the numbers in the KPI's change in size scale a bit - not sure why some are different than others but that's probably not too important as it's still readable (just me being picky as the countries are different size to rest of the metrics) but not anything to worry about.

Thanks, yes, I need to fix this css resizing font...super annoying. Initially, I wanted to add some modelling but didn’t want to freak out people so I kept it for myself. I might now put it on a fourth page. To be continued... thanks for your feedback!

mmonfort2908 commented 4 years ago

Also, I built an app in Power BI that pulls data from this JHU dataset so feel free to grab any ideas that might come from this. In terms of features of the app I will be adding some in-app commentary/info buttons and also putting documentation up on GitHub.

LINK

Did this in Power BI because A) I don't code well enough to build apps like you have and B) I also consult in this space and this is commonly in my toolkit.

All the best with your work!