]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/content/estimation/about-estimators.html
Update web app entry point
[Rnaught] / inst / web / templates / content / estimation / about-estimators.html
1 <div class="accordion accordion-flush" id="estimation-accordion">
2 {{
3 htmlTemplate("templates/content/estimation/about-estimators/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/estimation/about-estimators/panel.html",
12 id = "idea", header = "Incidence Decay and Exponential Adjustment (IDEA)",
13 reference_label = "Fisman et al. (PloS One, 2013)",
14 reference_url = "https://doi.org/10.1371/journal.pone.0083622"
15 )
16 }}
17 {{
18 htmlTemplate("templates/content/estimation/about-estimators/panel.html",
19 id = "seq_bayes", header = "Sequential Bayes (seqB)",
20 reference_label = "Bettencourt and Riberio (PloS One, 2008)",
21 reference_url = "https://doi.org/10.1371/journal.pone.0002185"
22 )
23 }}
24 {{
25 htmlTemplate("templates/content/estimation/about-estimators/panel.html",
26 id = "wp", header = "White and Pagano (WP)",
27 reference_label = "White and Pagano (Statistics in Medicine, 2008)",
28 reference_url = "https://doi.org/10.1002/sim.3136"
29 )
30 }}
31 </div>