Difference between revisions of "Team:Rice/Instructors"

Line 92: Line 92:
 
        
 
        
 
       <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/Beason.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>  
+
           <h3 id="name"><strong> Beth Beason</span></strong>  
 
         <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3>
 
         <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3>
 
           <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>
 
           <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>
Line 102: Line 102:
  
 
   <div id="bio_card">
 
   <div id="bio_card">
         <img id="Christine_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/5/50/Joff.jpg"  
+
         <img id="Joff_img" class="bio_card_img"  src="https://static.igem.org/mediawiki/2016/5/50/Joff.jpg"  
           alt="Christine" />
+
           alt="Joff" />
         <div id="Christine_bio" class="bio">
+
         <div id="Joff_bio" class="bio">
         <h3 id="name"><strong> Beth Beason </span></strong>  
+
         <h3 id="name"><strong> Joff </span></strong>  
 
         <br> <strong> Biosciences Instructor </strong></h3>
 
         <br> <strong> Biosciences Instructor </strong></h3>
 
           <p>
 
           <p>
Line 119: Line 119:
 
     <script type="text/javascript">
 
     <script type="text/javascript">
 
                 $(document).ready(function() {
 
                 $(document).ready(function() {
$('#Carlos_img').click(function() {
+
$('#Beason_img').click(function() {
 
             $('.bio_card_img').show();
 
             $('.bio_card_img').show();
 
             $('.bio').css("visibility", "hidden");
 
             $('.bio').css("visibility", "hidden");
             $('#Carlos_img').slideToggle("slow");
+
             $('#Beason_img').slideToggle("slow");
             $('#Carlos_bio').css("visibility", "visible");
+
             $('#Beason_bio').css("visibility", "visible");
 
           });
 
           });
  
  $('#Emma_img').click(function() {
+
  $('#Joff_img').click(function() {
 
             $('.bio_card_img').show();
 
             $('.bio_card_img').show();
 
             $('.bio').css("visibility", "hidden");
 
             $('.bio').css("visibility", "hidden");
             $('#Emma_img').slideToggle("slow");
+
             $('#Joff_img').slideToggle("slow");
             $('#Emma_bio').css("visibility", "visible");
+
             $('#Joff_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>
 
</html>
 
</html>

Revision as of 02:30, 19 October 2016

Beth Beason
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.

Joff

Joff
Biosciences Instructor

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...