This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
88 lines (83 loc) · 6.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<head itemscope itemtype="https://schema.org/WebSite">
<title>Viziflu v.2</title>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet" type='text/css'>
<script src="https://use.fontawesome.com/8321cacbf6.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<style>
body {
font-family: 'IBM Plex Sans', Arial, sans-serif;
text-align: center;
font-size: 12px;
}
footer {
font-size: 10px;
}
</style>
</head>
<body>
<div class="container">
<br>
<div class="row">
<div class="col-lg-12">
<img src="https://raw.githubusercontent.com/BNext-IQT/Viziflu/master/docs/images/viziflu-logo.svg?sanitize=true" alt="Viziflu logo" width="75%">
</div>
</div>
<br>
<div class="row">
<br>
</div>
<div class="row">
<div class="col">
<a href="https://bnext-iqt.github.io/Viziflu/docs/2019-2020-Forecasts-v4/EW42.html">
<h5>2019-2020 Peak Week Forecasts*</h5></a>* Preliminary results only
</div>
<div class="col">
<a href="https://bnext-iqt.github.io/Viziflu/docs/2018-2019-Forecasts-v4/EW42.html">
<h5>2018-2019 Peak Week Forecasts*</h5></a>*Preliminary results only
</div>
<div class="col">
<a href="https://bnext-iqt.github.io/Viziflu/docs/2017-2018-Forecasts-v4/EW43.html">
<h5>2017-2018 Peak Week Forecasts</h5></a>(Full season)
</div>
</div>
<div class="row">
<br>
</div>
<div class="row">
<div class="col">
</div>
<div class="col">
<a href="https://bnext-iqt.github.io/Viziflu/docs/2018-2019-Forecasts-v5-USPkWkSkillScore/index.html">
<h5>2018-2019 Peak Week Skill Scores</h5></a>
</div>
<div class="col">
<a href="https://bnext-iqt.github.io/Viziflu/docs/2017-2018-Forecasts-v5-USPkWkSkillScore/index.html">
<h5>2017-2018 Peak Week Skill Scores</h5></a>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-12">
<div style="margin: 0 auto; width: 95%;padding: 10px" align="justify">
<footer class="footer">
<p>* This visualization series displays forecasts submitted to the <a href="https://www.cdc.gov" rel="nofollow">Centers for Disease Control and Prevention (CDC)</a> as part of the <a href="https://predict.cdc.gov/" rel="nofollow">FluSight</a> influenza forecasting challenge for the 2017-18, 2018-19, and 2019-20 flu seasons. Multiple outside research teams have developed different models that provide flu activity forecasts to CDC, and more information and visualizations of forecasts can be found on the FluSight <a href="https://predict.cdc.gov/post/5ba1504e5619f003acb7e18f" rel="nofollow">website</a> and <a href="https://github.com/cdcepi/FluSight-forecasts" rel="nofollow">GitHub repo</a>. Peak week, the primary variable shown above, is the week with the highest percentage of outpatient visits for influenza-like illness (i.e. the week of the season when flu activity is the greatest). More precisely, it is defined as the <a href="https://www.cdc.gov/mmwr/index.html" rel="nofollow">MMWR</a> surveillance week in which the weighted <a href="https://www.cdc.gov/flu/weekly/overview.htm#anchor_1539281266932/" rel="nofollow">ILINet</a> percentage, rounded to one decimal place, is the highest for the influenza season. Accurate and timely forecasts for the peak week can be useful for planning and promoting activities to increase influenza vaccination prior to the bulk of influenza illness. For healthcare, pharmacy, and public health authorities, a forecast for the peak week can guide efficient staff and resource allocation. To that end, this tool is being provided as a resource for interpreting and visualizing forecasts.</p>
<p>DISCLAIMER: These are neither CDC nor IQT Labs forecasts and the model results on this page are not endorsed or approved by CDC or IQT Labs. These forecasts are based on different models, can vary significantly, and may be inaccurate. These forecasts and data are provided “as is” with no warranties of any kind, and use of this information is at your sole risk. To the maximum extent provided by law, neither IQT Labs and its affiliates nor any government agency or third party shall be liable for any damages of any kind relating to or resulting from use of the information on this site. For more information visit <a href="https://www.iqt.org/terms-of-use/" rel="nofollow">https://www.iqt.org/terms-of-use/.</a> Anyone interested in using these data for additional research or publications is requested to contact CDC for information regarding attribution of the source forecasts.</p>
<p>Built using a combination of <a href="https://github.com/flrs/visavail/" rel="nofollow">visavail.js,</a> <a href="http://colorbrewer2.org/" rel="nofollow">Colorbrewer 2.0,</a> and other open-source tools as a joint effort by <a href="https://www.bnext.org/" rel="nofollow">B.Next</a> and the IQT Labs Design and Data Visualization team</a>.</p>
<p>© 2018-
<script>
document.write(new Date().getFullYear());
</script> <a href="https://www.iqt.org/labs/">IQT Labs LLC,</a> a wholly owned research venture of <a href="https://www.iqt.org/">In-Q-Tel, Inc.</a></p>
</footer>
</div>
</div>
</div>
</div>
<script src="//instant.page/3.0.0" type="module" defer integrity="sha384-OeDn4XE77tdHo8pGtE1apMPmAipjoxUQ++eeJa6EtJCfHlvijigWiJpD7VDPWXV1"></script>
</body>
</html>