-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
630 lines (581 loc) · 22.5 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- bootstrap-css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!--// bootstrap-css -->
<!-- css -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--// css -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- banner -->
<div class="banner">
<div class="agileinfo-dot">
<div class="agileits-logo">
<h1><a href="index.html">COVID-19 · SARS · EBOLA <span>ANALYSIS</span></a></h1>
</div>
<div class="header-top">
<div class="container">
<div class="header-top-info">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="COVID-19.html">COVID-19</a></li>
<li><a href="SARS.html">SARS</a></li>
<li><a href="EBOLA.html">EBOLA</a></li>
<li><a href="Prediction.html">Prediction</a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
<div class="w3layouts-banner-info">
<div class="container">
<div class="w3layouts-banner-slider">
<div class="w3layouts-banner-top-slider">
<div class="slider">
<div class="callbacks_container">
<ul class="rslides callbacks callbacks1" id="slider4">
<li>
<div class="banner_text">
<h3>STAY HOME</h3>
<p>Don't be exposed to the virus</p>
<div class="w3-button">
<a href="#" data-toggle="modal" data-target="#myModal">How to Protect Yourself and Your Family</a>
</div>
</div>
</li>
<li>
<div class="banner_text">
<h3>WASH HANDS</h3>
<p>Block virus transmission</p>
<div class="w3-button">
<a href="#" data-toggle="modal" data-target="#myModal">How to Protect Yourself and Your Family</a>
</div>
</div>
</li>
</ul>
</div>
<div class="clearfix"> </div>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager:true,
nav:true,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!--banner Slider starts Here-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //banner -->
<!-- Overview -->
<div class="about" id="about">
<div class="container">
<div class="welcome">
<div class="agileits-title">
<h2>COVID-19 Outbreak in United States</h2>
<p>The outbreak of COVID-19 in the United States began in early march. The number of confirmed cases is soaring, the number of deaths is high and the number of people recovering is not good. Through the following overview, I hope to arouse people's awareness of protection, pay attention to the outbreak, and ensure the safety of themselves and their families.</p>
</div>
</div>
</div>
</div>
<!-- //Overview -->
<!-- Tableau_US Outbreak -->
<div class="ex2" height='500'>
<div class='tableauPlaceholder' id='viz1588375583820' style='position: relative'>
<noscript>
<a href='#'>
<img alt=' ' src='https://public.tableau.com/static/images/CO/COVID-19_Dash_US/US_outbreak/1_rss.png' style='border: none' />
</a>
</noscript>
<object class='tableauViz' style='display:none;'>
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' /> <param name='site_root' value='' />
<param name='name' value='COVID-19_Dash_US/US_outbreak' />
<param name='tabs' value='no' />
<param name='toolbar' value='no' />
<param name='static_image' value='https://public.tableau.com/static/images/CO/COVID-19_Dash_US/US_outbreak/1.png' />
<param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' />
<param name='display_spinner' value='yes' />
<param name='display_overlay' value='yes' />
<param name='display_count' value='yes' />
<param name='filter' value='publish=yes' />
</object>
</div>
<script type='text/javascript'>
var divElement = document.getElementById('viz1588375583820');
var vizElement = divElement.getElementsByTagName('object')[0];
if ( divElement.offsetWidth > 800 ) { vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';}
else if ( divElement.offsetWidth > 500 ) { vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';}
else { vizElement.style.width='100%';vizElement.style.height='877px';}
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement);
</script>
</div>
<!-- //Tableau_US Outbreak -->
</div>
<!-- modal -->
<div class="modal about-modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Protect Yourself from<span> Coronavirus</span></h4>
</div>
<div class="modal-body">
<div class="agileits-w3layouts-info">
<iframe width="560" height="315" src="https://www.youtube.com/embed/21MIvkk7Imc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><li>Stay home when you are sick</li>
<li>Call your health care provider’s office in advance of a visit</li>
<li>Limit movement in the community</li>
<li>Limit visitors</li>
<h5>If you like to know more details, please visit <a href="https://www.cdc.gov/coronavirus/2019-ncov/index.html">CDC</a> for professional medical help.</h5> </p>
</div>
</div>
</div>
</div>
</div>
<div class="modal about-modal fade" id="myModal1" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Lastest News for<span> Coronavirus</span></h4>
</div>
<div class="modal-body">
<div class="agileits-w3layouts-info">
<iframe width="560" height="315" src="https://www.youtube.com/embed/v3QKqMh4gjI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h5>If you are interested in more information, please visit the <a href="https://www.nbcnews.com/think/video/she-had-covid-19-but-no-insurance-her-treatment-cost-34-972-81248837801">NBC NEWS</a>.</h5> </p>
</div>
</div>
</div>
</div>
</div>
<div class="modal about-modal fade" id="myModal2" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Lastest News for<span> Coronavirus</span></h4>
</div>
<div class="modal-body">
<div class="agileits-w3layouts-info">
<iframe width="560" height="315" src="https://www.youtube.com/embed/uolZH4wNvw4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h5>If you are interested in more information, please visit the <a href="https://www.nbcnews.com/think/video/she-had-covid-19-but-no-insurance-her-treatment-cost-34-972-81248837801">NBC NEWS</a>.</h5> </p>
</div>
</div>
</div>
</div>
</div>
<!-- //modal -->
<!-- News -->
<div id="blog" class="blog">
<div class="container">
<div class="agileits-title">
<h3>News for COVID-19</h3>
</div>
<div class="wthree-blog-grids">
<div class="col-md-6 w3-agileits-blog-grid">
<div class="col-sm-4 col-xs-3 blog-left">
<h4>03/26</h4>
<ul>
<li>Reported : <a href="https://www.nbcnews.com/">NBC NEWS</a></li>
<li>News type: Think<li>
</ul>
</div>
<div class="col-sm-8 col-xs-9 blog-right">
<a href="https://www.nbcnews.com/think/video/she-had-covid-19-but-no-insurance-her-treatment-cost-34-972-81248837801" data-toggle="modal" data-target="#myModal1">She had COVID-19, but no insurance. Her treatment cost $34,972.</a>
<p>Cancer patient Danni Askini didn’t have insurance when she first entered the emergency room with flu-like symptoms. Three ER visits later, she left with a coronavirus diagnosis and a nearly $35,000 bill. </p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-6 w3-agileits-blog-grid">
<div class="col-sm-4 col-xs-3 blog-left">
<h4>04/26</h4>
<ul>
<li>Reported : <a href="https://www.nbcnews.com/">NBC NEWS</a></li>
<li>News type: Economics<li>
</ul>
</div>
<div class="col-sm-8 col-xs-9 blog-right">
<a href="https://www.nbcnews.com/politics/congress/coronavirus-checks-direct-deposits-are-coming-here-s-everything-you-n1168936" data-toggle="modal" data-target="#myModal2">Coronavirus checks, direct deposits are coming. Here's everything you need to know.</a>
<p>Who qualifies? How much is being sent? When? How will I get the money? Questions and answers.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //News -->
<!-- Outbreaks in 21 Century -->
<div class="jarallax testimonial" id="testimonial">
<div class="testimonial-dot">
<div class="container">
<div class="agileits-title testimonial-heading">
<h3>Outbreaks in 21 Century</h3>
</div>
<div class="w3-agile-testimonial">
<div class="slider">
<div class="callbacks_container">
<ul class="rslides callbacks callbacks1" id="slider3">
<li>
<div class="testimonial-img-grid">
<div class="testimonial-img">
<img src="images/COVID-19.jpeg" alt="" />
</div>
<div class="testimonial-img t-img1">
<img src="images/SARS.jpg" alt="" />
</div>
<div class="testimonial-img t-img2">
<img src="images/Ebola.jpg" alt="" />
</div>
<div class="clearfix"> </div>
</div>
<div class="testimonial-img-info">
<h5>COVID-19</h5>
<h6>Dec 2019 - Present</h6>
<p>Covid-19 exploded in late 2019. Because the virus is highly contagious during a long incubation period,
its transmission rate is extremely high. And because the virus mutates so quickly,
it is difficult to develop a vaccine or a specific drug,
and it is possible for sick people to recover and become infected again. <br>
Visit <a href="https://www.cdc.gov/coronavirus/2019-ncov/whats-new-all.html">CDC Communication Resources</a> for the lastest update.</p>
</div>
</li>
<li>
<div class="testimonial-img-grid">
<div class="testimonial-img t-img2">
<img src="images/COVID-19.jpeg" alt="" />
</div>
<div class="testimonial-img">
<img src="images/SARS.jpg" alt="" />
</div>
<div class="testimonial-img t-img1">
<img src="images/Ebola.jpg" alt="" />
</div>
<div class="clearfix"> </div>
</div>
<div class="testimonial-img-info">
<h5>SARS</h5>
<h6>Nov 2002 - Jul 2003</h6>
<p>The SARS virus first broke out in 2002. The virus is mainly spread through close respiratory droplets and close contact,
but can also be spread through faeces, urine and blood. In 2003,
the world health organization delisted all regions from the epidemic area. <br>
Visit <a href="https://www.cdc.gov/about/history/sars/timeline.htm">CDC SARS Response Timeline</a> for more timeline information.
</p>
</div>
</li>
<li>
<div class="testimonial-img-grid">
<div class="testimonial-img t-img1">
<img src="images/COVID-19.jpeg" alt="" />
</div>
<div class="testimonial-img t-img2">
<img src="images/SARS.jpg" alt="" />
</div>
<div class="testimonial-img">
<img src="images/Ebola.jpg" alt="" />
</div>
<div class="clearfix"> </div>
</div>
<div class="testimonial-img-info">
<h5>Ebola</h5>
<h6>Feb 2014 – Jul 2015</h6>
<p>In the 21st century, the ebola virus began to spread widely in west Africa in February 2014,
causing viral hemorrhagic fevers in humans and other primates. Infection can occur through the intestinal,
non-gastrointestinal, or intranasal pathways. Finally, in July 2015, CDC declared ebola to be under control. <br>
Visit <a href="https://www.cdc.gov/about/ebola/timeline.html">CDC Ebola Response Timeline</a> for more timeline information.
</p>
</div>
</li>
</ul>
</div>
<div class="clearfix"> </div>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager:false,
nav:false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!--banner Slider starts Here-->
</div>
</div>
</div>
</div>
</div>
<!-- //Outbreaks in 21 Century -->
<!-- team -->
<div class="team" id="team">
<div class="container">
<div class="agileits-title">
<h3>Learn More About Virus</h3>
</div>
<div class="agileits-team-grids">
<div class="col-md-3 agileits-team-grid">
<div class="team-info">
<img src="images/COVID-19.jpeg" alt="">
<div class="team-caption">
<h4>Novel Coronavirus</h4>
<p>Fatality: 0% - 15% </p>
<ul>
<div class="w3-button">
<li><a href="COVID-19.html">Learn More</a></li>
</div>
</ul>
</div>
</div>
</div>
<div class="col-md-3 agileits-team-grid">
<div class="team-info">
<img src="images/SARS.jpg" alt="">
<div class="team-caption">
<h4>SARS-CoV</h4>
<p>Fatality Rate: 1% - 55%</p>
<ul>
<div class="w3-button">
<li><a href="SARS.html">Learn More</a></li>
</div>
</ul>
</div>
</div>
</div>
<div class="col-md-3 agileits-team-grid">
<div class="team-info">
<img src="images/Ebola.jpg" alt="">
<div class="team-caption">
<h4>Ebola Virus</h4>
<p>Fatality Rate: 83% - 100%</p>
<ul>
<div class="w3-button">
<li><a href="EBOLA.html">Learn More</a></li>
</div>
</ul>
</div>
</div>
</div>
<div class="col-md-3 agileits-team-grid">
<div class="team-info">
<img src="images/Virus.jpg" alt="">
<div class="team-caption">
<h4>Prediction</h4>
<p>Predict the trend of COVID-19</p>
<ul>
<div class="w3-button">
<li><a href="Prediction.html">Learn More</a></li>
</div>
</ul>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //team -->
<!-- contact -->
<div id="contact" class="contact">
<div class="contact-row agileits-w3layouts">
<div class="col-md-7 contact-w3lsright">
<h3>CONTACT</h3>
<div class="col-xs-6 address-row">
<div class="col-xs-2 address-left">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span>
</div>
<div class="col-xs-10 address-right">
<h5>GitHub</h5>
<p> <a href="https://github.com/xzhangfox"> github.com/xzhangfox</a>
</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-xs-6 address-row w3-agileits">
<div class="col-xs-2 address-left">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
</div>
<div class="col-xs-10 address-right">
<h5>Email</h5>
<p><a href="mailto:xzhangfox@gwu.edu"> xzhangfox@gwu.edu</a></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-xs-6 address-row">
<div class="col-xs-2 address-left">
<span class="glyphicon glyphicon-phone" aria-hidden="true"></span>
</div>
<div class="col-xs-10 address-right">
<h5>Call Me</h5>
<p><a href="#">(619)408-8347</a></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-xs-6 address-row">
<div class="col-xs-2 address-left">
<span class="glyphicon glyphicon-time" aria-hidden="true"></span>
</div>
<div class="col-xs-10 address-right">
<h5>LinkedIn</h5>
<p><a href="https://www.linkedin.com/in/xzhangfox/">linkedin.com/in/xzhangfox</a></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //contact -->
<!-- footer -->
<div class="footer">
<div class="container">
<div class="footer-top">
<div class="col-md-3 amet-sed">
<div class="footer-title">
<h3>Instructor</h3>
</div>
<p>Nima Zahadat, Ph.D <br>
Data Science Department <br>
George Washington University</p>
</div>
<div class="col-md-5 amet-sed">
<div class="footer-title">
<h3>Technical References</h3>
</div>
<p>
Pandas: <a href="https://pandas.pydata.org/pandas-docs/stable/index.html">pandas.pydata.org</a><br>
Johns Hopkins CSSE: <a href="https://github.com/CSSEGISandData/COVID-19">github.com/CSSEGISandData/COVID-19</a>
</p>
</div>
<div class="col-md-4 amet-sed">
<div class="footer-title">
<h3>Literature References</h3>
</div>
<p>
CDC: <a href="https://www.cdc.gov/">www.cdc.gov</a> <br>
WHO: <a href="https://www.who.int/">www.who.int</a> <br>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //footer -->
<!-- copyright -->
<div class="copyright">
<div class="container">
<p class="footer-class">Copyright ©
<script>
var d = new Date()
document.write(d.getFullYear());
</script>
<a href="#">HTML5 | </a>
<a href="#">CSS3 | </a>
<a href="#">XZ</a>
</p>
</div>
</div>
<!-- //copyright -->
<script src="js/jarallax.js"></script>
<!-- <script src="js/SmoothScroll.min.js"></script> -->
<script type="text/javascript">
/* init Jarallax */
$('.jarallax').jarallax({
speed: 0.5,
imgWidth: 1366,
imgHeight: 768
})
</script>
<script src="js/responsiveslides.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
<!-- Tabs-JavaScript -->
<script src="js/jquery.filterizr.js"></script>
<script src="js/controls.js"></script>
<script type="text/javascript">
$(function() {
$('.filtr-container').filterizr();
});
</script>
<!-- //Tabs-JavaScript -->
</body>
</html>