aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/notes.txt5
-rw-r--r--wqflask/wqflask/templates/index_page.html548
2 files changed, 288 insertions, 265 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 76962804..fab9fac6 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -55,5 +55,10 @@ htop: Gives information on processes, cpu/memory load, etc
dstat: Also gives various system information, resource usage, etc
df: Reports file system disk space usage
+===========================================
+
+tidyp - Improves/beautifies html code
+tidyp -m -i -w 100 index_page.html
+
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index d3839c09..a209f302 100644
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -1,302 +1,320 @@
{% extends "base.html" %}
{% block title %}GeneNetwork{% endblock %}
-{% block content %}
-<!-- Start of body -->
-<TR>
- <TD bgColor=#eeeeee class="solidBorder">
- <Table width= "100%" cellSpacing=0 cellPadding=5>
- <TR>
-
-<TD vAlign=top width="40%" align="left" height=10 bgColor=#eeeeee>
- <p style="font-size:18px;font-family:verdana;color:black"><B> Select and Search</B>
- <Form METHOD="GET" ACTION="/search"
- class="form-search"
- NAME="SEARCHFORM">
-
- <TABLE width="100%">
-
- <!-- SPECIES SELECTION -->
- <TR>
- <TD align=right height="35" style="font-size:14px;font-family:verdana;color:black" width="16%">
- <B>Species:</B>
- </TD>
-
- <TD width="3%">
- </TD>
-
- <TD NOWRAP width="85%" align="left">
- <DIV Id="menu0">
- <Select NAME="species" size=1 id="species" onchange="fillOptions('species');">
- </Select>
- </DIV>
- </TD>
- </TR>
-
- <!-- GROUP SELECTION -->
-
- <TR>
-
- <TD align="right" height="35" style="font-size:14px;font-family:verdana;color:black">
- <B>Group:</B>
- </TD>
-
- <TD width="3%">
- </TD>
-
- <TD NOWRAP width="85%" align="left">
- <DIV Id="menu1">
-
- <Select NAME="cross" size=1 id="cross" onchange="fillOptions('cross');">
- </Select>
- <input type="button" class="btn" value="Info" onCLick="javascript:crossinfo();">
- </DIV>
- </TD>
- </TR>
-
-
- <!-- TYPE SELECTION -->
-
- <TR>
-
- <TD align=right height=35 style="font-size:14px;font-family:verdana;color:black">
- <B>Type:</B>
- </TD>
-
- <TD width="3%">
- </TD>
- <TD NOWRAP width="85%" align="left">
- <DIV Id="menu2">
- <Select NAME="tissue" size=1 id="tissue" onchange="fillOptions('tissue');">
-
- </Select>
- </DIV>
- </TD>
- </TR>
-
-
- <!-- DATABASE SELECTION -->
- <TR>
- <TD align=right height=35 style="font-size:14px;font-family:verdana;color:black">
- <B>Database:</B>
- </TD>
-
- <TD width="3%">
- </TD>
-
- <TD NOWRAP width="85%" align="left">
- <DIV Id="menu3">
- <Select NAME="database" size=1 id="database">
- </Select>
- <input type="submit" class="btn" value="Info" name="info_database">
- </DIV>
- </TD>
- </TR>
-
- <!-- USER HELP -->
- <TR>
- <TD align=right height=20 width="10%">
- </TD>
- <TD width="3%">
- </TD>
-
- <TD align="left" width="85%">
- <P class="fs12">&nbsp;&nbsp;&nbsp;&nbsp;Databases marked with <B>**</B> suffix are not public yet.
- <BR>&nbsp;&nbsp;&nbsp;&nbsp;Access requires <A HREF="/account.html" target="_blank" class="fs14"><small>user login</small></A>.</P>
- </TD>
- </TR>
-
-
-<!-- GET ANY SEARCH -->
- <TR>
- <TD align=right height=35 NOWRAP="on" style="font-size:14px;font-family:verdana;color:black" width="10%">
- <B>Search:</B>
- </TD>
-
- <TD width="3%">
- </TD>
-
- <TD NOWRAP width="85%" align="left">
-
- <input class="input-medium search-query" id="tfor" name="ORkeyword"
- style="width:420px; background-color:white; font-family:verdana; font-size:14px"
- type="text" maxlength="500">
- </TD>
- </TR>
-
-
-
-<!-- GET ANY HELP -->
- <TR>
- <TD align=right height=20 width="10%">
- </TD>
- <TD width="3%">
-
- </TD>
- <TD width="85%" align="left">
- <P class="fs12">&nbsp;&nbsp;&nbsp;&nbsp;Enter terms, genes, ID numbers in the <B>Search</B> field.
- <BR>&nbsp;&nbsp;&nbsp;&nbsp;Use <B>*</B> or <B>?</B> wildcards (Cyp*a?, synap*).
- <BR>&nbsp;&nbsp;&nbsp;&nbsp;Use <B>quotes</B> for terms such as <I>"tyrosine kinase"</I>.</P>
-
- </TD>
- </TR>
-
-
-
-
-
-
-
-<!-- SEARCH, MAKE DEFAULT, ADVANCED SEARCH -->
-
- <TR ALIGN="center">
- <TD width="3%">
- </TD>
- <TD width="3%">
- </TD>
- <TD ALIGN="left" HEIGHT="40" COLSPAN=3>
- <INPUT id="btsearch" TYPE="Submit" CLASS="btn btn-primary" VALUE="Search">&nbsp;&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" CLASS="btn" VALUE="Make Default" onClick = "setDefault(this.form);">&nbsp;&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" CLASS="btn" VALUE="Advanced Search" onClick="javascript:window.open('/index3.html', '_self');">
-
- </TD>
- </TR>
- </TABLE>
- <INPUT TYPE="hidden" NAME="FormID" VALUE="searchResult">
- <INPUT TYPE="hidden" NAME="RISet" VALUE="BXD">
- <SCRIPT SRC="/javascript/selectDatasetMenu.js"></SCRIPT>
- </FORM>
- </CENTER>
-
-
-
-
-
-<!-- QUICK HELP -->
-
-<P>&nbsp;______________________________________________________
-
-<P STYLE="font-size:13px;font-family:verdana;color:black"><B>&nbsp;
-
-Quick HELP Examples and </B>
-<A HREF="http://www.genenetwork.org/index4.html" target="_blank" class="fs14"><B>
- User's Guide</B></A></P>
-
-</CENTER style="font-size:12px;font-family:verdana;color:black">
-&nbsp;&nbsp;You can also use advanced commands. Copy these simple examples
-<BR>&nbsp;&nbsp;into the <B>Get Any</B> or <B>Combined</B> search fields:
-<UL style="font-size:12px;font-family:verdana;color:black">
-
-<LI><B><I>POSITION=(chr1 25 30)</I></B> finds genes, markers, or transcripts on chromosome 1 between 25 and 30 Mb.
-
-<LI><B><I>MEAN=(15 16) LRS=(23 46)</I></B> in the <B>Combined</B> field finds highly expressed genes (15 to 16 log2 units) AND with peak <A HREF="http://www.genenetwork.org/glossary.html#L" target="_blank" class="fs14"><small>LRS</small></A> linkage between 23 and 46.
-
+{% block content %}
+ <!-- Start of body -->
+ <tr>
+ <td bgcolor="#EEEEEE" class="solidBorder">
+ <table width="100%" cellspacing="0" cellpadding="5">
+ <tr>
+ <td valign="top" width="40%" align="left" height="10" bgcolor="#EEEEEE">
+ <p style="font-size:18px;font-family:verdana;color:black"><b>Select and
+ Search</b></p>
+
+ <form method="get" action="/search" class="form-search" name="SEARCHFORM">
+ <table width="100%">
+ <!-- SPECIES SELECTION -->
+
+ <tr>
+ <td align="right" height="35" style=
+ "font-size:14px;font-family:verdana;color:black" width="16%">
+ <b>Species:</b></td>
+
+ <td width="3%"></td>
+
+ <td nowrap width="85%" align="left">
+ <div id="menu0">
+ <select name="species" size="1" id="species" onchange=
+ "fillOptions('species');">
+ </select>
+ </div>
+ </td>
+ </tr><!-- GROUP SELECTION -->
+
+ <tr>
+ <td align="right" height="35" style=
+ "font-size:14px;font-family:verdana;color:black"><b>Group:</b></td>
+
+ <td width="3%"></td>
+
+ <td nowrap width="85%" align="left">
+ <div id="menu1">
+ <select name="cross" size="1" id="cross" onchange="fillOptions('cross');">
+ </select> <input type="button" class="btn" value="Info" onclick=
+ "javascript:crossinfo();">
+ </div>
+ </td>
+ </tr><!-- TYPE SELECTION -->
+
+ <tr>
+ <td align="right" height="35" style=
+ "font-size:14px;font-family:verdana;color:black"><b>Type:</b></td>
+
+ <td width="3%"></td>
+
+ <td nowrap width="85%" align="left">
+ <div id="menu2">
+ <select name="tissue" size="1" id="tissue" onchange=
+ "fillOptions('tissue');">
+ </select>
+ </div>
+ </td>
+ </tr><!-- DATABASE SELECTION -->
+
+ <tr>
+ <td align="right" height="35" style=
+ "font-size:14px;font-family:verdana;color:black"><b>Database:</b></td>
+
+ <td width="3%"></td>
+
+ <td nowrap width="85%" align="left">
+ <div id="menu3">
+ <select name="database" size="1" id="database">
+ </select> <input type="submit" class="btn" value="Info" name=
+ "info_database">
+ </div>
+ </td>
+ </tr><!-- USER HELP -->
+
+ <tr>
+ <td align="right" height="20" width="10%"></td>
+
+ <td width="3%"></td>
+
+ <td align="left" width="85%">
+ <p class="fs12">&nbsp;&nbsp;&nbsp;&nbsp;Databases marked with <b>**</b>
+ suffix are not public yet.<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;Access requires <a href="/account.html" target=
+ "_blank" class="fs14"><small>user login</small></a>.</p>
+ </td>
+ </tr><!-- GET ANY SEARCH -->
+
+ <tr>
+ <td align="right" height="35" nowrap="on" style=
+ "font-size:14px;font-family:verdana;color:black" width="10%">
+ <b>Search:</b></td>
+
+ <td width="3%"></td>
+
+ <td nowrap width="85%" align="left"><input class="input-medium search-query"
+ id="tfor" name="ORkeyword" style=
+ "width:420px; background-color:white; font-family:verdana; font-size:14px"
+ type="text" maxlength="500"></td>
+ </tr><!-- GET ANY HELP -->
+
+ <tr>
+ <td align="right" height="20" width="10%"></td>
+
+ <td width="3%"></td>
+
+ <td width="85%" align="left">
+ <p class="fs12">&nbsp;&nbsp;&nbsp;&nbsp;Enter terms, genes, ID numbers in the
+ <b>Search</b> field.<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;Use <b>*</b> or <b>?</b> wildcards (Cyp*a?,
+ synap*).<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;Use <b>quotes</b> for terms such as <i>"tyrosine
+ kinase"</i>.</p>
+ </td>
+ </tr><!-- SEARCH, MAKE DEFAULT, ADVANCED SEARCH -->
+
+ <tr align="center">
+ <td width="3%"></td>
+
+ <td width="3%"></td>
+
+ <td align="left" height="40" colspan="3"><input id="btsearch" type="submit"
+ class="btn btn-primary" value="Search">&nbsp;&nbsp;&nbsp;&nbsp; <input type=
+ "button" class="btn" value="Make Default" onclick=
+ "setDefault(this.form);">&nbsp;&nbsp;&nbsp;&nbsp; <input type="button" class=
+ "btn" value="Advanced Search" onclick=
+ "javascript:window.open('/index3.html', '_self');"></td>
+ </tr>
+ </table><input type="hidden" name="FormID" value="searchResult"> <input type=
+ "hidden" name="RISet" value="BXD"> <script src="/javascript/selectDatasetMenu.js"
+ type="text/javascript">
+</script>
+ </form><!-- QUICK HELP -->
-<LI><B><I>RIF=mitochondrial</I></B> searches RNA databases for <A HREF="http://www.ncbi.nlm.nih.gov/projects/GeneRIF/GeneRIFhelp.html" target="_blank" class="fs14"><small>GeneRIF</small></A> links.
+ <p>&nbsp;______________________________________________________</p>
-<LI><B><I>WIKI=nicotine</I></B> searches <A HREF="http://www.genenetwork.org/webqtl/main.py?FormID=geneWiki" target="_blank" class="fs14"><small>GeneWiki</small></A> for genes that you or other users have annotated with the word <I>nicotine</I>.
+ <p style="font-size:13px;font-family:verdana;color:black"><b>&nbsp; Quick HELP
+ Examples and</b> <a href="http://www.genenetwork.org/index4.html" target="_blank"
+ class="fs14"><b>User's Guide</b></a></p>&nbsp;&nbsp;You can also use advanced
+ commands. Copy these simple examples<br>
+ &nbsp;&nbsp;into the <b>Get Any</b> or <b>Combined</b> search fields:
-<LI><B><I>GO:0045202</I></B> searches for synapse-associated genes listed in the <A HREF="http://www.godatabase.org/cgi-bin/amigo/go.cgi" target="_blank" class="fs14"><small>Gene Ontology</small></A>.
+ <ul style="font-size:12px;font-family:verdana;color:black">
+ <li><b><i>POSITION=(chr1 25 30)</i></b> finds genes, markers, or transcripts on
+ chromosome 1 between 25 and 30 Mb.</li>
+ <li><b><i>MEAN=(15 16) LRS=(23 46)</i></b> in the <b>Combined</b> field finds
+ highly expressed genes (15 to 16 log2 units) AND with peak <a href=
+ "http://www.genenetwork.org/glossary.html#L" target="_blank" class=
+ "fs14"><small>LRS</small></a> linkage between 23 and 46.</li>
-<LI><B><I>GO:0045202 LRS=(9 99 Chr4 122 155) cisLRS=(9 999 10)</I> </B><BR> in <B>Combined</B> finds synapse-associated genes with <A HREF="http://www.genenetwork.org/glossary.html#E" target="_blank" class="fs14"><small>cis eQTL</small></A> on Chr 4 from 122 and 155 Mb with LRS scores between 9 and 999.
+ <li><b><i>RIF=mitochondrial</i></b> searches RNA databases for <a href=
+ "http://www.ncbi.nlm.nih.gov/projects/GeneRIF/GeneRIFhelp.html" target="_blank"
+ class="fs14"><small>GeneRIF</small></a> links.</li>
-<LI><B><I>RIF=diabetes LRS=(9 999 Chr2 100 105) transLRS=(9 999 10)</I> </B><BR> in <B>Combined</B> finds diabetes-associated transcripts with peak <A HREF="http://www.genenetwork.org/glossary.html#E" target="_blank" class="fs14"><small>trans eQTLs</small></A> on Chr 2 between 100 and 105 Mb with LRS scores between 9 and 999.
+ <li><b><i>WIKI=nicotine</i></b> searches <a href=
+ "http://www.genenetwork.org/webqtl/main.py?FormID=geneWiki" target="_blank" class=
+ "fs14"><small>GeneWiki</small></a> for genes that you or other users have annotated
+ with the word <i>nicotine</i>.</li>
+ <li><b><i>GO:0045202</i></b> searches for synapse-associated genes listed in the
+ <a href="http://www.godatabase.org/cgi-bin/amigo/go.cgi" target="_blank" class=
+ "fs14"><small>Gene Ontology</small></a>.</li>
-</UL>
-</DIR>
- </TD>
-<!-- END OF FIND SELECTOR PULL-DOWN PANEL (LEFT SIDE) -->
+ <li><b><i>GO:0045202 LRS=(9 99 Chr4 122 155) cisLRS=(9 999 10)</i></b><br>
+ in <b>Combined</b> finds synapse-associated genes with <a href=
+ "http://www.genenetwork.org/glossary.html#E" target="_blank" class=
+ "fs14"><small>cis eQTL</small></a> on Chr 4 from 122 and 155 Mb with LRS scores
+ between 9 and 999.</li>
-<!-- START OF TOP RIGHT PANEL -->
+ <li><b><i>RIF=diabetes LRS=(9 999 Chr2 100 105) transLRS=(9 999 10)</i></b><br>
+ in <b>Combined</b> finds diabetes-associated transcripts with peak <a href=
+ "http://www.genenetwork.org/glossary.html#E" target="_blank" class=
+ "fs14"><small>trans eQTLs</small></a> on Chr 2 between 100 and 105 Mb with LRS
+ scores between 9 and 999.</li>
+ </ul>
+ </td><!-- END OF FIND SELECTOR PULL-DOWN PANEL (LEFT SIDE) -->
+ <!-- START OF TOP RIGHT PANEL -->
-<TD vAlign=top width="40%" bgColor=#FFFFFF>
- <p style="font-size:15px;font-family:verdana;color:black"><B>Websites Affiliated with GeneNetwork</B></p>
- <p style="font-size:12px;font-family:verdana;color:black">
- <ul>
- <li><a href="http://ucscbrowser.genenetwork.org/" target="_blank">Genome Browser</a> at UTHSC</li>
- <li><a href="http://galaxy.genenetwork.org/" target="_blank">Galaxy</a> at UTHSC</li>
- <li>GeneNetwork at <a href="http://ec2.genenetwork.org/" target="_blank">Amazon Cloud (EC2)</a></li>
- <li>GeneNetwork Source Codes at <a href="http://sourceforge.net/projects/genenetwork/" target="_blank">SourceForge</a></li>
- <li>GeneNetwork Source Codes at <a href="https://github.com/genenetwork/genenetwork" target="_blank">GitHub</a></li>
- </ul>
- </p>
- <P>____________________________
+ <td valign="top" width="40%" bgcolor="#FFFFFF">
+ <p style="font-size:15px;font-family:verdana;color:black"><b>Websites Affiliated with
+ GeneNetwork</b></p>
- <p style="font-size:15px;font-family:verdana;color:black"><B>Getting Started</B> &nbsp;&nbsp; </p>
- <OL style="font-size:12px;font-family:verdana;color:black">
- <LI>Select <B>Species</B> (or select All)
- <LI>Select <B>Group</B> (a specific sample)
- <LI>Select <B>Type</B> of data:
- <UL>
- <LI>Phenotype (traits)
- <LI>Genotype (markers)
- <LI>Expression (mRNAs)
- </UL>
- <LI>Select a <B>Database</B>
- <LI>Enter search terms in the <B>Get Any</B> or <B>Combined</B> field: words, genes, ID numbers, probes, advanced search commands
- <LI>Click on the <B>Search</B> button
- <LI>Optional: Use the <B>Make Default</B> button to save your preferences
- </OL>
+ <p style="font-size:12px;font-family:verdana;color:black"></p>
- <P>____________________________
+ <ul>
+ <li><a href="http://ucscbrowser.genenetwork.org/" target="_blank">Genome
+ Browser</a> at UTHSC</li>
-<p style="font-size:14px;font-family:verdana;color:black"><B>How to Use GeneNetwork</B>
+ <li><a href="http://galaxy.genenetwork.org/" target="_blank">Galaxy</a> at
+ UTHSC</li>
- <BLOCKQUOTE>
- <p style="font-size:12px;font-family:verdana;color:black">Take a 20-40 minute GeneNetwork <A HREF="http://www.genenetwork.org/tutorial/WebQTLTour/" target="_blank" class="fs14"><small>Tour</small></A> that includes screen shots and typical steps in the analysis.</P>
- </BLOCKQUOTE>
- <BLOCKQUOTE>
- <p style="font-size:12px;font-family:verdana;color:black">For information about resources and methods, select the <img src="http://www.genenetwork.org/images/upload/Info.png" alt="INFO" border= 0 valign="middle"> buttons.</P>
+ <li>GeneNetwork at <a href="http://ec2.genenetwork.org/" target="_blank">Amazon
+ Cloud (EC2)</a></li>
+ <li>GeneNetwork Source Codes at <a href=
+ "http://sourceforge.net/projects/genenetwork/" target="_blank">SourceForge</a></li>
+ <li>GeneNetwork Source Codes at <a href=
+ "https://github.com/genenetwork/genenetwork" target="_blank">GitHub</a></li>
+ </ul>
-<p style="font-size:12px;font-family:verdana;color:black">Try the <A HREF="http://alexandria.uthsc.edu/" target="_blank" class="fs14"><small>Workstation</small></A> site to explore data and features that are being implemented.</P>
+ <p>____________________________</p>
+ <p style="font-size:15px;font-family:verdana;color:black"><b>Getting Started</b>
+ &nbsp;&nbsp;</p>
-<p style="font-size:12px;font-family:verdana;color:black">Review the <A HREF="/conditionsofUse.html" target="_blank" class="fs14"><small>Conditions</small></A> and <A HREF="/statusandContact.html" target="_blank" class="fs14"><small>Contacts</small></A> pages for information on the status of data sets and advice on their use and citation.</P>
+ <ol style="font-size:12px;font-family:verdana;color:black">
+ <li>Select <b>Species</b> (or select All)</li>
+ <li>Select <b>Group</b> (a specific sample)</li>
- </BLOCKQUOTE>
+ <li>Select <b>Type</b> of data:
+ <ul>
+ <li>Phenotype (traits)</li>
+
+ <li>Genotype (markers)</li>
+
+ <li>Expression (mRNAs)</li>
+ </ul>
+ </li>
+
+ <li>Select a <b>Database</b></li>
+
+ <li>Enter search terms in the <b>Get Any</b> or <b>Combined</b> field: words,
+ genes, ID numbers, probes, advanced search commands</li>
+
+ <li>Click on the <b>Search</b> button</li>
+
+ <li>Optional: Use the <b>Make Default</b> button to save your preferences</li>
+ </ol>
+
+ <p>____________________________</p>
+
+ <p style="font-size:14px;font-family:verdana;color:black"><b>How to Use
+ GeneNetwork</b></p>
+
+ <blockquote>
+ <p style="font-size:12px;font-family:verdana;color:black">Take a 20-40 minute
+ GeneNetwork <a href="http://www.genenetwork.org/tutorial/WebQTLTour/" target=
+ "_blank" class="fs14"><small>Tour</small></a> that includes screen shots and
+ typical steps in the analysis.</p>
+ </blockquote>
+
+ <blockquote>
+ <p style="font-size:12px;font-family:verdana;color:black">For information about
+ resources and methods, select the <img src=
+ "http://www.genenetwork.org/images/upload/Info.png" alt="INFO" border="0" valign=
+ "middle"> buttons.</p>
+ <p style="font-size:12px;font-family:verdana;color:black">Try the <a href=
+ "http://alexandria.uthsc.edu/" target="_blank" class=
+ "fs14"><small>Workstation</small></a> site to explore data and features that are
+ being implemented.</p>
+
+ <p style="font-size:12px;font-family:verdana;color:black">Review the <a href=
+ "/conditionsofUse.html" target="_blank" class="fs14"><small>Conditions</small></a>
+ and <a href="/statusandContact.html" target="_blank" class=
+ "fs14"><small>Contacts</small></a> pages for information on the status of data sets
+ and advice on their use and citation.</p>
+ </blockquote>
- <p style="font-size:14px;font-family:verdana;color:black"><B>Mirror and Development Sites</B></P>
+ <p style="font-size:14px;font-family:verdana;color:black"><b>Mirror and Development
+ Sites</b></p>
- <UL>
- <LI><A HREF="http://www.genenetwork.org/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Main GN site at UTHSC</A> (main site)
- <LI><A HREF="http://www.genenetwork.waimr.uwa.edu.au/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Australia at the UWA</A>
- <LI><A HREF="http://gn.genetics.ucla.edu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">California at UCLA</A>
- <LI><A HREF="http://genenetwork.helmholtz-hzi.de/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Germany at the HZI</A>
- <LI><A HREF="https://genenetwork.hubrecht.eu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Netherlands at the Hubrecht</A> (Development)
- <LI><A HREF="http://genenetwork.memphis.edu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Memphis at the U of M</A>
- <LI><A HREF="http://webqtl.bic.nus.edu.sg/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Singapore at the NUS</A>
- <LI><A HREF="http://genenetwork.epfl.ch/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Switzerland at the EPFL</A>
- </UL>
+ <ul>
+ <li><a href="http://www.genenetwork.org/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Main GN site at UTHSC</a> (main
+ site)</li>
+ <li><a href="http://www.genenetwork.waimr.uwa.edu.au/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Australia at the UWA</a></li>
- <p style="font-size:14px;font-family:verdana;color:black"><B>History and Archive</B>
+ <li><a href="http://gn.genetics.ucla.edu/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">California at UCLA</a></li>
- <BLOCKQUOTE>
- <p style="font-size:12px;font-family:verdana;color:black">GeneNetwork's <A HREF="http://artemis.uthsc.edu" target="_blank" class="fs14"><small>Time Machine</small></A> links to earlier versions that correspond to specific publication dates.</P>
+ <li><a href="http://genenetwork.helmholtz-hzi.de/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Germany at the HZI</a></li>
- </BLOCKQUOTE>
+ <li><a href="https://genenetwork.hubrecht.eu/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Netherlands at the Hubrecht</a>
+ (Development)</li>
+ <li><a href="http://genenetwork.memphis.edu/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Memphis at the U of M</a></li>
-</P>
- </TD>
+ <li><a href="http://webqtl.bic.nus.edu.sg/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Singapore at the NUS</a></li>
- </TR>
- </TABLE>
- </TD>
- </TR>
+ <li><a href="http://genenetwork.epfl.ch/" target="_blank" style=
+ "font-size:12px;font-family:verdana;color:blue">Switzerland at the EPFL</a></li>
+ </ul>
-<SCRIPT SRC="/javascript/searchtip.js"></SCRIPT>
-<script>
- $(document).ready(function () {
- initialDatasetSelection();
- });
-</script>
-<!-- End of body -->
+ <p style="font-size:14px;font-family:verdana;color:black"><b>History and
+ Archive</b></p>
+ <blockquote>
+ <p style="font-size:12px;font-family:verdana;color:black">GeneNetwork's <a href=
+ "http://artemis.uthsc.edu" target="_blank" class="fs14"><small>Time
+ Machine</small></a> links to earlier versions that correspond to specific
+ publication dates.</p>
+ </blockquote>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <!-- End of body -->
+ <script src="/javascript/searchtip.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ $(document).ready(function () {
+ initialDatasetSelection();
+ });
+ </script>
{% endblock %}
+