dmsaylor commited on
Commit
b28ace6
·
1 Parent(s): ee73b05

Added link to the tutorial video for CA module

Browse files
color_module/static/Changelog.html CHANGED
@@ -11,6 +11,10 @@
11
  <h1 style="text-align:center"><font color="#0070C0">CH</font>emical <font color="#0070C0">RIS</font>k calculator (CHRIS) - Color additives</h1>
12
  </header>
13
  <h2 id="change-log">Change Log</h2>
 
 
 
 
14
  <h3 id="version-1.1.2---2022-12-07">Version 1.1.2 - 2022-12-07</h3>
15
  <ul>
16
  <li>Added impurity evaluation for non-CA additives</li>
 
11
  <h1 style="text-align:center"><font color="#0070C0">CH</font>emical <font color="#0070C0">RIS</font>k calculator (CHRIS) - Color additives</h1>
12
  </header>
13
  <h2 id="change-log">Change Log</h2>
14
+ <h3 id="version-1.1.3---2023-05-04">Version 1.1.3 - 2023-05-04</h3>
15
+ <ul>
16
+ <li>Added link to tutorial video</li>
17
+ </ul>
18
  <h3 id="version-1.1.2---2022-12-07">Version 1.1.2 - 2022-12-07</h3>
19
  <ul>
20
  <li>Added impurity evaluation for non-CA additives</li>
color_module/static/Changelog.md CHANGED
@@ -14,6 +14,9 @@
14
  ```
15
  ## Change Log
16
 
 
 
 
17
  ### Version 1.1.2 - 2022-12-07
18
  * Added impurity evaluation for non-CA additives
19
  * Fixed typos
 
14
  ```
15
  ## Change Log
16
 
17
+ ### Version 1.1.3 - 2023-05-04
18
+ * Added link to tutorial video
19
+
20
  ### Version 1.1.2 - 2022-12-07
21
  * Added impurity evaluation for non-CA additives
22
  * Fixed typos
color_module/templates/index.html CHANGED
@@ -16,8 +16,9 @@
16
  </header>
17
 
18
  <p> For details on how to use the CHRIS color additive module, please read the <a href="{{url_for('.static', filename='README.html')}}"> instructions</a> and
19
- <a href="https://www.fda.gov/media/163472/download"> Summary of Evidence and Basis of Qualification (SEBQ)</a>, which includes limitations of use. Answers to frequently asked questions can be
20
- found <a href="{{url_for('.static', filename='FAQ.html')}}"> here</a>. For a history of updates, please see the <a href="{{url_for('.static', filename='Changelog.html')}}"> changelog</a>. </p>
 
21
 
22
  <body>
23
 
 
16
  </header>
17
 
18
  <p> For details on how to use the CHRIS color additive module, please read the <a href="{{url_for('.static', filename='README.html')}}"> instructions</a> and
19
+ <a href="https://www.fda.gov/media/163472/download"> Summary of Evidence and Basis of Qualification (SEBQ)</a>, which includes limitations of use.
20
+ A <a href="https://youtu.be/czXvMsMQDDk"> tutorial video</a> is also available, along with answers to <a href="{{url_for('.static', filename='FAQ.html')}}"> frequently asked questions</a>.
21
+ For a history of updates, please see the <a href="{{url_for('.static', filename='Changelog.html')}}"> changelog</a>. </p>
22
 
23
  <body>
24
 
color_module/templates/report.html CHANGED
@@ -16,7 +16,7 @@
16
 
17
  <body>
18
 
19
- <p> The following report was generated using CHRIS-Color additives (MDDT) v.1.1.2 on
20
  <script> document.write(new Date().toLocaleDateString()); </script>.
21
  </p>
22
 
 
16
 
17
  <body>
18
 
19
+ <p> The following report was generated using CHRIS-Color additives (MDDT) v.1.1.3 on
20
  <script> document.write(new Date().toLocaleDateString()); </script>.
21
  </p>
22