From b5c43c15734be13405eea05bcc575305814af16b Mon Sep 17 00:00:00 2001 From: Stephanie Reinders Date: Mon, 11 Nov 2024 12:02:22 -0600 Subject: [PATCH] Added permitted use statement --- R/app.R | 5 +++ inst/extdata/HTML/permitted_use.html | 67 ++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 inst/extdata/HTML/permitted_use.html diff --git a/R/app.R b/R/app.R index de45ce7..2a5b7b5 100644 --- a/R/app.R +++ b/R/app.R @@ -155,6 +155,11 @@ handwriterApp <- function(...){ shiny::includeHTML(system.file(file.path("extdata", "HTML"), "about.HTML", package = "handwriterApp")) ), + shiny::tabPanel( + "Permitted Use", + shiny::includeHTML(system.file(file.path("extdata", "HTML"), "permitted_use.HTML", package = "handwriterApp")) + ), + shiny::tabPanel( "Contact", shiny::includeHTML(system.file(file.path("extdata", "HTML"), "contact.HTML", package = "handwriterApp")) diff --git a/inst/extdata/HTML/permitted_use.html b/inst/extdata/HTML/permitted_use.html new file mode 100644 index 0000000..f54cb96 --- /dev/null +++ b/inst/extdata/HTML/permitted_use.html @@ -0,0 +1,67 @@ + + +
+

Permitted Use of CSAFE’s handwriter Software

+

+ Effective Date: September 30, 2024 +

+

Overview

+

This document outlines permitted uses of the Center for Statistics and Applications in Forensic Evidence’s handwriter software. The software is currently undergoing beta testing and may be used in research and additional testing within forensic labs. The software is not yet validated for casework or court testimony. +

+ +

Permitted Uses

+

+

+

+ +

Discouraged Uses

+

+

+

+ +

User Responsibilities

+

Users should: +

+

+ +

Disclaimer

+

+ The software is in testing and not fully validated. CSAFE is not liable for its accuracy or reliability. +

+ +

Contact

+

+

Center for Statistics and Applications in Forensic Evidence

+
+
195 Durham Center
+
613 Morrill Road
+
Ames, Iowa 50011
+
(515) 294-7278
+
csafe@iastate.edu
+
+

+ +
+
+ \ No newline at end of file