-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
267 lines (248 loc) · 8.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<html lang="en">
<head>
<meta charset="utf-8">
<title>Build with AI</title>
<meta name="description" content="Build with AI">
<meta name="author" content="Build with AI">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/4caf74be5b.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script defer src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script defer src='js/drawCharts.js'></script>
<script src="js/mapdata.js"></script>
<script defer src="js/heatmap.js"></script>
<script defer src="js/usmap.js"></script>
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/4caf74be5b.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="libs/chosen/chosen.css">
<script type='text/javascript' src='libs/chosen/chosen.jquery.min.js'></script>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg navbar-light bg-light grad">
<a class="navbar-brand" href="index.html"><b>T-CUBE</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About the Model</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="data.html">See the Data</a>
</li> -->
<!-- <li class="nav-item">
<a href="performance.html" class="nav-link">Model Performance</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="team.html">Meet the Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<h2 class="sub-header">Forecasting the COVID-19 Transmission Dynamics</h2>
<div>
<div class="alert alert-warning alert-dismissible" role="alert" style="opacity:0" ;>
<span type="button" class="close" data-dismiss="alert" aria-label="Close"><span
aria-hidden="true">×</span></span>
<strong>Note!</strong> We don't have enough data for this region.
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-5">
<p class="custom-title">
The Last 7 Days
</p>
<table class="table table_l_s_d content">
<thead>
<tr>
<th scope="col" data-field="date">Date</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deceased</th>
</tr>
</thead>
<tbody class="historic_left">
</tbody>
</table>
</div>
<div class="col-lg-5 col-md-7">
<p class="custom-title">
<select data-placeholder="Choose a State..." id="state_list" tabindex="1">
<option value=""></option>
</select>
</p>
<div id="map" class="content">
<div class="map-loading-screen">
<div class="box"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<p class="custom-title">The Next 3 Weeks</p>
<table class="table table_t_n_t_w content col-md-12">
<thead>
<tr>
<th scope="col" data-field="date">Week #</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deceased</th>
</tr>
</thead>
<tbody class="historic_right">
</tbody>
</table>
<div class="col-sm blue-box pointer full-dataset-trigger">
<a>See the Complete Forecast!</a>
</div>
<div class="col" style="margin-top:80px;">
<p class="heatscale">
</p>
<p class="heatscale-desc">
* Rise in the number of positive cases over the next three weeks.
</p>
</div>
</div>
</div>
<!-- Bottom graphs/data viz-->
<div class="col-md-12">
<p class="col-sm custom-title">
Forecasting the Cases of COVID-19
</p>
<table class="table table_t_n_t_w">
<thead>
<tr>
<!-- <th scope="col">COVID-19 Cases vs. 3 Week Forecast</th> -->
</tr>
</thead>
<tbody>
</tbody>
</table>
<div id="active-forecast"></div>
</div>
<div class="col-md-12">
<p class="col-sm custom-title">
Forecasting the Deceased of COVID-19
</p>
<table class="table table_t_n_t_w">
<thead>
<tr>
<!-- <th scope="col">COVID-19 Deceased vs. 3 Week Forecast</th> -->
</tr>
</thead>
<tbody>
</tbody>
</table>
<div id="death-forecast"></div>
</div>
</div>
<div class="modal full-dataset" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h5 class="modal-title w-100">Complete Forecast <b class="state"></b></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm custom-title">
Week 1
</div>
<div class="col-sm custom-title">
Week 2
</div>
<div class="col-sm custom-title">
Week 3
</div>
</div>
<div class="row">
<div class="col-sm">
<table class="table table_w_1">
<thead>
<tr>
<th scope="col" data-field="date">Date</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deceased</th>
</tr>
</thead>
<tbody class="historic_w_1">
</tbody>
</table>
</div>
<div class="col-sm">
<table class="table table_w_2">
<thead>
<tr>
<th scope="col" data-field="date">Date</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deceased</th>
</tr>
</thead>
<tbody class="historic_w_2">
</tbody>
</table>
</div>
<div class="col-sm">
<table class="table table_w_3">
<thead>
<tr>
<th scope="col" data-field="date">Date</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deceased</th>
</tr>
</thead>
<tbody class="historic_w_3">
</tbody>
</table>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">Last Updated:
<a class="update_date_full_dataset"></a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer pt-4">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">Last Updated:
<a class="update_date"></a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="js/scripts.js"></script>
</body>
</html>