-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (56 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Active COVID-19 cases in the Riverside Unified School District</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@wgrover" />
<meta name="twitter:title" content="Active COVID-19 cases in the Riverside Unified School District" />
<meta name="twitter:image" content="https://wgrover.github.io/RUSD-COVID/all_schools.png" />
<link rel="stylesheet" href="simple.css">
</head>
<body>
<header>
<h1>
Active COVID-19 cases in the<br>Riverside Unified School District
</h1>
</header>
<img src="all_schools.png" width="100%">
<img src="elementary_schools.png" width="100%">
<img src="middle_schools.png" width="100%">
<img src="high_schools.png" width="100%">
<img src="others.png" width="100%">
<h2>
Methods
</h2>
<p>
Each day's data is a summary of the contents of <a
href="https://datastudio.google.com/u/0/reporting/768d990d-b5cc-459f-9d31-a8b68e950ae1/page/1uztB">RUSD's COVID-19
Public Dashboard</a> on that day. RUSD's dashboard is updated throughout the day. This page reflects the contents
of the dashboard at about 8pm every night. New data is posted here by 9pm every night. If any <span
style="color: #ff0000">red markers</span> are shown, they indicate days when no data was collected. The project
currently shows data for the 2023-2024 school year; historical data for the 2022-2023 and 2021-2022
school years are available in the "data" folders in the project's
<a href="https://github.com/wgrover/RUSD-COVID">GitHub repository</a>.
</p>
<p>
RUSD provides numbers of active cases during a "14-day rolling window," so each individual case might be included in
up to 14 consecutive days' data. School cases include both students and staff at schools. Staff in RUSD units not
directly associated with a school are included in the "Non-school cases."
</p>
<p>
For a deeper dive into COVID-19 case numbers at RUSD and the district's response, please check out
<a href="https://www.muckrock.com/foi/list/?user=79905">Justin Beck's public records requests on Muckrock</a>.
</p>
<p>
This site is maintained by <a href="https://groverlab.org">William Grover</a>, Associate Professor of Bioengineering at
the University of California, Riverside. The Python code for scraping numbers from the RUSD dashboard and generating
the plots is available in <a href="https://github.com/wgrover/RUSD-COVID">this GitHub repository</a>.
</p>
<footer>
</footer>
</body>
</html>