diff options
author | zsloan | 2015-03-27 20:28:51 +0000 |
---|---|---|
committer | zsloan | 2015-03-27 20:28:51 +0000 |
commit | d0911a04958a04042da02a334ccc528dae79cc17 (patch) | |
tree | 3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/javascript/footer.js | |
parent | a840ad18e1fe3db98a359a159e9b9b72367a2839 (diff) | |
download | genenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz |
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/javascript/footer.js')
-rwxr-xr-x | web/javascript/footer.js | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/web/javascript/footer.js b/web/javascript/footer.js deleted file mode 100755 index 18585334..00000000 --- a/web/javascript/footer.js +++ /dev/null @@ -1,46 +0,0 @@ -ctext = ''
-ctext += '<TR>'
-ctext += ' <TD align="left">'
-ctext += ' <A HREF="http://citg.uthsc.edu/" target="_blank">'
-ctext += ' <IMG SRC="/images/upload/CITGLogo.png" alt="CITG" border="0"></A>'
-ctext += ' </TD>'
-ctext += ' <TD align="left" id="smallsize" style="font-size:11px;font-family:verdana;color:black">'
-ctext += 'WWW service initiated January, 1994 as <A HREF="http://www.ncbi.nlm.nih.gov/pubmed?term=8043953">The Portable Dictionary of the Mouse Genome</A> and June 15, 2001 as WebQTL.'
-ctext += ''
-ctext += 'This site is currently operated by'
-ctext += ' <A class="smallsize" HREF="mailto:rwilliams@uthsc.edu">Rob Williams</A>,'
-ctext += ' <A class="smallsize" HREF="mailto:lyan6@uthsc.edu">Lei Yan</A>,'
-ctext += ' <A class="smallsize" HREF="mailto:zachary.a.sloan@gmail.com">Zachary Sloan</A>,'
-ctext += ' <A class="smallsize" HREF="mailto:acenteno@uthsc.edu" target="_blank">Arthur Centeno</A>. Design and code by Xiaodong Zhou, Christian Fernandez, Ning Liu, Rudi Alberts, Elissa Chesler, Jintao Wang, Kenneth Manly, Robert W. Williams, and <A class="smallsize" HREF="/credit.html">colleagues</A>.'
-ctext += ''
-ctext += ''
-ctext += ' </TD>'
-ctext += ' <TD align="right">'
-ctext += ' <A HREF="http://www.python.org/" target="_blank">'
-ctext += ' <IMG src="/images/upload/PythonLogo.png" alt="Python Powered" border="0"></A>'
-ctext += ' </TD>'
-ctext += ' <TD align="right">'
-ctext += ' <A HREF="http://www.neuinfo.org" target="_blank">'
-ctext += ' <img src="/images/upload/Nif.png" alt="Registered with Nif" border="0"></A>'
-ctext += ' </TD>'
-ctext += '</TR>'
-ctext += '<TR>'
-ctext += ''
-ctext += '<!-- GENENETWORK SUPPORTED BY -->'
-ctext += ''
-ctext += ' <TD colspan=4 style="font-size:12px;font-family:verdana;color:black">'
-ctext += ' GeneNetwork support from:'
-ctext += ' <UL>'
-ctext += ' <LI><a class="smallsize" target="_blank" href="http://citg.uthsc.edu">The UT Center for Integrative and Translational Genomics</A>'
-ctext += ' <LI><a class="smallsize" target="_blank" href="http://www.iniastress.org">NIAAA</A> Integrative Neuroscience Initiative on Alcoholism (U01AA13499, U24AA13513, U01AA014425)'
-ctext += ' <LI><a class="smallsize" target="_blank" href="http://www.drugabuse.gov/about/organization/Genetics/geneexpression/index.html">NIDA</A>, <a class="smallsize" target="_blank" href="http://www.nimh.nih.gov/">NIMH</A>, and <a class="smallsize" target="_blank" href="http://www.niaaa.nih.gov/">NIAAA</A> (P20-DA 21131)'
-ctext += ' <LI>NCI <a class="smallsize" target="_blank" href="http://emice.nci.nih.gov/">MMHCC</A> (U01CA105417), <a class="smallsize" target="_blank" href="http://www.ncrr.nih.gov/">NCRR</A> <a class="smallsize" target="_blank" href="http://www.nbirn.net/TestBeds/Mouse/index.htm">BIRN</A>, (U24 RR021760)'
-ctext += ' </UL>'
-ctext += ' </TD>'
-ctext += '</TR>'
-ctext += '<TR>'
-ctext += ' <TD colspan=4 id="smallsize" align="left">'
-ctext += ' <!-- %s -->'
-ctext += ' </TD>'
-ctext += '</TR>'
-document.write(ctext)
\ No newline at end of file |