about summary refs log tree commit diff
path: root/uploader/templates/populations
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-13 11:49:51 -0500
committerFrederick Muriuki Muriithi2024-09-13 11:49:51 -0500
commit319d4bf99a67aa7183c5cf5ee4f60e56a558d624 (patch)
tree31b3c7a0898242b3d8e15bf244cf28756bd75128 /uploader/templates/populations
parent851af01fcb32f58ca230a49091cab9db0c8b1f29 (diff)
downloadgn-uploader-319d4bf99a67aa7183c5cf5ee4f60e56a558d624.tar.gz
Leave notes on things that need to be handled in code and UI
Diffstat (limited to 'uploader/templates/populations')
-rw-r--r--uploader/templates/populations/create-population.html32
1 files changed, 30 insertions, 2 deletions
diff --git a/uploader/templates/populations/create-population.html b/uploader/templates/populations/create-population.html
index b57afba..b05ce37 100644
--- a/uploader/templates/populations/create-population.html
+++ b/uploader/templates/populations/create-population.html
@@ -107,7 +107,10 @@
              value="{{error_values.population_code or ''}}"
              class="form-control" />
       <small class="form-text text-muted">
-        … document what this field is for …
+        <p class="text-danger">
+          <span class="glyphicon glyphicon-exclamation-sign"></span>
+          What is this field is for? Confirm with Arthur and the rest.
+        </p>
       </small>
     </div>
 
@@ -159,7 +162,10 @@
         {%endfor%}
       </select>
       <small class="form-text text-muted">
-        <p>… provide some documentation on what this field does …</p>
+        <p>
+          This is a rough grouping of the populations in GeneNetwork into lists
+          of common types of populations.
+        </p>
       </small>
     </div>
 
@@ -207,6 +213,28 @@
                 {%endif%}>{{gtype}}</option>
         {%endfor%}
       </select>
+      <small class="form-text text-muted text-danger">
+        <p>
+          <span class="glyphicon glyphicon-exclamation-sign"></span>
+          This might be a poorly named field.
+        </p>
+        <p>
+          It probably has more to do with the mating crosses/crossings used to
+          produce the individuals in the population. I am no biologist, however,
+          and I'm leaving this here to remind myself to confirm this.
+        </p>
+        <p>
+          I still don't know what riset is.<br />
+          … probably something to do with Recombinant Inbred Strains
+        </p>
+        <p>
+          Possible resources for this:
+          <ul>
+            <li>https://www.informatics.jax.org/silver/chapters/3-2.shtml</li>
+            <li>https://www.informatics.jax.org/silver/chapters/9-2.shtml</li>
+          </ul>
+        </p>
+      </small>
     </div>
 
     <div class="form-group">