Difference between revisions of "Team:Lambert GA/Team"

 
(174 intermediate revisions by 3 users not shown)
Line 7: Line 7:
  
 
#mainContainer{
 
#mainContainer{
    background-color: white;
+
background-color: #7A7A79;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 17: Line 17:
 
}
 
}
  
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
+
body { margin: auto; padding: 0px; width: 100%;}
  
 
div {
 
div {
Line 31: Line 31:
  
 
#content {  
 
#content {  
margin: 0px auto;
+
margin: 0px;
background-color: white;
+
margin-top: -15px;
 +
background-color: #7A7A79;
 
width: 100%;
 
width: 100%;
 
padding: 0px;
 
padding: 0px;
 +
font-family: 'Roboto', sans-serif;
 
}
 
}
  
Line 73: Line 75:
 
position: center;
 
position: center;
 
border: none;
 
border: none;
color: #D49AE6;  
+
color: #D49AE6;
 
text-align: center;
 
text-align: center;
 
text-decoration: none;
 
text-decoration: none;
Line 88: Line 90:
 
padding: 60px;
 
padding: 60px;
 
font-size: 60px;
 
font-size: 60px;
color: dimgray; }
+
color: #D49AE6; }
  
  
Line 107: Line 109:
  
 
h2{
 
h2{
color: #D49AE6;
+
color: #90CAF9;
 
}
 
}
  
Line 114: Line 116:
 
position: fixed;
 
position: fixed;
 
text-decoration: none;
 
text-decoration: none;
color: #b8975e;
+
color: #42413C;
 
width: 100%;
 
width: 100%;
 
height: 50px;
 
height: 50px;
 
line-height: 50px;
 
line-height: 50px;
background-color: white;
+
background-color: #555554;
margin: auto;
+
margin-top: 0px;
 
text-align:center;
 
text-align:center;
 
opacity: 0.9;
 
opacity: 0.9;
 
}
 
}
 
  
 
.header{
 
.header{
Line 165: Line 166:
 
}
 
}
  
 
+
.transparency {
img.transparent {
+
 
     opacity: 0.4;
 
     opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
 
 
transition: opacity 0.5s ease-in-out;
 
transition: opacity 0.5s ease-in-out;
 +
filter: alpha(opacity=40);
 +
-webkit-backface-visibility: hidden;
 
}
 
}
  
  
img.transparent:hover {
+
.transparency:hover {
     opacity: 1.0;
+
     opacity: 1;
     filter: alpha(opacity=100); /* For IE8 and earlier */
+
     filter: alpha(opacity=100);
 +
    width = 100px;
 +
-webkit-backface-visibility: hidden;
 
}
 
}
  
Line 215: Line 218:
 
   height: 100%;
 
   height: 100%;
 
   width: 100%;
 
   width: 100%;
  background-color: white;
 
 
   color: #D49AE6;
 
   color: #D49AE6;
 
   padding: 14px;
 
   padding: 14px;
Line 223: Line 225:
 
   cursor: pointer;
 
   cursor: pointer;
 
   transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 
   transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  z-index
 
 
}
 
}
 +
  
 
/* The container <div> - needed to position the dropdown content */
 
/* The container <div> - needed to position the dropdown content */
Line 237: Line 239:
 
     opacity: 0.0;
 
     opacity: 0.0;
 
     position: absolute;
 
     position: absolute;
     background-color: #D49AE6;
+
     background-color: #CFB9F7;
 
     min-width: 200px;
 
     min-width: 200px;
 
     text-align: left;
 
     text-align: left;
Line 243: Line 245:
 
     transition: opacity 0.5s ease-in-out;
 
     transition: opacity 0.5s ease-in-out;
 
}
 
}
 +
  
 
/* Links inside the dropdown */
 
/* Links inside the dropdown */
 
.dropdown-content a {
 
.dropdown-content a {
     color: white;
+
     color: white;
 
     opacity: 0.0;
 
     opacity: 0.0;
 
     padding: 0px 10px;
 
     padding: 0px 10px;
Line 256: Line 259:
  
 
/* Change color of dropdown links on hover */
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D49AE6}
+
.dropdown-content a:hover {background-color: #D49AE6;
 +
color: #4A555C;}
  
 
/* Show the dropdown menu on hover */
 
/* Show the dropdown menu on hover */
Line 271: Line 275:
 
.dropbtn:hover {
 
.dropbtn:hover {
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
     color: white;
+
     color: #4A555C;
 
}
 
}
  
Line 298: Line 302:
  
  
a.Nithik {
 
float: left;
 
position: relative;
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
 
a.Nithik {
 
    opacity: 0.5; /* Change this to .5 for 50% opacity */
 
    -webkit-transition: .5s;
 
      -moz-transition: .5s;
 
        -ms-transition: .5s;
 
        -o-transition: .5s;
 
            transition: .5s;
 
}
 
a.Nithik:hover {
 
    opacity: 0;
 
    text-overflow: inherit;
 
    overflow: visible;
 
}
 
 
a.Katie {
 
width: 300px;
 
height: 200px;
 
float: left;
 
position: relative;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
 
a.Katie {
 
    opacity: 1; /* Change this to .5 for 50% opacity */
 
    -webkit-transition: .5s;
 
      -moz-transition: .5s;
 
        -ms-transition: .5s;
 
        -o-transition: .5s;
 
            transition: .5s;
 
}
 
a.Katie:hover {
 
    opacity: 0;
 
}
 
 
a.Gaurav {
 
width: 300px;
 
height: 200px;
 
float: left;
 
position: relative;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
 
a.Gaurav {
 
    opacity: 1; /* Change this to .5 for 50% opacity */
 
    -webkit-transition: .5s;
 
      -moz-transition: .5s;
 
        -ms-transition: .5s;
 
        -o-transition: .5s;
 
            transition: .5s;
 
}
 
a.Gaurav:hover {
 
    opacity: 0;
 
}
 
 
a.Noora {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Noora:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
a.Alyssa {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Alyssa:hover {
 
width: 300px;
 
height: 200px;
 
}
 
a.Emily {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Emily:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
a.Megan {
 
width: 300px;
 
height:200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Megan:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
a.Lauren {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Lauren:hover {
 
width: 300px;
 
height: 200px;
 
}
 
a.Ellie {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Ellie:hover {
 
width: 300px;
 
height: 200px;
 
}
 
a.Christina {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Christina:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
a.Julia {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Julia:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
 
a.Kevin {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Kevin:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
 
 
 
 
a.Natalie {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.Natalie:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
 
 
 
a.David {
 
width: 300px;
 
height: 200px;
 
content:url(https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png);
 
}
 
a.David:hover {
 
width: 300px;
 
height: 200px;
 
}
 
 
a.Standeven {
 
width: 300px;
 
height: 348px;
 
content:url(https://static.igem.org/mediawiki/2017/thumb/7/7b/T--LambertGA--Standeven.jpg/214px-T--LambertGA--Standeven.jpg);
 
}
 
a.Standeven:hover {
 
width: 300px;
 
height: 348px;
 
}
 
 
a.Cochran {
 
width: 300px;
 
height:348px;
 
content:url(https://static.igem.org/mediawiki/2017/thumb/1/10/T--LambertGA--Cochran.jpg/214px-T--LambertGA--Cochran.jpg);
 
}
 
a.Cochran:hover {
 
width: 300px;
 
height: 348px;
 
}
 
 
a.Cantrell {
 
width: 300px;
 
height: 348px;
 
content:url(https://static.igem.org/mediawiki/2017/thumb/d/d7/T--LambertGA--Cantrell.jpg/214px-T--LambertGA--Cantrell.jpg);
 
}
 
a.Cantrell:hover {
 
width: 300px;
 
height: 348px;
 
}
 
  
 
.divimage {
 
.divimage {
Line 516: Line 314:
 
.blurb {
 
.blurb {
 
width: 300px;
 
width: 300px;
background-color: lavender;
+
background-color: #cccccc;
 
font-size:20px;
 
font-size:20px;
 
color:dimgrey;
 
color:dimgrey;
Line 525: Line 323:
 
.blurbmain {
 
.blurbmain {
 
width: 100%;
 
width: 100%;
background-color: lavender;
+
background-color: #cccccc;
 
font-size:20px;
 
font-size:20px;
 
color:dimgrey;
 
color:dimgrey;
Line 535: Line 333:
 
.image {
 
.image {
 
   display: block;
 
   display: block;
   width: 300px;
+
   width: 300px;
 
   height: 200px;
 
   height: 200px;
 +
  margin-left: -75px;
 
}
 
}
  
Line 550: Line 349:
 
   transition: .5s ease;
 
   transition: .5s ease;
 
   background-color: #008CBA;
 
   background-color: #008CBA;
 +
  margin-left: -75px;
 
}
 
}
  
Line 559: Line 359:
 
   color: white;
 
   color: white;
 
   font-size: 20px;
 
   font-size: 20px;
   position: absolute;
+
   position: relative;
  top: 50%;
+
   left: 50%;
+
   height: 200px;
   transform: translate(-50%, -50%);
+
   width: 300px;
  -ms-transform: translate(-50%, -50%);
+
 
 +
 
 
}
 
}
  
 +
 +
 +
#cf {
 +
  position:relative;
 +
  height: 200px;
 +
  width: 300px;
 +
  margin: 0 auto;
 +
}
 +
 +
#cf img {
 +
  position:absolute;
 +
  left:0;
 +
  -webkit-transition: opacity 1s ease-in-out;
 +
  -moz-transition: opacity 1s ease-in-out;
 +
  -o-transition: opacity 1s ease-in-out;
 +
  transition: opacity 1s ease-in-out;
 +
}
 +
 +
#cf img.top:hover {
 +
  opacity:0;
 +
}
  
  
Line 597: Line 419:
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
        
 
        
Line 607: Line 427:
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a class="drplink" style="transition: color 0.5s ease-in-out;"  
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part Collection</a>
href="https://2017.igem.org/Team:Lambert_GA/Parts">Parts</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;"
       <a class="drplink" style="transition: color 0.5s ease-in-out;"  
+
href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a>
href="https://2017.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
+
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
     <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
+
     </div>
 
   </li><!--
 
   </li><!--
 
--><!--
 
--><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Human_Practices" class="dropbtn">Human Practices</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" class="dropbtn">Human Practices</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Integrated_Practices">Integrated Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
     </div>
 
     </div>
Line 632: Line 449:
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Plant">Plant</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
     </div>
 
     </div>
 
   </li>
 
   </li>
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
+
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
 
</div>
 
</div>
Line 652: Line 466:
 
<script type="text/javascript"></script>
 
<script type="text/javascript"></script>
 
<center>
 
<center>
<img src="https://static.igem.org/mediawiki/2017/c/c9/T--Lambert_GA--purpleteampic.jpeg" style="width:70%;margin:auto;">
+
 
 +
<div class="divimage">
 +
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/1/19/Rsz_groupphotonotserious.jpg" style = " width:820px; margin-left: -335px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/f/f7/Groupphoto.jpg" style = " width:820px; margin-left: -335px;">
 +
</div>
 +
</div>
 +
 
 
</center>
 
</center>
 +
<br><br><br><br><br>
 
<center>
 
<center>
<div class="blurbmain"><br> <b> The Lambert High School iGEM Team </b> <br> Lambert's team is comprised of 15 high school students from Suwanee, Georgia in the 10th, 11th, and 12th grades. We are an after-school club that meets simply for the love of synthetic biology. </div>
+
<div class="blurbmain"><br> <b> The Lambert High School iGEM Team </b> <br> Lambert's team is comprised of 14 high school students from Suwanee, Georgia in the 10th, 11th, and 12th grades. We are an after-school club that meets simply for the love of synthetic biology. </div>
 
</center>
 
</center>
  
Line 661: Line 484:
 
<center> <h1 id="MainTitle"><b> Meet The Team </b></h1> </center>
 
<center> <h1 id="MainTitle"><b> Meet The Team </b></h1> </center>
  
<div class="container">
 
  <img src="https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png" alt="Avatar" class="image">
 
  <div class="overlay">
 
    <div class="abc">Hello World</div>
 
  </div>
 
</div>
 
  
 
<center>
 
<center>
  
<div class="Groupimages">  
+
<div class="Groupimages">
 
<div>
 
<div>
  
 
<div class="divimage">
 
<div class="divimage">
 
<div class="container">
 
<div class="container">
   <img src="https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png" alt="Avatar" class="image">
+
  <div id="cf">
   <div class="overlay">
+
   <img class="bottom" src="https://static.igem.org/mediawiki/2017/f/fa/T--Lambert_GA--Nithik_2.jpeg" style = " width:300px; margin-left:-75px;">
    <div class="abc">Hello World</div>
+
   <img class="top" src="https://static.igem.org/mediawiki/2017/2/26/T--Lambert_GA--Nithik_1.jpeg" style = " width:300px; margin-left:-75px;">
  </div>
+
</div>
 
</div>
 
</div>
  
<center><div class="blurb"><br> <b> Nithik Balachandran </b> <br> <i> Sophomore </i> <br> This is my second year on the iGEM team, and I am already loving the experience. I love getting to work with the Hardware and Fundraising/Marketing teams, and also enjoy working on the wiki. Aside from iGEM, my favorite things to do are watch sports, play sports, travel, and code. <br><br><br><br> </div> </center>
+
<center><div class="blurb"><br> <b> Nithik Balachandran </b> <br> <i> Sophomore </i> <br> Hi! My name is Nithik Balachandran, and this is my first year on the iGEM team, and I am already loving the experience. I love getting to work with the Hardware and Fundraising/Marketing teams, and also enjoy working on the wiki. Aside from iGEM, my favorite things to do are watch sports, play sports, travel, and code.<br><br><br><br><br>
</div><!--
+
<br><br><br><br><br> </div> </center>
 +
</div>
 +
<!--
 
-->
 
-->
 +
 
<div class="divimage">
 
<div class="divimage">
 
<div class="container">
 
<div class="container">
   <img src="https://static.igem.org/mediawiki/2017/6/67/T--Lambert_GA--Test.png" alt="Avatar" class="image">
+
  <div id="cf">
   <div class="overlay">
+
   <img class="bottom" src="https://static.igem.org/mediawiki/2017/9/95/T--Lambert_GA--Katie_2.jpeg" style = " width:300px; margin-left:-75px;">
    <div class="abc">Hello World</div>
+
   <img class="top" src="https://static.igem.org/mediawiki/2017/f/fe/T--Lambert_GA--Katie_1.jpeg" style = " width:300px; margin-left:-75px;">
  </div>
+
 
</div>
 
</div>
<a class="Katie"></a>
+
</div>
<center> <div class="blurb"><br><b> Katie Barr </b> <br> <i> Junior </i> <br> I am constantly captivated by synthetic biology’s tremendous potential to affect our day to day lives. From the Parts Registry to the Giant Jamboree, iGEM has provided me with an outlet to pursue my passion in synthetic biology and use it to solve real world challenges. In addition to being an aspiring researcher, I am a competitive swimmer, Ultimate Frisbee player, and Netflix enthusiast. </div> </center>
+
 
 +
<center> <div class="blurb"><br><b> Katie Barr </b> <br> <i> Junior </i> <br> Hello! This is my first year on an iGEM team! iGEM has taught me critical thinking skills, time management, teamwork and how to get 8 hours of sleep in 4 hours (Seriously we are in the lab at 6:30am). I love to challenge myself mentally and physically. So when I finally leave the lab, I spend my time cheering for an Allstar team. I am super grateful for the techniques I’ve learned and the family I’ve gained by joining this team. <br><br><br><br><br><br><br><br> </div> </center>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Gaurav"></a>
+
<div class="divimage">
<center> <div class="blurb"><br><b> Gaurav Byagathvalli </b> <br> <i> Junior </i> <br> Being a part of the iGEM team has been such an amazing experience! I’ve learned more than I ever thought I could about synthetic biology and I have thoroughly enjoyed every aspect of it. Outside of iGEM, I enjoy traveling and hiking in the mountains, soccer, skiing, and snowboarding. In the future, I hope to become part of Doctors Without Borders and be in service to others in the field. </div> </center>
+
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/d/da/T--Lambert_GA--Gaurav_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/f/f1/T--Lambert_GA--Gaurav_1.jpeg" style = " width:300px; margin-left:-75px;">
 
</div>
 
</div>
</center>
+
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
+
 
 +
<center> <div class="blurb"><br><b> Gaurav Byagathvalli </b> <br> <i> Junior </i> <br> Hi! My name is Gaurav, and this is my first year on the iGEM Team. Being a part of iGEM has given me the opportunity to effectively apply my science knowledge into a project with real-word applications, and has provided me with the dedication, determination, and hard work one needs in order to be successful. I am thankful to be a part of this open science community and to have incredible team members who I work alongside with everyday. I hope to be able to implement the knowledge I gain from iGEM into a career in medicine and research. In addition to iGEM, I share a unique enthusiasm for politics, basketball, and music (piano). </div> </center>
 +
</div>
 +
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
<div>
 
<div>
 
<center>
 
<center>
 
<div class="divimage">
 
<div class="divimage">
<a class="Noora"></a>
+
<div class="container">
<center> <div class="blurb"><br><b> Noora Chandasir </b> <br> <i> Senior </i> <br> I have been a part of this team since my freshman year, and everyone on the team has since become my family. Aside from research, I enjoy playing piano, sketching landscapes, and experimenting with ramen in the kitchen. I plan to study biomedical engineering in the future. I look forward to meeting everyone at Jamboree! </div> </center>
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/a/af/T--Lambert_GA--Noora_2.jpeg" style = "width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/c/cb/T--Lambert_GA--Noora_1.jpeg" style = "width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b> Noora Chandasir </b> <br> <i> Senior </i> <br> Hey all! My name is Noora Chandasir and I am a senior at Lambert High School on the iGEM team. iGEM has been an incredible opportunity to be a part of. The experiences I have gained by being on this team have allowed me to learn and approach synthetic biology in a completely different way. I have learned so much! Outside of iGEM, I enjoy traveling, hiking, soccer (go Bayern!), skiing, reading, and following politics. In the future, I hope to become part of Doctors Without Borders and serve as an advocate for human rights. I can’t wait to see everyone at Jamboree again with their world-changing projects!
 +
</div> </center>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Alyssa"></a>
+
<div class="divimage">
<center> <div class="blurb"><br><b> Alyssa Franklin </b> <br> <i> Senior </i> <br> This is my third year on iGEM. I am grateful for the opportunity iGEM grants me to express my passion and gain experience in the career I wish to pursue: genetics. Outside of the lab, I enjoy running cross country and track, dancing, and reading, as well as traveling. <br><br><br></div>
+
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/8/87/T--Lambert_GA--Alyssa_2.jpeg" style = "width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/7/74/T--Lambert_GA--Alyssa_1.jpeg" style = "width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b> Alyssa Franklin </b> <br> <i> Senior </i> <br> This is my third year on iGEM. I am grateful for the opportunity iGEM grants me to express my passion and gain experience in the career I wish to pursue: genetics. Outside of the lab, I enjoy running cross country and track, dancing, and reading, as well as traveling.
 +
<br><br><br><br><br><br><br><br><br><br><br><br></div>
 
</center>
 
</center>
 
</div><!--
 
</div><!--
 
-->
 
-->
 
<div class="divimage">
 
<div class="divimage">
<a class="Emily"></a>
+
<div class="container">
<center> <div class="blurb"><br><b> Emily Gibson </b> <br> <i> Senior </i> <br>This is my second year on iGEM. I am grateful for the opportunity iGEM grants me to express my passion and gain experience in the career I wish to pursue: biomedical engineering. Outside of the lab, I enjoy running cross country and track, dancing, and reading, as well as traveling. <br><br><br>
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/4/4d/T--Lambert_GA--Emily_2.jpeg" style = "width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/5/50/T--Lambert_GA--Emily_1.jpeg" style = "width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b> Emily Gibson </b> <br> <i> Senior </i> <br>Though this is just my first year as a member of iGEM, it has already been one of the most incredible, demanding, and inspiring experiences of my entire life. I’ve been pushed to exceed every expectation I’ve had for myself and then some! But that isn’t to say I don’t have fun; in my free time I love to go to concerts, travel, devour books, and nerd out over all things pop culture. At the Jamboree you’ll most likely find me checking out every presentation I can see, talking to as many people as possible, or wherever there is chocolate. <br><br><br><br>
 
</div>
 
</div>
 
</center>
 
</center>
 
</div>
 
</div>
<br><br><br><br><br><br><br><br>
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  
 
<div>
 
<div>
 
<center>
 
<center>
 
<div class="divimage">
 
<div class="divimage">
<a class="Megan"></a>
+
<div class="container">
<center><div class="blurb" style="width:300px;"><br><b> Megan Hong </b>  <br> <i> Sophomore </i> <br> I love wet-lab and working with genetic constructs, which is good because about one-half of my average day is spent in the lab.  Aside from that I read often, run fast, and sleep whenever I can find time. <br><br><br><br><br>
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/6/69/T--Lambert_GA--Megan_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/7/7a/T--Lambert_GA--Megan_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center><div class="blurb" style="width:300px;"><br><b> Megan Hong </b>  <br> <i> Sophomore </i> <br>This is my first year in iGEM, and I can positively say that I have never been more excited to go on a school field trip than now. Besides working in the lab, I like to run around a grass field with twenty-one other people who are trying to get to the same ball, pull horse hair over metal to make some hopefully pleasant noise, and pour my ideas and experiences into writing short stories. I can't wait to meet new people and learn about everyone's projects at Jamboree!
 +
<br><br><br><br><br><br><br><br><br><br><br>
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Lauren"></a>
+
<div class="divimage">
<center> <div class="blurb"><br> <b> Lauren Hong </b> <br> <i> Senior </i> <br> I have been a part of the iGEM family for the past three years, and it's been such a valuable part of my high school experience; because of iGEM, I want to pursue biomedical engineering in my career. Besides living with our cells in the lab, I am a passionate soccer player and violinist. I can't wait to see awesome synthetic biology at Jamboree!
+
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/d/d8/T--Lambert_GA--Lauren_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/c/c8/T--Lambert_GA--Lauren_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br> <b> Lauren Hong </b> <br> <i> Senior </i> <br>Hello everyone!! My name is Lauren Hong, and I am currently a senior at Lambert High School in Suwanee, Georgia. A dinosaur on the Lambert iGEM team, I've roamed the lands of our lab for the past four years. It has been an incredible journey exploring various applications of research to real-world problems through the lens of synthetic biology; as a result of my positive experiences with this team, I hope to pursue medical research as a biomedical engineer. Outside the jungle known as our classroom and lab space, I am a passionate soccer player itching to get back to the field and an enthusiast of the violin and classical music. I'm excited to be returning to the Giant Jamboree for the last time in my high school career and meeting all of you and your projects!
 
</div>
 
</div>
 
</div><!--
 
</div><!--
 
-->
 
-->
 
<div class="divimage">
 
<div class="divimage">
<a class="Ellie"></a>
+
<div class="container">
<center> <div class="blurb"><br><b> Ellie Kim</b> <br> <i> Junior </i> <br> I am very interested in the field of biology and plan on pursuing it in college. iGEM has allowed me to experience labs in the high school setting which is very cool and I hope to benefit more from being part of the iGEM team! <br><br><br><br><br>
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/f/f7/T--Lambert_GA--Ellie_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/a/a4/T--Lambert_GA--Ellie_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 
</div>
 
</div>
 +
<center> <div class="blurb"><br><b> Ellie Kim</b> <br> <i> Junior </i> <br>This is my first year on the iGEM team. iGEM has allowed me to dedicate myself into a place copious with other people that share the same devotion as me gaining the involvement and understanding of valuable research and its capabilities. I have grown to fall in love with science and the people on my team. Alongside iGEM, I like to live spontaneously by meeting new people and traveling.
 +
<br><br><br><br><br><br><br><br><br><br><br><br><br></div>
 
</div>
 
</div>
 
</center>
 
</center>
 
</div
 
</div
<br><br><br><br><br><br><br><br><br>
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
<div>
 
<div>
 
<center>
 
<center>
 +
 
<div class="divimage">
 
<div class="divimage">
<a class="Christina"></a>
+
<div class="container">
<center> <div class="blurb"><br><b>Christina Lee</b> <br> <i> Junior </i> <br> This is my second year as a member of the Lambert iGEM team, and this opportunity has been an incredible learning experience for me! Through iGEM I have been able to pursue my passion for synthetic biology. Outside of iGEM, I run cross country and track, and love spending my free time outdoors, traveling, and hanging out with my friends.  
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/6/64/T--Lambert_GA--Christina_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/0/0a/T--Lambert_GA--Christina_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b>Christina Lee</b> <br> <i> Junior </i> <br>Hi! This is my first year on the iGEM team. This organization has allowed me to explore upon the concepts that completely captivate me; iGEM constantly fuels my wild sense of curiosity. Aside from iGEM, i have an ever flourishing love for biology, veganism, and Key Club International. <br><br><br><br><br><br><br><br>
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Julia"></a>
+
<div class="divimage">
<center> <div class="blurb"><br><b> Julia Leveille </b><br> <i> Senior </i> <br> This is my third year as a member of Lambert’s iGEM team, and it has been the most impactful, amazing experience! When I’m not in the lab, I enjoy running cross country, traveling and drinking more coffee than seems humanly possible. <br><br><br><br><br>
+
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/8/86/T--Lambert_GA--Julia_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/d/d1/T--Lambert_GA--Julia_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b> Julia Leveille </b><br> <i> Senior </i> <br> This is my third year as a member of Lambert’s iGEM team, and it has been the most impactful, amazing experience! When I’m not in the lab, you can catch me out on a long run, working at Starbucks, or eating some weird vegan food! In my rare free time, I enjoy traveling, camping, and drinking more coffee than seems humanly possible. <br><br><br><br><br><br>
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Kevin"></a>
+
 
<center> <div class="blurb"><br><b> Kevin Li </b><br> <i> Junior </i> <br> This is my first year as a Lambert iGEM team member and I have enjoyed every moment of it. These past few months have allowed me to make the best of friends and further my knowledge in biology. In my pastime I enjoy hanging out with my friends, playing sports, and experiencing new things.
+
<div class="divimage">
 +
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/2/22/T--Lambert_GA--Kevin_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/9/96/T--Lambert_GA--Kevin_1.jpeg" style = " width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b> Kevin Li </b><br> <i> Junior </i> <br>Hey! Glad to see you are remotely interested in who I am. :) I am a current Junior and this is my first year in iGEM (exciting, I know). This team is like a second family to me; all of its members care for each other and wish to see one another succeed. iGEM has also given me countless opportunities in which I can immerse myself in genetic engineering. When you don’t see me buried in a pile of homework or in the lab, I can usually be found in the middle of an episode on Netflix or hanging out with friends.
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</center>
 
</center>
 
</div>
 
</div>
<br><br><br><br><br><br><br><br><br>
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
<div>
 
<div>
 
<center>
 
<center>
 
<div class="divimage">
 
<div class="divimage">
<a class="Natalie"></a>
+
<div class="container">
<center> <div class="blurb"><br><b>Natalie Shih </b><br> <i> Senior </i> <br> I hope to one day integrate the peace and love I find in nature with the scientific research I find so captivating. iGEM has been such an amazing experience for me, not only in the scientific aspect, but also in finding friends who I can connect to on an intellectual level. Thank you to everyone who has ever found joy in science, or made it their duty to expand humanity’s pool of knowledge; because of you our world is a more beautiful place.  
+
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/1/10/T--Lambert_GA--Natalie_2.jpeg" style = " width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/6/60/T--Lambert_GA--Natalie_1.jpeg" style = "width:300px; margin-left:-75px;">
 +
</div>
 +
</div>
 +
<center> <div class="blurb"><br><b>Natalie Shih </b><br> <i> Senior </i> <br>Natalie is a senior at Lambert High School, and even throughout all the years she hasn’t lost her love for science. Along with science she also continues her  pursuit of performing as she strives to become a circus artist and one day attend the national circus school in Montreal. She is a lover of nature, life and fellow humans, and her biggest goal is to spread happiness, love, and knowledge to everyone she meets. Yay science!<br><br><br><br><br><br><br>
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="David"></a>
+
<div class="divimage">
<center> <div class="blurb"><br><b>David Standeven</b> <br> <i> Senior </i> <br> Hi, I am a bacon loving, German speaking student at Lambert. I play Varsity football and do creative writing. I enjoy the challenge of a good debate and the work that comes with being on the iGEM team. My favorite scientist is Michio Kaku, a theoretical physicist that wrote string theory. I hope to major in Microbiology/synthetic biology.  
+
<div class="container">
 +
  <div id="cf">
 +
  <img class="bottom" src="https://static.igem.org/mediawiki/2017/4/48/T--Lambert_GA--David_2.jpeg" style = "width:300px; margin-left:-75px;">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2017/2/20/T--Lambert_GA--David_1.jpeg" style = "width:300px; margin-left:-75px;">
 +
</div>
 
</div>
 
</div>
 +
<center> <div class="blurb" ><br><b>David Standeven</b> <br> <i> Senior </i> <br>Howdy, name’s David Standeven, otherwise known as: Bacon, Spawn of Standy, Little Sit Crooked. I’m a senior at Lambert High School, a varsity football player (first string), dedicated scout on my way to Eagle, and a wayward student working through the AP grind. I’ve loved science since I was a wee lad, always hanging out in my mother’s classroom playing with her experiments. I love learning about new breakthroughs in science, and am always quick with an interesting fact. And last but not least, I am well versed in a wide variety of accents including Scottish, Irish, British, Russian, Smeagol/Gollum, Southern, and Philly.
 
</div>
 
</div>
 
</center>
 
</center>
 
</div>
 
</div>
  
<br><br><br><br><br><br><br><br><br><br>
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
<center> <h1 id="MainTitle"><b> Meet The Advisors </b></h1> </center>
 
<center> <h1 id="MainTitle"><b> Meet The Advisors </b></h1> </center>
  
Line 782: Line 673:
 
<center>
 
<center>
 
<div class="divimage">
 
<div class="divimage">
<a class="Standeven"></a>
+
<div class="container">
<center><div class="blurb" style="top:368px;"><br><b>Janet Standeven</b> <br> <i> Advisor </i> <br> Lover of science, bread baking, knitting, gardening and home design. Passionate about Synthetic Biology and open source science through iGEM. Mother of three wonderful sons, wife of a patient and generous husband and second mother to a generation of talented, inquisitive, intelligent and constantly hungry students.
+
  <div id="">
 +
 
 +
  <img class="top" src="https://static.igem.org/mediawiki/2016/thumb/7/7b/T--LambertGA--Standeven.jpg/214px-T--LambertGA--Standeven.jpg" style = "width: 300px;
 +
height: 348px; margin-left:-75px; margin-bottom:50px;">
 +
</div>
 +
</div>
 +
<br><br><br><br><br><br>
 +
<center><div class="blurb" style = "margin-top:75px;"><br><b>Janet Standeven</b> <br> <i> Advisor </i> <br> Lover of science, bread baking, knitting, gardening and home design. Passionate about Synthetic Biology and open source science through iGEM. Mother of three wonderful sons, wife of a patient and generous husband and second mother to a generation of talented, inquisitive, intelligent and constantly hungry students. <br><br><br>
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Cochran"></a>
+
<div class="divimage">
<div class="blurb" style="top:368px;"><br><b>Shelby Cochran</b><br>  <i> Advisor </i> <br>My life is not my own, but that's the way I want it. My life belongs to the One who redeemed my soul, to my husband who stole my heart, to my parasitic offspring whom I adore and would sacrifice everything for, to my amazing students who keep me young. All I ask for is a small part of the day to release some endorphins in a thirty minute workout and a little bit of clean, iGEM green kale juice to keep me going!
+
<div class="container">
 +
  <div id="">
 +
  <img class="top" src="https://static.igem.org/mediawiki/2016/thumb/1/10/T--LambertGA--Cochran.jpg/214px-T--LambertGA--Cochran.jpg" style = "width: 300px;
 +
height: 348px; margin-left:-75px; margin-bottom:50px;">
 +
</div>
 +
</div>
 +
<br><br><br><br><br><br>
 +
<div class="blurb" style = "margin-top:75px;"><br><b>Shelby Cochran</b><br>  <i> Advisor </i> <br>My life is not my own, but that's the way I want it. My life belongs to the One who redeemed my soul, to my husband who stole my heart, to my parasitic offspring whom I adore and would sacrifice everything for, to my amazing students who keep me young. All I ask for is a small part of the day to release some endorphins in a thirty minute workout and a little bit of clean, iGEM green kale juice to keep me going!
 
</div>
 
</div>
 
</div><!--
 
</div><!--
--><div class="divimage">
+
-->
<a class="Cantrell"></a>
+
<div class="divimage">
<center><div class="blurb" style="top:368px;"><br><b>Brittney Cantrell</b><br>  <i> Advisor </i> <br> If it involves coffee, campfires, tacos or dinosaurs, I'm in! A perfect day is one spent sharing my love for science with my freshmen who have affectionately been deemed my squirrels. Personal goals include turning all of my students into big ol' science nerds and continuing to travel. Free time is spent in the mountains hiking and backpacking with my sweet husband and two fur babies.
+
<div class="container">
 +
  <div id="">
 +
 
 +
  <img class="top" src="https://static.igem.org/mediawiki/2016/thumb/d/d7/T--LambertGA--Cantrell.jpg/214px-T--LambertGA--Cantrell.jpg" style = "width: 300px;
 +
height: 348px; margin-left:-75px; margin-bottom:50px;">
 +
</div>
 +
</div>
 +
<br><br><br><br><br><br>
 +
<center><div class="blurb" style = "margin-top: 75px;" ><br><b>Brittney Cantrell</b><br>  <i> Advisor </i> <br> If it involves coffee, campfires, tacos or dinosaurs, I'm in! A perfect day is one spent sharing my love for science with my freshmen who have affectionately been deemed my squirrels. Personal goals include turning all of my students into big ol' science nerds and continuing to travel. Free time is spent in the mountains hiking and backpacking with my sweet husband and two fur babies.
 
</div>
 
</div>
 
</div>
 
</div>
Line 814: Line 727:
 
</div>
 
</div>
  
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
<br><br><br><br><br><br><br><br><br><br>
 
+
  
 
<div id="sponsors-bottom">
 
<div id="sponsors-bottom">
  
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/8/8f/T--Lambert_GA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
+
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a>
 
+
 
</div>
 
</div>
 
 
</html>
 
</html>

Latest revision as of 23:52, 1 November 2017







The Lambert High School iGEM Team
Lambert's team is comprised of 14 high school students from Suwanee, Georgia in the 10th, 11th, and 12th grades. We are an after-school club that meets simply for the love of synthetic biology.

Meet The Team


Nithik Balachandran
Sophomore
Hi! My name is Nithik Balachandran, and this is my first year on the iGEM team, and I am already loving the experience. I love getting to work with the Hardware and Fundraising/Marketing teams, and also enjoy working on the wiki. Aside from iGEM, my favorite things to do are watch sports, play sports, travel, and code.










Katie Barr
Junior
Hello! This is my first year on an iGEM team! iGEM has taught me critical thinking skills, time management, teamwork and how to get 8 hours of sleep in 4 hours (Seriously we are in the lab at 6:30am). I love to challenge myself mentally and physically. So when I finally leave the lab, I spend my time cheering for an Allstar team. I am super grateful for the techniques I’ve learned and the family I’ve gained by joining this team.








Gaurav Byagathvalli
Junior
Hi! My name is Gaurav, and this is my first year on the iGEM Team. Being a part of iGEM has given me the opportunity to effectively apply my science knowledge into a project with real-word applications, and has provided me with the dedication, determination, and hard work one needs in order to be successful. I am thankful to be a part of this open science community and to have incredible team members who I work alongside with everyday. I hope to be able to implement the knowledge I gain from iGEM into a career in medicine and research. In addition to iGEM, I share a unique enthusiasm for politics, basketball, and music (piano).






















Noora Chandasir
Senior
Hey all! My name is Noora Chandasir and I am a senior at Lambert High School on the iGEM team. iGEM has been an incredible opportunity to be a part of. The experiences I have gained by being on this team have allowed me to learn and approach synthetic biology in a completely different way. I have learned so much! Outside of iGEM, I enjoy traveling, hiking, soccer (go Bayern!), skiing, reading, and following politics. In the future, I hope to become part of Doctors Without Borders and serve as an advocate for human rights. I can’t wait to see everyone at Jamboree again with their world-changing projects!

Alyssa Franklin
Senior
This is my third year on iGEM. I am grateful for the opportunity iGEM grants me to express my passion and gain experience in the career I wish to pursue: genetics. Outside of the lab, I enjoy running cross country and track, dancing, and reading, as well as traveling.












Emily Gibson
Senior
Though this is just my first year as a member of iGEM, it has already been one of the most incredible, demanding, and inspiring experiences of my entire life. I’ve been pushed to exceed every expectation I’ve had for myself and then some! But that isn’t to say I don’t have fun; in my free time I love to go to concerts, travel, devour books, and nerd out over all things pop culture. At the Jamboree you’ll most likely find me checking out every presentation I can see, talking to as many people as possible, or wherever there is chocolate.
























Megan Hong
Sophomore
This is my first year in iGEM, and I can positively say that I have never been more excited to go on a school field trip than now. Besides working in the lab, I like to run around a grass field with twenty-one other people who are trying to get to the same ball, pull horse hair over metal to make some hopefully pleasant noise, and pour my ideas and experiences into writing short stories. I can't wait to meet new people and learn about everyone's projects at Jamboree!











Lauren Hong
Senior
Hello everyone!! My name is Lauren Hong, and I am currently a senior at Lambert High School in Suwanee, Georgia. A dinosaur on the Lambert iGEM team, I've roamed the lands of our lab for the past four years. It has been an incredible journey exploring various applications of research to real-world problems through the lens of synthetic biology; as a result of my positive experiences with this team, I hope to pursue medical research as a biomedical engineer. Outside the jungle known as our classroom and lab space, I am a passionate soccer player itching to get back to the field and an enthusiast of the violin and classical music. I'm excited to be returning to the Giant Jamboree for the last time in my high school career and meeting all of you and your projects!

Ellie Kim
Junior
This is my first year on the iGEM team. iGEM has allowed me to dedicate myself into a place copious with other people that share the same devotion as me gaining the involvement and understanding of valuable research and its capabilities. I have grown to fall in love with science and the people on my team. Alongside iGEM, I like to live spontaneously by meeting new people and traveling.





































Christina Lee
Junior
Hi! This is my first year on the iGEM team. This organization has allowed me to explore upon the concepts that completely captivate me; iGEM constantly fuels my wild sense of curiosity. Aside from iGEM, i have an ever flourishing love for biology, veganism, and Key Club International.








Julia Leveille
Senior
This is my third year as a member of Lambert’s iGEM team, and it has been the most impactful, amazing experience! When I’m not in the lab, you can catch me out on a long run, working at Starbucks, or eating some weird vegan food! In my rare free time, I enjoy traveling, camping, and drinking more coffee than seems humanly possible.






Kevin Li
Junior
Hey! Glad to see you are remotely interested in who I am. :) I am a current Junior and this is my first year in iGEM (exciting, I know). This team is like a second family to me; all of its members care for each other and wish to see one another succeed. iGEM has also given me countless opportunities in which I can immerse myself in genetic engineering. When you don’t see me buried in a pile of homework or in the lab, I can usually be found in the middle of an episode on Netflix or hanging out with friends.

















Natalie Shih
Senior
Natalie is a senior at Lambert High School, and even throughout all the years she hasn’t lost her love for science. Along with science she also continues her pursuit of performing as she strives to become a circus artist and one day attend the national circus school in Montreal. She is a lover of nature, life and fellow humans, and her biggest goal is to spread happiness, love, and knowledge to everyone she meets. Yay science!







David Standeven
Senior
Howdy, name’s David Standeven, otherwise known as: Bacon, Spawn of Standy, Little Sit Crooked. I’m a senior at Lambert High School, a varsity football player (first string), dedicated scout on my way to Eagle, and a wayward student working through the AP grind. I’ve loved science since I was a wee lad, always hanging out in my mother’s classroom playing with her experiments. I love learning about new breakthroughs in science, and am always quick with an interesting fact. And last but not least, I am well versed in a wide variety of accents including Scottish, Irish, British, Russian, Smeagol/Gollum, Southern, and Philly.





















Meet The Advisors








Janet Standeven
Advisor
Lover of science, bread baking, knitting, gardening and home design. Passionate about Synthetic Biology and open source science through iGEM. Mother of three wonderful sons, wife of a patient and generous husband and second mother to a generation of talented, inquisitive, intelligent and constantly hungry students.









Shelby Cochran
Advisor
My life is not my own, but that's the way I want it. My life belongs to the One who redeemed my soul, to my husband who stole my heart, to my parasitic offspring whom I adore and would sacrifice everything for, to my amazing students who keep me young. All I ask for is a small part of the day to release some endorphins in a thirty minute workout and a little bit of clean, iGEM green kale juice to keep me going!







Brittney Cantrell
Advisor
If it involves coffee, campfires, tacos or dinosaurs, I'm in! A perfect day is one spent sharing my love for science with my freshmen who have affectionately been deemed my squirrels. Personal goals include turning all of my students into big ol' science nerds and continuing to travel. Free time is spent in the mountains hiking and backpacking with my sweet husband and two fur babies.