forked from micb25/corona-jena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (111 loc) · 6.41 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>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, Jena, Weimar, 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-TileImage" content="/corona/logo.jpg">
<meta property="og:site_name" content="Coronavirus-Fälle in Thüringen">
<meta property="og:title" content="Coronavirus-Fälle in Thüringen">
<meta property="og:description" content="Visualisierung der Coronavirus-Fälle in Thüringen">
<meta property="og:image" content="https://www.michael-böhme.de/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">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<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="#Jena">Jena</a>
<a target="_self" href="#Erfurt">Erfurt</a>
<a target="_self" href="#Weimar">Weimar</a>
<a target="_self" href="#TH">Thüringen</a>
<a target="_self" href="#TH-RKI">Thüringen (RKI)</a>
<a target="_self" href="#Info">Info</a>
</div>
</div>
</div>
<div class="centerText">
<h1 id="Jena">Coronavirus-Fälle in Jena</h1>
Quelle: <a href="https://gesundheit.jena.de/de/coronavirus">Stadt Jena</a><br>
<img src="./plot0.png" alt="Statistik für Jena" title="Statistik für Jena" style="width: 90%; max-width: 600px;">
<br>
<img src="./plot1.png" alt="Coronavirus-Fälle in Jena" title="Coronavirus-Fälle in Jena" style="width: 95%; max-width: 800px;">
<br>
<img src="./plot2_Trend2103.png" alt="Fälle in Jena (Trend vom 21.03.)" title="Fälle in Jena (Trend vom 21.03.)" style="width: 95%; max-width: 800px;">
<br>
<br>
<br>
<h1 id="Erfurt">Coronavirus-Fälle in Erfurt</h1>
Quellen: <a href="https://www.erfurt.de/ef/de/service/aktuelles/am/index.itl">Stadt Erfurt</a>, <a href="https://www.landesregierung-thueringen.de/corona-bulletin">Thüringer Landesregierung</a><br>
<img src="./plot0_Erfurt.png" alt="Statistik für Erfurt" title="Statistik für Erfurt" style="width: 90%; max-width: 600px;">
<br>
<img src="./plot1_Erfurt.png" alt="Coronavirus-Fälle in Erfurt" title="Coronavirus-Fälle in Erfurt" style="width: 95%; max-width: 800px;">
<br>
<img src="./plotT1_Erfurt.png" alt="Coronavirus-Fälle in Erfurt (Daten von Thüringer Landesregierung)" title="Coronavirus-Fälle in Erfurt (Daten von Thüringer Landesregierung)" style="width: 95%; max-width: 800px;">
<br>
<br>
<br>
<h1 id="Weimar">Coronavirus-Fälle in Weimar</h1>
Quellen: <a href="https://stadt.weimar.de/aktuell/coronavirus/">Stadt Weimar</a>, <a href="https://www.landesregierung-thueringen.de/corona-bulletin">Thüringer Landesregierung</a><br>
<img src="./plot0_Weimar.png" alt="Statistik für Weimar" title="Statistik für Weimar" style="width: 90%; max-width: 600px;">
<br>
<img src="./plot1_Weimar.png" alt="Coronavirus-Fälle in Weimar" title="Coronavirus-Fälle in Weimar" style="width: 95%; max-width: 800px;">
<br>
<img src="./plotT1_Weimar.png" alt="Coronavirus-Fälle in Weimar (Daten von Thüringer Landesregierung)" title="Coronavirus-Fälle in Weimar (Daten von Thüringer Landesregierung)" style="width: 95%; max-width: 800px;">
<br>
<br>
<br>
<h1 id="TH">Coronavirus-Fälle in Thüringen</h1>
Quelle: <a href="https://www.landesregierung-thueringen.de/corona-bulletin">Thüringer Landesregierung</a><br>
<img src="./plotT0.png" alt="Statistik für Thüringen" title="Statistik für Thüringen" style="width: 90%; max-width: 600px;">
<br>
<img src="./plotT1.png" alt="Coronavirus-Fälle in Thüringen" title="Coronavirus-Fälle in Thüringen" style="width: 95%; max-width: 800px;">
<br>
<img src="./map_th.png" alt="Thüringenkarte" title="Thüringenkarte" style="margin-left: 20px; width: 90%; max-width: 600px;">
<br>
<br>
<img src="./map_th_inc.png" alt="Entwicklung der Fallzahlen zum Vortag" title="Entwicklung der Fallzahlen zum Vortag" style="margin-left: 20px; width: 90%; max-width: 600px;">
<br>
<br>
<br>
<img src="./map_th_rel.png" alt="relative Fallzahlen pro 100.000 EW" title="relative Fallzahlen pro 100.000 EW" style="margin-left: 20px; width: 90%; max-width: 600px;">
<br>
<span>erzeugt mit Kartenmaterial von <a href="https://commons.wikimedia.org/wiki/User:TUBS">TUBS</a></span>
<br>
<br>
<br>
<h1 id="TH-RKI">Coronavirus-Fälle in Thüringen (RKI)</h1>
Quelle: <a href="https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html">Robert Koch-Institut</a><br>
<img src="./plotT1_RKI.png" alt="Coronavirus-Fälle in Thüringen (RKI)" title="Coronavirus-Fälle in Thüringen (RKI)" style="width: 95%; max-width: 800px;">
<br>
<img src="./plotT2_RKI_Trend2603.png" alt="Fälle in Thüringen (Trend)" title="Fälle in Thüringen (Trend)" style="width: 95%; max-width: 800px;">
<br>
<br>
<h1 id="Info">Info über diese Seite</h1>
<br>
Autor: <a href="https://www.michael-böhme.de/">Michael Böhme</a> · tägliche Aktualisierung<br>
Abbildungen sind lizensiert unter <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/de/">CC BY-NC-SA</a> · Quellcode auf <a href="https://github.com/micb25/corona-jena">GitHub</a><br>
<br>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HGW4VMH2XP5WY&source=url">☕ Kaffee spendieren ☕</a>
<br>
<br>
</div>
</body>
</html>