-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_active_cases.html
197 lines (195 loc) · 10.8 KB
/
index_active_cases.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>aktive Coronavirus-Fälle 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="aktive Coronavirus-Fälle 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_7d_incidence.html">7-Tages-Inzidenz</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">aktive Coronavirus-Fälle in Thüringen</h1>
geschätzt auf Grundlage der Genesungszahlen des <a href="https://corona.rki.de">Robert Koch-Instituts</a><br>
<a target="_self" href="./index_7d_incidence.html">Visualisierung der 7-Tages-Inzidenz</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="./plot3_RKI_TH.png" alt="aktive Fälle in Thüringen" title="aktive Fälle in Thüringen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_ABG">Altenburger Land</h2>
<img src="./plot3_RKI_ABG.png" alt="aktive Fälle im Altenburger Land" title="aktive Fälle im Altenburger Land">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_EIC">Eichsfeld</h2>
<img src="./plot3_RKI_EIC.png" alt="aktive Fälle im Eichsfeld" title="aktive Fälle im Eichsfeld">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_EF">Erfurt</h2>
<img src="./plot3_RKI_EF.png" alt="aktive Fälle in Erfurt" title="aktive Fälle in Erfurt">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_G">Gera</h2>
<img src="./plot3_RKI_G.png" alt="aktive Fälle in Gera" title="aktive Fälle in Gera">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_GTH">Landkreis Gotha</h2>
<img src="./plot3_RKI_GTH.png" alt="aktive Fälle im Landkreis Gotha" title="aktive Fälle im Landkreis Gotha">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_GRZ">Landkreis Greiz</h2>
<img src="./plot3_RKI_GRZ.png" alt="aktive Fälle im Landkreis Greiz" title="aktive Fälle im Landkreis Greiz">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_HBN">Landkreis Hildburghausen</h2>
<img src="./plot3_RKI_HBN.png" alt="aktive Fälle im Landkreis Hildburghausen" title="aktive Fälle im Landkreis Hildburghausen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_IK">Ilm-Kreis</h2>
<img src="./plot3_RKI_IK.png" alt="aktive Fälle im Ilm-Kreis" title="aktive Fälle im Ilm-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_J">Jena</h2>
<img src="./plot3_RKI_J.png" alt="aktive Fälle in Jena" title="aktive Fälle in Jena">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_KYF">Kyffhäuserkreis</h2>
<img src="./plot3_RKI_KYF.png" alt="aktive Fälle im Kyffhäuserkreis" title="aktive Fälle im Kyffhäuserkreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_NDH">Landkreis Nordhausen</h2>
<img src="./plot3_RKI_NDH.png" alt="aktive Fälle im Landkreis Nordhausen" title="aktive Fälle im Landkreis Nordhausen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SHK">Saale-Holzland-Kreis</h2>
<img src="./plot3_RKI_SHK.png" alt="aktive Fälle im Saale-Holzland-Kreis" title="aktive Fälle im Saale-Holzland-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SOK">Saale-Orla-Kreis</h2>
<img src="./plot3_RKI_SOK.png" alt="aktive Fälle im Saale-Orla-Kreis" title="aktive Fälle im Saale-Orla-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SLF">Saalfeld-Rudolstadt</h2>
<img src="./plot3_RKI_SLF.png" alt="aktive Fälle im Landkreis Saalfeld-Rudolstadt" title="aktive Fälle im Landkreis Saalfeld-Rudolstadt">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SM">Schmalkalden-Meiningen</h2>
<img src="./plot3_RKI_SM.png" alt="aktive Fälle im Landkreis Schmalkalden-Meiningen" title="aktive Fälle im Landkreis Schmalkalden-Meiningen">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SOM">Landkreis Sömmerda</h2>
<img src="./plot3_RKI_SOM.png" alt="aktive Fälle im Landkreis Sömmerda" title="aktive Fälle im Landkreis Sömmerda">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SON">Landkreis Sonneberg</h2>
<img src="./plot3_RKI_SON.png" alt="aktive Fälle im Landkreis Sonneberg" title="aktive Fälle im Landkreis Sonneberg">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_SHL">Suhl</h2>
<img src="./plot3_RKI_SHL.png" alt="aktive Fälle in Suhl" title="aktive Fälle in Suhl">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_UH">Unstrut-Hainich-Kreis</h2>
<img src="./plot3_RKI_UH.png" alt="aktive Fälle im Unstrut-Hainich-Kreis" title="aktive Fälle im Unstrut-Hainich-Kreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_WAK">Wartburgkreis</h2>
<img src="./plot3_RKI_WAK.png" alt="aktive Fälle im Wartburgkreis" title="aktive Fälle im Wartburgkreis">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_WE">Weimar</h2>
<img src="./plot3_RKI_WE.png" alt="aktive Fälle in Weimar" title="aktive Fälle in Weimar">
</div>
<div class="graphBlockContainerItem">
<h2 id="graph_AP">Weimarer Land</h2>
<img src="./plot3_RKI_AP.png" alt="aktive Fälle im Weimarer Land" title="aktive Fälle 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>
<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>