This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
82 lines (76 loc) · 2.93 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
<H1>Covid-19 Poland</H1>
<a href="components/project_overview.pdf">Project description</a>
<ul>
<li>
Infected:
<ul>
<li><a href="components/pol_fresh.html">Fresh data</a></li>
<li><a href="components/pol_new.html">New</a></li>
<li><a href="components/pol_infected.html">Total</a></li>
<li><a href="components/pol_pred_3.html">3-day R reference time prediction</a></li>
</ul>
</li>
<li>
Deaths:
<ul>
<li><a href="components/pol_fresh_deaths.html">Fresh data</a></li>
<li><a href="components/pol_new_deaths.html">New</a></li>
<li><a href="components/pol_dead.html">Total</a></li>
</ul>
</li>
<li>
Current situation compared to old predictions:
<ul>
<li><a href="components/pol_old_pred_7day.html">7-day R reference time</a></li>
<li><a href="components/pol_old_pred_3day.html">3-day R reference time</a></li>
</ul>
</li>
<li>
Other useful plots:
<ul>
<li><a href="components/r_over_time.png">R_eff over time (fresh)</a></li>
<li><a href="components/long_term_r_over_time.png">long term R_eff over time</a></li>
<li><a href="r_eff.html">Other plots of R_eff</a></li>
<li><a href="components/hosp_based_pred_fresh.html">Predictions based on hospitalizations</a></li>
<li><a href="components/hosp_based_history.html">Historical data based on hospitalizations</a></li>
<li><a href="tests.html">Tests related plots</a></li>
<li><a href="sanitary.html">Sanitary data plots</a></li>
</ul>
</li>
<li>
Regions:
<ul>
<li><a href="components/regions_fresh.png">Fresh data</a></li>
<li><a href="components/regions_norm.png">Normalized</a></li>
<li><a href="components/regions.png">UnNormalized</a></li>
</ul>
</li>
<li>
Maps:
<ul>
<li><a href="components/reg_map.html">Local trend</a></li>
</ul>
</li>
<li>
Data in tables:
<ul>
<li><a href="components/basic_parameters.html">Basic parameters</a></li>
<li><a href="components/modeling_parameters.html">Modeling parameters</a></li>
<li>Country data:
<a href="data/country_data.html">html</a>
<a href="data/country_data.csv">csv</a>
</li>
<li>Region data:
<a href="data/regions_data.html">html</a>
<a href="data/regions_data.csv">csv</a>
</li>
<li>Tests and sanitary date:
<a href="data/sanitary_data.html">html</a>
<a href="data/sanitary_data.csv">csv</a>
</li>
</ul>
</li>
</ul>
<img src="components/pol_fresh.png" alt="Fresh data plot">
<p>
<a href="components/data_source.txt">Data source</a>