diff options
Diffstat (limited to 'inst/app/templates/content/help')
-rw-r--r-- | inst/app/templates/content/help/panel.html | 12 | ||||
-rw-r--r-- | inst/app/templates/content/help/serial-interval.html | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/inst/app/templates/content/help/panel.html b/inst/app/templates/content/help/panel.html deleted file mode 100644 index 9eb6e2e..0000000 --- a/inst/app/templates/content/help/panel.html +++ /dev/null @@ -1,12 +0,0 @@ -<div class="accordion-item"> - <h2 class="accordion-header"> - <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#{{ id }}"> - {{ header }} - </button> - </h2> - <div id="{{ id }}" class="accordion-collapse collapse" data-bs-parent="#help-accordion"> - <div class="accordion-body"> - {{ htmlTemplate(paste0("templates/content/help/", id, ".html")) }} - </div> - </div> -</div> diff --git a/inst/app/templates/content/help/serial-interval.html b/inst/app/templates/content/help/serial-interval.html deleted file mode 100644 index e061115..0000000 --- a/inst/app/templates/content/help/serial-interval.html +++ /dev/null @@ -1,9 +0,0 @@ -<p>Reference: <a href="https://en.wikipedia.org/wiki/Serial_interval" target="_blank"><em>Wikipedia</em></a> -<p> - The serial interval (SI) is not one of the estimators. It is a parameter required by most of the estimators, and can - also be estimated by some of them (if not specified). -</p> -<p> - The SI is defined as the average time between successive infections in a chain of transmission (i.e., the time between - the infection of an infected individual and their subsequent transmissions). -</p> |