Committing Lukas changes before site update
[sgn.git] / cgi-bin / about / Summer_Internship_2006.pl
blobaa4cd41e3b5a0c3b8c1ca2413f3fdb2caaf6ffcb
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('Summer_Internship_2006.html','Lukas');
4 $page->header('2006 Summer Interns');
5 print<<END_HEREDOC;
7 <div class="boxbgcolor2">
9 <h2 align="center">2006 Bioinformatics Summer Interns</h2>
11 <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 2006 summer interns along with descriptions of their projects. For information on the internships, contact Dr. Joyce Van Eck (jv\@cornell.edu).</p>
13 <br />
15 <table summary="">
17 <tr><td><strong>Scott Bland</strong></td></tr>
19 <tr>
20 <td>
21 Scott Bland is a high school student at Ithaca High School. During his internship, he created Perl programs for use on the SGN website and worked on methods to predict orthology from gene trees. Currently, he is an undergradute at Stanford University.
22 </td>
23 </tr>
25 <tr><td>&nbsp;<br /></td></tr>
27 <tr><td><strong>Johnathon Schwarz</strong></td></tr>
29 <tr>
30 <td>Johnathon is a high school student at Ithaca High. He modified the SGN login system to use a database backend, ran the initial analyses to predict the SolCyc biochemical pathway databases, and installed a system to automatically monitor the SGN servers.
31 </tr>
33 <tr><td>&nbsp;<br /></td></tr>
35 <tr><td><strong>Emily Hart</strong></td></tr>
37 <tr>
38 <td>Emily implemented several tools for the SGN website using Perl and relational databases. Currently, she is an undergraduate at Carnegie Mellon University.
39 </tr>
41 <tr><td><br /><strong>Adri Mills</strong></td></tr>
43 <tr>
44 <td>Adri, a veteran intern from 2005, liked the first internship so much she came back for a second one! She worked on features such as BLASTWatch, which lets users submit sequences which are then BLASTed once a week against the emerging tomato sequence and the users are alerted of new matches by email. Currently, Adri works as a programmer at SGN.
45 </tr>
47 <tr><td>&nbsp;<br /></td></tr>
49 <tr><td>
50 <center>
51 <img src="/static_content/sgn_photos/interns_2006/2006_summer_interns.jpg" />
52 <br />
54 <table><tr><td width="300">
55 The summer interns of the 2006 vintage: frtl: Johnathon Schwartz, Emily Hart and Scott Bland (Adri not pictured).
56 </td></tr></table>
57 </center>
59 </td></tr>
60 </table>
62 </div>
63 END_HEREDOC
64 $page->footer();