From 07d355aa5e3916d2ff48b7905b81c3c5d9cc2047 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Tue, 14 May 2019 21:42:14 -0500 Subject: editing text --- templates/about.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/about.html (limited to 'templates') diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..e9185a9 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,23 @@ + +{% extends "layout.html" %} +{% block content %} + +
RatsPub searches PubMed to find abstracts containing genes of interest and a list of curated addiction-related keywords. The abstracts corresponding to these returned PMIDs are then retrieve from a local archive of the PubMed. No limit on the date of publication is set. Each abstract is then broken down into sentences, which are then filtered by genes and keywords. + +
These gene-keyword relationships are presented as an interactive cytoscape graph. + +
Clicking the links will bring up the corresponding sentences in a new browser window. Clicking the keyword nodes will bring up all the terms included. Clicking on the gene nodes will start a new search to find sentences containing that gene and the top 150 addiction genes. + +
The top 150 addiction genes were obtained by searching All human genes against addiction related keywords. The archived results for these top addiction genes can be accessed via the Addiction Genes link. + +