From 47320c547f1a96bd262f38b07f9de0bc05e8779c Mon Sep 17 00:00:00 2001 From: gunturkunhakan Date: Sun, 6 Jun 2021 03:19:21 -0500 Subject: changes in custom ontology and search --- templates/index.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 5849be9..501cdef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ {% block content %} {{ message | safe }} -

Mining Gene Relationships from PubMed using Custom Ontologies

+

Mining PubMed for Gene Relationships using Custom Ontologies

@@ -14,11 +14,12 @@ - As an example, we present a curated ontology for drug addiction with over 300 keywords organized into seven categories. - A user account (free) is needed to create custom ontologies and save the search results. + As an example, we present a curated ontology for drug addiction with over 300 keywords organized into seven categories. + Furthermore, deep learning is used to distinguish automatically the sentences describing systemic stress from those describing cellular stress. + A user account (free) is needed to create custom ontologies and save the search results.

-

Example: Rgma Nrxn3.

+

Example: Rgma Penk.

{%if ("name" not in session) %} By default, the addiction ontology is used. Custom ontologies can be created in user accounts. @@ -34,14 +35,18 @@ {% else %} Welcome back, {{session['name']}}. Your previous searches and custom ontologies are available from the links. - +
+ Please select an ontology to use for the new search
-
Please select an ontology to use for the new search
- +
+
+
+ +
- - The {{ontol}} ontology is selected. Please choose categories to be included in the search. - Expect a longer wait time when you include Human GWAS category. +
+ The {{ontol}} ontology is selected. Please choose categories to be included in the search. + Expect a longer wait time when you include GWAS category.
@@ -69,7 +74,7 @@ {%for ky in dict_onto.keys()%} checkbox += ' {{ky}}    '; {% endfor %} - checkbox += ' Human GWAS    (Un)select all' + checkbox += ' (Un)select all' newdiv.innerHTML = " "+checkbox + " "; document.getElementById('check_selection').appendChild(newdiv); -- cgit v1.2.3