From e49b4367f1dab1c3acb3cd5d71ba09359c5ab4ee Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 29 Aug 2024 15:21:27 -0500 Subject: Initialise package for dealing with Species. --- uploader/templates/base.html | 10 ++- uploader/templates/species/base.html | 11 +++ uploader/templates/species/create-species.html | 116 +++++++++++++++++++++++++ uploader/templates/species/list-species.html | 68 +++++++++++++++ 4 files changed, 204 insertions(+), 1 deletion(-) create mode 100644 uploader/templates/species/base.html create mode 100644 uploader/templates/species/create-species.html create mode 100644 uploader/templates/species/list-species.html (limited to 'uploader/templates') diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 58227f4..7431767 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -44,6 +44,7 @@ @@ -54,7 +55,14 @@
+ All data in GeneNetwork revolves around species. This is the core of the + system.
+Here you can see a list of all the species available in GeneNetwork. + Click on the link besides each species to view greater detail on the species, + and access further operations that are possible for said species.
+If you cannot find the species you are looking for below, click the button + below to create it
+ +Common Name | +Scientific Name | +TaxonId | +Use | +
---|---|---|---|
{{species["SpeciesName"]}} | +{{species["FullName"]}} | ++ {{species["TaxonomyId"]}} + | ++ + {{species["SpeciesName"]}} ({{species["FullName"]}}) + + | +
+ + + There were no species found! + + |
+