Merge pull request #5248 from solgenomics/topic/batch_update_trials
[sgn.git] / cgi-bin / about / tomato_project / nsf_9872617 / websites.pl
blobce106bec15755d6d8a2c90f19b9796e1de94e8fc
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('websites.html','html2pl converter');
4 $page->header('New Document');
5 print<<END_HEREDOC;
7 <h1>Links to related Websites</h1>
9 <h2>Search the Databases:</h2>
11 <ul>
12 <li><a href="http://www.tigr.org/tigr-scripts/tgi/T_index.cgi?species=tomato">The Institute for
13 Genomic Research's (TIGR) Tomato Gene Index</a></li>
15 <li><a href="http://www.ncbi.nlm.nih.gov/">National Center for
16 Biotechnology Information (NCBI)</a></li>
18 <li><a href="/index.pl">The Solanaceae Genome Network
19 (SGN)</a></li>
20 </ul>
22 <h2>Related Cornell University Sites:</h2>
24 <ul>
25 <li><a href="http://www.tc.cornell.edu/">Supercomputing at
26 Cornell</a></li>
28 <li><a href="http://www.genomics.cornell.edu/">Cornell Genomics
29 Initiative</a></li>
31 <li><a href="http://bti.cornell.edu/CGEP/CGEP.html">Boyce
32 Thompson Institue Microarray Facility (CGEP)</a></li>
33 </ul>
35 <p>If you would like to add to this page please e-mail <a href=
36 "mailto:dci1\@cornell.edu">dci1\@cornell.edu</a>. We appreciate
37 your suggestions.</p>
41 END_HEREDOC
42 $page->footer();