diff options
author | Pjotr Prins | 2016-10-09 09:43:32 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-09 09:43:32 +0000 |
commit | 959817092e6e8897120df4c23988eb2a6a53a7ba (patch) | |
tree | d30df5fc2487bd40a1e9b336edb271ebe99fec5f /wqflask | |
parent | bc977ecdb0e7f98fa338c770422c8ed5314bd33b (diff) | |
download | genenetwork2-959817092e6e8897120df4c23988eb2a6a53a7ba.tar.gz |
Changed mirrors & affiliates on wqflask/wqflask/templates/index_page_orig.html
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 73d3e718..668a0b33 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -197,29 +197,28 @@ <section id="websites"> <div class="page-header"> - <h1>Affiliates and mirrors</h1> + <h2>Links</h2> </div> - <h3>Websites affiliated with GeneNetwork</h3> + <h3>GeneNetwork v2:</h3> + <ul> + <li><a href="http://gn2.genenetwork.org/">Main</a> at UTHSC</li> + <li><a href="http://test-gn2.genenetwork.org/">Staging</a> at UTHSC</li> + </ul> + <h3>GeneNetwork v1:</h3> <ul> + <li><a href="http://www.genenetwork.org/">Main</a> at UTHSC</li> + <li><a href="http://genenetwork.helmholtz-hzi.de/">Germany</a> at the HZI</li> + <li><a href="http://ec2.genenetwork.org/">Amazon + Cloud (EC2)</a></li> + </ul> + <h3>Affiliates</h3> + <ul> <li><a href="http://ucscbrowser.genenetwork.org/">Genome browser</a> at UTHSC</li> <li><a href="http://galaxy.genenetwork.org/">Galaxy</a> at UTHSC</li> - <li>GeneNetwork 1 at <a href="http://ec2.genenetwork.org/">Amazon - Cloud (EC2)</a></li> - - <li>GeneNetwork 1 Source Code at <a href="http://sourceforge.net/projects/genenetwork/">SourceForge</a></li> - - <li>GeneNetwork 2 Source Code at <a href="https://github.com/genenetwork/genenetwork2">GitHub</a></li> - </ul> - <h3>GN1 Mirror and development sites</h3> - - <ul> - <li><a href="http://www.genenetwork.org/">Main GN1 site at UTHSC</a> (main site)</li> - <li><a href="http://genenetwork.helmholtz-hzi.de/">Germany at the HZI</a></li> - <li><a href="http://gn2.genenetwork.org/">Memphis at the U of M</a></li> </ul> </section> |