about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/index.html20
1 files changed, 14 insertions, 6 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html
index e66c594..aa1414e 100644
--- a/uploader/templates/index.html
+++ b/uploader/templates/index.html
@@ -67,15 +67,23 @@
     <p><strong>Requirement</strong>: Samples must already have been registered
       in the system before uploading genotype data.</p>
 
-    <!--
+    <h3 class="subheading">Phenotype Data</h3>
 
-    <h3 class="subheading">Expression Data</h3>
+    <p>Phenotypes are the visible traits or features of a living thing. For
+      example, phenotypes include:</p>
 
-    <p class="text-danger">
-      <span class="glyphicon glyphicon-exclamation-sign"></span>
-      <strong>TODO</strong>: Document this &hellip;</p>
+    <ul>
+      <li>Weight</li>
+      <li>Height</li>
+      <li>Color (such as the color of fur or eyes)</li>
+    </ul>
 
-    <h3 class="subheading">Phenotype Data</h3>
+    <p>This part of the system will allow you to upload and manage the values
+      for different phenotypes from various samples in your studies.</p>
+
+    <!--
+
+        <h3 class="subheading">Expression Data</h3>
 
     <p class="text-danger">
       <span class="glyphicon glyphicon-exclamation-sign"></span>