From 4bbf98ad0f530d76af6f67d5482277b81bfcb524 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Thu, 9 May 2019 16:14:07 -0500 Subject: warning message and style change --- templates/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 011aa6f..6d50a63 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,16 +1,17 @@ {% extends "layout.html" %} {% block content %}

- +
+{{ message | safe }}


- This app searches PubMed to find sentences that contain the query terms (e.g., gene symbols, up to five are allowed per search) and keywords related to drug addiction. + This app searches PubMed to find sentences that contain the query terms (e.g., gene symbols) and keywords related to drug addiction.


-Searches are conducted through PubMed to get relevant PMIDs, which are then used to retrieve the abstracts from a local archive. The relationships are presented as an interactive cytoscape graph. The nodes can be moved around to better reveal the connections. Clicking on the links will bring up the corresponding sentences in a new browser window. +Searches are conducted through PubMed to get relevant PMIDs, which are then used to retrieve the abstracts from a local archive. The gene-keyword relationships are presented as an interactive cytoscape graph. The nodes can be moved to better reveal the connections. Tap on the links will bring up the corresponding sentences in a new browser window.


Source code -- cgit v1.2.3