Team:CSWProteens/team

From 2014hs.igem.org

(Difference between revisions)
 
(31 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html>
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
</style><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<meta content="en-ca" http-equiv="Content-Language" />
<meta content="en-ca" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-
 
+
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
 +
<script src="https://2014hs.igem.org/Team:CSWProteens/jquery.slides.min?action=raw&amp;ctype=text/javascript"></script>
<style type="text/css">
<style type="text/css">
 +
.auto-style1 {
 +
font-family: Arial;
 +
font-size: 12pt;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
        margin-right: 0px;
 +
margin-left: 0px;
 +
color: #000000
 +
}
 +
.auto-style2 {
.auto-style2 {
-
text-align: center;
+
        text-align: center;
}
}
 +
.auto-style3 {
.auto-style3 {
-
font-size: x-large;
+
        text-align: center;
-
text-align: center;
+
font-family: Arial;
 +
font-size: 50pt;
 +
margin-top: 26px;
 +
margin-bottom: 0px;
 +
        color: #058C1D;
}
}
 +
.auto-style4 {
.auto-style4 {
-
color: #058C1D;
+
        text-align: center;
 +
font-family: Arial;
 +
font-size: 19pt;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
        color: #058C1D;
}
}
-
a {
+
 
-
color: #058C1D;
+
.auto-style5 {
 +
        margin-top: 0px
}
}
-
a:visited {
+
 
-
color: #008000;
+
.auto-style6 {
 +
        text-align: center;
 +
font-family: Arial;
 +
font-size: 50pt;
 +
margin-top: 10px;
 +
margin-bottom: 10px;
 +
        color: #058C1D;
 +
 
 +
.auto-style7 {
 +
font-family: Arial;
 +
font-size: 20pt;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
        margin-right: 0px;
 +
margin-left: 0px;
}
}
-
h1.firstHeading {
+
 
-
        color: #008000
+
#content{
 +
background-image:url(http://upload.wikimedia.org/wikipedia/commons/a/ac/White_flag_of_surrender.svg);
}
}
-
.auto-style10 {
+
 
-
margin-top: 0px;
+
 
 +
</style>
 +
 
 +
<style type="text/css">
 +
@import url(http://fonts.googleapis.com/css?family=Arial);
 +
ul, li {
 +
z-index:999;
 +
margin: 0;
 +
padding: 0;
}
}
-
.auto-style11 {
+
 
-
font-family: Arial;
+
#nav li > a {
-
font-size: xx-large;
+
transition: all 0.2s ease-in-out;
-
border-width: 0px;
+
-
margin-left: 52px;
+
-
margin-top: 76px;
+
}
}
-
.auto-style12 {
+
 
-
font-family: Arial;
+
#nav {
-
font-size: xx-large;
+
-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
-
border-width: 0px;
+
-moz-box-shadow:    0px 0px 5px 3px rgba(0, 0, 0, 0.75);
-
margin-right: 210px;
+
box-shadow:         0px 0px 5px 3px rgba(0, 0, 75, 0.75);
-
margin-top: 75px;
+
font-family: 'Dosis', sans-serif;
-
margin-left: 158px;
+
font-size: 24px;
 +
text-align:center;
 +
background-color: #ffffff;
}
}
-
.auto-style15 {
+
#nav a {
-
text-align: right;
+
color: #000000;
-
margin-bottom: 46px;
+
text-decoration: none;
}
}
-
.auto-style17 {
+
#nav li {
-
font-size: xx-large;
+
display: inline;
-
margin-left: 3px;
+
position: relative;
-
margin-top: 0px;
+
-
margin-bottom: 21px;
+
}
}
-
.auto-style18 {
+
#nav li ul {
-
text-align: center;
+
position: absolute;
-
margin-bottom: 46px;
+
left: -9999px;
}
}
-
.auto-style6 {
+
#nav li a {
-
font-size: x-large;
+
display: inline-block;
-
font-family: Arial;
+
padding: 20px;
}
}
-
.auto-style27 {
+
#nav li:hover a {
-
text-align: center;
+
background-color: #000000;
-
font-family: Berylium;
+
color: #ffffff;
-
font-size: 50pt;
+
-
margin-top: 28px;
+
-
margin-bottom: 0px;
+
}
}
-
.auto-style28 {
+
#nav li:hover ul {
-
text-align: center;
+
left: 0;
-
font-family: Berylium;
+
text-align: left;
-
font-size: 50pt;
+
width: 200px;
-
margin-top: 26px;
+
box-shadow: 0px 1px 1px #20d681;
-
margin-bottom: 0px;
+
}
}
-
.auto-style29 {
+
#nav li:hover ul a {
-
text-decoration: underline;
+
display: block;
 +
padding: 15px 30px 15px 30px;
 +
border-bottom: 1px solid #70a667;
}
}
-
#content{
+
#nav li:hover ul a:hover {
-
background-image:url(http://upload.wikimedia.org/wikipedia/commons/a/ac/White_flag_of_surrender.svg);
+
background-color: #70a667;
 +
color: #40004b;
}
}
</style>
</style>
-
<FONT COLOR=black>
+
<FONT COLOR=white>
<meta content="blendTrans(Duration=3.0)" http-equiv="Page-Enter" />
<meta content="blendTrans(Duration=3.0)" http-equiv="Page-Enter" />
<meta content="revealTrans(Duration=3.0,Transition=2)" http-equiv="Site-Enter" />
<meta content="revealTrans(Duration=3.0,Transition=2)" http-equiv="Site-Enter" />
</head>
</head>
 +
<center><a href="https://2014hs.igem.org/Team:CSWProteens/project"><img alt="" class="auto-style11" height="200" src="https://static.igem.org/mediawiki/2014hs/c/cd/Plantifreeze.gif" width="200" /><img src="https://static.igem.org/mediawiki/2014hs/7/7e/CSW_Banner.png" width="500">
 +
</a>
 +
 +
<a href="https://2014hs.igem.org/Main_Page"><img alt="" class="auto-style5" height="200" src="https://static.igem.org/mediawiki/2014hs/2/26/Igem_grpyon.png" width="200" /></a> </p></center>
 +
 +
<body style=" color: #FFFFFF;background-color: #000000;
 +
background-image: url('http://upload.wikimedia.org/wikipedia/commons/a/ac/White_flag_of_surrender.svg');">
 +
<ul id="nav">
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens"><b>Home</b></a></li>
 +
  <li>
 +
<a href="https://2014hs.igem.org/Team:CSWProteens/team"><b>Team</b></a>
 +
    <ul>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/team">Members</a></li>
 +
        <li><a href="http://www.csw.org/">The Cambridge School of Weston</a></li>
 +
      <li><a href="https://2014hs.igem.org/Team:CSWProteens/advisors">Advisors</a></li>
 +
      <li><a href="https://2014hs.igem.org/Team:CSWProteens/sponsors">Sponsors</a></li>
 +
      <li><a href="https://2014hs.igem.org/Team:CSWProteens/Attributions">Attributions</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2014hs.igem.org/Team:CSWProteens/project"><b>Project</b></a>
 +
<ul>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project/frostprotection">Frost Protection</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project">Project Description</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project/Methods">Methods</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project/results">Results</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project/discussion">Discussion</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/project/safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2014hs.igem.org/Team:CSWProteens/notebook"><b>Notebook</b></a>
 +
<ul>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/notebook/">Lab Journal</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/notebook/protocols">Protocols</a></li>
 +
<li><a href="https://2014hs.igem.org/Team:CSWProteens/notebook/parts">Parts</a></li>
 +
                                <li><a href="https://2014hs.igem.org/Team:CSWProteens/notebook/references">References</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2014hs.igem.org/Team:CSWProteens/humanpractices"><b>Outreach</b></a>
 +
<ul>
 +
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2014hs.igem.org/Team:CSWProteens/contact"><b>Contact Us</b></a>
 +
<ul>
 +
<li><a href="http://csw-igem.tumblr.com">Tumblr</a></li>
 +
<li><a href="http://www.facebook.com/cswigem">Facebook</a></li>
 +
                                <li><a href="mailto:hgoldsweig@csw.org?subject=iGEM">Email</a></li>
 +
</ul>
 +
</ul>
 +
 +
<center>
 +
<center><p class="auto-style4">B I O G R A P H I E S</center><p><center><img src="https://static.igem.org/mediawiki/2014hs/2/2c/Team_photo.jpg" width ="750"></center>
 +
<p><p>
 +
<table>  <col width="400">
 +
  <col width="400">
 +
  <tr>
 +
      <td>
 +
        <img height="400" src="https://31.media.tumblr.com/97cc11f2cd2a014be254dfd7434e6da3/tumblr_inline_mxmhbaQtgA1srpoka.jpg" width="300" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b> Aiden ‘17<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I have an interest in biology and think that gentically modifiying living things is awesome<p>
 +
<p class="auto-style1"><b>Interests: </b>long boarding, programming, biking, fishing<p>
 +
<p class="auto-style1"><b>One word to describe</b>: tenacious<p>
 +
<p class="auto-style1"><b>Committees: </b>Fundraising
 +
<br><br><br><br><br><br>
 +
 +
</td><td>
 +
<p>    <img height="400" src="https://31.media.tumblr.com/9a82dc329a77eb0159c5815755aff570/tumblr_inline_mxmhc18XHW1srpoka.jpg" width="300" style="line-height: 1.4;" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Ellie "Flopsie" Wolf  ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> Need to keep up with the latest sciences and technologies if you wanna control the world, ya know?<p>
 +
<p class="auto-style1"><b>Interests: </b>Film, comic books and anime, running road races, studies on myths and legends and Cheezit crackers with tea. <p>
 +
<p class="auto-style1"><b>One word to describe</b>: Cartoonish (is that a word? I'm thinking of something that's so exuberant and animated and exaggerated that it should more likely be in a cartoon than in real life)<p>
 +
<p class="auto-style1"><b>From: </b>Winchester, MA</td></tr></table>
 +
 +
<table><col width="400">
 +
  <col width="400"><tr><td>
 +
<p><img height="400" src="https://31.media.tumblr.com/bfc8d09e9b7470cbe1e36b697db68b3b/tumblr_inline_mxmhcf5zSf1srpoka.jpg" width="300" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Jenny (Jee Youn) Woo ‘16<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> Synthetic biology seemed like an interesting topic to engage in.<p>
 +
<p class="auto-style1"><b>Interests: </b> psychology, psychiatry, biology, and literature. <p>
 +
<p class="auto-style1"><b>One word to describe</b>: pertinacious<p>
 +
<p class="auto-style1"><b>From: </b>Seoul, South Korea</td>
 +
<td>
 +
<p><img height="400" src="https://31.media.tumblr.com/17fff5f96b0516425209d7a640976265/tumblr_inline_mxmhctkY8Q1srpoka.jpg" width="300" style="line-height: 1.4;" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Liam Kaufer ‘16<p>
 +
<p class="auto-style1"><b>Age:</b>15<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I like to see science in action!<p>
 +
<p class="auto-style1"><b>Interests: </b> Physics, biology, Engineering and Aeronautics.<p>
 +
<p class="auto-style1"><b>One word to describe</b>: Avid<p>
 +
<p class="auto-style1"><b>Committees: </b>Design<p>
 +
<p class="auto-style1"><b>From: </b>Westchester, New York</td></tr></table>
-
<body style="color: #FFFFFF; background-color: #000000; background-image: url('https://static.igem.org/mediawiki/2014hs/thumb/1/19/Chalkboard_background.jpg/800px-Chalkboard_background.jpg');">
 
-
<p class="auto-style3">
+
<table><col width="400"><col width="400"><tr><td>
-
&nbsp;<span class="auto-style4"><a href="https://2014hs.igem.org/Team:CSWProteens"><span class="auto-style6">Home</span></a><span class="auto-style6"> |
+
<p><img height="400" src="https://31.media.tumblr.com/33c88bb8bacd82cb1edc6b742222844c/tumblr_inline_mxmhdmwhuV1srpoka.jpg" width="300" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
-
</span><a href="https://2014hs.igem.org/Team:CSWProteens/project"><span class="auto-style6">Our Project</span></a><span class="auto-style6"> |
+
<p><p class="auto-style1"><b>Name:</b>Yixuan (Mason) Liu ‘16<p>
-
</span><a href="https://2014hs.igem.org/Team:CSWProteens/team"><span class="auto-style6">Our Team</span></a><span class="auto-style6">  
+
<p class="auto-style1"><b>Age:</b>17<p>
-
| </span><a href="https://2014hs.igem.org/Team:CSWProteens/humanpractices"><span class="auto-style6">Human Practices</span></a><span class="auto-style6"> |
+
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> Well it's just worth a try, right? I mean, why not?<p>
-
</span><a href="https://2014hs.igem.org/Team:CSWProteens/notebook"><span class="auto-style6">Our Notebook</span></a><span class="auto-style6"> |
+
<p class="auto-style1"><b>Interests: </b>Mechanics, Music, Physics, History, Philosophy, Programming, Basketball,arts and anything.<p>
-
<span class="auto-style6"><a href="https://2014hs.igem.org/Team:CSWProteens/sponsors">Sponsors</a></span> |
+
<p class="auto-style1"><b>One word to describe</b>: human<p>
-
</span><a href="https://2014hs.igem.org/Team:CSWProteens/contact"><span class="auto-style6">Contact Us</span></a></span><o:p></o:p></p>
+
<p class="auto-style1"><b>Committees: </b>Design<p>
 +
<p class="auto-style1"><b>From: </b>Shanghai, China
 +
</td><td>
 +
<p><img height="400" src="https://31.media.tumblr.com/318b3fb0a8750064872938b0915133c3/tumblr_inline_mxmhdpRAYF1srpoka.jpg" width="300" style="line-height: 1.4;" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Nate Williams ‘16<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I heard about IGEM at CSW, and I thought it would be an incredible experience. I was already interested in biology, and IGEM refined and solidified my interest. <p>
 +
<p class="auto-style1"><b>Interests: </b>Synthetic Biology, Music, Science, Art. <p>
 +
<p class="auto-style1"><b>One word to describe</b>: Curious<p>
 +
<p class="auto-style1"><b>Committees: </b>Design, Fundraising<p>
 +
<p class="auto-style1"><b>From: </b>Arlington, MA
 +
</td></tr></table>
-
<center><p class="auto-style6" style="height: 30px">T E A M   B I O S</p></center>
+
<table><col width="400">
 +
  <col width="400"><tr><td>
 +
<p><img height="400" src="https://31.media.tumblr.com/1b935b8dbfb4c63f0dd86c1110c501f8/tumblr_inline_mxmhds6Sdt1srpoka.jpg" width="300" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Noa Machover ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I love biology, problem solving, and thinking about practical ways to change and better the world — it felt like a great integration of my passions.<p>
 +
<p class="auto-style1"><b>Interests: </b>Music, trigonometry, physics, painting, the outdoors, literature, pets, cellular biology, neuroscience, programming, waltzing, knitting, cozy things, good conversation, traveling, small and beautiful things<p>
 +
<p class="auto-style1"><b>One word to describe</b>: Curious<p>
 +
<p class="auto-style1"><b>Committees: </b>Design, Project Management, Communications<p>
 +
<p class="auto-style1"><b>From: </b>Waltham, MA      </td>
 +
      <td><img height="400" src="https://31.media.tumblr.com/5bf80e2e396f09a3b5bdad6e74791a51/tumblr_inline_mxmhdum1bF1srpoka.jpg" width="300" style="line-height: 1.4;" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Thomas Schaffner ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>17<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I think Synthetic biology will be a crucial industry for my generation. I wanted to gain some first hand experience in the field and I think participating in Igem is a great way to do so.  <p>
 +
<p class="auto-style1"><b>Interests: </b>History, Political Science, Life Sciences  <p>
 +
<p class="auto-style1"><b>One word to describe</b>:  indecisive (because I can't decide on a word, I mean the entire notion of describing yourself in a single word is a bit ridiculous)  <p>
 +
<p class="auto-style1"><b>Committees: </b>Design, Team Model (Head of Modeling)<p>
 +
<p class="auto-style1"><b>From: </b>Concord, MA </table></td></tr>
 +
<br><br><br><br><br>
 +
<table><col width="400">
 +
  <col width="400"><tr><td>
 +
<p><img height="400" src="https://31.media.tumblr.com/66431599ded56090fae8d5cee004e419/tumblr_inline_mxmjxfRZ0Q1srpoka.jpg" width="300" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Joseph (Joey) Boots-Ebenfield ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>17<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> It had been a dream of mine to do iGEM since eighth grade, so I began the journey to create a CSW iGEM team my freshman year.<p>
 +
<p class="auto-style1"><b>Interests: </b>Synthetic Biology, biotech, healthcare, archaeology, electronics, justice.<p>
 +
<p class="auto-style1"><b>One word to describe</b>: Caffeinated<p>
 +
<p class="auto-style1"><b>Team Leader/Co-teacher </b><p>
 +
<p class="auto-style1"><b>From: </b>Swampscott, MA </td><td>
 +
<img height="400" width="300" src="https://31.media.tumblr.com/75a440b1177941198ddeb59d5d998045/tumblr_inline_mz5vtl2yJv1srpoka.jpg" />
 +
&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Micah Rickles-Young ‘14<p>
 +
<p class="auto-style1"><b>Age:</b>17<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> Synthetic biology is the closest thing to being god. God of E. Coli.<p>
 +
<p class="auto-style1"><b>Interests: </b> Music, Biology, Bioethics, Physics<p>
 +
<p class="auto-style1"><b>Committees:</b> Fundraising<p>
 +
<p class="auto-style1"><b>One word to describe</b>:  Human?<p>
 +
<p class="auto-style1"><b>From: </b>Holliston, MA</td></tr></table>
 +
<br><br><br><br><br><br><br><br>
 +
<table><col width="400">
 +
   <col width="400"><tr><td>
 +
<p><img height = "400" width="300" src="https://31.media.tumblr.com/bf4c0bfb4c71f23f4612a95e20f2e03a/tumblr_inline_mz5vqz1z7X1srpoka.jpg" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Lilly (Claire) Kerper ‘14<p>
 +
<p class="auto-style1"><b>Age:</b>17<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> Trying out synthetic biology seemed like a natural extension of my interest in engineering--and it is!<p>
 +
<p class="auto-style1"><b>Interests: </b> Engineering & physics, languages, visual arts, computer science (wow, it totally sounds like I don't have a life outside of school)<p>
 +
<p class="auto-style1"><b>One word to describe</b>: Dedicated<p>
 +
<p class="auto-style1"><b>Committees:</b> Communications<p>
 +
<p class="auto-style1"><b>From: </b>Lexington, MA
 +
</td><td><p><img height="400" width="300" src="https://31.media.tumblr.com/3789ad9475fe4fb0fbdbf1cec1f3418b/tumblr_inline_mz5vrpnJ8o1srpoka.jpg" />&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Matt Waters ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I heard of it and thought that Genetic Engineering sounded interesting.<p>
 +
<p class="auto-style1"><b>Interests: </b> Biology, engineering, chemistry and animation<p>
 +
<p class="auto-style1"><b>Committees:</b> Design<p>
 +
<p class="auto-style1"><b>From: </b>Concord, MA<br><br><br><br><br><br>
 +
</td></tr></table>
-
<center><img alt="" class="auto-style11" height="400" src="https://static.igem.org/mediawiki/2014hs/c/cd/Plantifreeze.gif" width="529" /></center>
+
<table><col width="400">
 +
  <col width="400"><tr><td><p><img src="https://static.igem.org/mediawiki/2014hs/e/ea/Unnamed.jpg" width="300" height="400">
 +
&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Ben Klebe ‘16<p>
 +
<p class="auto-style1"><b>Age:</b>15<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b> I enjoy engineering and was excited to apply that enjoyment to the field of biology.<p>
 +
<p class="auto-style1"><b>Interests: </b> Electronics, Programming, Engineering, Design<p>
 +
<p class="auto-style1"><b>Committees:</b> Communication<p>
 +
<p class="auto-style1"><b>One word to describe</b>:  Practical  <p>
 +
<p class="auto-style1"><b>From: </b>Lexington, MA
 +
</td><td>
 +
<img height="400" width="300" src="https://31.media.tumblr.com/c5fc454c601c1a934c48b889b3089920/tumblr_inline_mz5vst2FfZ1srpoka.jpg" />
 +
&nbsp; &nbsp; &nbsp;&nbsp;</p>
 +
<p><p class="auto-style1"><b>Name:</b>Summer Ardell ‘15<p>
 +
<p class="auto-style1"><b>Age:</b>16<p>
 +
<p class="auto-style1"><b>Reasons for Joining iGEM:</b>I am really interested in both biology and engineering and iGEM is an amazing opportunity to combine my interests.<p>
 +
<p class="auto-style1"><b>Interests: </b> Robotics, anthropology, world religions, theater, and biology. <p>
 +
<p class="auto-style1"><b>Committees:</b> Finances<p>
 +
<p class="auto-style1"><b>One word to describe</b>:  Diverse<p>
 +
<p class="auto-style1"><b>From: </b>Melrose, MA</td></tr></table>

Latest revision as of 02:14, 21 June 2014

B I O G R A P H I E S

      

Name: Aiden ‘17

Age:16

Reasons for Joining iGEM: I have an interest in biology and think that gentically modifiying living things is awesome

Interests: long boarding, programming, biking, fishing

One word to describe: tenacious

Committees: Fundraising





      

Name:Ellie "Flopsie" Wolf ‘15

Age:16

Reasons for Joining iGEM: Need to keep up with the latest sciences and technologies if you wanna control the world, ya know?

Interests: Film, comic books and anime, running road races, studies on myths and legends and Cheezit crackers with tea.

One word to describe: Cartoonish (is that a word? I'm thinking of something that's so exuberant and animated and exaggerated that it should more likely be in a cartoon than in real life)

From: Winchester, MA

      

Name:Jenny (Jee Youn) Woo ‘16

Age:16

Reasons for Joining iGEM: Synthetic biology seemed like an interesting topic to engage in.

Interests: psychology, psychiatry, biology, and literature.

One word to describe: pertinacious

From: Seoul, South Korea

      

Name:Liam Kaufer ‘16

Age:15

Reasons for Joining iGEM: I like to see science in action!

Interests: Physics, biology, Engineering and Aeronautics.

One word to describe: Avid

Committees: Design

From: Westchester, New York

      

Name:Yixuan (Mason) Liu ‘16

Age:17

Reasons for Joining iGEM: Well it's just worth a try, right? I mean, why not?

Interests: Mechanics, Music, Physics, History, Philosophy, Programming, Basketball,arts and anything.

One word to describe: human

Committees: Design

From: Shanghai, China

      

Name:Nate Williams ‘16

Age:16

Reasons for Joining iGEM: I heard about IGEM at CSW, and I thought it would be an incredible experience. I was already interested in biology, and IGEM refined and solidified my interest.

Interests: Synthetic Biology, Music, Science, Art.

One word to describe: Curious

Committees: Design, Fundraising

From: Arlington, MA

      

Name:Noa Machover ‘15

Age:16

Reasons for Joining iGEM: I love biology, problem solving, and thinking about practical ways to change and better the world — it felt like a great integration of my passions.

Interests: Music, trigonometry, physics, painting, the outdoors, literature, pets, cellular biology, neuroscience, programming, waltzing, knitting, cozy things, good conversation, traveling, small and beautiful things

One word to describe: Curious

Committees: Design, Project Management, Communications

From: Waltham, MA

      

Name:Thomas Schaffner ‘15

Age:17

Reasons for Joining iGEM: I think Synthetic biology will be a crucial industry for my generation. I wanted to gain some first hand experience in the field and I think participating in Igem is a great way to do so.

Interests: History, Political Science, Life Sciences

One word to describe: indecisive (because I can't decide on a word, I mean the entire notion of describing yourself in a single word is a bit ridiculous)

Committees: Design, Team Model (Head of Modeling)

From: Concord, MA






      

Name:Joseph (Joey) Boots-Ebenfield ‘15

Age:17

Reasons for Joining iGEM: It had been a dream of mine to do iGEM since eighth grade, so I began the journey to create a CSW iGEM team my freshman year.

Interests: Synthetic Biology, biotech, healthcare, archaeology, electronics, justice.

One word to describe: Caffeinated

Team Leader/Co-teacher

From: Swampscott, MA

      

Name:Micah Rickles-Young ‘14

Age:17

Reasons for Joining iGEM: Synthetic biology is the closest thing to being god. God of E. Coli.

Interests: Music, Biology, Bioethics, Physics

Committees: Fundraising

One word to describe: Human?

From: Holliston, MA









      

Name:Lilly (Claire) Kerper ‘14

Age:17

Reasons for Joining iGEM: Trying out synthetic biology seemed like a natural extension of my interest in engineering--and it is!

Interests: Engineering & physics, languages, visual arts, computer science (wow, it totally sounds like I don't have a life outside of school)

One word to describe: Dedicated

Committees: Communications

From: Lexington, MA

      

Name:Matt Waters ‘15

Age:16

Reasons for Joining iGEM: I heard of it and thought that Genetic Engineering sounded interesting.

Interests: Biology, engineering, chemistry and animation

Committees: Design

From: Concord, MA





      

Name:Ben Klebe ‘16

Age:15

Reasons for Joining iGEM: I enjoy engineering and was excited to apply that enjoyment to the field of biology.

Interests: Electronics, Programming, Engineering, Design

Committees: Communication

One word to describe: Practical

From: Lexington, MA

      

Name:Summer Ardell ‘15

Age:16

Reasons for Joining iGEM:I am really interested in both biology and engineering and iGEM is an amazing opportunity to combine my interests.

Interests: Robotics, anthropology, world religions, theater, and biology.

Committees: Finances

One word to describe: Diverse

From: Melrose, MA