From fc8e55b97513c2dd8e61952fcfa80c7653ecf66b Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Mon, 2 Mar 2020 10:23:52 -0600 Subject: user login/signup and categorical search --- templates/index.html | 50 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/templates/index.html b/templates/index.html index f9a4fc1..2d71ef6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,17 +2,24 @@ {% block content %} {{ message | safe }} -
- RatsPub searches PubMed to find sentences that contain the query terms (i.e., gene symbols) and drug addiction-related keywords. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question "What do we know about these genes and addiction?". Data from EBI GWAS catalog are also included in the search to better answer this question. + RatsPub searches PubMed to find sentences that contain the query terms (i.e., gene symbols) and drug addiction-related keywords. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question "What do we know about these genes and addiction?". Data from EBI GWAS catalog are also included in the search. The graph has many interactive elements. For example, clicking gene names will launch a new search for sentences containing the target gene and 200 addiction-related genes. A tabular view is also available. + + Up to 100 gene symbols can be entered in the box below. Gene symbols can be separated by either a space or a semicolon. Aliases will not be automatically included because the large number of false matches associated with gene synonyms retrieved from databases. + + {%if "name" in session %} + {{session['name']}}, your previous searches are archived for faster retrival. + {% else %} + Please sign in to save your searches. + {% endif %} + - The graph has many interactive elements. For example, clicking gene names will launch a new search for sentences containing the target gene and 200 addiction-related genes. These results help to answer the question "Are there genes that can link my gene of interest to addiction?" - Up to 100 gene symbols can be searched at a time. Gene symbols can be separated by either a space or a semicolon. Gene alias will not be automatically included because the large number of false matches associated with gene synonyms retrieved from databases. |
@@ -20,20 +27,33 @@
|
- Example: Rgma Nrxn3 Chrna3
-
-
-