minor fixes
[sgn.git] / cgi-bin / mutants / mutants_main.pl
blobfd8d7fa78e88e8008b0d0083528650bef58077b4
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('mutants_main.html','html2pl converter');
4 $page->header('Mutants');
5 print<<END_HEREDOC;
8 <table summary="" width="720" cellpadding="0" cellspacing="0"
9 border="0">
10 <tr>
11 <td>
12 <ul>
13 <li><a href="http://zamir.sgn.cornell.edu/mutants/">Genes that make
14 Tomatoes</a>
15 <blockquote>"The Genes That Make Tomatoes." This database is hosted
16 by SGN in collaboration with the Zamir Lab at the Hebrew University
17 of Jerusalem. All data was collected from a mutagenesis project, in
18 which over 150,000 m2 plants were screened iin the field for mutant
19 phenotypes at defined developmental stages (summer 2001, 2002 and
20 2003). In the web site there is a description of the project and
21 the mutant population as well as a new search engine. The
22 collection of 3500 monogenic mutants is amenable for searching
23 according to a detailed phenotypic catalog and combinations of
24 traits.</blockquote>
25 </li>
26 <li><a href="http://zamir.sgn.cornell.edu/Qtl/Html/home.htm">Real
27 Time QTL</a>
28 <blockquote>The objective of Real Time QTL (RTQ) is to present
29 <em>in silico</em> the range of statistical outputs that describe
30 the components of genetic variastion using tomato as a model
31 organism.</blockquote>
32 </li>
33 <li><a href="http://tgrc.ucdavis.edu/">TGRC</a> [external link]
34 <blockquote>The C.M. Rick Tomato Genetics Resource Center (TGRC) is
35 a genebank of wild relatives, monogenic mutants and miscellaneous
36 genetic stocks of tomato. The Center is named for Dr. Charles M.
37 Rick, Prof. Emer. who established much of the collection through
38 his research and plant collecting activities. Located in the Dept.
39 of Vegetable Crops, University of California at Davis, the TGRC is
40 also integrated with the National Plant Germplasm System (NPGS).
41 The TGRC facilitates research on tomato by providing seed samples
42 of its accessions to interested scientists worldwide.</blockquote>
43 </li>
44 </ul>
45 </td>
46 </tr>
47 </table>
49 END_HEREDOC
50 $page->footer();