From 67d1f0c536c062ca2e3c5e1f233cd9c4fdf9bea7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Feb 2025 09:09:04 -0600 Subject: Improve UI text to guide users better. --- uploader/templates/species/create-species.html | 91 ++++++++++++++------------ 1 file changed, 48 insertions(+), 43 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/species/create-species.html b/uploader/templates/species/create-species.html index 9b7c954..0ed61b7 100644 --- a/uploader/templates/species/create-species.html +++ b/uploader/templates/species/create-species.html @@ -29,35 +29,41 @@
-
- - - - -
- Provide the taxonomy ID for - your species that can be used to link to external sites like NCBI. Enter - the taxonomy ID and click "Search" to auto-fill the form with data. -
- While it is recommended to provide a value for this field, doing so is - optional. -
+
+ + + + +
+ + Use + + NCBI's Taxonomy Browser homepage to search for the species you + want. If the species exists on NCBI, they will have a Taxonomy ID. Copy + that Taxonomy ID to this field, and click "Search" to auto-fill the + details.
+ This field is optional.
- - Provide the common, possibly - non-scientific name for the species here, e.g. Human, Mouse, etc. + + This is the day-to-day term used by + laymen, e.g. Mouse (instead of Mus musculus), round worm (instead of + Ascaris lumbricoides), etc.
+ For species without this, just enter the scientific name. +
@@ -65,31 +71,30 @@
- - Provide the scientific name for the - species you are creating, e.g. Homo sapiens, Mus musculus, etc. + + This is the scientific name for the + species e.g. Homo sapiens, Mus musculus, etc.
- - - This is a generic grouping for the species that determines under which - grouping the species appears in the GeneNetwork menus + + + This is a rough grouping of the species.
@@ -122,7 +127,7 @@ } msg = ( "Request to '${uri}' failed with message '${textStatus}'. " - + "Please try again later, or fill the details manually."); + + "Please try again later, or fill the details manually."); alert(msg); console.error(msg, data, textStatus); return false; -- cgit v1.2.3