-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #28
Open
a2br
wants to merge
1
commit into
rozierguillaume:master
Choose a base branch
from
a2br:readme-typos
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix typos #28
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# CovidTracker [data and charts] | ||
You can find on this repository many charts and data about Coronavirus (COVID-19) disease, especially in Europe. Most of data come from [CSSE](https://systems.jhu.edu) (Johns Hopkins Center for Systems Science and Engineering), but I also add data of my own to have up-to-date data. | ||
In this repository, you'll find many charts and data about the Coronavirus (COVID-19) disease, especially in Europe. Most of the data comes from the [CSSE](https://systems.jhu.edu) (Johns Hopkins Center for Systems Science and Engineering), but I also add some of my own to keep it up-to-date. | ||
|
||
French data come frome [INSEE](https://insee.fr/fr/accueil) (Institut National des Statistiques et des Études Économiques) and [Santé Publique France](https://www.santepubliquefrance.fr). | ||
French data comes from [INSEE](https://insee.fr/fr/accueil) (Institut National des Statistiques et des Études Économiques) and [Santé Publique France](https://www.santepubliquefrance.fr). | ||
|
||
For more information and comments in French, you can follow me on Twitter: [@guillaumerozier](http://twitter.com/guillaumerozier). | ||
For more information and comments in French, follow me on Twitter: [@guillaumerozier](http://twitter.com/guillaumerozier). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please follow me |
||
|
||
# [CovidTracker](http://www.guillaumerozier.fr): Covid19 Dashboard | ||
**This dashboard ontains many and detailed graphs, comments and articles about France and the World! | ||
**This dashboard contains many detailed graphs, comments and articles about France and the World! | ||
Check it out now: [CovidTracker (covidtracker.fr)](http://www.covidtracker.fr)!** | ||
|
||
<a href="http://www.guillaumerozier.fr"><p align="center" ><img width="70%" src="images/covidtracker.svg"></p></a> | ||
|
||
# Website sources | ||
You can find sources of some of the CovidTracker's webpages here: [covidtracker-tools](https://github.com/rozierguillaume/covidtracker-tools). | ||
You can find the sources of some of CovidTracker's webpages here: [covidtracker-tools](https://github.com/rozierguillaume/covidtracker-tools). | ||
|
||
# Requirements | ||
Please see the imports in each Jupyter Notebook. Nothing crazy.\ | ||
Here are the main requirements: Python3, Plotly, Orca, Pandas, requests, imageio, json... (you can install all of them with `pip3`) | ||
Refer to the imports in each Jupyter Notebook. Nothing crazy.\ | ||
The main requirements are: Python3, Plotly, Orca, Pandas, requests, imageio, json... (all of them can be installed through `pip3`) | ||
|
||
# Repository structure | ||
|
||
|
@@ -29,13 +29,13 @@ covid-19 | |
| | ||
└───world -> Jupyter Notebooks and their corresponding .py files generating world charts | ||
| | ||
└───server -> scripts that updates data | ||
└───server -> scripts that update data | ||
| | ||
└───data -> datasets from CSSE, WHO, INSEE, and more. | ||
│ │ total_cases_csse.csv -> CSV file containing total confirmed cases from CSSE. | ||
│ │ total_deaths_csse.csv -> CSV file containing total deaths from CSSE. | ||
│ │ total_cases_perso.csv -> my own data containing latests confirmed cases (to update charts earlier). | ||
| | total_deaths_perso.csv -> my own data containing latests deaths (to update charts earlier). | ||
│ │ total_cases_perso.csv -> my own data containing latest confirmed cases (to update charts earlier). | ||
| | total_deaths_perso.csv -> my own data containing latest deaths (to update charts earlier). | ||
| | data_confirmed.csv -> exported cases dataset after merging other datasets. | ||
| | data_deaths.csv -> exported deaths dataset after merging other datasets. | ||
| | info_countries.json -> information about countries (e.g. population). | ||
|
@@ -44,11 +44,11 @@ covid-19 | |
└───images | ||
└───charts -> world charts (linear axis). | ||
| | ||
| * Lot of charts! * | ||
| * Lots of charts! * | ||
| | ||
└───logy_axis -> world charts (log axis). | ||
| | ||
| * Exactly the same charts, but whith a log y axis * | ||
| * Exactly the same charts, but with a log y axis * | ||
| | ||
└───france -> french charts. | ||
| | ||
|
@@ -61,13 +61,13 @@ covid-19 | |
|
||
# Data Sources | ||
You can find 2 datasets: | ||
- Data downloaded from [CSSE](https://github.com/CSSEGISandData/COVID-19). Data come from WHO (World Health Organization). | ||
- [INSEE](https://insee.fr/fr/accueil) (Institut National des Statistiques et des Études Économiques) | ||
- [Santé Publique France](https://www.santepubliquefrance.fr). | ||
- Data downloaded from [CSSE](https://github.com/CSSEGISandData/COVID-19). Data comes from WHO (World Health Organization), | ||
- [INSEE](https://insee.fr/fr/accueil) (Institut National des Statistiques et des Études Économiques), | ||
- [Santé Publique France](https://www.santepubliquefrance.fr), | ||
- Personal data (added manually). | ||
|
||
|
||
If you have any question or feedback please ask me by email or on Twitter. | ||
If you have any questions or feedback please tell me by email or on Twitter. | ||
|
||
# LICENSE | ||
License MIT. Please see [LICENSE.md](https://github.com/rozierguillaume/covid-19/blob/master/LICENSE) | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can find is better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both are correct