about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2024-06-22 05:23:13 -0500
committerPjotr Prins2024-06-22 05:23:13 -0500
commit64000a2c56ad194c8dbaf99c7f1b57586eeb4781 (patch)
treeede92b8dfc69c1cb3ba03bf84de64790bf457625
parentaac5e42348edec06b1c3c3f32893f7bc96c1187b (diff)
downloadgenecup-64000a2c56ad194c8dbaf99c7f1b57586eeb4781.tar.gz
Amend footer
-rw-r--r--templates/layout.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 073375d..2bbd575 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -97,14 +97,14 @@
 
 </ hr>
 
-<div id="footer" align="center">
+<div id="footer">
   <small>
-  GeneCup PubMed + GWAS catalog AI {{ version }}
-  |
-  <a href="https://git.genenetwork.org/genecup/">Source code</a>
+  GeneCup {{ version }}: PubMed + GWAS catalog deep learning miner
   |
   Cite <a href="https://academic.oup.com/g3journal/article/12/5/jkac059/6548160">GeneCup: mining PubMed and GWAS catalog for gene-keyword relationships.</a>
   |
+  <a href="https://git.genenetwork.org/genecup/">Code</a>
+  |
   Powered by <a href="https://www.tensorflow.org/">Tensorflow</a> on <a href="https://genenetwork.org/">GeneNetwork.org</a>
   </small>
 </div>