diff options
author | Frederick Muriuki Muriithi | 2025-02-04 09:49:23 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-04 09:49:23 -0600 |
commit | f4964e2b5c2884f2fcea6c04b9c99198be91c797 (patch) | |
tree | 2fdb1494606f165c9eb44a5d9e09be7d80271a96 /uploader/templates/index.html | |
parent | 97dd5859daf156b9a2121360c89c236bef6317e5 (diff) | |
download | gn-uploader-f4964e2b5c2884f2fcea6c04b9c99198be91c797.tar.gz |
Add an introduction to the phenotypes section.
Diffstat (limited to 'uploader/templates/index.html')
-rw-r--r-- | uploader/templates/index.html | 20 |
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 …</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> |