forked from alexandria-sakrejda/reichlab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalert.html
58 lines (55 loc) · 2.24 KB
/
alert.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
---
layout: alert
---
<h1>The ALERT Algorithm</h1>
<h3><small class="label">Early-warnings for flu season</small></h3>
<div class="columns">
<div class="column col-8 col-md-12">
<div class="carousel">
{% assign images = "CID_Figure1.jpg|CID_Figure2.jpg|shiny-app-screenshot.png" | split: "|" %}
{% for image in images %}
<div class="carousel-item">
<img src="images/alert/{{ image }}" class="rounded img-responsive">
</div>
{% endfor %}
</div>
</div>
<div class="column col-4 col-md-12">
<h3>Overview</h3>
<p>
Despite modern advances in infection control measures, respiratory viruses
continue to impose a significant global healthcare challenge. Triggers
that signal early detection of influenza and RSV outbreaks are key to
controlling their spread. The Above Local Elevated Respiratory Illness
Threshold (ALERT) algorithm was designed to detect seasonal influenza
outbreaks. ALERT can be used directly by healthcare practitioners with no
statistical training via a
<a href="http://iddynamics.jhsph.edu/apps/shiny/ALERT/">web applet</a>.
We are working to evaluate the performance of ALERT in a broader range of
settings, including with datasets that have influenza A, influenza B, RSV,
and combinations of respiratory pathogens (or influenza-like-illness).
The ALERT algorithm was developed for use by
<a href="https://clinicaltrials.gov/ct2/show/NCT01249625">the ResPECT Study</a>.
</p>
<h3>Links</h3>
<ul>
<li>
<a href="http://cid.oxfordjournals.org/content/60/4/499">
Original paper in <i>Clinical Infectious Diseases</i>
</a>
</li>
<li><a href="http://iddynamics.jhsph.edu/apps/shiny/ALERT/">Free web applet</a></li>
<li><a href="https://github.com/reichlab/ALERT">The ALERT R package</a></li>
<li>
<a href="https://github.com/reichlab/ALERT/raw/master/vignettes/ALERTDocumentation.pdf">
ALERT R package tutorial (pdf)
</a>
</li>
<li>
<a href="https://speakerdeck.com/nickreich/triggering-interventions-for-flu-the-alert-algorithm">
Slides for ISDS presentation
</a>
</li>
</ul>
</div>
</div>