-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.9 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
<div class="container">
<div class="child" style="font-size: 16pt; margin-left : 11%; margin-right : 11%; line-height: 1.8; ">
<h2 id="georgia-tech-coronavirus-tracking">Georgia Tech Coronavirus Tracking</h2>
<p>So I've been following <a href="http://health.gatech.edu/coronavirus/health-alerts">http://health.gatech.edu/coronavirus/health-alerts</a> to see how safe campus is, but it's kinda hard to actually see what's going on simply from the tables.
Let's vizualize it!
(Note these charts are automatically updated every 5 min)</p>
<h3 id="new-cases">New Cases</h3>
<p>An intuitive way to gauge contagiousness on campus is by looking at the new daily new cases:</p>
<img src="https://anishthite.github.io/gtcovid/gtdaily.png" alt="Image">
<br>
<img src="https://anishthite.github.io/gtcovid/gtdaily14win.png" alt="Image">
<p>It's a bit noisy so we can smooth it out. Here's a 3-day moving average, as well as a weekly tally:</p>
<img src="https://anishthite.github.io/gtcovid/gtweekly.png" alt="Image">
<br>
<img src="https://anishthite.github.io/gtcovid/gtdaily3day.png" alt="Image">
<h3 id="campus-impact">Campus Impact</h3>
<p>What really matters is campus impact. We can filter out all of the non-campus impacted (the heuristic of removing all cases where "impact" is in the Campus Impact description works for now). Here are all of the above charts with the Campus Impact cases overlaid. </p>
<img src="https://anishthite.github.io/gtcovid/gtdailyboth.png" alt="Image">
<br>
<img src="https://anishthite.github.io/gtcovid/gtdailyboth14win.png" alt="Image">
<br>
<img src="https://anishthite.github.io/gtcovid/gtweeklyboth.png" alt="Image">
<br>
<br>
<img src="https://anishthite.github.io/gtcovid/gtdaily3dayboth.png" alt="Image">
<p>I'll be updating this later with more charts...
If you have any suggestions open an issue or send me an email at [email protected]</p>
</div>
</div>