Merge pull request #2229 from solgenomics/topic/fix_stock_buttons
[sgn.git] / cgi-bin / about / Summer_Internship_2007.pl
blob00fe9bbdd89d900bd0f9f9c87558026183fd9252
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('Summer_Internship_2007.html','html2pl converter');
4 $page->header('2007 Summer Interns');
5 print<<END_HEREDOC;
10 <div class="boxbgcolor2">
12 <h2 align="center">2007 Bioinformatics Summer Interns</h2>
14 <p>Four students participated in our Bioinformatics Summer Internship Program offered through the NSF-funded project entitled Sequence and annotation of the tomato euchromatin: a framework for Solanceae comparative biology (http://www.sgn.cornell.edu/about/tomato_project_overview.pl). The internships provide opportunities in bioinformatics training for undergraduates and high school students. Below are photographs of the 2007 summer interns along with descriptions of their projects. For information on the internships, contact Dr. Joyce Van Eck (jv\@cornell.edu).</p>
16 <br />
18 <table summary="">
21 <tr><td><strong>Jessica Reuter</strong></td></tr>
23 <tr>
24 <td><img src="/static_content/sgn_photos/interns_2007/jessica_reuter.jpg" /></td>
25 <td>Jessica Reuter is a bioinformatics student at Rochester Institute of Technology. During her internship, she created the SGN Image search, implemented an AJAX based ontology browser for the SGN website, where she developed both server end Perl programs and browser side JavaScript techniques, and designed XML documents formats used in the process.</td>
26 </tr>
28 <tr><td><br /><strong>Alexander Naydich</strong></td></tr>
31 <td width="220"><img src="/static_content/sgn_photos/interns_2007/sasha_naydich.jpg" /></td>
32 <td>
33 Alexander Naydich is a high school student at Ithaca High School. During his internship, he refactored object oriented Perl code and added features to the bulk download utility. In his second project, he worked on automatic annotation of Solanaceae gene loci using automated knowledge extraction from the literature data stored in the SGN database.
34 </td>
35 </tr>
37 <tr><td><br /><strong>Matthew Crumb</strong></td></tr>
39 <tr>
40 <td><img src="/static_content/sgn_photos/interns_2007/matthew_crumb.jpg" /></td>
41 <td>Matthew Crumb is a high school student at Ithaca High School. During his internship, he refactored object oriented Perl code and added features to the bulk download utility. In his second project, he worked on automatic annotation of Solanaceae gene loci using automated knowledge extraction from the literature data stored in the SGN database.
42 </tr>
44 <tr><td><br /><strong>Tim Jacobs</strong></td></tr>
46 <tr>
47 <td><img src="/static_content/sgn_photos/interns_2007/tim_jacobs.jpg" /></td>
48 <td>Tim Jacobs is an undergraduate at University of Buffalo and implemented AJAX-based functionalities on the SGN website, dealing with associating different datatypes to each other using easy to use user interfaces for logged in users. He also implemented the AJAX aspects of the locus registry database.
49 </tr>
52 <tr><td>&nbsp;<br /></td></tr>
55 <tr><td>&nbsp;<br /></td></tr>
58 </table>
60 </div>
61 END_HEREDOC
62 $page->footer();