-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_7d_incidence.html
199 lines (197 loc) · 11 KB
/
index_7d_incidence.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<title>7-Tages-Inzidenz in Thüringen</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="3600">
<meta name="author" content="Michael Böhme">
<meta name="robots" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#176fa1">
<meta name="keywords" content="Corona, COVID, COVID19, Coronavirus, Jena, Weimar, Erfurt, Thüringen, Statistik, Michael Böhme">
<meta name="description" content="Zusammenfassung und Visualisierung der Coronavirus-Fälle in Jena, Erfurt, Weimar und Thüringen">
<meta name="msapplication-square70x70logo" content="./icons/smalltile.png">
<meta name="msapplication-square150x150logo" content="./icons/mediumtile.png">
<meta name="msapplication-square310x310logo" content="./icons/largetile.png">
<meta property="og:site_name" content="Coronavirus-Fälle in Thüringen">
<meta property="og:title" content="7-Tages-Inzidenz in Thüringen">
<meta property="og:description" content="Visualisierung der Coronavirus-Fälle in Thüringen">
<meta property="og:image" content="/corona/logo.jpg">
<meta property="og:type" content="website">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:url" content="https://www.michael-böhme.de/corona">
<meta property="og:locale" content="de_DE">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@theochemiker" />
<meta name="twitter:creator" content="@theochemiker" />
<meta name="twitter:title" content="Coronavirus-Fälle in Thüringen" />
<meta name="twitter:image" content="https://xn--michael-bhme-djb.de/corona/logo.jpg" />
<meta name="twitter:description" content="Visualisierung der Coronavirus-Fälle in Thüringen" />
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./icons/android-icon.png" sizes="196x196">
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<base target="_blank">
</head>
<body>
<div class="navBar">
<div class="navDropdown">
<button class="navButton"><i class="fa fa-bars" aria-hidden="true"></i></button>
<div class="navLinks">
<a target="_self" href="./index.html">Startseite</a>
<a target="_self" href="./index_active_cases.html">aktive Fälle</a>
<a target="_self" href="./index_table.html">Tabelle</a>
<a target="_self" href="./index_th_all.html">alle Regionen</a>
<a target="_self" href="./index_map.html">interaktive Karte</a>
<hr>
<a target="_self" class="region" href="#graph_ABG">Altenburger Land</a>
<a target="_self" class="region" href="#graph_EIC">Eichsfeld</a>
<a target="_self" class="region" href="#graph_EF">Erfurt</a>
<a target="_self" class="region" href="#graph_G">Gera</a>
<a target="_self" class="region" href="#graph_GTH">Landkreis Gotha</a>
<a target="_self" class="region" href="#graph_GRZ">Landkreis Greiz</a>
<a target="_self" class="region" href="#graph_HBN">Landkreis Hildburghausen</a>
<a target="_self" class="region" href="#graph_IK">Ilm-Kreis</a>
<a target="_self" class="region" href="#graph_J">Jena</a>
<a target="_self" class="region" href="#graph_KYF">Kyffhäuserkreis</a>
<a target="_self" class="region" href="#graph_NDH">Landkreis Nordhausen</a>
<a target="_self" class="region" href="#graph_SHK">Saale-Holzland-Kreis</a>
<a target="_self" class="region" href="#graph_SOK">Saale-Orla-Kreis</a>
<a target="_self" class="region" href="#graph_SLF">Saalfeld-Rudolstadt</a>
<a target="_self" class="region" href="#graph_SM">Schmalkalden-Meiningen</a>
<a target="_self" class="region" href="#graph_SOM">Landkreis Sömmerda</a>
<a target="_self" class="region" href="#graph_SON">Landkreis Sonneberg</a>
<a target="_self" class="region" href="#graph_SHL">Suhl</a>
<a target="_self" class="region" href="#graph_UH">Unstrut-Hainich-Kreis</a>
<a target="_self" class="region" href="#graph_WAK">Wartburgkreis</a>
<a target="_self" class="region" href="#graph_WE">Weimar</a>
<a target="_self" class="region" href="#graph_AP">Weimarer Land</a>
<hr>
<a target="_self" href="#Info">Info</a>
</div>
</div>
</div>
<div class="centerText">
<h1 id="TH-RKI">7-Tages-Inzidenz in Thüringen</h1>
eigene Berechnung auf Grundlage der Daten des <a href="https://corona.rki.de">Robert Koch-Instituts</a><br>
<a target="_self" href="./index_active_cases.html">Visualisierung der aktiven Fälle</a> · <a target="_self" href="./index_table.html">zur Tabelle mit den Daten</a><br>
<br>
<div class="graphBlockContainerMatrix">
<div class="graphBlockContainerItem">
<h2 id="graph_TH">Thüringen</h2>
<img src="./plot8_RKI_TH.png" alt="7-Tages-Inzidenz in Thüringen" title="7-Tages-Inzidenz in Thüringen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_ABG">Altenburger Land</h2>
<img src="./plot8_RKI_ABG.png" alt="7-Tages-Inzidenz im Altenburger Land" title="7-Tages-Inzidenz im Altenburger Land">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_EIC">Eichsfeld</h2>
<img src="./plot8_RKI_EIC.png" alt="7-Tages-Inzidenz im Eichsfeld" title="7-Tages-Inzidenz im Eichsfeld">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_EF">Erfurt</h2>
<img src="./plot8_RKI_EF.png" alt="7-Tages-Inzidenz in Erfurt" title="7-Tages-Inzidenz in Erfurt">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_G">Gera</h2>
<img src="./plot8_RKI_G.png" alt="7-Tages-Inzidenz in Gera" title="7-Tages-Inzidenz in Gera">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_GTH">Landkreis Gotha</h2>
<img src="./plot8_RKI_GTH.png" alt="7-Tages-Inzidenz im Landkreis Gotha" title="7-Tages-Inzidenz im Landkreis Gotha">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_GRZ">Landkreis Greiz</h2>
<img src="./plot8_RKI_GRZ.png" alt="7-Tages-Inzidenz im Landkreis Greiz" title="7-Tages-Inzidenz im Landkreis Greiz">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_HBN">Landkreis Hildburghausen</h2>
<img src="./plot8_RKI_HBN.png" alt="7-Tages-Inzidenz im Landkreis Hildburghausen" title="7-Tages-Inzidenz im Landkreis Hildburghausen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_IK">Ilm-Kreis</h2>
<img src="./plot8_RKI_IK.png" alt="7-Tages-Inzidenz im Ilm-Kreis" title="7-Tages-Inzidenz im Ilm-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_J">Jena</h2>
<img src="./plot8_RKI_J.png" alt="7-Tages-Inzidenz in Jena" title="7-Tages-Inzidenz in Jena">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_KYF">Kyffhäuserkreis</h2>
<img src="./plot8_RKI_KYF.png" alt="7-Tages-Inzidenz im Kyffhäuserkreis" title="7-Tages-Inzidenz im Kyffhäuserkreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_NDH">Landkreis Nordhausen</h2>
<img src="./plot8_RKI_NDH.png" alt="7-Tages-Inzidenz im Landkreis Nordhausen" title="7-Tages-Inzidenz im Landkreis Nordhausen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SHK">Saale-Holzland-Kreis</h2>
<img src="./plot8_RKI_SHK.png" alt="7-Tages-Inzidenz im Saale-Holzland-Kreis" title="7-Tages-Inzidenz im Saale-Holzland-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SOK">Saale-Orla-Kreis</h2>
<img src="./plot8_RKI_SOK.png" alt="7-Tages-Inzidenz im Saale-Orla-Kreis" title="7-Tages-Inzidenz im Saale-Orla-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SLF">Saalfeld-Rudolstadt</h2>
<img src="./plot8_RKI_SLF.png" alt="7-Tages-Inzidenz im Landkreis Saalfeld-Rudolstadt" title="7-Tages-Inzidenz im Landkreis Saalfeld-Rudolstadt">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SM">Schmalkalden-Meiningen</h2>
<img src="./plot8_RKI_SM.png" alt="7-Tages-Inzidenz im Landkreis Schmalkalden-Meiningen" title="7-Tages-Inzidenz im Landkreis Schmalkalden-Meiningen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SOM">Landkreis Sömmerda</h2>
<img src="./plot8_RKI_SOM.png" alt="7-Tages-Inzidenz im Landkreis Sömmerda" title="7-Tages-Inzidenz im Landkreis Sömmerda">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SON">Landkreis Sonneberg</h2>
<img src="./plot8_RKI_SON.png" alt="7-Tages-Inzidenz im Landkreis Sonneberg" title="7-Tages-Inzidenz im Landkreis Sonneberg">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SHL">Suhl</h2>
<img src="./plot8_RKI_SHL.png" alt="7-Tages-Inzidenz in Suhl" title="7-Tages-Inzidenz in Suhl">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_UH">Unstrut-Hainich-Kreis</h2>
<img src="./plot8_RKI_UH.png" alt="7-Tages-Inzidenz im Unstrut-Hainich-Kreis" title="7-Tages-Inzidenz im Unstrut-Hainich-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_WAK">Wartburgkreis</h2>
<img src="./plot8_RKI_WAK.png" alt="7-Tages-Inzidenz im Wartburgkreis" title="7-Tages-Inzidenz im Wartburgkreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_WE">Weimar</h2>
<img src="./plot8_RKI_WE.png" alt="7-Tages-Inzidenz in Weimar" title="7-Tages-Inzidenz in Weimar">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_AP">Weimarer Land</h2>
<img src="./plot8_RKI_AP.png" alt="7-Tages-Inzidenz im Weimarer Land" title="7-Tages-Inzidenz im Weimarer Land">
</div>
</div>
<br>
<br>
<a target="_self" href="./index.html">« zurück zur Startseite «</a>
<br>
<br>
<h1 id="Info">Info über diese Seite</h1>
<br>
Die Daten können je nach Quelle und Uhrzeit variieren und werden stündlich aktualisiert.<br>
<br>
Die 7-Tages-Inzidenz basiert auf eigenen Berechnungen anhand der vom RKI veröffentlichten Fälle der letzten 7 Tage.<br>
<br>
<a href="https://www.uni-jena.de/200422_Boehme_Interview">Interview</a> · <a href="https://github.com/micb25/corona-jena/blob/master/README.md">Zusammenfassung</a> · <a href="https://github.com/micb25/corona-jena/blob/master/data/README.md">Daten</a> · <a href="https://github.com/micb25/corona-jena">Quellcode</a><br>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HGW4VMH2XP5WY&source=url">☕ Kaffee spendieren ☕</a><br>
<br>
Autor: <a href="https://www.michael-böhme.de/">Michael Böhme</a><br>
mit Unterstützung von <a href="https://floriankleiner.de">Florian Kleiner</a><br>
Abbildungen sind lizensiert unter <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/de/">CC BY-NC-SA</a><br>
<br>
<br>
</div>
</body>
</html>