open plots by default
This commit is contained in:
@@ -19,69 +19,69 @@ Not beautiful, but hopefully informing.
|
|||||||
|
|
||||||
Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>here</a> and is gereneated from the WHO reports.
|
Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>here</a> and is gereneated from the WHO reports.
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Basics</summary>
|
<summary>Basics</summary>
|
||||||
<details>
|
<details open>
|
||||||
<summary>total cases</summary>
|
<summary>total cases</summary>
|
||||||
<img src=total_cases.png />
|
<img src=total_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>new cases</summary>
|
<summary>new cases</summary>
|
||||||
<img src=new_cases.png />
|
<img src=new_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>total deaths</summary>
|
<summary>total deaths</summary>
|
||||||
<img src=total_deaths.png />
|
<img src=total_deaths.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>new deaths</summary>
|
<summary>new deaths</summary>
|
||||||
<img src=new_deaths.png />
|
<img src=new_deaths.png />
|
||||||
</details>
|
</details>
|
||||||
</details>
|
</details>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>percentual increase</summary>
|
<summary>percentual increase</summary>
|
||||||
New cases relative to total cases, with moving average of 3 days.
|
New cases relative to total cases, with moving average of 3 days.
|
||||||
<img src=percent_increase.png />
|
<img src=percent_increase.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>doubling time</summary>
|
<summary>doubling time</summary>
|
||||||
Doubling time with moving average of 3 days.
|
Doubling time with moving average of 3 days.
|
||||||
<img src=doubling_time.png />
|
<img src=doubling_time.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Deaths per cases</summary>
|
<summary>Deaths per cases</summary>
|
||||||
<img src=death_per_case.png />
|
<img src=death_per_case.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute cases timeshifted to day of first reported death</summary>
|
<summary>Absolute cases timeshifted to day of first reported death</summary>
|
||||||
Warning: data might be incomplete and not start with zero death (e.g. China).
|
Warning: data might be incomplete and not start with zero death (e.g. China).
|
||||||
<br>
|
<br>
|
||||||
<img src=normalized_to_first_death.png />
|
<img src=normalized_to_first_death.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute cases timeshifted to day of reported infections exceeding 100</summary>
|
<summary>Absolute cases timeshifted to day of reported infections exceeding 100</summary>
|
||||||
Timeshift to 100 cases, when in most countries the exponential growth fully set in.
|
Timeshift to 100 cases, when in most countries the exponential growth fully set in.
|
||||||
<br>
|
<br>
|
||||||
<img src=normalized_to_100_cases.png />
|
<img src=normalized_to_100_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Delay from China in days</summary>
|
<summary>Delay from China in days</summary>
|
||||||
Delay from case numbers seen in China counted in days
|
Delay from case numbers seen in China counted in days
|
||||||
<br>
|
<br>
|
||||||
<img src=delay_china.png />
|
<img src=delay_china.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Delay from USA in days</summary>
|
<summary>Delay from USA in days</summary>
|
||||||
Delay from case numbers seen in USA counted in days
|
Delay from case numbers seen in USA counted in days
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
22
index.html
22
index.html
@@ -21,65 +21,65 @@ Die Daten stammen von <a href=https://ourworldindata.org/coronavirus-source-data
|
|||||||
<details open>
|
<details open>
|
||||||
<summary>Basics</summary>
|
<summary>Basics</summary>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute Fälle</summary>
|
<summary>Absolute Fälle</summary>
|
||||||
<img src=total_cases.png />
|
<img src=total_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>Neue Fälle</summary>
|
<details open><summary>Neue Fälle</summary>
|
||||||
<img src=new_cases.png />
|
<img src=new_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute Todesfälle</summary>
|
<summary>Absolute Todesfälle</summary>
|
||||||
<img src=total_deaths.png />
|
<img src=total_deaths.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Neue Todesfälle</summary>
|
<summary>Neue Todesfälle</summary>
|
||||||
<img src=new_deaths.png />
|
<img src=new_deaths.png />
|
||||||
</details>
|
</details>
|
||||||
</details>
|
</details>
|
||||||
<br>
|
<br>
|
||||||
<details>
|
<details open>
|
||||||
<summary>Prozentualer Zuwachs</summary>
|
<summary>Prozentualer Zuwachs</summary>
|
||||||
Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen.
|
Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen.
|
||||||
<img src=percent_increase.png />
|
<img src=percent_increase.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Verdopplungszeit</summary>
|
<summary>Verdopplungszeit</summary>
|
||||||
Verdopplungszeit mit einem gleitenden Mittelwert von 3 Tagen.
|
Verdopplungszeit mit einem gleitenden Mittelwert von 3 Tagen.
|
||||||
<img src=doubling_time.png />
|
<img src=doubling_time.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Relative Todesfälle</summary>
|
<summary>Relative Todesfälle</summary>
|
||||||
<img src=death_per_case.png />
|
<img src=death_per_case.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute Fälle zeitlich normiert auf den ersten Todesfall</summary>
|
<summary>Absolute Fälle zeitlich normiert auf den ersten Todesfall</summary>
|
||||||
Achtung: die Daten sind nicht überall vollständig, die Statistik muss nicht bei Null beginnen!!
|
Achtung: die Daten sind nicht überall vollständig, die Statistik muss nicht bei Null beginnen!!
|
||||||
<br>
|
<br>
|
||||||
<img src=normalized_to_first_death.png />
|
<img src=normalized_to_first_death.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Absolute Fälle zeitlich normiert auf des erste Auftreten von mehr als 100 Fällen</summary>
|
<summary>Absolute Fälle zeitlich normiert auf des erste Auftreten von mehr als 100 Fällen</summary>
|
||||||
Ab dann setzt fast überall das exponentielle Wachstum ein.
|
Ab dann setzt fast überall das exponentielle Wachstum ein.
|
||||||
<br>
|
<br>
|
||||||
<img src=normalized_to_100_cases.png />
|
<img src=normalized_to_100_cases.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Verzögerung gegenüber China in Tagen</summary>
|
<summary>Verzögerung gegenüber China in Tagen</summary>
|
||||||
Verzögerung der Zahl der Erkrankungsfälle gegenüber China
|
Verzögerung der Zahl der Erkrankungsfälle gegenüber China
|
||||||
<br>
|
<br>
|
||||||
<img src=delay_china.png />
|
<img src=delay_china.png />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary>Verzögerung gegenüber den USA in Tagen</summary>
|
<summary>Verzögerung gegenüber den USA in Tagen</summary>
|
||||||
Verzögerung der Zahl der Erkrankungsfälle gegenüber den USA
|
Verzögerung der Zahl der Erkrankungsfälle gegenüber den USA
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user