Merge branch 'master' into topic/pedigree_upload_fix
[sgn.git] / cgi-bin / tools / interactomics / index.pl
blob2cf9fe167537002a301c65af795d48ea283cb8b6
1 use strict;
2 use CXGN::Page;
3 use CXGN::Page::Toolbar::SGN;
4 my $page=CXGN::Page->new("Tools","Andrew");
5 $page->header();
8 print qq{
9 <body id="body">
10 <table width="800px" cellpadding="10px">
11 <table width="100%">
12 <tr><td>
13 <a href="/CytoScape/cy1.jnlp">Start Cytoscape</a>
14 </td></tr>
15 </table>
16 <table width="100%">
17 <tr><td>
18 <div id="footer">
19 <b>Funding for Cytoscape is provided by a federal grant from the U.S.
20 <a href="http://www.nigms.nih.gov">National Institute of General Medical Sciences (NIGMS)</a> of the
21 <a href="http://www.nih.gov">National Institutes of Health (NIH)</a> under award number GM070743-01 and
22 the U.S. <a href="http://www.nsf.gov">National Science Foundation (NSF) </a>.
23 Corporate funding is provided through a contract from
24 <a href="http://www.unilever.com">Unilever PLC</a>.
25 </b>
26 <p>
27 <center>
28 <a href="http://cytoscape.org">Cytoscape home</a>
30 <a href="http://www.systemsbiology.org">ISB</a>
32 <a href="http://www.ucsd.edu">UCSD</a>
34 <a href="http://cbio.mskcc.org">MSKCC</a>
36 <a href="http://www.pasteur.fr">Pasteur</a>
38 <a href="http://www.agilent.com/">Agilent</a>
39 | &copy; 2001-2006 Cytoscape
40 </center>
41 </div>
43 </td></tr>
44 </table>
46 </td></tr>
47 </table>
48 </body>};
50 $page->footer();