error message return if image processing fails
[sgn.git] / cgi-bin / about / italy.pl
blob4a14ebab5c61e7bb68d3323c932f362ea894de19
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('italy.html','html2pl converter');
4 $page->header('About the Italian Sequencing Project');
5 print<<END_HEREDOC;
7 <center>
9 <table summary="" width="720" cellpadding="10" cellspacing="10"
10 border="0">
11 <tr>
12 <td><br />
13 <img src="/documents/img/flags/italy_big.gif" border="0" alt=
14 "Italian flag" /></td>
16 <td>
17 <h1>Tomato Sequencing Project:</h1>
18 <br />
19 <h1>Chromosome 12</h1>
20 <p>Euchromatin portion = 11Mb<br />
21 Projected # of BACs 113<br />
22 <a href=
23 "tomato_sequencing.pl">
24 Overview of all 12 chromosomes.</a></p>
25 </td>
26 </tr>
28 <tr>
29 <td>&nbsp;</td>
31 <td>
32 <h4>Principal Investigators</h4>
33 <p>Prof. Luigi Frusciante,
34 University of Naples<br />
35 Dr. Giovanni Giuliano, ENEA</p>
37 <h4>Funding</h4>
38 <p><a href=
39 "http://agronanotech.unina.it/index.php?id=35">Agronanotech
40 project</a> (Italian Ministry of Agriculture)<br />
41 <a href="http://www.enea.it">ENEA</a> (Italian Agency for
42 New technologies, Energy and the Environment)</p>
44 <h4>Collaborators</h4>
45 <p>Dr. Silvana Grandillo, Italian
46 Research Council<br />
47 Prof. Giorgio Valle, University of Padua</p>
48 </td>
49 </tr>
50 </table>
51 </center>
52 END_HEREDOC
53 $page->footer();