-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.html
220 lines (193 loc) · 5.63 KB
/
data.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
<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://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/4caf74be5b.js"></script>
<script src="js-predict/mapdata-predict.js"></script>
<script src="js-predict/usmap-predict.js"></script>
<script src="js/mapdata.js"></script>
<script src="js/usmap.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 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 Future of COVID-19</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>Warning!</strong> We don't have enough data for this region.
</div>
</div>
<div>
<div class="row">
<div class="col-sm custom-title">
The Last 7 Days
</div>
<div class="col-sm custom-title">
<i class="fa fa-bars float-left align-middle" aria-hidden="true" style="margin-top:8px;"></i>
United States of America
<i class="fa fa-search float-right align-middle" aria-hidden="true" style="margin-top:8px;"></i>
</div>
<div class="col-sm custom-title">
The Next 3 Weeks
</div>
</div>
<div class="row">
<div class="col-sm">
<table class="table table_l_s_d">
<thead>
<tr>
<th scope="col" data-field="date">Date</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="active">Active</th>
<th scope="col" data-field="deaths">Deaths</th>
</tr>
</thead>
<tbody class="historic_left">
</tbody>
</table>
</div>
<div class="col-sm">
<table class="table table_t_n_t_w">
<thead>
<tr>
<th scope="col">Map of the United States of America</th>
</tr>
</thead>
<tbody class="historic_center">
</tbody>
</table>
<div id="map">
</div>
<br></br>
</div>
<div class="col-sm">
<table class="table table_t_n_t_w">
<thead>
<tr>
<th scope="col" data-field="date">Week #</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deaths</th>
</tr>
</thead>
<tbody class="historic_right">
</tbody>
</table
</div>
</div>
</div>
</div>
<!-- Bottom graphs/data viz-->
<div>
<div class="row">
<div class="col-sm custom-title">
COVID-19 Forecasts:
</div>
<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_t_n_t_w">
<thead>
<tr>
<th scope="col">Map of the United States of America</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div id="map-predict">
</div>
<br></br>
</div>
<div class="col-sm">
<table class="table table_t_n_t_w">
<thead>
<tr>
<th scope="col" data-field="date">Week #</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deaths</th>
</tr>
</thead>
<tbody class="historic_center">
</tbody>
</table>
</div>
<div class="col-sm">
<table class="table table_t_n_t_w">
<thead>
<tr>
<th scope="col" data-field="date">Week #</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deaths</th>
</tr>
</thead>
<tbody class="historic_center">
</tbody>
</table>
</div>
<div class="col-sm">
<table class="table table_t_n_t_w">
<thead>
<tr>
<th scope="col" data-field="date">Week #</th>
<th scope="col" data-field="confirmed">Confirmed</th>
<th scope="col" data-field="deaths">Deaths</th>
</tr>
</thead>
<tbody class="historic_right">
</tbody>
</table
</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>