From ed7245277978646b828cf9cb0019d3e5bddd4d36 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 8 Sep 2026 11:19:32 -0500 Subject: Improve page copy. --- .../templates/populations/view-population.html | 35 ++++++++++++++-------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 29add29..6da4cd7 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -4,7 +4,7 @@ {%block contents%}
-

{{population.FullName}} ({{population.Name}})

+

Population: {{population.FullName}} ({{population.Name}})

@@ -58,14 +58,18 @@ aria-labelledby="samples-content-tab">

Think of a "sample" as say a single case or individual in the experiment. It could even be a single strain (where applicable). + These are, effectively, identifiers for the organisms (plants, animals, + etc) that your data is collected from, and is about.

-

This is a convenience feature for when you want to upload phenotypes to - the system, but do not have the genotypes data ready yet.

+ +

The samples should be uploaded before any of the other types of data + (genotype, phenotype, expression, etc.), or be bundled together with + them, since they all need references to the samples.

Manage Samples + class="btn btn-primary">manage samples
-

Phenotypes in Population "{{population.FullName}} ({{population.Name}})"

- -

To view existing phenotype traits, or upload new ones, click the button below:

+

Phenotype data measures the actual observable traits or + characteristics of an organism e.g. physical appearance, biochemical + properties, development, behaviour and/or disease states.

+

This section enables you to view existing and/or upload new phenotype + data.

@@ -85,7 +91,7 @@ species_id=species.SpeciesId, population_id=population.Id)}}" title="View and upload phenotype traits" - class="btn btn-primary">Phenotypes + class="btn btn-primary">manage phenotypes
@@ -95,17 +101,20 @@ id="genotypes-content" role="tabpanel" aria-labelledby="genotypes-content-tab"> -

Click the button to view and manage genetic data for individuals in - this population.

- +

Click the button below to view existing and/or upload new genotype data + for this population.

+
manage genotypes
-

Upload expression data (mRNA data) for this population.

- upload genotypes +

Expression data is data measuring how much genes are turned on or active.

+ manage expression data
-- cgit 1.4.1