Merge pull request #5134 from solgenomics/topic/fix_seedlot_search
[sgn.git] / cgi-bin / about / spain.pl
blob8883955dd0f79f9c428571126f01524621647482
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('Spain - Tomato Chromosome 9','Lukas');
4 $page->header('About the Spanish Tomato Sequencing Project');
5 print<<END_HEREDOC;
7 <center>
9 <table summary="" width="720" cellpadding="10" cellspacing="5"
10 border="0">
11 <tr>
12 <td><br />
13 <img src="/documents/img/flags/Flag_of_Spain_small.png" border="0" alt=
14 "Italian flag" /></td>
16 <td>
17 <h1>Tomato Sequencing Project: Chromosome 9</h1>
19 <h1>Spain</h1>
20 Euchromatin portion = 16 Mb<br />
21 Projected \# of BACs 164<br /><br />
22 <a href="tomato_sequencing.pl">Click here for an overview of all 12 chromosomes</a>
23 </td>
24 </tr>
26 <tr>
27 <td>&nbsp;</td>
29 <td>
30 <h4>Principal Investigators</h4>
32 Antonio Granell, <a href="http://www.ibmcp.upv.es/">IBMCP, Valencia</a><br />
33 Miguel A. Botella, <a href="http://www.uma.es">UMA, Malaga</a><br />
35 <h4>Funding</h4>
36 <p><a href="http://www.gen-es.org">Genoma Espana</a></p>
38 <h4>Participating Groups</h4>
40 <a href="http://www.ibmcp.upv.es/">IBMCP-Valencia, CSIC</a><br />
41 <a href="http://evolutionarygenomics.imim.es/research_lines.html">IMIM-Barcelona</a><br />
42 <a href="http://www.sistemasgenomicos.com/general/">Sistemas Genomicos</a><br />
44 </td>
45 </tr>
46 </table>
47 </center>
48 END_HEREDOC
49 $page->footer();