From be1bd398f2277490c60a57dd054e1630aede1111 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 28 Apr 2025 13:59:40 -0500 Subject: Allow selection from existing publications. --- .../templates/phenotypes/add-phenotypes-base.html | 200 +++++++++------------ 1 file changed, 86 insertions(+), 114 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index 8f50882..1463faa 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -42,110 +42,22 @@ {%block frm_add_phenotypes_elements%}{%endblock%} -
- -
- -
+
Publication Information -
- -
- - - - -
- -
- - Enter your publication's PubMed ID above and click "Search" to search - for some (or all) of the publication details requested below. - -
- -
- - - - Enter the authors in the following format … -
- -
- - - - Enter your publication's title. -
- -
- - - - Enter the abstract for your publication. -
- -
- - - - Enter the name of the journal where your work was published. -
- -
- - - - Enter the volume in the following format … -
- -
- - - - Enter the journal volume where your work was published. -
- -
- - - - Select the month when the work was published. - - This cannot be before, say 1600 and cannot be in the future! -
- -
- - - - Enter the year your work was published. - - This cannot be before, say 1600 and cannot be in the future! - -
+ + Select a publication for your data + + + + + + + + + + + +
#PubMed IDTitleAuthors
@@ -165,18 +77,78 @@ {%block javascript%} {%block more_javascript%}{%endblock%} -- cgit v1.2.3