Difference between revisions of "Team:Rice/Instructors"

 
(34 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<head>
 
<head>
 
     <style>  
 
     <style>  
h1 {
 
  font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
 
  font-size: 30px;
 
  font-style: normal;
 
  font-variant: normal;
 
  font-weight: bold;
 
  line-height: 26.4px;
 
}
 
  
h3 {
 
  font-family: "DIN Alternate", Helvetica, Arial;
 
  font-size: 18px;
 
  font-style: normal;
 
  font-color: white;
 
  font-variant: normal;
 
  font-weight: bold;
 
  line-height: 20.4px;
 
  background-color: black;
 
  padding: 5px 15px 5px 15px;
 
}
 
  
p {
 
  font-family: Helvetica, Arial, sans-serif;
 
  font-size: 11px;
 
  font-style: normal;
 
  color: #fff;
 
  font-variant: normal;
 
  font-weight: normal;
 
  line-height: 20px;
 
  background-color: black;
 
  padding: 5px 15px 5px 15px;
 
  
}
+
 
  
 
.bio_card_img {
 
.bio_card_img {
Line 46: Line 17:
 
}
 
}
  
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;
+
#bio_card {
   color: red;
+
   width: 300px;
 +
   height: 300px;
 +
  margin-right: 25px;
 +
   float: left;
 +
  margin-bottom: 20px;
 +
   overflow-y: hidden;
 
}
 
}
 +
  
 
#bio_card {
 
#bio_card {
Line 75: Line 43:
 
.bio {
 
.bio {
 
   visibility: hidden;
 
   visibility: hidden;
 +
  height: 300px;
 +
  width: 300px;
 +
  overflow-y: auto;
 
    
 
    
}
 
 
#name {
 
#name {
 
   font-size: large;
 
   font-size: large;
Line 87: Line 57:
 
     <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 
     <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 
     <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">
 
                $(document).ready(function() {
 
$('#Carlos_img').click(function() {
 
            $('.bio_card_img').show();
 
            $('.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>
 
 
</head>
 
</head>
  
Line 193: Line 64:
 
   <div id="page_content">
 
   <div id="page_content">
  
 +
<center>
 
        
 
        
 
       <div id="bio_card">
 
       <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"  />
+
         <img id="Beason_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/3/30/Beason.jpg"  />
         <div id="Carlos_bio" class="bio">
+
         <div id="Beason_bio" class="bio">
           <h3 id="name"><strong> Carlos Bueno</span></strong>  
+
           <div class = "h3"><strong> Beth Beason</span></strong> </div>
        <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3>
+
        <div class = "para">K. Beth Beason-Abmayr came to Rice in 1998 as a Postdoctoral Teaching Associate in the Department of Biochemistry & Cell Biology (BCB) and just completed her 17th year as teaching faculty. Her teaching labs are located in the basement of Anderson Biological Laboratories, which Rice students affectionately named The Dungeon, as in Dante’s Inferno. Beth got involved with iGEM in spring 2006 when Dr. George Bennett, BCB Chair, told her he’d signed Rice up for a team and thought it would be great for her undergraduate lab courses if she led a team. Rice competed in 2006-2008, and their 2008 team project was BioBeer. She began teaching a synthetic biology lab course to undergraduates in 2008, and it’s one of her most popular lab courses. She returned to iGEM as a judge at the America Regionals and World Jamboree in 2011. She has served as a co-head judge since 2012 and is now a member of the Executive Judging Committee. Beth is super excited about the Rice team and can’t wait until the Giant Jamboree! When she isn’t teaching, she enjoys reading, hiking, and traveling to exotic places - each year, she and her husband take a ski vacation in Utah (ok, so Utah may not be exotic but snow certainly is to those of us living in Houston).
          <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>
 
       </div>
 
       </div>
 
        
 
        
  
  <div id="bio_card">
+
<div id="bio_card">
         <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="Joff_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/5/50/Joff.jpg" />
          alt="Christine" />
+
         <div id="Joff_bio" class="bio">
         <div id="Christine_bio" class="bio">
+
          <div class = "h3"><strong>Dr. Jonathan Silberg</span></strong> </div>
        <h3 id="name"><strong> Christine Tang</span></strong>  
+
        <div class = "para">Prof. Silberg, affectionately known as "Joff," came to Houston, TX, from sunny SoCal in 2005. Previous to holding an Associate Professor position in BioSciences and Bioengineering at Rice University, Joff received a B.S. in Biology, a B.S. in Chemistry, and a PhD in Biology from UC Irvine (the ferocious Anteaters). His current research spans a wide range of disciplines and ranges from protein engineering and synthetic biology to cell-cell signaling in soils. He teaches Physical Chemistry for Biosciences and advised the iGEM teams at Rice from 2006-2008. Besides focusing on his lab and courses, Prof. Silberg enjoys skiing moguls (preferably coated in powder) and mentoring students from various backgrounds, including those who are in high school or community college.
        <br> <strong> 2nd Year Kinesiology Major </strong></h3>
+
          <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 id="bio_card">
+
</div>
        <img id="David_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/5/55/T--Rice--David.jpg"
+
          alt="David" />
+
        <div id="David_bio" class="bio">
+
        <h3 id="name"><strong> David Zong</span></strong>
+
        <br> <strong> 3rd Year Graduate Student in the Systems, Synthetic, and Physical Biology </strong></h3>
+
          <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>
 
       </div>
 
    <br>
 
 
 
        <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">
 
        <h3 id="name"><strong> Emma McCormick </span></strong>
 
        <br> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></h3>
 
          <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> 
 
     
 
        <div id="bio_card">
 
        <img id="George_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/1/1a/T--Rice--George.jpg" />
 
        <div id="George_bio" class="bio">
 
        <h3 id="George"><strong> George Britton</span></strong>
 
        <br> <strong> 3rd Year PhD Student in Systems, Synthetic and Physical Biology </strong></h3>
 
          <p>
 
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.
 
          <br>
 
            <br>
 
            <br>
 
            <br>
 
            <br>
 
          </p>
 
        </div>
 
 
       </div>
 
       </div>
             
 
  <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">
 
        <h3 id="Illene"><strong> Illene Dirce Del Valle Kessra</span></strong>
 
        <br> <strong> 2nd Year Graduate Student in the System, Synthetic and Physical Biology</strong></h3>
 
          <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).
 
          </p>
 
        </div>
 
      </div>
 
 
 
  
<br>
+
</center>
    <div id="row_three" style="background-color:black; width:auto; height:350px;">
+
  </div>
     
+
    <div id="bio_card">
+
        <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'"
+
          alt="Jennifer" />
+
        <div id="Jennifer_bio" class="bio">
+
        <h3 id="Jennifer"><strong> Jennifer Carson-González </span></strong>
+
        <br> <strong> 4th Year Biochemistry and Cell Biology Major </strong></h3>
+
          <p>
+
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>
+
        </div>
+
      </div>
+
  
    <div id="bio_card">
 
        <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'"
 
          alt="Jessica" />
 
        <div id="Jessica_bio" class="bio">
 
        <h3 id="Jessica"><strong> Jessica </span></strong>
 
        <br> <strong> 2nd Year Biochemistry and Cell Biology Major </strong></h3>
 
          <p>
 
            STUFFFFFF
 
          </p>
 
        </div>
 
      </div>
 
 
    <div id="bio_card">
 
        <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'"
 
          alt="John Luke" />
 
        <div id="John_Luke_bio" class="bio">
 
        <h3 id="John_Luke"><strong> John Luke </span></strong>
 
        <br> <strong> 3rd Year Physics Major, Minor in Biochemistry </strong></h3>
 
          <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 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)!
 
          </p>
 
        </div>
 
      </div>
 
     
 
    </div>
 
 
 
 
 
 
 
 
 
 
 
    </div>
 
  </div>
 
 
</body>
 
</body>
 +
    <script type="text/javascript">
 +
                $(document).ready(function() {
 +
$('#Beason_img').click(function() {
 +
            $('.bio_card_img').show();
 +
            $('.bio').css("visibility", "hidden");
 +
            $('#Beason_img').slideToggle("slow");
 +
            $('#Beason_bio').css("visibility", "visible");
 +
          });
  
 +
$('#Joff_img').click(function() {
 +
            $('.bio_card_img').show();
 +
            $('.bio').css("visibility", "hidden");
 +
            $('#Joff_img').slideToggle("slow");
 +
            $('#Joff_bio').css("visibility", "visible");
 +
          });
 +
         
 +
          });
 +
    </script>
 
</html>
 
</html>

Latest revision as of 04:14, 19 October 2016

Beth Beason
K. Beth Beason-Abmayr came to Rice in 1998 as a Postdoctoral Teaching Associate in the Department of Biochemistry & Cell Biology (BCB) and just completed her 17th year as teaching faculty. Her teaching labs are located in the basement of Anderson Biological Laboratories, which Rice students affectionately named The Dungeon, as in Dante’s Inferno. Beth got involved with iGEM in spring 2006 when Dr. George Bennett, BCB Chair, told her he’d signed Rice up for a team and thought it would be great for her undergraduate lab courses if she led a team. Rice competed in 2006-2008, and their 2008 team project was BioBeer. She began teaching a synthetic biology lab course to undergraduates in 2008, and it’s one of her most popular lab courses. She returned to iGEM as a judge at the America Regionals and World Jamboree in 2011. She has served as a co-head judge since 2012 and is now a member of the Executive Judging Committee. Beth is super excited about the Rice team and can’t wait until the Giant Jamboree! When she isn’t teaching, she enjoys reading, hiking, and traveling to exotic places - each year, she and her husband take a ski vacation in Utah (ok, so Utah may not be exotic but snow certainly is to those of us living in Houston).
Dr. Jonathan Silberg
Prof. Silberg, affectionately known as "Joff," came to Houston, TX, from sunny SoCal in 2005. Previous to holding an Associate Professor position in BioSciences and Bioengineering at Rice University, Joff received a B.S. in Biology, a B.S. in Chemistry, and a PhD in Biology from UC Irvine (the ferocious Anteaters). His current research spans a wide range of disciplines and ranges from protein engineering and synthetic biology to cell-cell signaling in soils. He teaches Physical Chemistry for Biosciences and advised the iGEM teams at Rice from 2006-2008. Besides focusing on his lab and courses, Prof. Silberg enjoys skiing moguls (preferably coated in powder) and mentoring students from various backgrounds, including those who are in high school or community college.