-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (52 loc) · 2.27 KB
/
index.html
File metadata and controls
68 lines (52 loc) · 2.27 KB
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
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
</head>
<body>
<h1>COVID-19 visualizations</h1>
<h3>SwissCovid codes versus confirmed infections</h3>
<a href="https://maekke.github.io/visualize_covid_app.html">Covid codes - confirmed infections</a>
<h3>Isolated and quarantined numbers from BAG</h3>
<a href="https://maekke.github.io/visualize_isolated.html">Isolated and quarantined numbers from BAG</a>
<h3>Performed PCR tests</h3>
<a href="https://maekke.github.io/visualize_tests.html">Daily performed PCR tests from BAG</a>
<p>
<a href="https://maekke.github.io/visualize_weekly_tests.html">Weekly performed PCR tests from BAG</a>
</p>
<p>
<a href="https://maekke.github.io/visualize_tests_per_canton.html">Weekly performed PCR tests per canton from BAG</a>
</p>
<p>
<a href="https://maekke.github.io/visualize_tests_per_canton_openzh.html">Weekly performed PCR tests per canton from OpenZH covid19 repo</a>
</p>
<h3>Covid data overview of Switzerland</h3>
<a href="https://maekke.github.io/visualize_ch.html">CH covid data overview</a>
<p>
<a href="https://maekke.github.io/visualize_ch_spiral.html">CH covid data overview as spiral</a>
</p>
<p>
<a href="https://maekke.github.io/visualize_new_conf_infections_sunburst.html">CH covid data overview as sunburst</a>
</p>
<h3>Cantonal data</h3>
<a href="https://maekke.github.io/visualize_canton.html">Cantonal covid data</a>
<h3>Infection source data</h3>
<a href="https://maekke.github.io/visualize_infection_sources.html">Infection source data over time</a>
<p>
<a href="https://maekke.github.io/visualize_latest_infection_source.html">Latest infection source data</a>
</p>
<h3>New confirmed infections over time</h3>
<a href="https://maekke.github.io/visualize_new_conf_infections_district.html">New confirmed infections per district over time</a>
<p>
<a href="https://maekke.github.io/visualize_new_conf_infections_canton.html">New confirmed infections per canton over time</a>
</p>
<h3>Vaccination data</h3>
<a href="https://maekke.github.io/visualize_vaccinations.html">Vaccination data per cantons</a>
<p>
<a href="https://maekke.github.io/visualize_vaccinations_overview.html">Vaccination overview</a>
</p>
<p>
<a href="https://maekke.github.io/visualize_vaccinations_overall.html">Vaccination overview for CH/FL</a>
</p>
</body>
</html>