(13 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
<head> | <head> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | h3 { | + | |
+ | .h3 { | ||
font-family: "DIN Alternate", Helvetica, Arial; | font-family: "DIN Alternate", Helvetica, Arial; | ||
font-size: 18pt; | font-size: 18pt; | ||
Line 25: | Line 18: | ||
} | } | ||
− | + | .para { | |
font-family: Helvetica, Arial, sans-serif; | font-family: Helvetica, Arial, sans-serif; | ||
font-size: 11px; | font-size: 11px; | ||
Line 47: | Line 40: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#bio_card { | #bio_card { | ||
Line 76: | Line 52: | ||
.bio { | .bio { | ||
visibility: hidden; | visibility: hidden; | ||
+ | |||
+ | overflow-y: auto; | ||
+ | width: 300px; | ||
+ | height: 300px; | ||
} | } | ||
Line 90: | Line 70: | ||
<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> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="page_content"> | ||
+ | |||
+ | <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"> | ||
+ | <div class="h3"><strong> Josh Atkinson</span></strong> | ||
+ | <br> <strong> 4th Year Graduate Student/PhD Candidate in Systems, Synthetic, and Physical Biology </strong></div> | ||
+ | <div class="para"> | ||
+ | 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. | ||
+ | </div> | ||
+ | </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"> | ||
+ | <div class ="h3" id="George"><strong> George Britton</span></strong> | ||
+ | <br> <strong> 3rd Year PhD Student in Systems, Synthetic and Physical Biology </strong></div> | ||
+ | <div class = "para"> | ||
+ | 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> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <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"> | ||
+ | <div class ="h3" ><strong> Carlos Bueno</span></strong> | ||
+ | <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></div> | ||
+ | <div class ="para"> 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.</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"> | ||
+ | <div class ="h3" id="Illene"><strong> Ilenne Del Valle </span></strong> | ||
+ | <br> <strong> 2nd Year Graduate Student in the System, Synthetic and Physical Biology</strong></div> | ||
+ | <div class ="para"> | ||
+ | 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). | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="bio_card"> | ||
+ | <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"> | ||
+ | <div class ="h3" ><strong> David Zong</span></strong> | ||
+ | <br> <strong> 3rd Year Graduate Student in the Systems, Synthetic, and Physical Biology </strong></div> | ||
+ | <div class ="para"> | ||
+ | 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. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </body> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 128: | Line 175: | ||
}); | }); | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Latest revision as of 04:48, 19 October 2016