diff options
-rw-r--r-- | wqflask/wqflask/templates/base.html | 20 | ||||
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 42e57523..c6713189 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -114,22 +114,22 @@ <footer class="footer"> <div class="container"> - <p>GeneNetwork is a framework for web based genetics - launched in 1994 as + <p> Web services initiated January, 1994 as <a href="http://www.ncbi.nlm.nih.gov/pubmed?term=8043953"> - The Portable Dictionary of the Mouse Genome</a> (previously <a href="https://www.ncbi.nlm.nih.gov/pubmed/15043217">WebQTL</a>). + The Portable Dictionary of the Mouse Genome + </a>; June 15, 2001 as <a href="https://www.ncbi.nlm.nih.gov/pubmed/15043217">WebQTL</a>; and Jan 5, 2005 as GeneNetwork. </p> <p> - Operated by + This site is currently operated by <a href="mailto:rwilliams@uthsc.edu">Rob Williams</a>, - <a href="mailto:lyan6@uthsc.edu">Lei Yan</a>, + <a href="http://thebird.nl/">Pjotr Prins</a> <a href="mailto:zachary.a.sloan@gmail.com">Zachary Sloan</a>, - <a href="mailto:acenteno@uthsc.edu">Arthur Centeno</a> and - <a href="http://thebird.nl/">Pjotr Prins</a>. - </p> - <p>Published in - <a href="http://joss.theoj.org/papers/10.21105/joss.00025"><img src="https://camo.githubusercontent.com/846b750f582ae8f1d0b4f7e8fee78bed705c88ba/687474703a2f2f6a6f73732e7468656f6a2e6f72672f7061706572732f31302e32313130352f6a6f73732e30303032352f7374617475732e737667" alt="JOSS" data-canonical-src="http://joss.theoj.org/papers/10.21105/joss.00025/status.svg" style="max-width:100%;"></a> + <a href="mailto:acenteno@uthsc.edu">Arthur Centeno</a>, + and <a href="mailto:cfische7@uthsc.edu">Christian Fischer</a>. </p> + <p>Design and code by Pjotr Prins, Zach Sloan, Arthur Centeno, Christan Fischer, Danny Arends, Sam Ockman, Lei Yan, Xiaodong Zhou, Christian Fernandez, + Ning Liu, Rudi Alberts, Elissa Chesler, Sujoy Roy, Evan G. Williams, Alexander G. Williams, Kenneth Manly, Jintao Wang, and Robert W. Williams, + <a href="http://genenetwork.org/credit.html">colleagues</a>.</p> <br /> <p>GeneNetwork support from:</p> <ul> diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 7d5cd95b..f8ea3c7c 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -23,7 +23,7 @@ <div class="row" style="width: 100%;"> - <div class="col-xs-5"> + <div class="col-xs-5" style="min-width: 530px; max-width: 550px;"> <section id="search"> <div class="page-header"> <h1>Select and search</h1> |