diff options
author | Hao Chen | 2019-05-12 06:51:20 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-12 06:51:20 -0500 |
commit | 5abc13ae06b2ce7e53480340a1b9292701dc4ab5 (patch) | |
tree | 63e4737852d5acccb49f8dd2a7633cb4dbb48b39 /templates/index.html | |
parent | bc6a6e1d5974cb1c9f8a181728d93dafc531da01 (diff) | |
download | genecup-5abc13ae06b2ce7e53480340a1b9292701dc4ab5.tar.gz |
progress working
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 6d50a63..0771787 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ <p> <br> {{ message | safe }} - <form action="/search"> + <form action="/progress"> <input name="query" class="form-control form-control-lg" type="search" placeholder="Rgma Nrxn3" aria-label="search" value=""> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> @@ -13,6 +13,12 @@ <br> Searches are conducted through PubMed to get relevant PMIDs, which are then used to retrieve the abstracts from a <a href="https://dataguide.nlm.nih.gov/edirect/archive.html">local archive</a>. The gene-keyword relationships are presented as an interactive <a href="https://js.cytoscape.org" >cytoscape</a> 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. <p> + + <form action="/gene_gene"> + <input name="gene" class="form-control form-control-lg" type="search" placeholder="Rgma Nrxn3" aria-label="search" value="Nrxn1"> + <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> + </form> + <hr> <a href="https://github.com/chen42/ratspub"> Source code </a> |