Difference between revisions of "Team:Rice/Members"

Line 4: Line 4:
 
     <style>  
 
     <style>  
 
h1 {
 
h1 {
font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
+
  font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
font-size: 30px;
+
  font-size: 30px;
font-style: normal;
+
  font-style: normal;
font-variant: normal;
+
  font-variant: normal;
font-weight: bold;
+
  font-weight: bold;
line-height: 26.4px;
+
  line-height: 26.4px;
 
}
 
}
 +
 
h3 {
 
h3 {
font-family: "DIN Alternate", Helvetica, Arial;
+
  font-family: "DIN Alternate", Helvetica, Arial;
font-size: 18px;
+
  font-size: 18px;
font-style: normal;
+
  font-style: normal;
font-variant: normal;
+
  font-color: white;
font-weight: bold;
+
  font-variant: normal;
line-height: 15.4px;
+
  font-weight: bold;
 +
  line-height: 20.4px;
 +
  background-color: white;
 
}
 
}
 +
 
p {
 
p {
font-family: Helvetica, Arial, sans-serif;
+
  font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
+
  font-size: 11px;
font-style: normal;
+
  font-style: normal;
font-variant: normal;
+
  font-variant: normal;
font-weight: light;
+
  font-weight: normal;
line-height: 20px;
+
  line-height: 20px;
 +
  background-color: white;
 +
}
 +
 
 +
img {
 +
  image-resolution: 1dpi;
 +
  float:left;
 +
  display:inline;
 +
  width:300px;
 +
  height:300px;
 +
  background-color: black;
 +
}
 +
 
 +
h1 {
 +
  font-family: Abadi MT Condensed Extra;
 +
  font-size: 30px;
 +
}
 +
 
 +
h2 {
 +
  font-family: DIN Alternate Bold;
 +
  font-size: 18px;
 +
  font-weight: bold;
 +
}
 +
 
 +
h6 {
 +
  font-family: Helvetica;
 +
  font-size: 12px;
 +
  font-weight: lighter;
 +
  color: red;
 +
}
 +
 
 +
#bio_card {
 +
  width: 300px;
 +
  height: 300px;
 +
  margin-right: 25px;
 +
  float: left;
 +
  margin-bottom: 20px;
 +
  overflow-y: hidden;
 +
}
 +
 
 +
.bio {
 +
  visibility: hidden;
 +
 
 +
}
 +
#name {
 +
  font-size: large;
 +
}
 +
#page_content {
 +
  background-color: black;
 
}
 
}
            table.member td{
 
              padding: 0px;
 
                              border: 0px!important;
 
                              vertical-align:top;
 
                    }
 
            table.member th{
 
              padding: 0px;
 
                              border: 0px!important;
 
                              background-color:rgba(0, 0, 0, 0);
 
                    }
 
            table {
 
                              border: 0px!important;
 
                              border-spacing: 4px;
 
                              background-color:rgba(0, 0, 0, 0);
 
                  }
 
            img {
 
                              image-resolution: 1dpi;
 
            }
 
            h1 {
 
                              font-family: Abadi MT Condensed Extra;
 
                              font-size: 30px;
 
            }
 
            h2 {
 
                              font-family: DIN Alternate Bold;
 
                              font-size: 18px;
 
                              font-weight: bold;
 
            }
 
            h6 {
 
                              font-family: Helvetica;
 
                              font-size: 12px;
 
                              font-weight: lighter;
 
                              color: red;       
 
            }
 
            #bio_card  {
 
                              width: 300px;
 
      height: 300px;
 
      overflow: hidden;
 
      margin-right: 25px;
 
      float: left;
 
      margin-bottom: 20px;
 
    }
 
  
 
     </style>
 
     </style>
Line 73: Line 84:
 
     <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 
     <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 
     <script type="text/javascript">
 
     <script type="text/javascript">
        $(document).ready(function(){
+
                $(document).ready(function() {
          $('#John_Luke').click(function(){
+
$('#Carlos_img').click(function() {
              $alert("busted");
+
            $('.bio_card_img').show();
              $('this').slideUp("slow");
+
            $('.bio').css("visibility", "hidden");
           });
+
            $('#Carlos_img').slideToggle("slow");
 +
            $('#Carlos_bio').css("visibility", "visible");
 +
          });
 +
 
 +
$('#Emma_img').click(function() {
 +
            $('.bio_card_img').show();
 +
            $('.bio').css("visibility", "hidden");
 +
            $('#Emma_img').slideToggle("slow");
 +
            $('#Emma_bio').css("visibility", "visible");
 +
          });
 +
          $('#Christine_img').click(function() {
 +
            $('.bio_card_img').show();
 +
            $('.bio').css("visibility", "hidden");
 +
            $('#Christine_img').slideToggle("slow");
 +
            $('#Christine_bio').css("visibility", "visible");
 +
          });
 +
         
 +
$('#David_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#David_img').slideToggle("slow");
 +
          $('#David_bio').css("visibility", "visible");
 +
        });
 +
         
 +
$('#George_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#George_img').slideToggle("slow");
 +
          $('#George_bio').css("visibility", "visible");
 +
        });
 +
         
 +
           $('#Illene_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Illene_img').slideToggle("slow");
 +
          $('#Illene_bio').css("visibility", "visible");
 +
        });
 +
         
 +
  $('#Jennifer_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Jennifer_img').slideToggle("slow");
 +
          $('#Jennifer_bio').css("visibility", "visible");
 +
        });
 +
         
 +
  $('#Jessica_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Jessica_img').slideToggle("slow");
 +
          $('#Jessica_bio').css("visibility", "visible");
 +
        });
 +
         
 +
$('#John_Luke_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#John_Luke_img').slideToggle("slow");
 +
          $('#John_Luke_bio').css("visibility", "visible");
 +
        });
 +
         
 +
          $('#Josh_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Josh_img').slideToggle("slow");
 +
          $('#Josh_bio').css("visibility", "visible");
 +
        });
 +
         
 +
          $('#Kendall_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Kendall_img').slideToggle("slow");
 +
          $('#Kendall_bio').css("visibility", "visible");
 +
        });
 +
         
 +
          $('#Margaret_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Margaret_img').slideToggle("slow");
 +
          $('#Margaret_bio').css("visibility", "visible");
 +
        });
 +
         
 +
          $('#Peter_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Peter_img').slideToggle("slow");
 +
          $('#Peter_bio').css("visibility", "visible");
 +
        });
 +
         
 +
          $('#Rohan_img').click(function() {
 +
          $('.bio_card_img').show();
 +
          $('.bio').css("visibility", "hidden");
 +
          $('#Rohan_img').slideToggle("slow");
 +
          $('#Rohan_bio').css("visibility", "visible");
 
         });
 
         });
 +
          });
 
     </script>
 
     </script>
 
</head>
 
</head>
 +
 
<body>
 
<body>
    <div id = "page_title">
+
          <h1>Ah Suhh Dude, meet our squad!</h1>
+
  <div id="page_content">
    </div>
+
   
   
+
    <div id="row_one" style="background-color:black; width:auto; height:350px;">
    <div id = "page_content">
+
     
         <div id = "row_one" style="width:200%; height:300px;overflow-y: hidden;">
+
      <div id="bio_card">
 +
         <img id="Carlos_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/3/30/T--Rice--Carlos.jpg" />
 +
        <div id="Carlos_bio" class="bio">
 +
          <p id="name"><strong> Carlos Bueno</span></strong>
 +
        <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></p>
 +
          <p> Carlos is a graduate student in System, Synthetic and Physical Biology. He is interested in Theoretical Biophysics and he would like to create strange proteins one day. Meanwhile, he likes learning about wet lab techniques and helping the iGEM team with the pathway models.</p>
 +
        </div>
 +
      </div>
 +
     
  
          <div id="bio_card" style="background-color:green;">
+
  <div id="bio_card">
              <div id="image">
+
        <img id="Christine_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/2/28/T--Rice--Christine-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/2/2d/T--Rice--Christine-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/2/28/T--Rice--Christine-Serious.jpg"
                <img id = "John_Luke" style=" float:left; display:inline" src="https://static.igem.org/mediawiki/2016/7/75/John_Luke-Serious-min.png" onmouseover="this.src='https://static.igem.org/mediawiki/2016/9/9d/John_Luke-Silly-min.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/7/75/John_Luke-Serious-min.png'" width="350px" height="auto" alt="John Luke Garcia" />
+
          alt="Christine" />
              </div>
+
        <div id="Christine_bio" class="bio">
          </div>
+
        <p id="name"><strong> Christine Tang</span></strong>  
         
+
        <br> <strong> 2nd Year Kinesiology Major </strong></p>
 +
          <p>
 +
            Christine is a rising sophomore at Lovett College who majors in Kinesiology/Pre-med. As someone who is both passionate and careful about research, she is the epitome of a team worker in any setting. Christine is always willing to help out and constantly striving to do her best in anything she does. She's the girl that brightens up the lab every day with a smile or two, even in the morning. If you don't see Christine crunching out results for the whole day in wet-lab, then you will probably <strong>catch her drinking coffee</strong>, working out or trying to study in the chaos of the lab. Or, if you're lucky, you might <strong>see her enjoying a game of Smash...</strong>
 +
          </p>
 +
        </div>
 +
      </div>
  
          <div class="bio_card" margin-right: 25px;margin-bottom: 20px;>
 
              <img style=" float:left; display:inline"  src="https://static.igem.org/mediawiki/2016/c/c9/Emma_Serious.png"onmouseover="this.src='https://static.igem.org/mediawiki/2016/c/ca/Emma-Silly.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/c/c9/Emma_Serious.png'" width="350px" height="auto" alt="Emma McCormick" />
 
          </div>
 
  
          <div class="bio_card">
+
  <div id="bio_card">
              <img style=" float:left; display:inline" src="https://static.igem.org/mediawiki/2016/f/f6/Peter_serious.png" onmouseover="this.src='https://static.igem.org/mediawiki/2016/3/30/Peter-Silly.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/f/f6/Peter_serious.png'" width="350px" height="auto" alt="bbc news special" />
+
        <img id="David_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/5/55/T--Rice--David.jpg"  
          </div>
+
          alt="David" />
 +
        <div id="David_bio" class="bio">
 +
        <p id="name"><strong> David Zong</span></strong>
 +
        <br> <strong> 3rd Year Graduate Student in the Systems, Synthetic, and Physical Biology </strong></p>
 +
          <p>
 +
David Zong is a third year graduate student in the Systems, Synthetic, and Physical Biology program. David is from Seattle, Washington and went to The University of Washington for his undergrad. There he was a member of the Washington iGEM team from 2010 to 2013. This is his second year advising iGEM at Rice. When not in lab, he enjoys watching the Seattle Mariners wallow in mediocrity...except when they play the Astros or Rangers because of MLB.tv blackout restrictions in the state of Texas. C'mon MLB.
 +
          </p>
 +
        </div>
 +
      </div>
 +
    </div>
  
 +
    <br>
 +
    <div id="row_two" style="background-color:black; width:auto; height:350px;">
 +
        <div id="bio_card">
 +
        <img id="Emma_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/a/a9/T--Rice--Emma-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/b/b6/T--Rice--Emma-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/a/a9/T--Rice--Emma-Serious.jpg'"
 +
          alt="Emma McCormick" />
 +
        <div id="Emma_bio" class="bio">
 +
        <p id="name"><strong> Emma McCormick </span></strong>
 +
        <br> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></p>
 +
          <p>
 +
Emma is a rising sophomore studying biochemistry and cell biology. She definitely becomes invested in her research; for a time she enjoyed referring to herself as the Lord of the Drosophila in what she considered a charmingly dorky literary reference. A relic from this period, a framed picture of drosophila larvae a.k.a. maggots, is prominently displayed in her dorm room where it creeps out visitors (and possibly her roommate). Don't tell the flies, but she's moved on to spending long days in the lab with sarcomas. When she's not being science-y, you can probably find her hanging out in a residential college kitchen eating way too many cookies with her friends.
 +
          </p>
 
         </div>
 
         </div>
        <br>
+
      </div>
         <div id = "row_two" style="width:200%; height:350px;overflow-y: hidden;">
+
     
          <div class="bio_card">
+
         <div id="bio_card">
              <img style=" float:left; display:inline" src="https://static.igem.org/mediawiki/2016/b/b7/Kendall-Serious_and_Silly.png" width="350px" height="auto" alt="Kendall Burks" />
+
        <img id="George_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/1/1a/T--Rice--George.jpg" />
          </div>
+
        <div id="George_bio" class="bio">
          <div class="bio_card">
+
        <h3 id="George"><strong> George Britton</span></strong>  
              <img style=" float:left; display:inline"  src="https://static.igem.org/mediawiki/2016/1/13/Margaret-Serious.png" width="350px" height="auto" alt="Margaret Lie" />
+
        <br> <strong> 3rd Year PhD Student in Systems, Synthetic and Physical Biology </strong></h3>
           </div>
+
          <p>
          <div class="bio_card">
+
George Britton is a third year Systems, Synthetic and Physical Biology PhD student. As a mountain man living in a concrete jungle, George seeks adventure whenever not the lab. He was bitten by the travel bug as a child and continually adds passport stamps and experiences.
              <img style=" float:left; display:inline"  src="https://static.igem.org/mediawiki/2016/1/12/Dana-serious_and_silly_1024.png" width="350px" height="auto" alt="Dana Smith" />
+
           <br>
          </div>
+
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
          </p>
 
         </div>
 
         </div>
    </div>
+
      </div>
</body>
+
             
<!--
+
   <div id="bio_card">
<!--
+
        <img id="Illene_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/4/4c/T--Rice--Illene.jpg"/>
<!--    ====================================================================================================   -->
+
        <div id="Illene_bio" class="bio">
<table class="member">
+
        <p id="Illene"><strong> Illene Dirce Del Valle Kessra</span></strong>  
<tbody>
+
        <br> <strong> 2nd Year Graduate Student in the System, Synthetic and Physical Biology</strong></p>
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/7/75/John_Luke-Serious-min.png" alt="" width="300px" height="auto" />
+
          <p>
<p><strong><span style="font-size: large;"> John Luke Garc&iacute;a </span></strong> <br /> <strong>3rd Year Physics Major Biochemistry Minor</strong></p>
+
Ilenne is a second year graduate student in the System, Synthetic and Physical Biology program. She is from Santiago, Chile and participated in iGEM in 2013. In the lab she works on designing biosensors to measure biogeochemical processes in soil bacteria. No matter how busy, she is always reading a new book. Her dream is to backpack around the whole world (so far, she has only made it to US and couple of countries in South America).
&nbsp;</th></tr>
+
          </p>
<tr>
+
        </div>
<td height="25%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
      </div>
</tr>
+
    </div>
<tr>
+
<td>
+
<p>This guy's majoring in Physics and minoring in Biochemistry, but his singing voice might make you ask if he's a Vocal Performance major (totally check out The Rice Philharmonics on Youtube!). Even though a lot of his time this summer was spent <strong>cooking up gold nanorods</strong> for the Hafner Lab back at Rice, the behind-the-scenes work he's doing for the Rice iGEM team will get them to come to the next Jamboree bigger and louder (and maybe punnier)!</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--   ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/c/c9/Emma_Serious.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Emma McCormick </span></strong> <br /> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></p>
+
</th></tr>
+
<tr>
+
<td>
+
<p>Emma is a rising sophomore studying biochemistry and cell biology. She definitely becomes invested in her research; for a time she enjoyed referring to herself as the <strong>Lord of the Drosophila</strong> in what she considered a charmingly dorky literary reference. A relic from this period, a framed picture of drosophila larvae a.k.a. maggots, is prominently displayed in her dorm room where it creeps out visitors (and possibly her roommate). Don't tell the flies, but she's moved on to spending long days in the lab with sarcomas. When she's not being science-y, you can probably find her hanging out in a residential college kitchen eating way too many cookies with her friends.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
  
<!--    ====================================================================================================  -->
+
<br>
<table class="member">
+
    <div id="row_three" style="background-color:black; width:auto; height:350px;">
<tbody>
+
     
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/f/f6/Peter_serious.png" alt="" width="300px" height="auto" />
+
    <div id="bio_card">
<p><strong><span style="font-size: large;"> Peter Tang </span></strong> <br /> <strong>3rd Year Bioengineering Major</strong></p>
+
        <img id="Jennifer_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/0/01/T--Rice--Jennifer-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/a/a4/T--Rice--Jennifer-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/0/01/T--Rice--Jennifer-Serious.jpg'"
&nbsp;</th></tr>
+
          alt="Jennifer" />
<tr>
+
        <div id="Jennifer_bio" class="bio">
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
        <p id="Jennifer"><strong> Jennifer Carson-González </span></strong>  
</tr>
+
        <br> <strong> 4th Year Biochemistry and Cell Biology Major </strong></p>
<tr>
+
          <p>
<td>
+
Jennifer Carson-González is a senior from Duncan College majoring in biochemistry and cell biology. This is her first year with iGEM developing her wet lab and research skills. When she is not in lab, Jennifer loves to play the piano for patients, travel, and dance merengue.
<p>Work hard, work out, homework; if you catch Peter Tang, you&rsquo;ll probably find him working. As a junior bioengineer, he definitely has plenty to catch up on. On top of that, he&rsquo;s got his hands full working at the Maitra Lab in MD Anderson. But, he definitely likes to play hard too and he documents his adventures on the iGem snapchat. As an international man of mystery, Peter has developed a very particular set of skills. He is Gordon Ramsey in the kitchen, Lebron James on the basketball court, and <strong>Adele on the karaoke machine</strong>. To accomplish all these activities, Peter consumes lots of coffee.</p>
+
          </p>
</td>
+
        </div>
</tr>
+
      </div>
</tbody>
+
</table>
+
<!--    ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/b/b7/Kendall-Serious_and_Silly.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Kendall Burks </span></strong> <br /> <strong> 3rd Year Biochemistry and Cell Biology Major </strong></p>
+
</th></tr>
+
<tr>
+
<td>
+
<p>Hailing from the great city of Waxahachie (<strong>&ldquo;THE WAX&rdquo;</strong>), TX, Kendall is a true Texan and a rising senior studying Biochemistry and Cell Biology. As an avid plant biologist and geneticist, her love for plants goes far beyond their abilities to produce oxygen or provide us with lovely salads. Kendall and her lab work to understand the inner-workings of the elusive organelle, the peroxisome. Besides her experience in the Bartel Lab, Kendall is a second-year member of the Rice iGEM team and continues to head the Human Practices portion of the project. Since surviving iGEM and the MCAT last summer, Kendall has continued on her path to greatness by presenting at several conferences and applying to the MD/PhD programs of her dreams. The future Dr. Kendall Burks can also be seen working out in the gym, serving on tennis courts, or undertaking the <strong>Herculean task known as &ldquo;the walk to/from West Lot.&rdquo;</strong></p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--   ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/1/13/Margaret-Serious.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Margaret Lie </span></strong> <br /> <strong>4th Year Biochemistry and Cell Biology Major</strong></p>
+
&nbsp;</th></tr>
+
<tr>
+
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
</tr>
+
<tr>
+
<td>
+
<p>The next time you're at the casinos in Lake Charles, Louisiana, there's no one more dependable you could bet on than Margaret Lie. Her organizational skills have yet to be matched by any human, and she always gets the job done. A Biochemistry and Cell Biology major, Margaret is poised to take her senior year at Rice by storm. As if a bachelor's degree weren't enough, Margaret is pursuing her master's degree AT THE SAME TIME. She's just that much cooler than you. Her independent research project focuses on the artisanal craft of creating near infrared fluorescent reporters. As she begins her second year in iGEM, she will continue her role leading the wet lab team on this year's project. In addition to her research and her work for iGEM, Margaret is currently working on approximately <strong>356,234 applications to medical schools</strong>. She is appreciative of the opportunity to hone her essay writing skills to the extreme. When Margaret isn't working, you can find her scouring YouTube for the funniest of videos.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--   ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="http://www.lovethispic.com/uploaded_images/53451-Cute-Dog.jpg" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Shikha Avancha </span></strong> <br /> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></p>
+
</th></tr>
+
<tr>
+
<td >
+
<p>Meet Shikha Avancha, a sophomore at Lovett College, studying Biochemistry and Cell Biology. On the iGEM team, she is one of the Wiki Editors, in charge of keeping everything documented on this wonderful website you're looking at right now! She loves reading/watching fantasy novels/movies/TV shows, playing badminton, painting, and watching Bollywood movies. She also require 9 hours of sleep to be a functional human being. (Seriously. She hits that amount every night, despite being a college busy student!) And best of all, she is a HUGE Disnerd! Fun facts: Shikha has <strong>never broken a bone</strong>, been in an accident, or been stung by an insect. Fingers crossed for her to keep that record!!</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--    ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/1/12/Dana-serious_and_silly_1024.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Dana Smith </span></strong> <br /> <strong>3rd Year Statistics Major</strong></p>
+
&nbsp;</th></tr>
+
<tr>
+
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
</tr>
+
<tr>
+
<td>
+
<p>Dana is a second year member of the Rice iGEM team. She will be contributing to the design and content of the Wiki with her surprisingly good computer skills. She is a Microsoft expert (she's "certified" and has won national competitions!) living and breathing Excel and Access. Dana hails from the tiny East Texas town of Livingston, population 5000. Outside of iGEM, she enjoys working out,<strong> shopping (endlessly)</strong>, traveling, <strong>taking iPhone photos/selfies</strong>, and playing the piano. She has been playing the piano for over half her life, so maybe if you bring her some chocolate, she'll grace you with her talent. She is a huge fan of guac and foods that are easy to eat. These foods include, but are not limited to, yogurt, applesauce, jello, and ice cream. Dana is also the epitome of an early riser; if you contact her after 10 PM, she is most definitely getting her beauty sleep for her next morning. A country girl at heart, she is obsessed with country music and will give you all of her recommendations if you dare ask. At Rice, Dana loves coordinating events like Outreach Day and volunteering her time with mentoring students at Houston area schools. She plans on pursuing urban research, specifically targeting education for underprivileged schools and students.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--   ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/6/63/Jennifer-Serious.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Jennifer Carson-Gonz&aacute;lez</span></strong> <br /> <strong> 4th Year Biochemistry and Cell Biology Major </strong></p>
+
</th></tr>
+
<tr>
+
<td >
+
<p>Jennifer Carson-Gonz&aacute;lez is a senior from Duncan College majoring in biochemistry and cell biology. This is her first year with iGEM developing her wet lab and research skills. When she is not in lab, Jennifer loves to play the piano for patients, travel, and <strong>dance merengue</strong>.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--    ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/e/e1/Christine-Serious.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Christine Tang </span></strong> <br /> <strong>2nd Year Kinesiology Major</strong></p>
+
&nbsp;</th></tr>
+
<tr>
+
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
</tr>
+
<tr>
+
<td>
+
<p>Christine is a rising sophomore at Lovett College who majors in Kinesiology/Pre-med. As someone who is both passionate and careful about research, she is the epitome of a team worker in any setting. Christine is always willing to help out and constantly striving to do her best in anything she does. She's the girl that brightens up the lab every day with a smile or two, even in the morning. If you don't see Christine crunching out results for the whole day in wet-lab, then you will probably <strong>catch her drinking coffee</strong>, working out or trying to study in the chaos of the lab. Or, if you're lucky, you might <strong>see her enjoying a game of Smash...</strong></p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--    ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/e/e9/Jacob_behling.JPG" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Jacob Behling</span></strong> <br /> <strong> 3rd Year Chemical Engineering Major </strong></p>
+
</th></tr>
+
<tr>
+
<td >
+
<p>My name is Jacob Behling. I am originally from Houston, Texas, and I must have liked it there because here I am at Rice University. I am a rising junior, majoring in Chemical and Biomolecular Engineering (CHBE) and minoring in Business. I am apart of the iGEM Software Team. This team is working to develop an app that will both educate people about genetic engineering and be entertaining. Furthermore, within Rice, I take part in research in Oil Enhanced Recovery and am actively involved in Duncan government (my residential college) and Engineering Without Borders. Furthermore, I love sports. If the sport has a ball or a puck, I&rsquo;ve probably played it at some point and most likely injured myself doing so (as I am very injury prone). My favorites include soccer and hockey. Other hobbies include playing the piano, two-stepping, skiing, being outdoors, and telling bad jokes. Peculiar facts about me include the following: I am a foosball enthusiast. <strong>I actively celebrate Groundhog&rsquo;s Day</strong>, and organic chemistry is my favorite class.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
  
<!--    ====================================================================================================  -->
+
    <div id="bio_card">
<table class="member">
+
        <img id="Jessica_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/5/5e/T--Rice--Jessica-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/c/cd/T--Rice--Jessica-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/5/5e/T--Rice--Jessica-Serious.jpg'"
<tbody>
+
          alt="Jessica" />
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/2/2c/Shaurey.jpg" alt="" width="300px" height="auto" />
+
        <div id="Jessica_bio" class="bio">
<p><strong><span style="font-size: large;"> Shaurey Vetsa</span></strong> <br /> <strong>1st Year Bioengineering Major</strong></p>
+
        <p id="Jessica"><strong> Jessica </span></strong>  
&nbsp;</th></tr>
+
        <br> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></p>
<tr>
+
          <p>
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
            STUFFFFFF
</tr>
+
          </p>
<tr>
+
        </div>
<td>
+
      </div>
<p>My name is Shaurey Vetsa and I will be a freshman studying bioengineering. I am part of the IGEM Wiki Editors and Software Teams. In my free time, I love playing basketball, drawing, hiking, and reading. <strong>A fun fact of mine is that my nickname from middleschool has been the grand antelope.</strong></p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
<!--   ====================================================================================================  -->
+
<table class="member">
+
<tbody>
+
<tr>
+
<td>
+
<p><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></p>
+
</td>
+
<th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/3/3c/Rohan-Serious.png" alt="" width="300px" height="auto" />
+
<p><strong><span style="font-size: large;"> Rohan Bhardwaj</span></strong> <br /> <strong> 2nd Year Cognitive Science Major, Global Health Technologies Minor </strong></p>
+
</th></tr>
+
<tr>
+
<td >
+
<p>Rohan is a kindhearted teammate who loves synthetic biology almost as much as <strong>he loves James Harden!</strong> He is a Pre-Med student majoring in Cognitive Science and is minoring in Global Health Technologies. When he is not doing human genetics research at the nearby Baylor College of Medicine, he is playing pickup soccer and basketball or hanging out with his friends. This rising sophomore is involved with the wet lab aspect of Rice-iGem and is helping with the mammalian cell culture and testing of the biosensors; he is also involved with human practices.</p>
+
</td>
+
</tr>
+
</tbody>
+
</table>
+
  
<!--    ====================================================================================================  -->
+
    <div id="bio_card">
<table class="member">
+
        <img id="John_Luke_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/d/de/T--Rice--John-Luke-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/f/f8/T--Rice--John-Luke-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/d/de/T--Rice--John-Luke-Serious.jpg'"
<tbody>
+
          alt="John Luke" />
<tr><th rowspan="3" width="25%"><img src="https://static.igem.org/mediawiki/2016/2/2c/Shaurey.jpg" alt="" width="300px" height="auto" />
+
        <div id="John_Luke_bio" class="bio">
<p><strong><span style="font-size: large;"> Peter Suzuki</span></strong> <br /> <strong>1st Year Bioengineering Major</strong></p>
+
        <p id="John_Luke"><strong> John Luke </span></strong>
&nbsp;</th></tr>
+
        <br> <strong> 3rd Year Physics Major, Minor in Biochemistry </strong></p>
<tr>
+
          <p>
<td height="5%"><img src="https://static.igem.org/mediawiki/2016/0/0c/Bubbles.png" alt="" width="485px" height="auto" /></td>
+
This guy's majoring in Physics and minoring in Biochemistry, but his singing voice might make you ask if he's a Vocal Performance major (totally check out The Rice Philharmonics on Youtube!). Even though a lot of his time this summer was spent cooking up gold nanorods for the Hafner Lab back at Rice, the behind-the-scenes work he's doing for the Rice iGEM team will get them to come to the next Jamboree bigger and louder (and maybe punnier)!
</tr>
+
          </p>
<tr>
+
        </div>
<td>
+
      </div>
<p>Peter Suzuki is a sophomore Bioengineering student from Martel College. This is his first year with Rice iGEM after having participated in iGEM in high school, and he will be contributing primarily to wet lab research for the project. When he's not in the lab culturing bacteria and running PCRs, Peter enjoys playing guitar and violin for <strong>Rice Mariachi Luna Llena</strong> (which everyone in the Houston area should go see!!) and playing baseball with the Rice club team. Any remaining time that he does not spend sleeping he can be found at the OEDK--and I mean any time of day or night. Literally. He's logged every hour from 12 am to 11 pm at some point this past year. "Engineering is fun," he says. "Alright sure whatever," we reply.</p>
+
     
</td>
+
    </div>
</tr>
+
 
</tbody>
+
    <br>
</table>
+
    <div id="row_four" style="background-color:black; width:auto; height:350px;">
 +
    <div id="bio_card">
 +
    <img id="Josh_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/e/ee/T--Rice--Josh.jpg" />
 +
        <div id="Josh_bio" class="bio">
 +
        <p id="Josh"><strong> Josh Atkinson</span></strong>
 +
        <br> <strong> 4th Year Graduate Student/PhD Candidate in Systems, Synthetic, and Physical Biology </strong></p>
 +
          <p>
 +
Josh Atkinson, a Michigan native and lover of cats, is a 4th year Systems, Synthetic, and Physical Biology graduate student. He can be seen in habitats such as the Silberg Lab in Keck Hall or any local establishment selling craft beer (i.e. Valhalla, the graduate student pub also located in Keck Hall). Outside of Rice, Josh enjoys hiking and being an adventurer whose skill level is between that of Dora the Explorer and Indiana Jones. Most importantly, Josh was part of the 2012 University of Michigan iGEM team.
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
    <div id="bio_card">
 +
        <img id="Kendall_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/2/28/T--Rice--Kendall.jpg"/>
 +
        <div id="Kendall_bio" class="bio">
 +
        <p id="Kendall"><strong> Kendall Burks</span></strong>
 +
        <br> <strong> 4th Year Biochemistry and Cell Biology Major </strong></p>
 +
          <p>
 +
Hailing from the great city of Waxahachie (“THE WAX”), TX, Kendall is a true Texan and a rising senior studying Biochemistry and Cell Biology. As an avid plant biologist and geneticist, her love for plants goes far beyond their abilities to produce oxygen or provide us with lovely salads. Kendall and her lab work to understand the inner-workings of the elusive organelle, the peroxisome. Besides her experience in the Bartel Lab, Kendall is a second-year member of the Rice iGEM team and continues to head the Human Practices portion of the project. Since surviving iGEM and the MCAT last summer, Kendall has continued on her path to greatness by presenting at several conferences and applying to the MD/PhD programs of her dreams. The future Dr. Kendall Burks can also be seen working out in the gym, serving on tennis courts, or undertaking the Herculean task known as “the walk to/from West Lot.”
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
    <div id="bio_card">
 +
        <img id="Margaret_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/2/24/T--Rice--Margaret-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/d/d8/T--Rice--Margaret-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/2/24/T--Rice--Margaret-Serious.jpg'"
 +
          alt="Margaret" />
 +
        <div id="Margaret_bio" class="bio">
 +
        <p id="Margaret"><strong> Margaret Lie</span></strong>  
 +
        <br> <strong> 4th Year Biochemistry and Cell Biology Major </strong></p>
 +
          <p>
 +
The next time you're at the casinos in Lake Charles, Louisiana, there's no one more dependable you could bet on than Margaret Lie. Her organizational skills have yet to be matched by any human, and she always gets the job done. A Biochemistry and Cell Biology major, Margaret is poised to take her senior year at Rice by storm. As if a bachelor's degree weren't enough, Margaret is pursuing her master's degree AT THE SAME TIME. She's just that much cooler than you. Her independent research project focuses on the artisanal craft of creating near infrared fluorescent reporters. As she begins her second year in iGEM, she will continue her role leading the wet lab team on this year's project. In addition to her research and her work for iGEM, Margaret is currently working on approximately 356,234 applications to medical schools. She is appreciative of the opportunity to hone her essay writing skills to the extreme. When Margaret isn't working, you can find her scouring YouTube for the funniest of videos.
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
    </div>
 +
 
 +
    <br>
 +
    <div id="row_five" style="background-color:black; width:auto; height:350px;">
 +
 
 +
    <div id="bio_card">
 +
        <img id="Peter_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/e/e2/T--Rice--Peter-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/3/31/T--Rice--Peter-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/e/e2/T--Rice--Peter-Serious.jpg'"
 +
          alt="Peter" />
 +
        <div id="Peter_bio" class="bio">
 +
        <p id="Peter"><strong> Peter </span></strong>  
 +
        <br> <strong> 3rd Year Bioengineering Major </strong></p>
 +
          <p>
 +
Work hard, work out, homework; if you catch Peter Tang, you’ll probably find him working. As a junior bioengineer, he definitely has plenty to catch up on. On top of that, he’s got his hands full working at the Maitra Lab in MD Anderson. But, he definitely likes to play hard too and he documents his adventures on the iGem snapchat. As an international man of mystery, Peter has developed a very particular set of skills. He is Gordon Ramsey in the kitchen, Lebron James on the basketball court, and Adele on the karaoke machine. To accomplish all these activities, Peter consumes lots of coffee.
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
<div id="bio_card">
 +
      <img id="Rohan_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/3/3d/T--Rice--Rohan-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/a/ad/T--Rice--Rohan-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/3/3d/T--Rice--Rohan-Serious.jpg'"
 +
          alt="Rohan" />
 +
        <div id="Rohan_bio" class="bio">
 +
        <p id="Rohan"><strong> Rohan </span></strong>  
 +
        <br> <strong> 2nd Year Cognitive Science Major, Global Health Technologies Minor </strong></p>
 +
          <p>
 +
Rohan is a kindhearted teammate who loves synthetic biology almost as much as he loves James Harden! He is a Pre-Med student majoring in Cognitive Science and is minoring in Global Health Technologies. When he is not doing human genetics research at the nearby Baylor College of Medicine, he is playing pickup soccer and basketball or hanging out with his friends. This rising sophomore is involved with the wet lab aspect of Rice-iGem and is helping with the mammalian cell culture and testing of the biosensors; he is also involved with human practices.
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
    </div>
 +
  </div>
 +
</body>
 
<!--    ====================================================================================================  -->
 
<!--    ====================================================================================================  -->
 
<div class="column full_size judges-will-not-evaluate">
 
<div class="column full_size judges-will-not-evaluate">

Revision as of 03:17, 11 September 2016

Carlos Bueno
Graduate Student in System, Synthetic and Physical Biology

Carlos is a graduate student in System, Synthetic and Physical Biology. He is interested in Theoretical Biophysics and he would like to create strange proteins one day. Meanwhile, he likes learning about wet lab techniques and helping the iGEM team with the pathway models.

Christine

Christine Tang
2nd Year Kinesiology Major

Christine is a rising sophomore at Lovett College who majors in Kinesiology/Pre-med. As someone who is both passionate and careful about research, she is the epitome of a team worker in any setting. Christine is always willing to help out and constantly striving to do her best in anything she does. She's the girl that brightens up the lab every day with a smile or two, even in the morning. If you don't see Christine crunching out results for the whole day in wet-lab, then you will probably catch her drinking coffee, working out or trying to study in the chaos of the lab. Or, if you're lucky, you might see her enjoying a game of Smash...

David

David Zong
3rd Year Graduate Student in the Systems, Synthetic, and Physical Biology

David Zong is a third year graduate student in the Systems, Synthetic, and Physical Biology program. David is from Seattle, Washington and went to The University of Washington for his undergrad. There he was a member of the Washington iGEM team from 2010 to 2013. This is his second year advising iGEM at Rice. When not in lab, he enjoys watching the Seattle Mariners wallow in mediocrity...except when they play the Astros or Rangers because of MLB.tv blackout restrictions in the state of Texas. C'mon MLB.


Emma McCormick

Emma McCormick
2nd Year Biochemistry and Cell Biology Major

Emma is a rising sophomore studying biochemistry and cell biology. She definitely becomes invested in her research; for a time she enjoyed referring to herself as the Lord of the Drosophila in what she considered a charmingly dorky literary reference. A relic from this period, a framed picture of drosophila larvae a.k.a. maggots, is prominently displayed in her dorm room where it creeps out visitors (and possibly her roommate). Don't tell the flies, but she's moved on to spending long days in the lab with sarcomas. When she's not being science-y, you can probably find her hanging out in a residential college kitchen eating way too many cookies with her friends.

George Britton
3rd Year PhD Student in Systems, Synthetic and Physical Biology

George Britton is a third year Systems, Synthetic and Physical Biology PhD student. As a mountain man living in a concrete jungle, George seeks adventure whenever not the lab. He was bitten by the travel bug as a child and continually adds passport stamps and experiences.




Illene Dirce Del Valle Kessra
2nd Year Graduate Student in the System, Synthetic and Physical Biology

Ilenne is a second year graduate student in the System, Synthetic and Physical Biology program. She is from Santiago, Chile and participated in iGEM in 2013. In the lab she works on designing biosensors to measure biogeochemical processes in soil bacteria. No matter how busy, she is always reading a new book. Her dream is to backpack around the whole world (so far, she has only made it to US and couple of countries in South America).


Jennifer

Jennifer Carson-González
4th Year Biochemistry and Cell Biology Major

Jennifer Carson-González is a senior from Duncan College majoring in biochemistry and cell biology. This is her first year with iGEM developing her wet lab and research skills. When she is not in lab, Jennifer loves to play the piano for patients, travel, and dance merengue.

Jessica

Jessica
2nd Year Biochemistry and Cell Biology Major

STUFFFFFF

John Luke

John Luke
3rd Year Physics Major, Minor in Biochemistry

This guy's majoring in Physics and minoring in Biochemistry, but his singing voice might make you ask if he's a Vocal Performance major (totally check out The Rice Philharmonics on Youtube!). Even though a lot of his time this summer was spent cooking up gold nanorods for the Hafner Lab back at Rice, the behind-the-scenes work he's doing for the Rice iGEM team will get them to come to the next Jamboree bigger and louder (and maybe punnier)!


Josh Atkinson
4th Year Graduate Student/PhD Candidate in Systems, Synthetic, and Physical Biology

Josh Atkinson, a Michigan native and lover of cats, is a 4th year Systems, Synthetic, and Physical Biology graduate student. He can be seen in habitats such as the Silberg Lab in Keck Hall or any local establishment selling craft beer (i.e. Valhalla, the graduate student pub also located in Keck Hall). Outside of Rice, Josh enjoys hiking and being an adventurer whose skill level is between that of Dora the Explorer and Indiana Jones. Most importantly, Josh was part of the 2012 University of Michigan iGEM team.

Kendall Burks
4th Year Biochemistry and Cell Biology Major

Hailing from the great city of Waxahachie (“THE WAX”), TX, Kendall is a true Texan and a rising senior studying Biochemistry and Cell Biology. As an avid plant biologist and geneticist, her love for plants goes far beyond their abilities to produce oxygen or provide us with lovely salads. Kendall and her lab work to understand the inner-workings of the elusive organelle, the peroxisome. Besides her experience in the Bartel Lab, Kendall is a second-year member of the Rice iGEM team and continues to head the Human Practices portion of the project. Since surviving iGEM and the MCAT last summer, Kendall has continued on her path to greatness by presenting at several conferences and applying to the MD/PhD programs of her dreams. The future Dr. Kendall Burks can also be seen working out in the gym, serving on tennis courts, or undertaking the Herculean task known as “the walk to/from West Lot.”

Margaret

Margaret Lie
4th Year Biochemistry and Cell Biology Major

The next time you're at the casinos in Lake Charles, Louisiana, there's no one more dependable you could bet on than Margaret Lie. Her organizational skills have yet to be matched by any human, and she always gets the job done. A Biochemistry and Cell Biology major, Margaret is poised to take her senior year at Rice by storm. As if a bachelor's degree weren't enough, Margaret is pursuing her master's degree AT THE SAME TIME. She's just that much cooler than you. Her independent research project focuses on the artisanal craft of creating near infrared fluorescent reporters. As she begins her second year in iGEM, she will continue her role leading the wet lab team on this year's project. In addition to her research and her work for iGEM, Margaret is currently working on approximately 356,234 applications to medical schools. She is appreciative of the opportunity to hone her essay writing skills to the extreme. When Margaret isn't working, you can find her scouring YouTube for the funniest of videos.


Peter

Peter
3rd Year Bioengineering Major

Work hard, work out, homework; if you catch Peter Tang, you’ll probably find him working. As a junior bioengineer, he definitely has plenty to catch up on. On top of that, he’s got his hands full working at the Maitra Lab in MD Anderson. But, he definitely likes to play hard too and he documents his adventures on the iGem snapchat. As an international man of mystery, Peter has developed a very particular set of skills. He is Gordon Ramsey in the kitchen, Lebron James on the basketball court, and Adele on the karaoke machine. To accomplish all these activities, Peter consumes lots of coffee.

Rohan

Rohan
2nd Year Cognitive Science Major, Global Health Technologies Minor

Rohan is a kindhearted teammate who loves synthetic biology almost as much as he loves James Harden! He is a Pre-Med student majoring in Cognitive Science and is minoring in Global Health Technologies. When he is not doing human genetics research at the nearby Baylor College of Medicine, he is playing pickup soccer and basketball or hanging out with his friends. This rising sophomore is involved with the wet lab aspect of Rice-iGem and is helping with the mammalian cell culture and testing of the biosensors; he is also involved with human practices.

★ ALERT!

This page is used by the judges to evaluate your team for the Attributions bronze criterion.

Delete this box in order to be evaluated for this medal. See more information at Instructions for Pages for awards.

Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster.

 
Why is this page needed?

The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.

For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.

What should this page have?
  • General Support
  • Project support and advice
  • Fundraising help and advice
  • Lab support
  • Difficult technique support
  • Project advisor support
  • Wiki support
  • Presentation coaching
  • Human Practices support
  • Thanks and acknowledgements for all other people involved in helping make a successful iGEM team
 
Can we base our project on a previous one?

Yes! You can have a project based on a previous team, or based on someone else's idea, as long as you state this fact very clearly and give credit for the original project.

Inspiration

Take a look at what other teams have done:

 
Team training and Project start

Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:

  • Does your institution teach an iGEM or synthetic biology course?
  • When did you start this course?
  • Are the syllabus and course materials freely available online?
  • When did you start your brainstorming?
  • When did you start in the lab?
  • When did you start working on your project?

--> -->