Skip to content

Commit

Permalink
Merge pull request #41 from CSAFE-ISU/37-permitted-use
Browse files Browse the repository at this point in the history
37 permitted use
  • Loading branch information
stephaniereinders authored Nov 11, 2024
2 parents d9281f6 + 744dc46 commit f24b715
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
68 changes: 68 additions & 0 deletions inst/extdata/HTML/permitted_use.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<body>
<div id="indent">
<h1>Permitted Use of CSAFE’s handwriter Software</h1>
<p>
<b>Effective Date: September 30, 2024</b>
</p>

<h2>Overview</h2>
<p> 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.
</p>

<h2>Permitted Uses</h2>
<p>
<ul>
<li>
<b>Research:</b> Use the software for academic or scientific research related to forensic handwriting analysis.
</li>
<li>
<b>Testing:</b> Use the software for internal testing within forensic labs to evaluate its performance.
</li>
</ul>
</p>

<h2>Discouraged Uses</h2>
<p>
<ul>
<li>
<b>Casework:</b> The statistical model implemented by this software has not yet been applied to the full range or writing samples that could be encountered in casework or investigations. Therefore, we have not identified the conditions under which the approach can be expected to provide accurate and reliable results.
</li>
<li>
<b>Court Testimony:</b> The statistical model implemented by this software has not yet undergone a robust validation study; accuracy metrics, like false-positive and false-negative error rates, have not been established.
</li>
</ul>
</p>

<h2>User Responsibilities</h2>
<p>Users should:
<ul>
<li>
Follow the permitted use guidelines.
</li>
<li>
Treat findings as preliminary and unsuitable for formal conclusions.
</li>
</ul>
</p>

<h2>Disclaimer</h2>
<p>
The software is in testing and not fully validated. CSAFE is not liable for its accuracy or reliability.
</p>

<h2>Contact</h2>
<p>
<h3>Center for Statistics and Applications in Forensic Evidence</h3>
<address>
<div class="street">195 Durham Center</div>
<div class="street">613 Morrill Road</div>
<div class="state">Ames, Iowa 50011</div>
<div class="telnum">(515) 294-7278</div>
<div><a href="[email protected]">[email protected]</a></div>
</address>
</p>

</div>
<br>
</body>

0 comments on commit f24b715

Please sign in to comment.