CHRIS / templates /main.html
dmsaylor's picture
Removed MDDT version from tool
9dffd36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CHRIS</title>
<script src="{{ url_for('static',filename='jquery.slim.min.js') }}" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="{{ url_for('static',filename='popper.min.js') }}" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="{{ url_for('static',filename='bootstrap.min.js') }}" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles.css') }}">
</head>
<img src="{{ url_for('static',filename='images/FDAlogo.png') }}" style="float: left;" height="100"/>
<img src="{{ url_for('static',filename='images/FDAgraphic.png') }}" style="float: right;" height="100"/>
<br clear="all" />
<header>
<h1 style="text-align:center">CHRIS: <font color="#0070C0">CH</font>emical <font color="#0070C0">RIS</font>k calculators</h1>
</header>
<body>
<p>
The CHemical RISk calculators (CHRIS) are a collection of modules to facilitate the use of physics-based models to estimate exposure
as part of toxicological risk assessment (TRA) of medical device polymers.
<h2> CHRIS modules </h2>
&#x2022; <a href="/color2"> Color additives RST (v2) </a>
<p>
A tool to conduct screening level risk assessments to aid in the biocompatibility evaluation of polymeric medical device components
that contain color additives (CAs). These assessments can assist device manufacturers by providing instantaneous feedback on whether
the presence of CAs or other additives and impurities associated with CAs in a device would require additional justification and/or
testing to demonstrate acceptable biological risk.
</p>
&#x2022; <a href="/exposure2"> Bulk chemicals (excluding color additives) RST (v2) </a>
<p>
This module can be used similarly to the color additive tool, but can be applied to any non-color additive bulk additive or impurity (surface impurities / manufacturing
residuals are excluded) that is present in a polymeric device component provided that the user can justify the chemical is a bulk species and that
the total amount of the chemical is known, e.g. from a certificate of analysis.
</p>
&#x2022; <a href="/efficiency"> Extraction efficiency RST </a>
<p>
This module can be used to estimate the fraction of the total pool or solvent concentration of a bulk chemical that will
be extracted under different conditions, thereby providing feedback on “worst-case” device geometries and
extraction conditions depending on the endpoint of interest.
</p>
<h2> Modules in development </h2>
&#x2022; <a href="/color3"> Color additives (v3) </a>
<p>
An updated version of the color additive module that can address additional polymers using a machine learning method.
</p>
&#x2022; <a href="/exposure3"> Bulk chemicals (excluding color additives) (v3) </a>
<p>
An updated version of the bulk chemicals module that can address additional polymers using a machine learning method.
</p>
&#x2022; <a href="/quantity"> Total quantity estimator </a>
<p>
This module can be used to leverage the results of device extraction testing (either exhaustive or non-exhaustive) to estimate the total quantity of an extractable present in the device,
which can subsequently be used for exposure estimation using the color additives or bulk chemicals modules.
</p>
</body>
</html>