diff options
-rw-r--r-- | build.py | 24 | ||||
-rw-r--r-- | fall-2021.json | 1220 | ||||
-rw-r--r-- | public/data.json | 4984 | ||||
-rw-r--r-- | spring-2022.json | 1187 | ||||
-rw-r--r-- | src/App.jsx | 56 | ||||
-rw-r--r-- | src/pages/Index.jsx | 39 |
6 files changed, 4925 insertions, 2585 deletions
diff --git a/build.py b/build.py new file mode 100644 index 0000000..870f0fe --- /dev/null +++ b/build.py @@ -0,0 +1,24 @@ +import json + +with open('fall-2021.json', 'r') as fall_fd: + fall = json.load(fall_fd) + +last_fall = fall[-1] + +with open('spring-2022.json', 'r') as spring_fd: + spring = json.load(spring_fd) + +data = [] +for point in fall: + point['hospitalizations'] = -1 + data.append(point) + +for point in spring: + point['new_staff'] = point['new_staff'] + last_fall['new_staff'] + point['new_students'] = point['new_students'] + last_fall['new_students'] + point['total_staff'] = point['total_staff'] + last_fall['total_staff'] + point['total_students'] = point['total_students'] + last_fall['total_students'] + data.append(point) + +with open('public/data.json', 'w') as data_fd: + json.dump(data, data_fd, indent=2) diff --git a/fall-2021.json b/fall-2021.json new file mode 100644 index 0000000..f7f9199 --- /dev/null +++ b/fall-2021.json @@ -0,0 +1,1220 @@ +[ + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-23 13:20:29", + "new_staff": 0, + "new_students": 2, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 0, + "total_students": 2 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-24 17:36:18", + "new_staff": 1, + "new_students": 6, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 1, + "total_students": 6 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-25 14:37:45", + "new_staff": 2, + "new_students": 6, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 6 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-26 17:24:45", + "new_staff": 2, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 7 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-30 13:51:02", + "new_staff": 2, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 12 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-31 14:47:46", + "new_staff": 2, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 15 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-01 15:24:23", + "new_staff": 2, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 15 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-02 14:31:03", + "new_staff": 2, + "new_students": 15, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 17 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-03 13:57:39", + "new_staff": 1, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 17 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-07 14:54:22", + "new_staff": 2, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 20 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-08 14:10:56", + "new_staff": 1, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 20 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-09 15:27:35", + "new_staff": 1, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 21 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-10 14:49:34", + "new_staff": 2, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 4, + "total_students": 21 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-13 15:54:38", + "new_staff": 4, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 22 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-14 14:46:57", + "new_staff": 4, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 23 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-15 14:03:29", + "new_staff": 4, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 24 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-16 14:50:08", + "new_staff": 5, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 7, + "total_students": 24 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-17 15:26:53", + "new_staff": 6, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 8, + "total_students": 25 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-20 16:53:21", + "new_staff": 5, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 8, + "total_students": 29 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-21 13:44:43", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 9, + "total_students": 31 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-22 15:41:32", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 31 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-23 14:48:15", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 32 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-24 14:40:18", + "new_staff": 5, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 32 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-27 16:00:29", + "new_staff": 5, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 11, + "total_students": 32 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-28 14:52:06", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 12, + "total_students": 35 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-29 15:03:51", + "new_staff": 4, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 12, + "total_students": 37 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-30 15:45:36", + "new_staff": 7, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 15, + "total_students": 38 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-01 15:12:28", + "new_staff": 11, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 19, + "total_students": 38 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-04 14:52:32", + "new_staff": 11, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 21, + "total_students": 38 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-05 14:54:40", + "new_staff": 13, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 22, + "total_students": 40 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-06 15:41:28", + "new_staff": 13, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 24, + "total_students": 40 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-07 14:58:56", + "new_staff": 12, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 24, + "total_students": 41 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-08 14:15:50", + "new_staff": 14, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 41 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-11 15:21:22", + "new_staff": 14, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 42 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-12 17:38:20", + "new_staff": 14, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 45 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-13 15:50:05", + "new_staff": 11, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 51 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-14 22:27:16", + "new_staff": 7, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 54 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-15 14:18:23", + "new_staff": 5, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 54 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-18 15:04:26", + "new_staff": 6, + "new_students": 19, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 27, + "total_students": 58 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-19 15:36:15", + "new_staff": 4, + "new_students": 20, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 27, + "total_students": 60 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-20 15:12:56", + "new_staff": 4, + "new_students": 22, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 60 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-21 15:09:47", + "new_staff": 3, + "new_students": 22, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 63 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-25 14:51:47", + "new_staff": 3, + "new_students": 25, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 68 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-26 14:23:38", + "new_staff": 3, + "new_students": 30, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 75 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-27 14:50:27", + "new_staff": 3, + "new_students": 33, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 84 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-28 14:02:06", + "new_staff": 4, + "new_students": 27, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 30, + "total_students": 81 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-29 14:08:52", + "new_staff": 3, + "new_students": 31, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 30, + "total_students": 85 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-01 15:19:18", + "new_staff": 5, + "new_students": 40, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 33, + "total_students": 98 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-02 14:56:01", + "new_staff": 6, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 35, + "total_students": 104 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-03 16:42:56", + "new_staff": 6, + "new_students": 79, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 35, + "total_students": 141 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-04 15:29:36", + "new_staff": 10, + "new_students": 107, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 39, + "total_students": 170 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-05 13:51:23", + "new_staff": 11, + "new_students": 113, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 40, + "total_students": 178 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-08 20:42:39", + "new_staff": 14, + "new_students": 122, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 43, + "total_students": 196 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-09 14:48:58", + "new_staff": 14, + "new_students": 130, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 44, + "total_students": 206 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-10 15:30:50", + "new_staff": 18, + "new_students": 138, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 47, + "total_students": 219 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-11 15:02:30", + "new_staff": 16, + "new_students": 142, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 47, + "total_students": 226 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-12 13:44:09", + "new_staff": 17, + "new_students": 142, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 48, + "total_students": 227 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-15 13:54:35", + "new_staff": 14, + "new_students": 133, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 51, + "total_students": 234 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-16 14:36:21", + "new_staff": 13, + "new_students": 136, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 52, + "total_students": 241 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-17 15:38:10", + "new_staff": 13, + "new_students": 101, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 54, + "total_students": 248 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-18 14:49:45", + "new_staff": 14, + "new_students": 76, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 55, + "total_students": 249 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-19 14:56:30", + "new_staff": 12, + "new_students": 68, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 56, + "total_students": 252 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-22 14:50:51", + "new_staff": 15, + "new_students": 61, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 60, + "total_students": 259 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-23 14:07:13", + "new_staff": 13, + "new_students": 53, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 60, + "total_students": 264 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-24 15:08:40", + "new_staff": 15, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 62, + "total_students": 265 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-29 14:55:54", + "new_staff": 10, + "new_students": 34, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 63, + "total_students": 273 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-30 14:07:14", + "new_staff": 12, + "new_students": 30, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 65, + "total_students": 276 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-01 15:33:41", + "new_staff": 11, + "new_students": 35, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 67, + "total_students": 284 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-02 14:45:01", + "new_staff": 13, + "new_students": 35, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 70, + "total_students": 287 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-03 15:11:26", + "new_staff": 13, + "new_students": 33, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 71, + "total_students": 288 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-06 15:30:47", + "new_staff": 10, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 72, + "total_students": 298 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-07 14:27:16", + "new_staff": 10, + "new_students": 38, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 72, + "total_students": 302 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-08 15:28:44", + "new_staff": 11, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 73, + "total_students": 303 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-09 14:00:11", + "new_staff": 12, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 73, + "total_students": 304 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-10 15:06:39", + "new_staff": 13, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 306 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-13 13:10:45", + "new_staff": 11, + "new_students": 40, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 315 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-14 15:07:15", + "new_staff": 9, + "new_students": 42, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 320 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-15 15:08:37", + "new_staff": 7, + "new_students": 41, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 326 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-16 15:35:01", + "new_staff": 7, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 75, + "total_students": 330 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-17 12:07:05", + "new_staff": 8, + "new_students": 41, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 77, + "total_students": 331 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-20 14:31:44", + "new_staff": 6, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 77, + "total_students": 337 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-21 14:38:08", + "new_staff": 8, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 81, + "total_students": 339 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-22 19:29:50", + "new_staff": 11, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 84, + "total_students": 340 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-23 20:21:19", + "new_staff": 11, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 86, + "total_students": 342 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-05 14:01:11", + "new_staff": 62, + "new_students": 45, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 150, + "total_students": 386 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-06 16:52:43", + "new_staff": 74, + "new_students": 57, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 163, + "total_students": 400 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-07 14:33:58", + "new_staff": 81, + "new_students": 67, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 171, + "total_students": 411 + } +] diff --git a/public/data.json b/public/data.json index 7571b7e..13eec0b 100644 --- a/public/data.json +++ b/public/data.json @@ -1,2494 +1,2492 @@ [ - { - "alert_level": "green", - "beds_available": 95, - "isolation_off_campus": 4, - "isolation_on_campus": 3, - "last_updated": "2020-08-27 16:00:00", - "new_staff": 1, - "new_students": 2, - "quarantine_off_campus": 4, - "quarantine_on_campus": 3, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 96, - "isolation_off_campus": 3, - "isolation_on_campus": 0, - "last_updated": "2020-08-28 16:00:00", - "new_staff": 1, - "new_students": 2, - "quarantine_off_campus": 7, - "quarantine_on_campus": 3, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 95, - "isolation_off_campus": 1, - "isolation_on_campus": 0, - "last_updated": "2020-08-31 16:00:00", - "new_staff": 0, - "new_students": 1, - "quarantine_off_campus": 3, - "quarantine_on_campus": 4, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 92, - "isolation_off_campus": 0, - "isolation_on_campus": 2, - "last_updated": "2020-09-01 16:00:00", - "new_staff": 0, - "new_students": 0, - "quarantine_off_campus": 2, - "quarantine_on_campus": 7, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 93, - "isolation_off_campus": 0, - "isolation_on_campus": 3, - "last_updated": "2020-09-02 16:00:00", - "new_staff": 0, - "new_students": 0, - "quarantine_off_campus": 2, - "quarantine_on_campus": 6, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 92, - "isolation_off_campus": 0, - "isolation_on_campus": 3, - "last_updated": "2020-09-03 16:00:00", - "new_staff": 0, - "new_students": 0, - "quarantine_off_campus": 3, - "quarantine_on_campus": 11, - "tests_administered": 0, - "total_staff": 1, - "total_students": 3 - }, - { - "alert_level": "green", - "beds_available": 96, - "isolation_off_campus": 1, - "isolation_on_campus": 0, - "last_updated": "2020-09-04 16:00:00", - "new_staff": 1, - "new_students": 3, - "quarantine_off_campus": 5, - "quarantine_on_campus": 1, - "tests_administered": 0, - "total_staff": 1, - "total_students": 4 - }, - { - "alert_level": "green", - "beds_available": 97, - "isolation_off_campus": 1, - "isolation_on_campus": 0, - "last_updated": "2020-09-06 16:00:00", - "new_staff": 0, - "new_students": 2, - "quarantine_off_campus": 5, - "quarantine_on_campus": 3, - "tests_administered": 0, - "total_staff": 1, - "total_students": 5 - }, - { - "alert_level": "green", - "beds_available": 95, - "isolation_off_campus": 6, - "isolation_on_campus": 1, - "last_updated": "2020-09-07 16:00:00", - "new_staff": 0, - "new_students": 3, - "quarantine_off_campus": 17, - "quarantine_on_campus": 5, - "tests_administered": 0, - "total_staff": 1, - "total_students": 6 - }, - { - "alert_level": "green", - "beds_available": 98, - "isolation_off_campus": 3, - "isolation_on_campus": 0, - "last_updated": "2020-09-10 16:00:00", - "new_staff": 0, - "new_students": 3, - "quarantine_off_campus": 17, - "quarantine_on_campus": 1, - "tests_administered": 0, - "total_staff": 1, - "total_students": 6 - }, - { - "alert_level": "green", - "beds_available": 96, - "isolation_off_campus": 4, - "isolation_on_campus": 2, - "last_updated": "2020-09-11 16:00:00", - "new_staff": 0, - "new_students": 3, - "quarantine_off_campus": 17, - "quarantine_on_campus": 1, - "tests_administered": 0, - "total_staff": 1, - "total_students": 6 - }, - { - "alert_level": "green", - "beds_available": 95, - "isolation_off_campus": 1, - "isolation_on_campus": 2, - "last_updated": "2020-09-14 16:00:00", - "new_staff": 0, - "new_students": 4, - "quarantine_off_campus": 16, - "quarantine_on_campus": 4, - "tests_administered": 0, - "total_staff": 1, - "total_students": 6 - }, - { - "alert_level": "green", - "beds_available": 92, - "isolation_off_campus": 2, - "isolation_on_campus": 3, - "last_updated": "2020-09-15 16:00:00", - "new_staff": 0, - "new_students": 4, - "quarantine_off_campus": 19, - "quarantine_on_campus": 9, - "tests_administered": 0, - "total_staff": 1, - "total_students": 7 - }, - { - "alert_level": "green", - "beds_available": 90, - "isolation_off_campus": 2, - "isolation_on_campus": 3, - "last_updated": "2020-09-16 16:00:00", - "new_staff": 0, - "new_students": 5, - "quarantine_off_campus": 19, - "quarantine_on_campus": 12, - "tests_administered": 0, - "total_staff": 1, - "total_students": 8 - }, - { - "alert_level": "green", - "beds_available": 88, - "isolation_off_campus": 1, - "isolation_on_campus": 2, - "last_updated": "2020-09-17 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 18, - "quarantine_on_campus": 16, - "tests_administered": 0, - "total_staff": 2, - "total_students": 8 - }, - { - "alert_level": "green", - "beds_available": 89, - "isolation_off_campus": 1, - "isolation_on_campus": 2, - "last_updated": "2020-09-18 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 16, - "quarantine_on_campus": 14, - "tests_administered": 0, - "total_staff": 2, - "total_students": 9 - }, - { - "alert_level": "green", - "beds_available": 94, - "isolation_off_campus": 1, - "isolation_on_campus": 2, - "last_updated": "2020-09-21 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 14, - "quarantine_on_campus": 8, - "tests_administered": 0, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 91, - "isolation_off_campus": 1, - "isolation_on_campus": 4, - "last_updated": "2020-09-22 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 9, - "quarantine_on_campus": 10, - "tests_administered": 0, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 88, - "isolation_off_campus": 1, - "isolation_on_campus": 5, - "last_updated": "2020-09-24 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 8, - "quarantine_on_campus": 15, - "tests_administered": 0, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 92, - "isolation_off_campus": 0, - "isolation_on_campus": 2, - "last_updated": "2020-09-25 16:00:00", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 12, - "quarantine_on_campus": 10, - "tests_administered": 3747, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 98, - "isolation_off_campus": 0, - "isolation_on_campus": 1, - "last_updated": "2020-09-28 16:00:00", - "new_staff": 1, - "new_students": 2, - "quarantine_off_campus": 8, - "quarantine_on_campus": 1, - "tests_administered": 3751, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 98, - "isolation_off_campus": 0, - "isolation_on_campus": 2, - "last_updated": "2020-09-29 16:00:00", - "new_staff": 1, - "new_students": 2, - "quarantine_off_campus": 9, - "quarantine_on_campus": 0, - "tests_administered": 3753, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 99, - "isolation_off_campus": 2, - "isolation_on_campus": 1, - "last_updated": "2020-10-01 16:00:00", - "new_staff": 0, - "new_students": 0, - "quarantine_off_campus": 8, - "quarantine_on_campus": 0, - "tests_administered": 4038, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 98, - "isolation_off_campus": 0, - "isolation_on_campus": 1, - "last_updated": "2020-10-02 16:00:00", - "new_staff": 0, - "new_students": 0, - "quarantine_off_campus": 6, - "quarantine_on_campus": 1, - "tests_administered": 4135, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 97, - "isolation_off_campus": 0, - "isolation_on_campus": 1, - "last_updated": "2020-10-05 16:00:00", - "new_staff": 0, - "new_students": 1, - "quarantine_off_campus": 1, - "quarantine_on_campus": 3, - "tests_administered": 4136, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "green", - "beds_available": 90, - "isolation_off_campus": 0, - "isolation_on_campus": 5, - "last_updated": "2020-10-06 16:00:00", - "new_staff": 0, - "new_students": 1, - "quarantine_off_campus": 5, - "quarantine_on_campus": 11, - "tests_administered": 4139, - "total_staff": 2, - "total_students": 10 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 1, - "isolation_on_campus": 4, - "last_updated": "2020-10-08 16:00:00", - "new_staff": 0, - "new_students": 3, - "quarantine_off_campus": 10, - "quarantine_on_campus": 7, - "tests_administered": 4482, - "total_staff": 2, - "total_students": 12 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 0, - "isolation_on_campus": 4, - "last_updated": "2020-10-09 16:00:00", - "new_staff": 0, - "new_students": 3, - "quarantine_off_campus": 14, - "quarantine_on_campus": 8, - "tests_administered": 4625, - "total_staff": 2, - "total_students": 12 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 4, - "isolation_on_campus": 3, - "last_updated": "2020-10-12 16:00:00", - "new_staff": 0, - "new_students": 4, - "quarantine_off_campus": 20, - "quarantine_on_campus": 8, - "tests_administered": 5053, - "total_staff": 2, - "total_students": 13 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 2, - "isolation_on_campus": 4, - "last_updated": "2020-10-13 16:00:00", - "new_staff": 0, - "new_students": 4, - "quarantine_off_campus": 24, - "quarantine_on_campus": 9, - "tests_administered": 5055, - "total_staff": 2, - "total_students": 13 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 4, - "isolation_on_campus": 4, - "last_updated": "2020-10-15 16:00:00", - "new_staff": 0, - "new_students": 5, - "quarantine_off_campus": 27, - "quarantine_on_campus": 8, - "tests_administered": 5471, - "total_staff": 2, - "total_students": 14 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 5, - "isolation_on_campus": 1, - "last_updated": "2020-10-16 16:00:00", - "new_staff": 0, - "new_students": 6, - "quarantine_off_campus": 25, - "quarantine_on_campus": 5, - "tests_administered": 5590, - "total_staff": 2, - "total_students": 15 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 4, - "isolation_on_campus": 3, - "last_updated": "2020-10-19 16:00:00", - "new_staff": 0, - "new_students": 6, - "quarantine_off_campus": 23, - "quarantine_on_campus": 6, - "tests_administered": 5591, - "total_staff": 2, - "total_students": 16 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 6, - "isolation_on_campus": 3, - "last_updated": "2020-10-20 16:00:00", - "new_staff": 0, - "new_students": 7, - "quarantine_off_campus": 29, - "quarantine_on_campus": 11, - "tests_administered": 5598, - "total_staff": 2, - "total_students": 17 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 5, - "isolation_on_campus": 3, - "last_updated": "2020-10-21 16:00:00", - "new_staff": 0, - "new_students": 6, - "quarantine_off_campus": 32, - "quarantine_on_campus": 11, - "tests_administered": 5887, - "total_staff": 2, - "total_students": 17 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 5, - "isolation_on_campus": 1, - "last_updated": "2020-10-23 16:00:00", - "new_staff": 0, - "new_students": 7, - "quarantine_off_campus": 33, - "quarantine_on_campus": 8, - "tests_administered": 6141, - "total_staff": 2, - "total_students": 19 - }, - { - "alert_level": "yellow", - "beds_available": 90, - "isolation_off_campus": 4, - "isolation_on_campus": 2, - "last_updated": "2020-10-26 16:00:00", - "new_staff": 0, - "new_students": 8, - "quarantine_off_campus": 35, - "quarantine_on_campus": 16, - "tests_administered": 6146, - "total_staff": 2, - "total_students": 21 - }, - { - "alert_level": "yellow", - "beds_available": 91, - "isolation_off_campus": 4, - "isolation_on_campus": 2, - "last_updated": "2020-10-27 16:00:00", - "new_staff": 0, - "new_students": 9, - "quarantine_off_campus": 36, - "quarantine_on_campus": 14, - "tests_administered": 6150, - "total_staff": 2, - "total_students": 22 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 4, - "isolation_on_campus": 3, - "last_updated": "2020-10-28 16:00:00", - "new_staff": 1, - "new_students": 10, - "quarantine_off_campus": 34, - "quarantine_on_campus": 12, - "tests_administered": 6392, - "total_staff": 3, - "total_students": 23 - }, - { - "alert_level": "yellow", - "beds_available": 91, - "isolation_off_campus": 9, - "isolation_on_campus": 3, - "last_updated": "2020-10-29 16:00:00", - "new_staff": 2, - "new_students": 10, - "quarantine_off_campus": 31, - "quarantine_on_campus": 13, - "tests_administered": 6490, - "total_staff": 4, - "total_students": 24 - }, - { - "alert_level": "yellow", - "beds_available": 86, - "isolation_off_campus": 9, - "isolation_on_campus": 6, - "last_updated": "2020-10-30 16:00:00", - "new_staff": 2, - "new_students": 17, - "quarantine_off_campus": 27, - "quarantine_on_campus": 18, - "tests_administered": 6638, - "total_staff": 4, - "total_students": 32 - }, - { - "alert_level": "yellow", - "beds_available": 87, - "isolation_off_campus": 10, - "isolation_on_campus": 5, - "last_updated": "2020-11-02 19:27:39", - "new_staff": 3, - "new_students": 19, - "quarantine_off_campus": 30, - "quarantine_on_campus": 17, - "tests_administered": 7318, - "total_staff": 5, - "total_students": 36 - }, - { - "alert_level": "yellow", - "beds_available": 83, - "isolation_off_campus": 8, - "isolation_on_campus": 7, - "last_updated": "2020-11-03 19:47:40", - "new_staff": 3, - "new_students": 20, - "quarantine_off_campus": 34, - "quarantine_on_campus": 23, - "tests_administered": 7391, - "total_staff": 5, - "total_students": 37 - }, - { - "alert_level": "yellow", - "beds_available": 78, - "isolation_off_campus": 8, - "isolation_on_campus": 10, - "last_updated": "2020-11-04 20:05:45", - "new_staff": 5, - "new_students": 20, - "quarantine_off_campus": 35, - "quarantine_on_campus": 27, - "tests_administered": 7514, - "total_staff": 7, - "total_students": 38 - }, - { - "alert_level": "yellow", - "beds_available": 81, - "isolation_off_campus": 14, - "isolation_on_campus": 8, - "last_updated": "2020-11-05 19:36:46", - "new_staff": 5, - "new_students": 21, - "quarantine_off_campus": 41, - "quarantine_on_campus": 25, - "tests_administered": 7794, - "total_staff": 7, - "total_students": 40 - }, - { - "alert_level": "yellow", - "beds_available": 80, - "isolation_off_campus": 12, - "isolation_on_campus": 7, - "last_updated": "2020-11-06 20:30:25", - "new_staff": 5, - "new_students": 24, - "quarantine_off_campus": 42, - "quarantine_on_campus": 26, - "tests_administered": 8278, - "total_staff": 7, - "total_students": 43 - }, - { - "alert_level": "orange", - "beds_available": 57, - "isolation_off_campus": 11, - "isolation_on_campus": 10, - "last_updated": "2020-11-09 14:40:26", - "new_staff": 5, - "new_students": 29, - "quarantine_off_campus": 59, - "quarantine_on_campus": 63, - "tests_administered": 8622, - "total_staff": 7, - "total_students": 51 - }, - { - "alert_level": "orange", - "beds_available": 61, - "isolation_off_campus": 11, - "isolation_on_campus": 8, - "last_updated": "2020-11-10 21:02:02", - "new_staff": 3, - "new_students": 33, - "quarantine_off_campus": 66, - "quarantine_on_campus": 57, - "tests_administered": 8712, - "total_staff": 7, - "total_students": 55 - }, - { - "alert_level": "orange", - "beds_available": 56, - "isolation_off_campus": 17, - "isolation_on_campus": 11, - "last_updated": "2020-11-11 18:38:08", - "new_staff": 4, - "new_students": 34, - "quarantine_off_campus": 66, - "quarantine_on_campus": 63, - "tests_administered": 8732, - "total_staff": 8, - "total_students": 57 - }, - { - "alert_level": "orange", - "beds_available": 55, - "isolation_off_campus": 20, - "isolation_on_campus": 11, - "last_updated": "2020-11-12 19:43:09", - "new_staff": 5, - "new_students": 33, - "quarantine_off_campus": 67, - "quarantine_on_campus": 63, - "tests_administered": 8819, - "total_staff": 9, - "total_students": 60 - }, - { - "alert_level": "orange", - "beds_available": 57, - "isolation_off_campus": 15, - "isolation_on_campus": 12, - "last_updated": "2020-11-13 20:28:09", - "new_staff": 5, - "new_students": 30, - "quarantine_off_campus": 72, - "quarantine_on_campus": 60, - "tests_administered": 8969, - "total_staff": 9, - "total_students": 63 - }, - { - "alert_level": "orange", - "beds_available": 77, - "isolation_off_campus": 8, - "isolation_on_campus": 9, - "last_updated": "2020-11-16 19:35:59", - "new_staff": 5, - "new_students": 29, - "quarantine_off_campus": 67, - "quarantine_on_campus": 30, - "tests_administered": 9009, - "total_staff": 9, - "total_students": 65 - }, - { - "alert_level": "orange", - "beds_available": 81, - "isolation_off_campus": 9, - "isolation_on_campus": 6, - "last_updated": "2020-11-17 18:55:59", - "new_staff": 7, - "new_students": 27, - "quarantine_off_campus": 63, - "quarantine_on_campus": 27, - "tests_administered": 9383, - "total_staff": 13, - "total_students": 65 - }, - { - "alert_level": "orange", - "beds_available": 83, - "isolation_off_campus": 16, - "isolation_on_campus": 7, - "last_updated": "2020-11-18 19:00:59", - "new_staff": 6, - "new_students": 31, - "quarantine_off_campus": 63, - "quarantine_on_campus": 23, - "tests_administered": 9959, - "total_staff": 13, - "total_students": 69 - }, - { - "alert_level": "orange", - "beds_available": 83, - "isolation_off_campus": 22, - "isolation_on_campus": 9, - "last_updated": "2020-11-19 21:05:59", - "new_staff": 8, - "new_students": 35, - "quarantine_off_campus": 70, - "quarantine_on_campus": 33, - "tests_administered": 9959, - "total_staff": 15, - "total_students": 77 - }, - { - "alert_level": "orange", - "beds_available": 75, - "isolation_off_campus": 22, - "isolation_on_campus": 6, - "last_updated": "2020-11-20 22:20:05", - "new_staff": 8, - "new_students": 35, - "quarantine_off_campus": 70, - "quarantine_on_campus": 36, - "tests_administered": 11963, - "total_staff": 15, - "total_students": 79 - }, - { - "alert_level": "orange", - "beds_available": 81, - "isolation_off_campus": 21, - "isolation_on_campus": 6, - "last_updated": "2020-11-23 18:09:50", - "new_staff": 10, - "new_students": 36, - "quarantine_off_campus": 68, - "quarantine_on_campus": 28, - "tests_administered": 12041, - "total_staff": 18, - "total_students": 89 - }, - { - "alert_level": "orange", - "beds_available": 85, - "isolation_off_campus": 22, - "isolation_on_campus": 4, - "last_updated": "2020-11-24 19:54:50", - "new_staff": 12, - "new_students": 34, - "quarantine_off_campus": 61, - "quarantine_on_campus": 21, - "tests_administered": 12147, - "total_staff": 20, - "total_students": 90 - }, - { - "alert_level": "orange", - "beds_available": 88, - "isolation_off_campus": 24, - "isolation_on_campus": 4, - "last_updated": "2020-11-25 18:59:50", - "new_staff": 11, - "new_students": 35, - "quarantine_off_campus": 65, - "quarantine_on_campus": 16, - "tests_administered": 12218, - "total_staff": 20, - "total_students": 93 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 11, - "isolation_on_campus": 2, - "last_updated": "2020-11-30 19:29:52", - "new_staff": 12, - "new_students": 31, - "quarantine_off_campus": 64, - "quarantine_on_campus": 4, - "tests_administered": 12219, - "total_staff": 24, - "total_students": 96 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 8, - "isolation_on_campus": 2, - "last_updated": "2020-12-01 19:14:51", - "new_staff": 11, - "new_students": 29, - "quarantine_off_campus": 61, - "quarantine_on_campus": 4, - "tests_administered": 12289, - "total_staff": 26, - "total_students": 97 - }, - { - "alert_level": "orange", - "beds_available": 98, - "isolation_off_campus": 12, - "isolation_on_campus": 1, - "last_updated": "2020-12-02 20:04:51", - "new_staff": 11, - "new_students": 28, - "quarantine_off_campus": 41, - "quarantine_on_campus": 2, - "tests_administered": 12290, - "total_staff": 28, - "total_students": 99 - }, - { - "alert_level": "orange", - "beds_available": 98, - "isolation_off_campus": 16, - "isolation_on_campus": 2, - "last_updated": "2020-12-03 17:59:51", - "new_staff": 11, - "new_students": 23, - "quarantine_off_campus": 40, - "quarantine_on_campus": 2, - "tests_administered": 12364, - "total_staff": 28, - "total_students": 103 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 19, - "isolation_on_campus": 1, - "last_updated": "2020-12-04 19:24:52", - "new_staff": 11, - "new_students": 22, - "quarantine_off_campus": 45, - "quarantine_on_campus": 1, - "tests_administered": 12364, - "total_staff": 30, - "total_students": 105 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 17, - "isolation_on_campus": 1, - "last_updated": "2020-12-07 20:04:52", - "new_staff": 12, - "new_students": 19, - "quarantine_off_campus": 46, - "quarantine_on_campus": 0, - "tests_administered": 12364, - "total_staff": 30, - "total_students": 109 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 20, - "isolation_on_campus": 0, - "last_updated": "2020-12-08 19:09:52", - "new_staff": 13, - "new_students": 20, - "quarantine_off_campus": 48, - "quarantine_on_campus": 1, - "tests_administered": 12428, - "total_staff": 35, - "total_students": 110 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 23, - "isolation_on_campus": 0, - "last_updated": "2020-12-09 21:24:52", - "new_staff": 15, - "new_students": 16, - "quarantine_off_campus": 46, - "quarantine_on_campus": 1, - "tests_administered": 12432, - "total_staff": 37, - "total_students": 110 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 24, - "isolation_on_campus": 0, - "last_updated": "2020-12-10 18:19:52", - "new_staff": 13, - "new_students": 17, - "quarantine_off_campus": 44, - "quarantine_on_campus": 1, - "tests_administered": 12500, - "total_staff": 37, - "total_students": 111 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 19, - "isolation_on_campus": 0, - "last_updated": "2020-12-11 19:29:52", - "new_staff": 14, - "new_students": 19, - "quarantine_off_campus": 43, - "quarantine_on_campus": 1, - "tests_administered": 12500, - "total_staff": 39, - "total_students": 113 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 13, - "isolation_on_campus": 1, - "last_updated": "2020-12-14 20:44:53", - "new_staff": 13, - "new_students": 20, - "quarantine_off_campus": 30, - "quarantine_on_campus": 0, - "tests_administered": 12553, - "total_staff": 43, - "total_students": 117 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 12, - "isolation_on_campus": 1, - "last_updated": "2020-12-15 19:34:56", - "new_staff": 14, - "new_students": 21, - "quarantine_off_campus": 30, - "quarantine_on_campus": 0, - "tests_administered": 12593, - "total_staff": 45, - "total_students": 119 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 16, - "isolation_on_campus": 1, - "last_updated": "2020-12-16 20:34:53", - "new_staff": 16, - "new_students": 24, - "quarantine_off_campus": 28, - "quarantine_on_campus": 0, - "tests_administered": 12629, - "total_staff": 49, - "total_students": 124 - }, - { - "alert_level": "orange", - "beds_available": 100, - "isolation_off_campus": 13, - "isolation_on_campus": 1, - "last_updated": "2020-12-17 18:34:53", - "new_staff": 18, - "new_students": 22, - "quarantine_off_campus": 25, - "quarantine_on_campus": 0, - "tests_administered": 12630, - "total_staff": 52, - "total_students": 126 - }, - { - "alert_level": "orange", - "beds_available": 98, - "isolation_off_campus": 12, - "isolation_on_campus": 3, - "last_updated": "2020-12-18 20:09:53", - "new_staff": 18, - "new_students": 22, - "quarantine_off_campus": 23, - "quarantine_on_campus": 1, - "tests_administered": 12670, - "total_staff": 54, - "total_students": 127 - }, - { - "alert_level": "orange", - "beds_available": 100, - "isolation_off_campus": 9, - "isolation_on_campus": 1, - "last_updated": "2020-12-21 21:00:25", - "new_staff": 17, - "new_students": 17, - "quarantine_off_campus": 12, - "quarantine_on_campus": 1, - "tests_administered": 12706, - "total_staff": 54, - "total_students": 127 - }, - { - "alert_level": "orange", - "beds_available": 100, - "isolation_off_campus": 7, - "isolation_on_campus": 1, - "last_updated": "2020-12-22 19:20:26", - "new_staff": 14, - "new_students": 16, - "quarantine_off_campus": 9, - "quarantine_on_campus": 1, - "tests_administered": 12706, - "total_staff": 52, - "total_students": 126 - }, - { - "alert_level": "orange", - "beds_available": 100, - "isolation_off_campus": 6, - "isolation_on_campus": 1, - "last_updated": "2020-12-23 21:10:25", - "new_staff": 17, - "new_students": 18, - "quarantine_off_campus": 7, - "quarantine_on_campus": 1, - "tests_administered": 12746, - "total_staff": 55, - "total_students": 128 - }, - { - "alert_level": "orange", - "beds_available": 100, - "isolation_off_campus": 2, - "isolation_on_campus": 0, - "last_updated": "2021-01-04 21:30:27", - "new_staff": 11, - "new_students": 6, - "quarantine_off_campus": 4, - "quarantine_on_campus": 0, - "tests_administered": 12939, - "total_staff": 64, - "total_students": 132 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 4, - "isolation_on_campus": 0, - "last_updated": "2021-01-05 20:56:42", - "new_staff": 13, - "new_students": 5, - "quarantine_off_campus": 6, - "quarantine_on_campus": 0, - "tests_administered": 13002, - "total_staff": 70, - "total_students": 133 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 5, - "isolation_on_campus": 0, - "last_updated": "2021-01-06 20:51:42", - "new_staff": 15, - "new_students": 5, - "quarantine_off_campus": 7, - "quarantine_on_campus": 0, - "tests_administered": 13002, - "total_staff": 73, - "total_students": 134 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 5, - "isolation_on_campus": 0, - "last_updated": "2021-01-07 20:41:49", - "new_staff": 18, - "new_students": 4, - "quarantine_off_campus": 9, - "quarantine_on_campus": 0, - "tests_administered": 13064, - "total_staff": 77, - "total_students": 134 - }, - { - "alert_level": "orange", - "beds_available": 99, - "isolation_off_campus": 5, - "isolation_on_campus": 0, - "last_updated": "2021-01-08 20:41:42", - "new_staff": 19, - "new_students": 4, - "quarantine_off_campus": 10, - "quarantine_on_campus": 1, - "tests_administered": 13064, - "total_staff": 80, - "total_students": 134 - }, - { - "alert_level": "orange", - "beds_available": 95, - "isolation_off_campus": 6, - "isolation_on_campus": 1, - "last_updated": "2021-01-11 20:40:10", - "new_staff": 29, - "new_students": 6, - "quarantine_off_campus": 10, - "quarantine_on_campus": 1, - "tests_administered": 13129, - "total_staff": 94, - "total_students": 136 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 9, - "isolation_on_campus": 1, - "last_updated": "2021-01-12 20:50:10", - "new_staff": 33, - "new_students": 9, - "quarantine_off_campus": 15, - "quarantine_on_campus": 1, - "tests_administered": 13193, - "total_staff": 100, - "total_students": 139 - }, - { - "alert_level": "orange", - "beds_available": 96, - "isolation_off_campus": 10, - "isolation_on_campus": 1, - "last_updated": "2021-01-13 20:35:11", - "new_staff": 39, - "new_students": 8, - "quarantine_off_campus": 31, - "quarantine_on_campus": 5, - "tests_administered": 13193, - "total_staff": 110, - "total_students": 139 - }, - { - "alert_level": "orange", - "beds_available": 95, - "isolation_off_campus": 14, - "isolation_on_campus": 3, - "last_updated": "2021-01-14 21:35:10", - "new_staff": 40, - "new_students": 9, - "quarantine_off_campus": 28, - "quarantine_on_campus": 6, - "tests_administered": 13257, - "total_staff": 115, - "total_students": 141 - }, - { - "alert_level": "orange", - "beds_available": 95, - "isolation_off_campus": 19, - "isolation_on_campus": 3, - "last_updated": "2021-01-15 20:35:10", - "new_staff": 40, - "new_students": 11, - "quarantine_off_campus": 31, - "quarantine_on_campus": 6, - "tests_administered": 13257, - "total_staff": 118, - "total_students": 143 - }, - { - "alert_level": "orange", - "beds_available": 95, - "isolation_off_campus": 17, - "isolation_on_campus": 3, - "last_updated": "2021-01-18 20:59:05", - "new_staff": 42, - "new_students": 17, - "quarantine_off_campus": 24, - "quarantine_on_campus": 6, - "tests_administered": 13401, - "total_staff": 125, - "total_students": 150 - }, - { - "alert_level": "orange", - "beds_available": 95, - "isolation_off_campus": 24, - "isolation_on_campus": 3, - "last_updated": "2021-01-19 20:49:05", - "new_staff": 48, - "new_students": 17, - "quarantine_off_campus": 35, - "quarantine_on_campus": 6, - "tests_administered": 13456, - "total_staff": 133, - "total_students": 150 - }, - { - "alert_level": "orange", - "beds_available": 92, - "isolation_off_campus": 23, - "isolation_on_campus": 3, - "last_updated": "2021-01-20 20:39:07", - "new_staff": 50, - "new_students": 17, - "quarantine_off_campus": 48, - "quarantine_on_campus": 11, - "tests_administered": 13457, - "total_staff": 136, - "total_students": 151 - }, - { - "alert_level": "orange", - "beds_available": 92, - "isolation_off_campus": 22, - "isolation_on_campus": 5, - "last_updated": "2021-01-21 20:44:06", - "new_staff": 55, - "new_students": 21, - "quarantine_off_campus": 44, - "quarantine_on_campus": 6, - "tests_administered": 13531, - "total_staff": 143, - "total_students": 156 - }, - { - "alert_level": "yellow", - "beds_available": 90, - "isolation_off_campus": 28, - "isolation_on_campus": 5, - "last_updated": "2021-01-22 21:04:06", - "new_staff": 56, - "new_students": 22, - "quarantine_off_campus": 47, - "quarantine_on_campus": 10, - "tests_administered": 13782, - "total_staff": 147, - "total_students": 158 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 33, - "isolation_on_campus": 10, - "last_updated": "2021-01-25 16:00:00", - "new_staff": 55, - "new_students": 30, - "quarantine_off_campus": 54, - "quarantine_on_campus": 9, - "tests_administered": 13843, - "total_staff": 149, - "total_students": 166 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 35, - "isolation_on_campus": 10, - "last_updated": "2021-01-26 16:00:00", - "new_staff": 51, - "new_students": 32, - "quarantine_off_campus": 64, - "quarantine_on_campus": 13, - "tests_administered": 13902, - "total_staff": 151, - "total_students": 171 - }, - { - "alert_level": "yellow", - "beds_available": 91, - "isolation_off_campus": 35, - "isolation_on_campus": 13, - "last_updated": "2021-01-27 21:11:47", - "new_staff": 39, - "new_students": 27, - "quarantine_off_campus": 66, - "quarantine_on_campus": 16, - "tests_administered": 13842, - "total_staff": 149, - "total_students": 166 - }, - { - "alert_level": "yellow", - "beds_available": 89, - "isolation_off_campus": 30, - "isolation_on_campus": 17, - "last_updated": "2021-01-28 20:46:47", - "new_staff": 37, - "new_students": 29, - "quarantine_off_campus": 64, - "quarantine_on_campus": 18, - "tests_administered": 15303, - "total_staff": 152, - "total_students": 170 - }, - { - "alert_level": "yellow", - "beds_available": 89, - "isolation_off_campus": 28, - "isolation_on_campus": 16, - "last_updated": "2021-01-29 20:46:47", - "new_staff": 34, - "new_students": 34, - "quarantine_off_campus": 56, - "quarantine_on_campus": 21, - "tests_administered": 17121, - "total_staff": 152, - "total_students": 177 - }, - { - "alert_level": "yellow", - "beds_available": 89, - "isolation_off_campus": 19, - "isolation_on_campus": 11, - "last_updated": "2021-02-01 20:44:21", - "new_staff": 28, - "new_students": 34, - "quarantine_off_campus": 32, - "quarantine_on_campus": 26, - "tests_administered": 19365, - "total_staff": 153, - "total_students": 184 - }, - { - "alert_level": "yellow", - "beds_available": 89, - "isolation_off_campus": 18, - "isolation_on_campus": 11, - "last_updated": "2021-02-02 20:44:21", - "new_staff": 20, - "new_students": 36, - "quarantine_off_campus": 30, - "quarantine_on_campus": 26, - "tests_administered": 21168, - "total_staff": 153, - "total_students": 186 - }, - { - "alert_level": "yellow", - "beds_available": 89, - "isolation_off_campus": 20, - "isolation_on_campus": 9, - "last_updated": "2021-02-03 20:54:21", - "new_staff": 17, - "new_students": 39, - "quarantine_off_campus": 23, - "quarantine_on_campus": 28, - "tests_administered": 23278, - "total_staff": 153, - "total_students": 190 - }, - { - "alert_level": "yellow", - "beds_available": 91, - "isolation_off_campus": 20, - "isolation_on_campus": 10, - "last_updated": "2021-02-04 20:39:22", - "new_staff": 11, - "new_students": 38, - "quarantine_off_campus": 21, - "quarantine_on_campus": 22, - "tests_administered": 24935, - "total_staff": 154, - "total_students": 194 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 18, - "isolation_on_campus": 6, - "last_updated": "2021-02-05 21:14:22", - "new_staff": 8, - "new_students": 39, - "quarantine_off_campus": 24, - "quarantine_on_campus": 16, - "tests_administered": 26703, - "total_staff": 155, - "total_students": 197 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 12, - "isolation_on_campus": 5, - "last_updated": "2021-02-08 20:59:22", - "new_staff": 7, - "new_students": 35, - "quarantine_off_campus": 25, - "quarantine_on_campus": 18, - "tests_administered": 28801, - "total_staff": 156, - "total_students": 201 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 13, - "isolation_on_campus": 6, - "last_updated": "2021-02-09 20:43:25", - "new_staff": 7, - "new_students": 37, - "quarantine_off_campus": 34, - "quarantine_on_campus": 12, - "tests_administered": 30646, - "total_staff": 157, - "total_students": 203 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 14, - "isolation_on_campus": 5, - "last_updated": "2021-02-10 20:58:25", - "new_staff": 7, - "new_students": 34, - "quarantine_off_campus": 40, - "quarantine_on_campus": 12, - "tests_administered": 30646, - "total_staff": 159, - "total_students": 205 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 12, - "isolation_on_campus": 3, - "last_updated": "2021-02-11 20:38:25", - "new_staff": 7, - "new_students": 31, - "quarantine_off_campus": 35, - "quarantine_on_campus": 10, - "tests_administered": 34388, - "total_staff": 159, - "total_students": 207 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 14, - "isolation_on_campus": 3, - "last_updated": "2021-02-12 20:48:26", - "new_staff": 7, - "new_students": 28, - "quarantine_off_campus": 37, - "quarantine_on_campus": 13, - "tests_administered": 36180, - "total_staff": 159, - "total_students": 209 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 10, - "isolation_on_campus": 4, - "last_updated": "2021-02-15 20:36:28", - "new_staff": 6, - "new_students": 28, - "quarantine_off_campus": 23, - "quarantine_on_campus": 7, - "tests_administered": 38314, - "total_staff": 159, - "total_students": 213 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 11, - "isolation_on_campus": 2, - "last_updated": "2021-02-16 20:51:28", - "new_staff": 6, - "new_students": 23, - "quarantine_off_campus": 27, - "quarantine_on_campus": 7, - "tests_administered": 40104, - "total_staff": 159, - "total_students": 213 - }, - { - "alert_level": "yellow", - "beds_available": 100, - "isolation_off_campus": 10, - "isolation_on_campus": 1, - "last_updated": "2021-02-17 20:46:28", - "new_staff": 4, - "new_students": 19, - "quarantine_off_campus": 15, - "quarantine_on_campus": 1, - "tests_administered": 41611, - "total_staff": 159, - "total_students": 213 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 9, - "isolation_on_campus": 2, - "last_updated": "2021-02-18 20:43:06", - "new_staff": 4, - "new_students": 17, - "quarantine_off_campus": 17, - "quarantine_on_campus": 2, - "tests_administered": 43313, - "total_staff": 160, - "total_students": 213 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 11, - "isolation_on_campus": 4, - "last_updated": "2021-02-19 20:38:05", - "new_staff": 4, - "new_students": 17, - "quarantine_off_campus": 13, - "quarantine_on_campus": 2, - "tests_administered": 45361, - "total_staff": 160, - "total_students": 216 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 9, - "isolation_on_campus": 4, - "last_updated": "2021-02-22 20:38:05", - "new_staff": 2, - "new_students": 19, - "quarantine_off_campus": 14, - "quarantine_on_campus": 9, - "tests_administered": 47827, - "total_staff": 160, - "total_students": 221 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 8, - "isolation_on_campus": 4, - "last_updated": "2021-02-23 20:38:06", - "new_staff": 1, - "new_students": 19, - "quarantine_off_campus": 15, - "quarantine_on_campus": 8, - "tests_administered": 49834, - "total_staff": 160, - "total_students": 223 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 12, - "isolation_on_campus": 3, - "last_updated": "2021-02-24 20:43:06", - "new_staff": 2, - "new_students": 23, - "quarantine_off_campus": 16, - "quarantine_on_campus": 6, - "tests_administered": 50954, - "total_staff": 161, - "total_students": 229 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 15, - "isolation_on_campus": 5, - "last_updated": "2021-02-25 20:48:06", - "new_staff": 1, - "new_students": 23, - "quarantine_off_campus": 34, - "quarantine_on_campus": 12, - "tests_administered": 52753, - "total_staff": 161, - "total_students": 232 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 14, - "isolation_on_campus": 8, - "last_updated": "2021-02-26 18:42:00", - "new_staff": 1, - "new_students": 30, - "quarantine_off_campus": 33, - "quarantine_on_campus": 12, - "tests_administered": 54976, - "total_staff": 161, - "total_students": 239 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 13, - "isolation_on_campus": 7, - "last_updated": "2021-03-01 15:53:56", - "new_staff": 1, - "new_students": 32, - "quarantine_off_campus": 45, - "quarantine_on_campus": 17, - "tests_administered": 57484, - "total_staff": 161, - "total_students": 245 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 17, - "isolation_on_campus": 10, - "last_updated": "2021-03-02 15:33:57", - "new_staff": 1, - "new_students": 33, - "quarantine_off_campus": 48, - "quarantine_on_campus": 17, - "tests_administered": 59481, - "total_staff": 161, - "total_students": 246 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 20, - "isolation_on_campus": 10, - "last_updated": "2021-03-03 16:03:57", - "new_staff": 1, - "new_students": 36, - "quarantine_off_campus": 32, - "quarantine_on_campus": 8, - "tests_administered": 61252, - "total_staff": 161, - "total_students": 249 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 21, - "isolation_on_campus": 11, - "last_updated": "2021-03-04 15:53:58", - "new_staff": 1, - "new_students": 35, - "quarantine_off_campus": 30, - "quarantine_on_campus": 6, - "tests_administered": 62822, - "total_staff": 161, - "total_students": 250 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 19, - "isolation_on_campus": 9, - "last_updated": "2021-03-05 15:18:58", - "new_staff": 3, - "new_students": 34, - "quarantine_off_campus": 28, - "quarantine_on_campus": 3, - "tests_administered": 64779, - "total_staff": 163, - "total_students": 251 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 9, - "isolation_on_campus": 3, - "last_updated": "2021-03-08 15:54:00", - "new_staff": 5, - "new_students": 33, - "quarantine_off_campus": 20, - "quarantine_on_campus": 1, - "tests_administered": 67125, - "total_staff": 165, - "total_students": 255 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 8, - "isolation_on_campus": 3, - "last_updated": "2021-03-09 15:39:02", - "new_staff": 4, - "new_students": 31, - "quarantine_off_campus": 18, - "quarantine_on_campus": 2, - "tests_administered": 69129, - "total_staff": 165, - "total_students": 256 - }, - { - "alert_level": "yellow", - "beds_available": 98, - "isolation_off_campus": 9, - "isolation_on_campus": 4, - "last_updated": "2021-03-10 16:09:01", - "new_staff": 4, - "new_students": 25, - "quarantine_off_campus": 13, - "quarantine_on_campus": 3, - "tests_administered": 70818, - "total_staff": 165, - "total_students": 256 - }, - { - "alert_level": "yellow", - "beds_available": 98, - "isolation_off_campus": 8, - "isolation_on_campus": 3, - "last_updated": "2021-03-11 15:49:02", - "new_staff": 4, - "new_students": 22, - "quarantine_off_campus": 13, - "quarantine_on_campus": 3, - "tests_administered": 72449, - "total_staff": 165, - "total_students": 256 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 8, - "isolation_on_campus": 5, - "last_updated": "2021-03-12 15:44:02", - "new_staff": 4, - "new_students": 15, - "quarantine_off_campus": 12, - "quarantine_on_campus": 4, - "tests_administered": 74421, - "total_staff": 165, - "total_students": 256 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 7, - "isolation_on_campus": 3, - "last_updated": "2021-03-15 15:39:04", - "new_staff": 4, - "new_students": 18, - "quarantine_off_campus": 12, - "quarantine_on_campus": 5, - "tests_administered": 76772, - "total_staff": 165, - "total_students": 263 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 9, - "isolation_on_campus": 4, - "last_updated": "2021-03-16 15:34:05", - "new_staff": 4, - "new_students": 21, - "quarantine_off_campus": 14, - "quarantine_on_campus": 11, - "tests_administered": 78669, - "total_staff": 165, - "total_students": 268 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 12, - "isolation_on_campus": 4, - "last_updated": "2021-03-17 15:39:05", - "new_staff": 4, - "new_students": 21, - "quarantine_off_campus": 12, - "quarantine_on_campus": 11, - "tests_administered": 80436, - "total_staff": 165, - "total_students": 269 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 13, - "isolation_on_campus": 4, - "last_updated": "2021-03-18 15:44:06", - "new_staff": 4, - "new_students": 20, - "quarantine_off_campus": 12, - "quarantine_on_campus": 11, - "tests_administered": 81919, - "total_staff": 165, - "total_students": 270 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 11, - "isolation_on_campus": 7, - "last_updated": "2021-03-19 15:44:06", - "new_staff": 2, - "new_students": 17, - "quarantine_off_campus": 13, - "quarantine_on_campus": 9, - "tests_administered": 83766, - "total_staff": 165, - "total_students": 270 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 12, - "isolation_on_campus": 5, - "last_updated": "2021-03-22 15:44:08", - "new_staff": 0, - "new_students": 19, - "quarantine_off_campus": 15, - "quarantine_on_campus": 7, - "tests_administered": 86421, - "total_staff": 165, - "total_students": 273 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 11, - "isolation_on_campus": 6, - "last_updated": "2021-03-23 15:39:09", - "new_staff": 1, - "new_students": 19, - "quarantine_off_campus": 11, - "quarantine_on_campus": 7, - "tests_administered": 88816, - "total_staff": 166, - "total_students": 274 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 8, - "isolation_on_campus": 7, - "last_updated": "2021-03-24 15:49:09", - "new_staff": 1, - "new_students": 19, - "quarantine_off_campus": 10, - "quarantine_on_campus": 9, - "tests_administered": 90879, - "total_staff": 166, - "total_students": 275 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 12, - "isolation_on_campus": 5, - "last_updated": "2021-03-25 15:44:12", - "new_staff": 2, - "new_students": 23, - "quarantine_off_campus": 16, - "quarantine_on_campus": 7, - "tests_administered": 90883, - "total_staff": 167, - "total_students": 279 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 11, - "isolation_on_campus": 3, - "last_updated": "2021-03-26 15:49:11", - "new_staff": 2, - "new_students": 23, - "quarantine_off_campus": 13, - "quarantine_on_campus": 9, - "tests_administered": 93176, - "total_staff": 167, - "total_students": 280 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 12, - "isolation_on_campus": 2, - "last_updated": "2021-03-29 15:39:12", - "new_staff": 5, - "new_students": 18, - "quarantine_off_campus": 22, - "quarantine_on_campus": 10, - "tests_administered": 96229, - "total_staff": 170, - "total_students": 284 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 8, - "isolation_on_campus": 5, - "last_updated": "2021-03-30 15:39:14", - "new_staff": 5, - "new_students": 17, - "quarantine_off_campus": 22, - "quarantine_on_campus": 15, - "tests_administered": 98307, - "total_staff": 170, - "total_students": 286 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 11, - "isolation_on_campus": 6, - "last_updated": "2021-03-31 16:04:13", - "new_staff": 6, - "new_students": 21, - "quarantine_off_campus": 16, - "quarantine_on_campus": 13, - "tests_administered": 98307, - "total_staff": 171, - "total_students": 290 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 20, - "isolation_on_campus": 8, - "last_updated": "2021-04-01 16:19:14", - "new_staff": 6, - "new_students": 28, - "quarantine_off_campus": 26, - "quarantine_on_campus": 12, - "tests_administered": 101654, - "total_staff": 171, - "total_students": 298 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 18, - "isolation_on_campus": 10, - "last_updated": "2021-04-02 15:44:14", - "new_staff": 6, - "new_students": 29, - "quarantine_off_campus": 23, - "quarantine_on_campus": 12, - "tests_administered": 103474, - "total_staff": 172, - "total_students": 299 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 14, - "isolation_on_campus": 7, - "last_updated": "2021-04-05 15:34:17", - "new_staff": 8, - "new_students": 28, - "quarantine_off_campus": 20, - "quarantine_on_campus": 6, - "tests_administered": 105978, - "total_staff": 174, - "total_students": 301 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 16, - "isolation_on_campus": 5, - "last_updated": "2021-04-06 15:59:18", - "new_staff": 11, - "new_students": 28, - "quarantine_off_campus": 21, - "quarantine_on_campus": 7, - "tests_administered": 107950, - "total_staff": 177, - "total_students": 302 - }, - { - "alert_level": "yellow", - "beds_available": 98, - "isolation_off_campus": 18, - "isolation_on_campus": 3, - "last_updated": "2021-04-07 16:19:17", - "new_staff": 11, - "new_students": 28, - "quarantine_off_campus": 20, - "quarantine_on_campus": 3, - "tests_administered": 109830, - "total_staff": 177, - "total_students": 303 - }, - { - "alert_level": "yellow", - "beds_available": 98, - "isolation_off_campus": 17, - "isolation_on_campus": 4, - "last_updated": "2021-04-08 15:39:18", - "new_staff": 9, - "new_students": 24, - "quarantine_off_campus": 25, - "quarantine_on_campus": 1, - "tests_administered": 111267, - "total_staff": 177, - "total_students": 304 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 14, - "isolation_on_campus": 9, - "last_updated": "2021-04-09 15:09:19", - "new_staff": 11, - "new_students": 29, - "quarantine_off_campus": 25, - "quarantine_on_campus": 4, - "tests_administered": 113168, - "total_staff": 179, - "total_students": 309 - }, - { - "alert_level": "yellow", - "beds_available": 96, - "isolation_off_campus": 14, - "isolation_on_campus": 5, - "last_updated": "2021-04-12 15:49:20", - "new_staff": 12, - "new_students": 34, - "quarantine_off_campus": 38, - "quarantine_on_campus": 10, - "tests_administered": 115947, - "total_staff": 183, - "total_students": 319 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 15, - "isolation_on_campus": 8, - "last_updated": "2021-04-13 15:49:21", - "new_staff": 12, - "new_students": 36, - "quarantine_off_campus": 43, - "quarantine_on_campus": 13, - "tests_administered": 117894, - "total_staff": 183, - "total_students": 323 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 20, - "isolation_on_campus": 9, - "last_updated": "2021-04-14 16:09:21", - "new_staff": 13, - "new_students": 36, - "quarantine_off_campus": 45, - "quarantine_on_campus": 15, - "tests_administered": 119693, - "total_staff": 184, - "total_students": 329 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 18, - "isolation_on_campus": 9, - "last_updated": "2021-04-15 15:54:22", - "new_staff": 13, - "new_students": 33, - "quarantine_off_campus": 45, - "quarantine_on_campus": 15, - "tests_administered": 121143, - "total_staff": 185, - "total_students": 332 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 21, - "isolation_on_campus": 12, - "last_updated": "2021-04-16 15:44:22", - "new_staff": 15, - "new_students": 37, - "quarantine_off_campus": 45, - "quarantine_on_campus": 16, - "tests_administered": 123040, - "total_staff": 188, - "total_students": 336 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 18, - "isolation_on_campus": 10, - "last_updated": "2021-04-19 15:49:24", - "new_staff": 11, - "new_students": 40, - "quarantine_off_campus": 32, - "quarantine_on_campus": 11, - "tests_administered": 125868, - "total_staff": 189, - "total_students": 342 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 18, - "isolation_on_campus": 9, - "last_updated": "2021-04-20 15:39:25", - "new_staff": 11, - "new_students": 43, - "quarantine_off_campus": 29, - "quarantine_on_campus": 9, - "tests_administered": 128099, - "total_staff": 190, - "total_students": 345 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 17, - "isolation_on_campus": 6, - "last_updated": "2021-04-21 16:09:25", - "new_staff": 11, - "new_students": 40, - "quarantine_off_campus": 17, - "quarantine_on_campus": 5, - "tests_administered": 130202, - "total_staff": 190, - "total_students": 345 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 15, - "isolation_on_campus": 5, - "last_updated": "2021-04-22 15:29:26", - "new_staff": 11, - "new_students": 38, - "quarantine_off_campus": 16, - "quarantine_on_campus": 4, - "tests_administered": 131797, - "total_staff": 190, - "total_students": 346 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 14, - "isolation_on_campus": 6, - "last_updated": "2021-04-23 15:34:26", - "new_staff": 10, - "new_students": 41, - "quarantine_off_campus": 14, - "quarantine_on_campus": 4, - "tests_administered": 131804, - "total_staff": 190, - "total_students": 352 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 8, - "isolation_on_campus": 4, - "last_updated": "2021-04-26 15:39:28", - "new_staff": 5, - "new_students": 37, - "quarantine_off_campus": 11, - "quarantine_on_campus": 5, - "tests_administered": 135532, - "total_staff": 190, - "total_students": 356 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 9, - "isolation_on_campus": 4, - "last_updated": "2021-04-27 15:44:30", - "new_staff": 5, - "new_students": 31, - "quarantine_off_campus": 13, - "quarantine_on_campus": 7, - "tests_administered": 137489, - "total_staff": 190, - "total_students": 357 - }, - { - "alert_level": "yellow", - "beds_available": 95, - "isolation_off_campus": 10, - "isolation_on_campus": 6, - "last_updated": "2021-04-28 15:44:29", - "new_staff": 3, - "new_students": 31, - "quarantine_off_campus": 13, - "quarantine_on_campus": 10, - "tests_administered": 139333, - "total_staff": 190, - "total_students": 362 - }, - { - "alert_level": "yellow", - "beds_available": 92, - "isolation_off_campus": 10, - "isolation_on_campus": 6, - "last_updated": "2021-04-29 15:34:30", - "new_staff": 2, - "new_students": 30, - "quarantine_off_campus": 13, - "quarantine_on_campus": 22, - "tests_administered": 140729, - "total_staff": 190, - "total_students": 364 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 10, - "isolation_on_campus": 5, - "last_updated": "2021-04-30 15:34:32", - "new_staff": 2, - "new_students": 29, - "quarantine_off_campus": 14, - "quarantine_on_campus": 20, - "tests_administered": 142212, - "total_staff": 190, - "total_students": 367 - }, - { - "alert_level": "yellow", - "beds_available": 94, - "isolation_off_campus": 8, - "isolation_on_campus": 5, - "last_updated": "2021-05-03 15:54:32", - "new_staff": 0, - "new_students": 25, - "quarantine_off_campus": 17, - "quarantine_on_campus": 16, - "tests_administered": 145107, - "total_staff": 190, - "total_students": 367 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 8, - "isolation_on_campus": 7, - "last_updated": "2021-05-04 15:34:34", - "new_staff": 0, - "new_students": 25, - "quarantine_off_campus": 13, - "quarantine_on_campus": 17, - "tests_administered": 147063, - "total_staff": 190, - "total_students": 370 - }, - { - "alert_level": "yellow", - "beds_available": 93, - "isolation_off_campus": 9, - "isolation_on_campus": 7, - "last_updated": "2021-05-05 15:34:37", - "new_staff": 0, - "new_students": 27, - "quarantine_off_campus": 15, - "quarantine_on_campus": 16, - "tests_administered": 148773, - "total_staff": 190, - "total_students": 373 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 6, - "isolation_on_campus": 6, - "last_updated": "2021-05-06 15:19:34", - "new_staff": 1, - "new_students": 27, - "quarantine_off_campus": 13, - "quarantine_on_campus": 6, - "tests_administered": 150519, - "total_staff": 191, - "total_students": 373 - }, - { - "alert_level": "yellow", - "beds_available": 97, - "isolation_off_campus": 7, - "isolation_on_campus": 5, - "last_updated": "2021-05-07 15:19:34", - "new_staff": 1, - "new_students": 22, - "quarantine_off_campus": 12, - "quarantine_on_campus": 5, - "tests_administered": 150538, - "total_staff": 191, - "total_students": 374 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 7, - "isolation_on_campus": 3, - "last_updated": "2021-05-10 15:39:36", - "new_staff": 2, - "new_students": 20, - "quarantine_off_campus": 6, - "quarantine_on_campus": 1, - "tests_administered": 152437, - "total_staff": 192, - "total_students": 377 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 6, - "isolation_on_campus": 2, - "last_updated": "2021-05-11 16:04:37", - "new_staff": 2, - "new_students": 18, - "quarantine_off_campus": 4, - "quarantine_on_campus": 1, - "tests_administered": 152437, - "total_staff": 192, - "total_students": 377 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 4, - "isolation_on_campus": 3, - "last_updated": "2021-05-12 16:04:37", - "new_staff": 2, - "new_students": 15, - "quarantine_off_campus": 4, - "quarantine_on_campus": 1, - "tests_administered": 153007, - "total_staff": 192, - "total_students": 377 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 6, - "isolation_on_campus": 2, - "last_updated": "2021-05-13 15:39:38", - "new_staff": 2, - "new_students": 14, - "quarantine_off_campus": 4, - "quarantine_on_campus": 1, - "tests_administered": 153446, - "total_staff": 192, - "total_students": 378 - }, - { - "alert_level": "yellow", - "beds_available": 99, - "isolation_off_campus": 5, - "isolation_on_campus": 1, - "last_updated": "2021-05-14 15:59:38", - "new_staff": 2, - "new_students": 11, - "quarantine_off_campus": 0, - "quarantine_on_campus": 1, - "tests_administered": 153718, - "total_staff": 192, - "total_students": 378 - }, - { - "alert_level": "yellow", - "beds_available": 100, - "isolation_off_campus": 1, - "isolation_on_campus": 0, - "last_updated": "2021-05-17 15:39:41", - "new_staff": 2, - "new_students": 11, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 153984, - "total_staff": 192, - "total_students": 379 - }, - { - "alert_level": "yellow", - "beds_available": 100, - "isolation_off_campus": 1, - "isolation_on_campus": 0, - "last_updated": "2021-05-18 16:04:42", - "new_staff": 2, - "new_students": 8, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 153984, - "total_staff": 192, - "total_students": 379 - }, - { - "alert_level": "yellow", - "beds_available": 100, - "isolation_off_campus": 2, - "isolation_on_campus": 0, - "last_updated": "2021-05-19 15:44:43", - "new_staff": 1, - "new_students": 5, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 153984, - "total_staff": 192, - "total_students": 379 - }, - { - "alert_level": "yellow", - "beds_available": 100, - "isolation_off_campus": 2, - "isolation_on_campus": 0, - "last_updated": "2021-05-20 15:59:43", - "new_staff": 1, - "new_students": 4, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 154010, - "total_staff": 192, - "total_students": 379 - }, - { - "alert_level": "green", - "beds_available": 100, - "isolation_off_campus": 2, - "isolation_on_campus": 0, - "last_updated": "2021-05-21 15:14:42", - "new_staff": 0, - "new_students": 4, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 154042, - "total_staff": 192, - "total_students": 379 - }, - { - "alert_level": "green", - "beds_available": 100, - "isolation_off_campus": 0, - "isolation_on_campus": 0, - "last_updated": "2021-05-24 15:49:45", - "new_staff": 0, - "new_students": 1, - "quarantine_off_campus": 0, - "quarantine_on_campus": 0, - "tests_administered": 154043, - "total_staff": 192, - "total_students": 379 - } -] + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-23 13:20:29", + "new_staff": 0, + "new_students": 2, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 0, + "total_students": 2, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-24 17:36:18", + "new_staff": 1, + "new_students": 6, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 1, + "total_students": 6, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-25 14:37:45", + "new_staff": 2, + "new_students": 6, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 6, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-26 17:24:45", + "new_staff": 2, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 7, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-30 13:51:02", + "new_staff": 2, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 12, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-08-31 14:47:46", + "new_staff": 2, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 15, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-01 15:24:23", + "new_staff": 2, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 15, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-02 14:31:03", + "new_staff": 2, + "new_students": 15, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 17, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-03 13:57:39", + "new_staff": 1, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 2, + "total_students": 17, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-07 14:54:22", + "new_staff": 2, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 20, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-08 14:10:56", + "new_staff": 1, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 20, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-09 15:27:35", + "new_staff": 1, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 21, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-10 14:49:34", + "new_staff": 2, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 4, + "total_students": 21, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-13 15:54:38", + "new_staff": 4, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 22, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-14 14:46:57", + "new_staff": 4, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 23, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-15 14:03:29", + "new_staff": 4, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 6, + "total_students": 24, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-16 14:50:08", + "new_staff": 5, + "new_students": 7, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 7, + "total_students": 24, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-17 15:26:53", + "new_staff": 6, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 8, + "total_students": 25, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-20 16:53:21", + "new_staff": 5, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 8, + "total_students": 29, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-21 13:44:43", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 9, + "total_students": 31, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-22 15:41:32", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 31, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-23 14:48:15", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 32, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-24 14:40:18", + "new_staff": 5, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 32, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-27 16:00:29", + "new_staff": 5, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 11, + "total_students": 32, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-28 14:52:06", + "new_staff": 6, + "new_students": 11, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 12, + "total_students": 35, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-29 15:03:51", + "new_staff": 4, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 12, + "total_students": 37, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-09-30 15:45:36", + "new_staff": 7, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 15, + "total_students": 38, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-01 15:12:28", + "new_staff": 11, + "new_students": 12, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 19, + "total_students": 38, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-04 14:52:32", + "new_staff": 11, + "new_students": 8, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 21, + "total_students": 38, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-05 14:54:40", + "new_staff": 13, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 22, + "total_students": 40, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-06 15:41:28", + "new_staff": 13, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 24, + "total_students": 40, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-07 14:58:56", + "new_staff": 12, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 24, + "total_students": 41, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-08 14:15:50", + "new_staff": 14, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 41, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-11 15:21:22", + "new_staff": 14, + "new_students": 10, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 42, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-12 17:38:20", + "new_staff": 14, + "new_students": 9, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 45, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-13 15:50:05", + "new_staff": 11, + "new_students": 14, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 51, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-14 22:27:16", + "new_staff": 7, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 54, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-15 14:18:23", + "new_staff": 5, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 26, + "total_students": 54, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-18 15:04:26", + "new_staff": 6, + "new_students": 19, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 27, + "total_students": 58, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-19 15:36:15", + "new_staff": 4, + "new_students": 20, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 27, + "total_students": 60, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-20 15:12:56", + "new_staff": 4, + "new_students": 22, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 60, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-21 15:09:47", + "new_staff": 3, + "new_students": 22, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 63, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-25 14:51:47", + "new_staff": 3, + "new_students": 25, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 68, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-26 14:23:38", + "new_staff": 3, + "new_students": 30, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 75, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-27 14:50:27", + "new_staff": 3, + "new_students": 33, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 29, + "total_students": 84, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-28 14:02:06", + "new_staff": 4, + "new_students": 27, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 30, + "total_students": 81, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-10-29 14:08:52", + "new_staff": 3, + "new_students": 31, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 30, + "total_students": 85, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-01 15:19:18", + "new_staff": 5, + "new_students": 40, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 33, + "total_students": 98, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-02 14:56:01", + "new_staff": 6, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 35, + "total_students": 104, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-03 16:42:56", + "new_staff": 6, + "new_students": 79, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 35, + "total_students": 141, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-04 15:29:36", + "new_staff": 10, + "new_students": 107, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 39, + "total_students": 170, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-05 13:51:23", + "new_staff": 11, + "new_students": 113, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 40, + "total_students": 178, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-08 20:42:39", + "new_staff": 14, + "new_students": 122, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 43, + "total_students": 196, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-09 14:48:58", + "new_staff": 14, + "new_students": 130, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 44, + "total_students": 206, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-10 15:30:50", + "new_staff": 18, + "new_students": 138, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 47, + "total_students": 219, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-11 15:02:30", + "new_staff": 16, + "new_students": 142, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 47, + "total_students": 226, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-12 13:44:09", + "new_staff": 17, + "new_students": 142, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 48, + "total_students": 227, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-15 13:54:35", + "new_staff": 14, + "new_students": 133, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 51, + "total_students": 234, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-16 14:36:21", + "new_staff": 13, + "new_students": 136, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 52, + "total_students": 241, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-17 15:38:10", + "new_staff": 13, + "new_students": 101, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 54, + "total_students": 248, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-18 14:49:45", + "new_staff": 14, + "new_students": 76, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 55, + "total_students": 249, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-19 14:56:30", + "new_staff": 12, + "new_students": 68, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 56, + "total_students": 252, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-22 14:50:51", + "new_staff": 15, + "new_students": 61, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 60, + "total_students": 259, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-23 14:07:13", + "new_staff": 13, + "new_students": 53, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 60, + "total_students": 264, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-24 15:08:40", + "new_staff": 15, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 62, + "total_students": 265, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-29 14:55:54", + "new_staff": 10, + "new_students": 34, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 63, + "total_students": 273, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-11-30 14:07:14", + "new_staff": 12, + "new_students": 30, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 65, + "total_students": 276, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-01 15:33:41", + "new_staff": 11, + "new_students": 35, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 67, + "total_students": 284, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-02 14:45:01", + "new_staff": 13, + "new_students": 35, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 70, + "total_students": 287, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-03 15:11:26", + "new_staff": 13, + "new_students": 33, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 71, + "total_students": 288, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-06 15:30:47", + "new_staff": 10, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 72, + "total_students": 298, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-07 14:27:16", + "new_staff": 10, + "new_students": 38, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 72, + "total_students": 302, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-08 15:28:44", + "new_staff": 11, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 73, + "total_students": 303, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-09 14:00:11", + "new_staff": 12, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 73, + "total_students": 304, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-10 15:06:39", + "new_staff": 13, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 306, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-13 13:10:45", + "new_staff": 11, + "new_students": 40, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 315, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-14 15:07:15", + "new_staff": 9, + "new_students": 42, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 320, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-15 15:08:37", + "new_staff": 7, + "new_students": 41, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 74, + "total_students": 326, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-16 15:35:01", + "new_staff": 7, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 75, + "total_students": 330, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-17 12:07:05", + "new_staff": 8, + "new_students": 41, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 77, + "total_students": 331, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-20 14:31:44", + "new_staff": 6, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 77, + "total_students": 337, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-21 14:38:08", + "new_staff": 8, + "new_students": 37, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 81, + "total_students": 339, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-22 19:29:50", + "new_staff": 11, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 84, + "total_students": 340, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2021-12-23 20:21:19", + "new_staff": 11, + "new_students": 36, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 86, + "total_students": 342, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-05 14:01:11", + "new_staff": 62, + "new_students": 45, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 150, + "total_students": 386, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-06 16:52:43", + "new_staff": 74, + "new_students": 57, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 163, + "total_students": 400, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-07 14:33:58", + "new_staff": 81, + "new_students": 67, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 171, + "total_students": 411, + "hospitalizations": -1 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-11 18:32:33", + "new_staff": 84, + "new_students": 96, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 174, + "total_students": 440 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-12 18:32:33", + "new_staff": 91, + "new_students": 129, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 181, + "total_students": 473 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-13 15:07:23", + "new_staff": 95, + "new_students": 153, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 185, + "total_students": 497 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-14 15:03:58", + "new_staff": 105, + "new_students": 179, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 195, + "total_students": 523 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-17 16:58:16", + "new_staff": 119, + "new_students": 206, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 209, + "total_students": 550 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-18 14:24:28", + "new_staff": 125, + "new_students": 223, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 215, + "total_students": 567 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-19 15:21:01", + "new_staff": 132, + "new_students": 267, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 222, + "total_students": 611 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-20 15:02:43", + "new_staff": 138, + "new_students": 287, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 228, + "total_students": 631 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-21 14:53:58", + "new_staff": 141, + "new_students": 310, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 231, + "total_students": 654 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-24 15:03:02", + "new_staff": 151, + "new_students": 322, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 243, + "total_students": 692 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-25 15:09:36", + "new_staff": 143, + "new_students": 312, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 246, + "total_students": 704 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-26 14:51:11", + "new_staff": 142, + "new_students": 302, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 253, + "total_students": 717 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-27 15:02:31", + "new_staff": 137, + "new_students": 285, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 256, + "total_students": 727 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-28 14:53:53", + "new_staff": 133, + "new_students": 267, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 259, + "total_students": 737 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-31 14:48:08", + "new_staff": 120, + "new_students": 255, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 262, + "total_students": 748 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-01 14:44:32", + "new_staff": 120, + "new_students": 222, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 265, + "total_students": 752 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-02 15:01:04", + "new_staff": 118, + "new_students": 203, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 269, + "total_students": 759 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-03 14:52:27", + "new_staff": 116, + "new_students": 185, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 273, + "total_students": 763 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-04 15:23:48", + "new_staff": 115, + "new_students": 157, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 276, + "total_students": 766 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-07 15:27:59", + "new_staff": 110, + "new_students": 146, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 280, + "total_students": 778 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-08 15:04:21", + "new_staff": 109, + "new_students": 141, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 283, + "total_students": 783 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-09 14:50:47", + "new_staff": 105, + "new_students": 134, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 283, + "total_students": 789 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-10 15:47:16", + "new_staff": 106, + "new_students": 130, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 287, + "total_students": 796 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-11 15:48:45", + "new_staff": 105, + "new_students": 122, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 288, + "total_students": 797 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-14 17:28:25", + "new_staff": 101, + "new_students": 117, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 289, + "total_students": 799 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-16 14:51:05", + "new_staff": 98, + "new_students": 109, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 291, + "total_students": 803 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-17 16:47:38", + "new_staff": 97, + "new_students": 112, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 291, + "total_students": 809 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-18 16:24:03", + "new_staff": 98, + "new_students": 110, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 293, + "total_students": 809 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-21 14:23:24", + "new_staff": 96, + "new_students": 100, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 296, + "total_students": 813 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-22 15:09:52", + "new_staff": 93, + "new_students": 95, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 296, + "total_students": 815 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-23 16:01:24", + "new_staff": 94, + "new_students": 94, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 298, + "total_students": 818 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-24 15:27:59", + "new_staff": 91, + "new_students": 93, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 298, + "total_students": 822 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-25 14:49:26", + "new_staff": 91, + "new_students": 92, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 298, + "total_students": 824 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-28 16:13:58", + "new_staff": 91, + "new_students": 95, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 299, + "total_students": 828 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-01 14:45:16", + "new_staff": 91, + "new_students": 96, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 300, + "total_students": 832 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-02 14:51:44", + "new_staff": 90, + "new_students": 95, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 301, + "total_students": 833 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-03 14:53:10", + "new_staff": 92, + "new_students": 92, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 304, + "total_students": 835 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-04 16:15:24", + "new_staff": 89, + "new_students": 92, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 304, + "total_students": 835 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-08 13:41:46", + "new_staff": 88, + "new_students": 88, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 305, + "total_students": 837 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-09 14:58:17", + "new_staff": 87, + "new_students": 85, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 306, + "total_students": 837 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-10 14:50:01", + "new_staff": 87, + "new_students": 80, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 306, + "total_students": 837 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-11 14:56:31", + "new_staff": 86, + "new_students": 82, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 306, + "total_students": 840 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-14 14:35:51", + "new_staff": 87, + "new_students": 83, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 308, + "total_students": 847 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-15 15:17:19", + "new_staff": 89, + "new_students": 83, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 310, + "total_students": 849 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-16 16:03:47", + "new_staff": 89, + "new_students": 83, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 311, + "total_students": 851 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-17 20:51:14", + "new_staff": 89, + "new_students": 83, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 313, + "total_students": 851 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-21 14:42:01", + "new_staff": 94, + "new_students": 87, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 318, + "total_students": 857 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-22 14:58:32", + "new_staff": 96, + "new_students": 89, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 321, + "total_students": 860 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-23 17:00:06", + "new_staff": 98, + "new_students": 98, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 323, + "total_students": 869 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-24 14:31:21", + "new_staff": 99, + "new_students": 102, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 325, + "total_students": 875 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-25 14:57:53", + "new_staff": 101, + "new_students": 110, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 327, + "total_students": 884 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-28 14:12:22", + "new_staff": 102, + "new_students": 107, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 331, + "total_students": 888 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-29 14:53:55", + "new_staff": 105, + "new_students": 108, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 334, + "total_students": 890 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-30 15:00:25", + "new_staff": 103, + "new_students": 112, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 336, + "total_students": 896 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-31 16:02:01", + "new_staff": 103, + "new_students": 118, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 338, + "total_students": 902 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-01 15:18:25", + "new_staff": 103, + "new_students": 121, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 340, + "total_students": 906 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-04 15:23:17", + "new_staff": 108, + "new_students": 123, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 349, + "total_students": 913 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-06 14:51:10", + "new_staff": 109, + "new_students": 123, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 353, + "total_students": 928 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-07 14:52:38", + "new_staff": 114, + "new_students": 125, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 361, + "total_students": 937 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-08 15:24:11", + "new_staff": 115, + "new_students": 135, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 365, + "total_students": 952 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-11 14:18:49", + "new_staff": 126, + "new_students": 146, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 379, + "total_students": 968 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-12 14:50:21", + "new_staff": 126, + "new_students": 153, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 382, + "total_students": 977 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-13 14:51:59", + "new_staff": 128, + "new_students": 169, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 385, + "total_students": 1001 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-14 14:43:27", + "new_staff": 135, + "new_students": 183, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 395, + "total_students": 1019 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-15 15:20:03", + "new_staff": 139, + "new_students": 200, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 400, + "total_students": 1040 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-18 15:59:40", + "new_staff": 138, + "new_students": 227, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 408, + "total_students": 1075 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-19 14:17:46", + "new_staff": 141, + "new_students": 234, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 412, + "total_students": 1088 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-20 15:39:31", + "new_staff": 141, + "new_students": 263, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 418, + "total_students": 1130 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-21 14:26:12", + "new_staff": 140, + "new_students": 277, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 425, + "total_students": 1153 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-22 15:27:49", + "new_staff": 145, + "new_students": 303, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 432, + "total_students": 1191 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-25 14:53:02", + "new_staff": 143, + "new_students": 330, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 443, + "total_students": 1235 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-26 14:39:36", + "new_staff": 144, + "new_students": 329, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 448, + "total_students": 1255 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-28 14:57:54", + "new_staff": 144, + "new_students": 352, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 462, + "total_students": 1311 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-29 14:59:31", + "new_staff": 145, + "new_students": 351, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 468, + "total_students": 1328 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-02 15:24:36", + "new_staff": 152, + "new_students": 346, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 483, + "total_students": 1363 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-03 14:56:19", + "new_staff": 154, + "new_students": 332, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 492, + "total_students": 1373 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-04 15:43:02", + "new_staff": 158, + "new_students": 311, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 503, + "total_students": 1387 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-05 15:29:43", + "new_staff": 155, + "new_students": 291, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 508, + "total_students": 1394 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-06 15:26:21", + "new_staff": 157, + "new_students": 269, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 513, + "total_students": 1399 + } +]
\ No newline at end of file diff --git a/spring-2022.json b/spring-2022.json new file mode 100644 index 0000000..59e7e18 --- /dev/null +++ b/spring-2022.json @@ -0,0 +1,1187 @@ +[ + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-11 18:32:33", + "new_staff": 3, + "new_students": 29, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 3, + "total_students": 29 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-12 18:32:33", + "new_staff": 10, + "new_students": 62, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 10, + "total_students": 62 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-13 15:07:23", + "new_staff": 14, + "new_students": 86, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 14, + "total_students": 86 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-14 15:03:58", + "new_staff": 24, + "new_students": 112, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 24, + "total_students": 112 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-17 16:58:16", + "new_staff": 38, + "new_students": 139, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 38, + "total_students": 139 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-18 14:24:28", + "new_staff": 44, + "new_students": 156, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 44, + "total_students": 156 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-19 15:21:01", + "new_staff": 51, + "new_students": 200, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 51, + "total_students": 200 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 0, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-20 15:02:43", + "new_staff": 57, + "new_students": 220, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 57, + "total_students": 220 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-21 14:53:58", + "new_staff": 60, + "new_students": 243, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 60, + "total_students": 243 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-24 15:03:02", + "new_staff": 70, + "new_students": 255, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 72, + "total_students": 281 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-25 15:09:36", + "new_staff": 62, + "new_students": 245, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 75, + "total_students": 293 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-26 14:51:11", + "new_staff": 61, + "new_students": 235, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 82, + "total_students": 306 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-27 15:02:31", + "new_staff": 56, + "new_students": 218, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 85, + "total_students": 316 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-28 14:53:53", + "new_staff": 52, + "new_students": 200, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 88, + "total_students": 326 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-01-31 14:48:08", + "new_staff": 39, + "new_students": 188, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 91, + "total_students": 337 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-01 14:44:32", + "new_staff": 39, + "new_students": 155, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 94, + "total_students": 341 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-02 15:01:04", + "new_staff": 37, + "new_students": 136, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 98, + "total_students": 348 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-03 14:52:27", + "new_staff": 35, + "new_students": 118, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 102, + "total_students": 352 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-04 15:23:48", + "new_staff": 34, + "new_students": 90, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 105, + "total_students": 355 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-07 15:27:59", + "new_staff": 29, + "new_students": 79, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 109, + "total_students": 367 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-08 15:04:21", + "new_staff": 28, + "new_students": 74, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 112, + "total_students": 372 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-09 14:50:47", + "new_staff": 24, + "new_students": 67, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 112, + "total_students": 378 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-10 15:47:16", + "new_staff": 25, + "new_students": 63, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 116, + "total_students": 385 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-11 15:48:45", + "new_staff": 24, + "new_students": 55, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 117, + "total_students": 386 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-14 17:28:25", + "new_staff": 20, + "new_students": 50, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 118, + "total_students": 388 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-16 14:51:05", + "new_staff": 17, + "new_students": 42, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 120, + "total_students": 392 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-17 16:47:38", + "new_staff": 16, + "new_students": 45, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 120, + "total_students": 398 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-18 16:24:03", + "new_staff": 17, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 122, + "total_students": 398 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-21 14:23:24", + "new_staff": 15, + "new_students": 33, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 125, + "total_students": 402 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-22 15:09:52", + "new_staff": 12, + "new_students": 28, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 125, + "total_students": 404 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-23 16:01:24", + "new_staff": 13, + "new_students": 27, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 127, + "total_students": 407 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-24 15:27:59", + "new_staff": 10, + "new_students": 26, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 127, + "total_students": 411 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-25 14:49:26", + "new_staff": 10, + "new_students": 25, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 127, + "total_students": 413 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-02-28 16:13:58", + "new_staff": 10, + "new_students": 28, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 128, + "total_students": 417 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-01 14:45:16", + "new_staff": 10, + "new_students": 29, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 129, + "total_students": 421 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-02 14:51:44", + "new_staff": 9, + "new_students": 28, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 130, + "total_students": 422 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-03 14:53:10", + "new_staff": 11, + "new_students": 25, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 133, + "total_students": 424 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-04 16:15:24", + "new_staff": 8, + "new_students": 25, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 133, + "total_students": 424 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-08 13:41:46", + "new_staff": 7, + "new_students": 21, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 134, + "total_students": 426 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-09 14:58:17", + "new_staff": 6, + "new_students": 18, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 135, + "total_students": 426 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-10 14:50:01", + "new_staff": 6, + "new_students": 13, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 135, + "total_students": 426 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-11 14:56:31", + "new_staff": 5, + "new_students": 15, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 135, + "total_students": 429 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-14 14:35:51", + "new_staff": 6, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 137, + "total_students": 436 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-15 15:17:19", + "new_staff": 8, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 139, + "total_students": 438 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-16 16:03:47", + "new_staff": 8, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 140, + "total_students": 440 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-17 20:51:14", + "new_staff": 8, + "new_students": 16, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 142, + "total_students": 440 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-21 14:42:01", + "new_staff": 13, + "new_students": 20, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 147, + "total_students": 446 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-22 14:58:32", + "new_staff": 15, + "new_students": 22, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 150, + "total_students": 449 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-23 17:00:06", + "new_staff": 17, + "new_students": 31, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 152, + "total_students": 458 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-24 14:31:21", + "new_staff": 18, + "new_students": 35, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 154, + "total_students": 464 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-25 14:57:53", + "new_staff": 20, + "new_students": 43, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 156, + "total_students": 473 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-28 14:12:22", + "new_staff": 21, + "new_students": 40, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 160, + "total_students": 477 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-29 14:53:55", + "new_staff": 24, + "new_students": 41, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 163, + "total_students": 479 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-30 15:00:25", + "new_staff": 22, + "new_students": 45, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 165, + "total_students": 485 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-03-31 16:02:01", + "new_staff": 22, + "new_students": 51, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 167, + "total_students": 491 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-01 15:18:25", + "new_staff": 22, + "new_students": 54, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 169, + "total_students": 495 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-04 15:23:17", + "new_staff": 27, + "new_students": 56, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 178, + "total_students": 502 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-06 14:51:10", + "new_staff": 28, + "new_students": 56, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 182, + "total_students": 517 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-07 14:52:38", + "new_staff": 33, + "new_students": 58, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 190, + "total_students": 526 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-08 15:24:11", + "new_staff": 34, + "new_students": 68, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 194, + "total_students": 541 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-11 14:18:49", + "new_staff": 45, + "new_students": 79, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 208, + "total_students": 557 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-12 14:50:21", + "new_staff": 45, + "new_students": 86, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 211, + "total_students": 566 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-13 14:51:59", + "new_staff": 47, + "new_students": 102, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 214, + "total_students": 590 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-14 14:43:27", + "new_staff": 54, + "new_students": 116, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 224, + "total_students": 608 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-15 15:20:03", + "new_staff": 58, + "new_students": 133, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 229, + "total_students": 629 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-18 15:59:40", + "new_staff": 57, + "new_students": 160, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 237, + "total_students": 664 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-19 14:17:46", + "new_staff": 60, + "new_students": 167, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 241, + "total_students": 677 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-20 15:39:31", + "new_staff": 60, + "new_students": 196, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 247, + "total_students": 719 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-21 14:26:12", + "new_staff": 59, + "new_students": 210, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 254, + "total_students": 742 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-22 15:27:49", + "new_staff": 64, + "new_students": 236, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 261, + "total_students": 780 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-25 14:53:02", + "new_staff": 62, + "new_students": 263, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 272, + "total_students": 824 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-26 14:39:36", + "new_staff": 63, + "new_students": 262, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 277, + "total_students": 844 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-28 14:57:54", + "new_staff": 63, + "new_students": 285, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 291, + "total_students": 900 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-04-29 14:59:31", + "new_staff": 64, + "new_students": 284, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 297, + "total_students": 917 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-02 15:24:36", + "new_staff": 71, + "new_students": 279, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 312, + "total_students": 952 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-03 14:56:19", + "new_staff": 73, + "new_students": 265, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 321, + "total_students": 962 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-04 15:43:02", + "new_staff": 77, + "new_students": 244, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 332, + "total_students": 976 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-05 15:29:43", + "new_staff": 74, + "new_students": 224, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 337, + "total_students": 983 + }, + { + "alert_level": "", + "beds_available": -1, + "hospitalizations": 1, + "isolation_off_campus": -1, + "isolation_on_campus": -1, + "last_updated": "2022-05-06 15:26:21", + "new_staff": 76, + "new_students": 202, + "quarantine_off_campus": -1, + "quarantine_on_campus": -1, + "tests_administered": -1, + "total_staff": 342, + "total_students": 988 + } +] diff --git a/src/App.jsx b/src/App.jsx index 7f1f9c3..7398ba2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -26,7 +26,7 @@ const App = () => { <div className="App"> <header> <Link to="/"> - <h1>2020-2021 RIT COVID Dashboard</h1> + <h1>2021-2022 RIT COVID Dashboard</h1> </Link> </header> <Routes> @@ -83,60 +83,6 @@ const App = () => { } ></Route> <Route - path="/quarantineoncampus" - element={ - <Suspense fallback={null}> - <Graph name={"Quarantine On Campus"} response={response} dataKey={"quarantine_on_campus"} /> - </Suspense> - } - ></Route> - <Route - path="/quarantineoffcampus" - element={ - <Suspense fallback={null}> - <Graph - name={"Quarantine Off Campus"} - response={response} - dataKey={"quarantine_off_campus"} - /> - </Suspense> - } - ></Route> - - <Route - path="/isolationoncampus" - element={ - <Suspense fallback={null}> - <Graph name={"Isolation On Campus"} response={response} dataKey={"isolation_on_campus"} /> - </Suspense> - } - ></Route> - <Route - path="/isolationoffcampus" - element={ - <Suspense fallback={null}> - <Graph name={"Isolation Off Campus"} response={response} dataKey={"isolation_off_campus"} /> - </Suspense> - } - ></Route> - <Route - path="/tests" - element={ - <Suspense fallback={null}> - <Graph name={"Tests Administered"} response={response} dataKey={"tests_administered"} /> - </Suspense> - } - ></Route> - <Route - path="/beds" - element={ - <Suspense fallback={null}> - <Graph name={"Quarantine/Isolation Bed Availability On-campus"} response={response} dataKey={"beds_available"} /> - </Suspense> - } - ></Route> - - <Route exact path="/" element={ diff --git a/src/pages/Index.jsx b/src/pages/Index.jsx index 78c32f0..1ae9fd1 100644 --- a/src/pages/Index.jsx +++ b/src/pages/Index.jsx @@ -15,12 +15,12 @@ const Index = (props) => { <div> <div> <div className="Message"> - This site shows data from the 2020 Fall and 2021 Spring semesters. For the latest data, visit{" "} + This site shows data from the 2021 Fall and 2022 Spring semesters. For the latest data, visit{" "} <a href="https://ritcoviddashboard.com/">ritcoviddashboard.com</a> </div> </div> <div className="Section" id="total"> - <div className="Title">Total Positive Cases Since August 19 (First Day of Classes)</div> + <div className="Title">Total Positive Cases Since August 24 (First Day of Classes)</div> <div className="Cards"> <Card name="Students" link="/totalstudents" latest={latest["total_students"]} /> <Card name="Staff" link="/totalstaff" latest={latest["total_staff"]} /> @@ -34,41 +34,6 @@ const Index = (props) => { <Card name="Staff" link="/newstaff" latest={latest["new_staff"]} /> </div> </div> - - <div className="Section" id="quarantine"> - <div className="Title">Number of Students in Quarantine</div> - <p className="Tip"> - Quarantine separates and restricts the movement of people who were exposed to a contagious disease - to see if they become sick. - </p> - <div className="Cards"> - <Card name="On Campus" link="/quarantineoncampus" latest={latest["quarantine_on_campus"]} /> - <Card name="Off Campus" link="/quarantineoffcampus" latest={latest["quarantine_off_campus"]} /> - </div> - </div> - - <div className="Section" id="isolation"> - <div className="Title">Number of Students in Isolation</div> - <p className="Tip">Isolation separates sick people with a contagious disease from people who are not sick.</p> - <div className="Cards"> - <Card name="On Campus" link="/isolationoncampus" latest={latest["isolation_on_campus"]} /> - <Card name="Off Campus" link="/isolationoffcampus" latest={latest["isolation_off_campus"]} /> - </div> - </div> - - <div className="Section" id="tests"> - <div className="Title">Tests</div> - <div className="Cards"> - <Card name="Tests Administered" link="/tests" latest={latest["tests_administered"]} /> - </div> - </div> - - <div className="Section" id="beds"> - <div className="Title">Quarantine/Isolation Bed Availability On-campus</div> - <div className="Cards"> - <Card name="Beds Available" link="/beds" latest={latest["beds_available"]} suffix="%" /> - </div> - </div> </div> ); }; |