]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/estimators/add-estimators.html
Add files via upload
[Rnaught] / inst / app / templates / content / estimators / add-estimators.html
1 <div class="accordion accordion-flush" id="estimators-accordion">
2 {{
3 htmlTemplate("templates/content/estimators/add-estimators/components/panel.html",
4 id = "id",
5 header = "Incidence Decay (ID)",
6 reference_label = "Fisman et al. (PloS One, 2013)",
7 reference_url = "https://doi.org/10.1371/journal.pone.0083622"
8 )
9 }}
10 {{
11 htmlTemplate("templates/content/estimators/add-estimators/components/panel.html",
12 id = "idea",
13 header = "Incidence Decay and Exponential Adjustment (IDEA)",
14 reference_label = "Fisman et al. (PloS One, 2013)",
15 reference_url = "https://doi.org/10.1371/journal.pone.0083622"
16 )
17 }}
18 {{
19 htmlTemplate("templates/content/estimators/add-estimators/components/panel.html",
20 id = "seq_bayes",
21 header = "Sequential Bayes (seqB)",
22 reference_label = "Bettencourt and Riberio (PloS One, 2008)",
23 reference_url = "https://doi.org/10.1371/journal.pone.0002185"
24 )
25 }}
26 {{
27 htmlTemplate("templates/content/estimators/add-estimators/components/panel.html",
28 id = "wp",
29 header = "White and Pagano (WP)",
30 reference_label = "White and Pagano (Statistics in Medicine, 2008)",
31 reference_url = "https://doi.org/10.1002/sim.3136"
32 )
33 }}
34 {{
35 htmlTemplate("templates/content/estimators/add-estimators/components/panel.html",
36 id = "mu",
37 header = "Serial Interval (WP)",
38 reference_label = "Wikipedia",
39 reference_url = "https://doi.org/10.1002/sim.3136"
40 )
41 }}
42 </div>