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.
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Basics</summary>
|
||||
<details>
|
||||
<details open>
|
||||
<summary>total cases</summary>
|
||||
<img src=total_cases.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>new cases</summary>
|
||||
<img src=new_cases.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>total deaths</summary>
|
||||
<img src=total_deaths.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>new deaths</summary>
|
||||
<img src=new_deaths.png />
|
||||
</details>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>percentual increase</summary>
|
||||
New cases relative to total cases, with moving average of 3 days.
|
||||
<img src=percent_increase.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>doubling time</summary>
|
||||
Doubling time with moving average of 3 days.
|
||||
<img src=doubling_time.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Deaths per cases</summary>
|
||||
<img src=death_per_case.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<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).
|
||||
<br>
|
||||
<img src=normalized_to_first_death.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<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.
|
||||
<br>
|
||||
<img src=normalized_to_100_cases.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Delay from China in days</summary>
|
||||
Delay from case numbers seen in China counted in days
|
||||
<br>
|
||||
<img src=delay_china.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Delay from USA in days</summary>
|
||||
Delay from case numbers seen in USA counted in days
|
||||
<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>
|
||||
<summary>Basics</summary>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Absolute Fälle</summary>
|
||||
<img src=total_cases.png />
|
||||
</details>
|
||||
|
||||
<details><summary>Neue Fälle</summary>
|
||||
<details open><summary>Neue Fälle</summary>
|
||||
<img src=new_cases.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Absolute Todesfälle</summary>
|
||||
<img src=total_deaths.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Neue Todesfälle</summary>
|
||||
<img src=new_deaths.png />
|
||||
</details>
|
||||
</details>
|
||||
<br>
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Prozentualer Zuwachs</summary>
|
||||
Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen.
|
||||
<img src=percent_increase.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Verdopplungszeit</summary>
|
||||
Verdopplungszeit mit einem gleitenden Mittelwert von 3 Tagen.
|
||||
<img src=doubling_time.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Relative Todesfälle</summary>
|
||||
<img src=death_per_case.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<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!!
|
||||
<br>
|
||||
<img src=normalized_to_first_death.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<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.
|
||||
<br>
|
||||
<img src=normalized_to_100_cases.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Verzögerung gegenüber China in Tagen</summary>
|
||||
Verzögerung der Zahl der Erkrankungsfälle gegenüber China
|
||||
<br>
|
||||
<img src=delay_china.png />
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>Verzögerung gegenüber den USA in Tagen</summary>
|
||||
Verzögerung der Zahl der Erkrankungsfälle gegenüber den USA
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user