fixed www-data emails
[sgn.git] / cgi-bin / about / tomato_project / nsf_9872617 / members.pl
blob4013fd2f66cf4c38a2074d54a2442da530fa7832
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('members.html','html2pl converter');
4 $page->header('Members of the Advisory Group');
5 print<<END_HEREDOC;
7 <h2>The following individuals have served on the Tomato Genomics
8 Project Advisory Group:</h2>
10 <p>Dr. Ray Bressan (<a href=
11 "mailto:bressan\@hort.purdue.edu">bressan\@hort.purdue.edu</a>)<br />
13 Department of Horticulture<br />
14 Center for Plant Stress Physiology<br />
15 Purdue University<br />
16 West Lafayette, IN</p>
18 <p>Dr. Harry Klee (<a href=
19 "mailto:hjklee\@gnv.ifas.ufl.edu">hjklee\@gnv.ifas.ufl.edu</a>)<br />
21 Department of Horticultural Science<br />
22 1143 Fifield Hall<br />
23 University of Florida<br />
24 Gainesville, FL 32611-0690<br />
25 (352) 392-8249</p>
27 <p>Dr. Dani Zamir (<a href=
28 "mailto:zamir\@agri.huji.ac.il">zamir\@agri.huji.ac.il</a>)<br />
29 Faculty of Agriculture<br />
30 Hebrew University of Jerusalem<br />
31 Rehovot, Israel</p>
35 END_HEREDOC
36 $page->footer();