Difference between revisions of "Team:UMaryland/Team"

m
 
(70 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Template_All_Teams}}
 
<html>
 
<html>
 
</div></div></div></div></div></div></div></div></div></div>
 
</div></div></div></div></div></div></div></div></div></div>
Line 6: Line 6:
 
{{Team:UMaryland/UMD15_CSSJS}}
 
{{Team:UMaryland/UMD15_CSSJS}}
 
{{Team:UMarylandMenu}}
 
{{Team:UMarylandMenu}}
 
 
<html>
 
<html>
  
Line 12: Line 11:
  
 
<style type="text/css">
 
<style type="text/css">
 +
 +
/* I'm just gonna code directly here instead of updating the template every time */
  
 
html, body {  
 
html, body {  
    background-color: #FFFFFF;
+
background-color: #ffffff;
    height: 100%;
+
  overflow: auto;
+
 
}
 
}
  
.team-container{
+
#wholeteam {
  padding-top: 2em;
+
position:relative;
  background-color: #4b4040;
+
display:inline-block;
margin-left: 5%;  
+
text-align:center;
    margin-right:5%;  
+
overflow:hidden;
 +
font-family: Arial, Helvetica, sans-serif;
 +
top:-240px;
 +
width:100%;
 
}
 
}
  
.team-container .team-member{
+
#teammember {
  padding: 1em;
+
position:relative;
  position:relative;
+
overflow:hidden;
  opacity: 1;  
+
text-align:left;
  filter: alpha(opacity=60);
+
margin:10px;
  background-color: #4b4040;
+
height:400px;
}
+
width:600px;
 
+
display:inline-block;
.team-container .team-member .name{
+
border:0px solid black;
 
+
border-radius:30px;
  font-size: 50px;  
+
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
+
  position: absolute;
+
  top:5px;
+
  left: 20px;
+
  color: #e0dfdc;
+
  z-index: 3;  
+
 
+
 
}
 
}
  
.team-container .team-member .title{  
+
#profilepicture {
  font-size: 25px;  
+
overflow:hidden;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
+
width: 600px;
  position: absolute;
+
height: 400px;
  top: 65px;
+
display: block;
  left: 30px;
+
z-index:1;
  color: #4b4040;
+
position:absolute;
 +
much:hover;
 +
such:change;
 +
/* wow */
 
}
 
}
  
.team-container .team-member:hover{
+
#profilepicture:hover {
  cursor: pointer;  
+
z-index:4;
 
}
 
}
  
.team-container .team-member:hover .title{
+
#personname {
  opacity: 0;  
+
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000;
 +
position:absolute;
 +
width:100%;
 +
z-index:2;
 +
padding:10px;
 +
padding-bottom:0px;
 +
overflow:hidden;
 +
background-color: rgba(255,255,255,.5);
 +
font-size:20px;
 +
opacity:1;
 
}
 
}
  
.team-container .team-member:hover .name{
+
#personname:hover {
  opacity: 0;  
+
opacity:1;
 
}
 
}
  
.team-container .team-member #my-img{  
+
#personbio {
    overflow:hidden;
+
opacity:1;
 +
width:99%;
 +
overflow:hidden;
 +
z-index:3;
 +
padding:15px;
 +
padding-top:5px;
 +
padding-bottom:0px;
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000;
 +
background-color: rgba(255,255,255,.5);
 +
position:absolute;
 +
bottom:0;
 +
font-size:14px;
 
}
 
}
  
.team-container .team-member > #my-img{  
+
#personbio:hover {
    overflow:hidden;
+
opacity:1;
    width: 100%;
+
    max-height: 80%;
+
    display: block;
+
 
}
 
}
  
.team-container .team-member .bio{
+
#cover {
  position:absolute;  
+
overflow:hidden;
  background: rgba(0,0,0,0.9);
+
position:relative;
  opacity: 0;
+
width:100%;
  top: 1em;
+
margin:auto;
  bottom: 1em;
+
padding:0px;
  width: 50%;
+
background-image: url("https://static.igem.org/mediawiki/2015/b/b3/Teamcover.png");
  padding-left: 1em;  
+
background-size: 100% ;
  padding-right: 1em;
+
background-repeat: no-repeat;
 
+
height: 100%;
 +
width:100%;
 +
min-height:600px;
 +
color: #0DFF00;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
font-size:xx-large;
 +
bottom:0px;
 +
top:-240px;
 
}
 
}
  
.team-container .team-member .bio h3{
+
#bar{
  color: #009A90;
+
display: inline-block;
  font-family: Verdana;
+
opacity:1;
  font-size: 16px;
+
background-color: rgba(255,255,255,.5);
 
+
color:black;
 +
border-top:4px solid black;
 +
border-bottom:4px solid black;
 +
width:100%;
 +
text-align:center;
 +
height:150px;
 +
bottom:0px;
 +
position:absolute;
 
}
 
}
 
+
#bar2{
.team-container .team-member .bio h2{
+
display: inline-block;
  color: #009A90;
+
opacity:1;
  font-family: Verdana;
+
background-color: rgba(255,255,255,.5);
  font-size: 14px;
+
color:black;
 
+
border-top:4px solid black;
 +
border-bottom:4px solid black;
 +
width:100%;
 +
text-align:center;
 +
height:150px;
 +
position:relative;
 
}
 
}
 
 
.team-container .team-member .bio h1{
 
  color: #009A90;
 
  font-family: Verdana; 
 
  font-size: 12px;
 
 
}
 
 
 
.team-container .team-member .bio p{
 
  color: #82FECC;
 
  font-family: Verdana;
 
  font-size: 10px;
 
}
 
 
 
.team-container .team-member:hover img{
 
  box-shadow: 0px 0px 10px #fff;
 
  width: 100%;
 
 
}
 
 
.team-container .team-member:hover .bio{
 
  opacity: 0.8;
 
  box-shadow: 0px 0px 10px #fff;
 
}
 
 
 
#Greeting{
 
  text-align: center;
 
  background-color: #4b4040;
 
  padding: 2em;
 
  font-size: 20px;
 
 
}
 
 
#Greeting h1 {
 
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
 
  font-size: 92px;
 
  padding: 80px 50px;
 
  text-align: center;
 
  text-transform: uppercase;
 
  text-rendering: optimizeLegibility;
 
  box-shadow: 0px 0px 10px #fff;
 
}
 
 
 
h1.insetshadow {
 
  color: #e0dfdc;
 
  background-color: #333;
 
  letter-spacing: .1em;
 
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
 
}
 
 
  
 
</style>
 
</style>
Line 165: Line 145:
 
<!--LESGO BOYS-->
 
<!--LESGO BOYS-->
  
 +
<div id = "cover">
 +
<div id = "bar">
 +
<p style="font-size:42px;"><b>Meet the team</b>
 +
<p style="font-size:24px;">The UMaryland iGEM Team consists of 16 undergraduate students with a variety of backgrounds.
 +
</div>
 +
</div>
 +
 +
<div id = "wholeteam">
  
<body class="homepage">
+
<div id= "teammember">
<div id="page-wrapper">
+
<div id= "profilepicture">
 
+
<img src="https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG" >
<!-- Header -->
+
</div>
<div id="header-wrapper">
+
<div id = "personname"><b style="font-size:24;">Iowis Zhu: </b>
<div id="header" class="container">
+
President, Fearless Leader
 
+
<p style="font-size:12px;float:left;">4th year: Biochemistry, Molecular Genetics, Public Leadership, Statistics, Tech. Entrepreneurship
<!-- Logo -->
+
</div>
<h1 id="logo"><a href="index.html"> UMD iGEM </a></h1>
+
<div id="personbio">  
 
+
<i>"No worries, it'll be fine."</i>
<!-- Nav -->
+
<p>After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorized since 8th grade. Outside of lab, he loves reading manga, watching sports (as a Boston sports fan), and following the global politics. He recently visited India last winter and Germany last summer. After graduation, he plans to enter MD/PhD program.
<nav id="nav">
+
</div>  
<ul>
+
</div>
<li> <a href ="#"> Info</a> 
+
<ul>
+
<li> <a href ="#"> About </a> </li>
+
<li> <a href ="#"> Our Team </a> </li>
+
<li> <a href ="#"> Acknowledgments </a> </li>
+
</ul>
+
</li>
+
<li>
+
<a href="#">Project</a>
+
<ul>
+
<li><a href="#">Description</a></li>
+
<li><a href="#">Design</a></li>
+
<li><a href="#">PCR</a></li>
+
<li><a href="#">Side Projects</a></li>
+
<li><a href="#">Interlab Study</a></li>
+
+
</ul>
+
</li>
+
<li><a href="left-sidebar.html">Parts </a>
+
<ul>
+
<li><a href ="#"> All Parts </a> </li>
+
<li><a href ="#"> Basic Parts </a> </li>
+
<li><a href ="#"> Composite Parts </a> </li>
+
</ul>
+
</li>
+
<li class = "break"><a href="right-sidebar.html">Documentation</a>
+
<ul>
+
<li><a href ="#"> Notebook </a> </li>
+
<li><a href ="#"> Journal </a> </li>
+
<li><a href ="#"> Safety</a> </li>
+
<li><a href ="#"> Gallery </a> </li>
+
</ul>
+
</li>
+
<li>
+
<a href="#">Project</a>
+
<ul>
+
<li><a href="#">Description</a></li>
+
<li><a href="#">Design</a></li>
+
<li><a href="#">PCR</a></li>
+
<li><a href="#">Side Projects</a></li>
+
<li><a href="#">Interlab Study</a></li>
+
+
</ul>
+
</li>
+
<li><a href="no-sidebar.html">Placeholder</a>
+
<ul>
+
<li><a href="#">Modeling</a></li>
+
<li><a href="#">Software</a></li>
+
<li><a href="#">App</a></li>
+
</ul>
+
</li>
+
</ul>
+
</nav>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
<div class = "team-container">
+
 
+
<div id = "Greeting"> <h1 class='insetshadow'> Meet the team </h1> </div>
+
 
+
 
+
 
+
  <div id = "Iowis">
+
  <div class = "team-member col-sm-6">
+
    <div class = "name"> Iowis Zhu </div>  
+
      <div class ="title"> President, Fearless Leader </div>
+
      <img id="my-img" src= "https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG" onmouseover="hoverIowis(this);"
+
onmouseout="unhoverIowis(this);" />
+
 
+
<div class = bio>
+
        <h2> Iowis Zhu </h2>
+
        <h3> 4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship
+
        </h3>  
+
<h1>"No worries, it'll be fine."</h1>
+
        <p>  
+
          After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorised since 8th grade. Outside of lab, he loves reading manga, watching sports (a NE Patriots fan), and following the global stock market. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program.
+
        </p>
+
      </div>
+
  </div>
+
  </div>
+
 
+
 
+
  <div class = "team-member col-sm-6">
+
      <div class = "name" > Stephanie Sansbury </div>
+
      <div class ="title"> Vice President, Team Mom </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG" onmouseover="hoverSteph(this);" onmouseout="unhoverSteph(this);" />
+
      <div class = bio>
+
      <h2>Stephanie Sansbury </h2>
+
        <h3> 4th year: Microbiology, Arabic Studies </h3>
+
        <p>
+
          I am a senior at the University of Maryland researching mechanosensitive channels in V. cholerae. When I'm not in the lab, you can find me wandering organic farms trying to find my spirit animal or exploring the rocky paths of the local Billy Goat Trail along the Potomac River. In addition to basic scientific research, I am interested in science education and policy and plan to work in that arena after earning my PhD.
+
        </p>
+
      </div>  
+
  </div>
+
 
   
 
   
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/6/6f/Steph3.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Stephanie Sansbury: </b>
 +
Vice President, Team Mom
 +
<p style="font-size:16;">4th year: Molecular Genetics, Arabic Studies
 +
</div>
 +
<div id="personbio">
 +
<i>"I'm gonna science as hard as I can!"</i>
 +
<p>Steph is a senior at the University of Maryland researching mechanosensitive channels in bacteria. When she's not in the lab, you can find her wandering organic farms trying to find her spirit animal or exploring the rocky paths of the local Billy Goat Trail. After earning a Ph.D. in molecular/evolutionary genetics, Steph hopes to head a lab at a research institution.
 +
</div>
 +
</div>
  
 
+
<div id= "teammember">
  <div class = "team-member col-sm-6">  
+
<div id= "profilepicture">
    <div class = "name"> Kevin Fan </div>  
+
<img src="https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG" >
      <div class ="title"> Finance Director, Tallest Asian </div>
+
</div>
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
<div id = "personname"><b>Kevin Fan: </b>Finance Director, Tallest Asian
      <div class = bio>  
+
<p style="font-size:16;">4th year: Physiology & Neurobiology, Technology Entrepreneurship
        <h2>Kevin Fan </h2>  
+
</div>
        <h3> 4th year: Neurobiology, Technology Entrepreneurship</h3>  
+
<div id="personbio">  
        <p>  
+
<i>"Can I eat that?"</i>
        Standing at 190cm, Kevin is the tallest Asian on the team. He joined iGEM because of its fast-paced, multidisciplinary, problem solving nature. He is the founder of SuperScore Inc, and serves on the national board of Kids Are Scientists Too. He hopes to attain a MD/MBA someday. In his spare time, Kevin enjoys boxing, parkour, and reading.  
+
<p>Standing at 190 cm, Kevin is the tallest Asian on the team. He joined iGEM because of its fast-paced, multidisciplinary, problem solving nature, as well as its connections to entrepreneurship. He is the founder of SuperScore Inc., and serves on the national board of Kids Are Scientists Too. He hopes to attain a MD/MBA someday. In his spare time, Kevin enjoys boxing, parkour, and reading.
        </p>
+
</div>  
      </div>
+
</div>
  </div>
+
 
+
 
+
  <div class = "team-member col-sm-6">
+
    <div class = "name"> Robert Hand</div>
+
      <div class ="title"> Community/Outreach Director, Handyman </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2>Robert Hand  </h2>
+
        <h3> 3rd year: Bioengineering </h3>
+
        <p>
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
  <div class = "team-member col-sm-6">
+
    <div class = "name"> Chun Mun Loke</div>
+
      <div class ="title"> Website Director, Best Kohai </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2>Chun Mun Loke </h2>
+
        <h3> 2nd year: Biochemistry, Molecular Genetics, Physics, Music
+
        </h3>
+
        <h1>"Has Iowis-senpai noticed me yet?"</h1>
+
        <p>
+
          Hailing from Singapore and Australia, Chun Mun's strong interest in genetic engineering prompted him to join iGEM. He hopes to conduct research in this field after attaining an MD/PhD. Outside of school, he is a self proclaimed piano prodigy, having won consecutive local competitions and finalising in international ones. He can solve a Rubik's cube in a very slow average of 17 seconds and is an avid video gamer. He is actually not a weeaboo as some aspects of his profile may suggest.
+
 
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
 
+
 
+
  <div class = "team-member col-sm-6">
+
    <div class = "name"> Aditya Biswas</div>
+
      <div class ="title"> PCR Design Director, </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2>Aditya Biswas</h2>
+
        <h3> 4th year: Bioengineering</h3>
+
        <h1> "When I am not tinkering with the PCR you will find me modeling in the finest versions of matlab" </h1>
+
        <p>
+
          Aditya is a senior at the University of Maryland who is studying BioEngineering. Aditya brings 5 years of wet lab research experience including one prior year with Maryland's IGEM team. This year Aditya's main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In his free time Aditya enjoys the movies, making food for the team, and visiting cows.
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Juhye Kang</div>
+
      <div class ="title"> Graphic Designer </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Juhye Kang</h2>
+
        <h3> 2nd year: Neurobiology
+
        </h3>
+
        <p>
+
          After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorised since 8th grade. Outside of lab, he loves reading manga, watching sports (a NE Patriots fan), and following the global stock market. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Kimia Abtahi</div>
+
      <div class ="title"> Photographer</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);"/>
+
      <div class = bio>
+
<h2> Kimia Abtahi</h2>
+
        <h3> 2nd year: Physiology & Neurobiology
+
        </h3>
+
        <p>
+
        I am a sophomore majoring in Physiology & Neurobiology and on the pre-med track. I might consider pursuing obstetrics in the future. I would like to travel and apply my knowledge to developing countries or disaster relief. Beyond that, I have interests in nutrition and business. I am a student photographer for the Honors College and play on the Women's Ultimate Frisbee Team. My favorite way to spend my free time is staying active in nature, such as jogging or doing adventure courses.  </p>
+
      </div>
+
  </div>
+
 
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Dylan Taylor</div>
+
      <div class ="title"> PCR Team Member </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Dylan Taylor</h2>
+
        <h3> 2nd year: Neurobiology, Mathematics</h3>
+
        <p>
+
          A member of the Integrated Life Sciences Honors
+
          College, I am heavily involved in the design of various components of the
+
            team’s PCR machine. This is my second research experience and firstwet-lab experience. Outside iGEM, I am a member of the University of
+
          Maryland Gymkana Troupe and I am almost obsessed with Rubik's cubes and all other Twisty Puzzles.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Dania Benalla</div>
+
      <div class ="title"> Programmer </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Dania Benalla</h2>
+
        <h3> 2nd year: Computer Science, Microbiology
+
        </h3>
+
        <p>
+
          After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorised since 8th grade. Outside of lab, he loves reading manga, watching sports (a NE Patriots fan), and following the global stock market. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Kara Huie</div>
+
      <div class ="title"> PCR Team Member </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Kara Huie</h2>
+
        <h3> 2nd year: Bioengineering
+
        </h3>
+
        <p>
+
          Hi, I'm a sophomore bioengineering major at the University of Maryland. While I am not sure, at this point in time, what exactly I plan to do in the future, I hope that experiences like iGEM will help me to find my interests and give me more exposure to the many careers related to biology. Outside of school, I enjoy running and keeping up with track & field. I also enjoy doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, I love doing sports.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Samiha Ahmed</div>
+
      <div class ="title"> Team Artist </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Samiha Ahmed</h2>
+
        <h3>2nd year: Physiology & Neurobiology, Public Health
+
        </h3>
+
        <p>
+
          Hi, my name is Samiha Ahmed and I'm a sophomore Neurobiology and Physiology and Public Health Sciences double major. I hope to go to medical school one day, and I love all things arts and crafts related.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Adam Wahab</div>
+
      <div class ="title"> Lab Member</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2> Adam Wahab</h2>
+
        <h3> 4th year: Physiology & Neurobiology
+
        </h3>
+
        <p>
+
          Hi, I'm a senior neurobiology and physiology major at the University of Maryland. This is my first research experience and exposure to synthetic biology. In the future I hope to attend medical school and pursue more research opportunities. Outside of the lab, I'm a huge news junkie and I love following politics. I also enjoy traveling, weight lifting, and browsing reddit.
+
        </p>
+
      </div>  
+
  </div>
+
 
   
 
   
<div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Sarah Wain</div>  
+
<div id= "profilepicture">
      <div class ="title"> Programmer</div>
+
<img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Robert Hand: </b>Community/Outreach Director
<h2> Sarah Wain</h2>
+
<p style="font-size:16;">3rd year: Bioengineering
        <h3> 2nd year: Chemical Engineering, Computer Science
+
</div>
        </h3>  
+
<div id="personbio">  
        <p>  
+
<i>"Always happy to lend a hand."</i>
        I am a sophomore and member of the Gemstone Honors College. I was predominantly involved in the Wiki design. In addition to iGem, I work in a Polymer Chemistry lab and enjoy finding as much free food as possible.  
+
<p>Rob is currently a junior Bioengineering major. He joined iGEM because of its innovative, creative nature and how it addresses so many different aspects of synthetic biology. Outside of the iGEM lab and our human practices efforts, he enjoys reading about virtually anything, learning about vegetarian cooking recipes, being out in nature,  exploring his new found hobby of SCUBA diving with the Maryland Terrafins, exploring, learning about issues in Bioethics, and spending time with his wonderful friends.
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Pavel Vlasov</div>  
+
<div id= "profilepicture">
      <div class ="title"> Returning Member</div>
+
<img src="https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG'" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Chun Mun Loke: </b><font="24px;">Website Director, Best Kohai</font>
<h2> Pavel Vlasov</h2>
+
<p style="font-size:16;">2nd year: Biochemistry, Molecular Genetics, Physics, Music
        <h3> 4th year: Biochemistry, Molecular Genetics</h3>  
+
</div>
        <h1> "Wanna hear a joke?" </h1>  
+
<div id="personbio">
        <p>  
+
<i>"Has Iowis-senpai noticed me yet?"</i><!--Pretty sure I'm his favourite iGEM lab member, so yes.-->
        I am a senior and member of the Integrated Life Sciences Honors College at UMD, and am originally from the distant land of Russia. Outside of iGEM, I also have another internship at the Uniformed Services University of the Health Sciences in Bethesda, Maryland, where I am working with thyroid cells. Outside of academics and scientific work, my hobbies include video games, model kits, fencing, anime, and writing science-fiction stories.  
+
<p>Hailing from Singapore and Australia, Chun Mun's strong interest in genetic engineering prompted him to join iGEM. He hopes to conduct research in this field after attaining an MD/PhD. Outside of school, he is a self proclaimed piano prodigy, having won consecutive local competitions and finalizing in international ones. He can solve a Rubik's cube in a very slow average of 17 seconds and is an avid video gamer. He is actually not a weeaboo as some aspects of his profile may suggest. <!--I also did pretty much all the work on this website-->
 +
</div>
 +
</div>
  
        </p>  
+
<div id= "teammember">
      </div>  
+
<div id= "profilepicture">
  </div>
+
<img src="https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/a/ad/Aditya2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Aditya Biswas: </b>PCR Design Director
 +
<p style="font-size:16;">4th year: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i>"My PCR machine doubles as a hairdryer."</i>
 +
<p>Aditya is a senior at the University of Maryland who is studying Bioengineering. Aditya brings five years of wet lab research experience including one prior year with Maryland's iGEM team. This year, Aditya's main foci are the design of an inexpensive and effective PCR machine and modeling metabolic pathways of engineered E.coli. In his free time, Aditya enjoys the movies, making food for the team, and visiting cows.
 +
</div>  
 +
</div>
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> George Zhang</div>  
+
<div id= "profilepicture">
      <div class ="title"> Coder</div>
+
<img src="https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Kimia Abtahi: </b> Wet Lab Member, Human Practices, Photographer
<h2> George Zhang</h2>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology
        <h3> 4th year: Bioengineering, Statistic
+
</div>
        </h3>  
+
<div id="personbio">  
        <p>  
+
<i></i>
          Hi everyone - I am a senior bioengineering major and statistics minor at the University of Maryland. I hope to attend medical school after my undergraduate education. In my time outside of the classroom, I enjoy running, playing basketball, and taking long naps in the library when I really should be studying. Recently, I have also been occupied with self-learning new computer programming languages. Expect big things from UMD iGEM this year – go Terps!
+
<p>Kimia is a sophomore majoring in Physiology & Neurobiology and on the pre-med track. She is considering pursuing obstetrics in the future. She would like to travel and apply her knowledge to developing countries or disaster relief. Beyond that, she has interests in nutrition and business. Kimia is a student photographer for the Honors College and plays on the Women's Ultimate Frisbee Team. Her favorite way to spend her free time is staying active in nature, such as jogging or doing adventure courses.
        </p>  
+
</div>  
      </div>  
+
</div>
  
  
  </div>
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Adam Wahab</b> Wet Lab Member
 +
<p style="font-size:16;">4th year: Physiology & Neurobiology
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Adam is a senior Physiology & Neurobiology major at the University of Maryland. This is his first research experience and exposure to synthetic biology. In the future he hopes to attend medical school and pursue more research opportunities. Outside of the lab, he is a huge news junkie and loves following politics. He also enjoys traveling, weight lifting, and browsing reddit.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/4/4a/Fishy.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Juhye Kang</b>
 +
<p style="font-size:16;">2nd year: Physiology & Neurobiology
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Juhye is a sophomore Physiology & Neurobiology major in the Integrated Life Sciences Honors Program. Currently, she is a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients, in addition to iGEM. She hopes to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school, she enjoys reading, dancing, and binge watching countless crime and cooking shows. Her favorite movie of all time is Finding Nemo, and her favorite food is macaroni and cheese (or just cheese in general!).
 +
</div>
 +
</div>
  
<div id = "Greeting"> <h1 class='insetshadow'> Advisors </h1> </div>  
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Kara Huie: </b>PCR Design
 +
<p style="font-size:16;">2nd year: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i>"Get your lemonade and pink lemonade here!" (Referring to liquid cell culture with & without RFP)"</i>
 +
<p>Kara is a sophomore Bioengineering major at the University of Maryland. While at this point in time she isn't sure what exactly she plans to do in the future, she hopes that experiences like iGEM will help her to find her interests and give her more exposure to the many careers related to biology. Outside of school, she enjoys running and keeping up with track & field. She also enjoys doing kung fu (martial arts) and just recently started indoor rock climbing this summer. Basically, she loves doing sports.
 +
</div>  
 +
</div>
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name">Dr. Jason Kahn</div>  
+
<div id= "profilepicture">
      <div class ="title">  Biochemistry</div>
+
<img src="https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Dylan Taylor: </b>PCR Design
<h2> Dr. Jason Kahn</h2>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Mathematics
        <h3> University of California, Berkeley, Ph.D. 1990</h3>  
+
</div>
        <p>  
+
<div id="personbio">  
          Research Interests:
+
<i>"This looks safe, right?"</i> <!--Oh no what happened to the Natalie Dormer one I liked that one :( -->
          DNA structure and topology in multi-protein DNA complexes and DNA loops.
+
<p>Dylan is a sophomore Physiology & Neurobiology and Mathematics double major in the Integrated Life Sciences honors program. Dylan was heavily involved in the design of various components of the team’s PCR machine. He's not sure what he wants to do out of college yet, and he hopes his experience with iGEM will help shape this decision. This is his second research experience and first wet-lab experience. Outside iGEM, he is a member of the University of Maryland Gymkana Troupe, a performance gymnastics team. He also collects and solves various twisty puzzles and loves to read Sci-Fi and Fantasy novels.  
          Construction of nanoscale objects using DNA and protein-DNA complexes.
+
</div>  
          DNA packaging by peptides used for transfection of DNA and siRNA.
+
</div>
          Role of DNA structure in transcription and gene regulation.ps!
+
        </p>
+
      </div>  
+
  </div>
+
  
    <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name">Dr. Ed Eisenstein</div>  
+
<div id= "profilepicture">
      <div class ="title"> Bioengineering</div>
+
<img src="https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Dania Benalla: </b>Programmer
<h2>Dr. Ed Eisenstein</h2>
+
<p style="font-size:16;">2nd year: Computer Science, Microbiology
        <h3>   Ph.D., Georgetown University, 1985</h3>  
+
</div>
        <p>  
+
<div id="personbio">  
            Research Interests:
+
<i></i>
          Professor Eisentein's laboratory is investigating a number of questions involving plants, including their remarkable capacity to produce a complex array of interesting compounds, the way they respond to pathogens and disease, and also the feasibility of engineering their biosynthetic apparatus for applications ranging from human health to biofuel production.
+
<p>Dania is a sophomore Microbiology and Computer Science major in the Integrated Life Sciences Honors Program. After graduating, she hopes to attend medical school to become a neurologist. Outside of school, Dania enjoys reading, watching TV and sleeping.
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
  
    <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Dr. "Boots" Quimby</div>  
+
<div id= "profilepicture">
      <div class ="title">Biology</div>
+
<img src="https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Samiha Ahmed: </b> Art Design
<h2>Dr. "Boots" Quimby</h2>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Public Health
        <h3> Ph.D., Emory University, 1997</h3>  
+
</div>
        <p>  
+
<div id="personbio">  
          Dr. Quimby's research interests are related to the interface between nucleocytoplasmic transport and cell cycle regulation and on the effects of reading primary research literature on student learning. Her awards and recognition for teaching include a Center for Teaching Excellence Lilly Fellowship and she was named an American Society of Microbiologists Biology Scholar for 2010-2011. ps!
+
<i>"Don't touch my shoulders."</i>
        </p>
+
<p>Samiha Ahmed is a sophomore Physiology & Neurobiology and Public Health Sciences double major in the Integrated Life Sciences Honors Program. She hopes to go to medical school one day, and she loves all things arts and crafts related. Outside of the science world, she works on board for United Muslim Relief, a global humanitarian organization that provides aid and relief globally. She also works with kids, having been a Sunday school teaching assistant and a volunteer at a hospital working with newborns. When she isn't working, she likes to paint, draw, read books, read anime, watch shows, cook, bake, run, dance, eat and sleep. Basically, she enjoys a wide variety of activities in life and always loves trying new things.
      </div>  
+
</div>  
  </div>
+
</div>
  
    <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Nathan Barber</div>  
+
<div id= "profilepicture">
      <div class ="title">  Bioengineering</div>
+
<img src="https://static.igem.org/mediawiki/2015/8/8a/Sarah.jpg" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Sarah Wain: </b>Programmer
<h2>Nathan Barber</h2>
+
<p style="font-size:16;">2rd year: Chemical engineering, Computer Science
      <h3> B.S. Bioengineering, University of Maryland, College Park, 2015 </h3>  
+
</div>
        <p>  
+
<div id="personbio">  
          I am a former vice president of the UMaryland iGEM team and had served many roles this past year as we formed the team. I graduated with a degree in Bioengineering and currently work in the Life Sciences consulting field while also working as a mentor and advisor to this years team. My background primarily consists of metabolic and genetic engineering research, and in my spare time I am an avid rock climber and play ice hockey.ps!
+
<i></i>
        </p>
+
<p>Sarah is a sophomore and member of the Gemstone Honors Program. She was predominantly involved in the Wiki design. In addition to iGEM, she works in a Microfluidics Chemistry lab and enjoys finding as much free food as possible. Post graduation, Sarah hopes to pursue a career in industry working as an engineer at a large company. Outside of academics, Sarah like playing the ukulele and exercising.  
      </div>  
+
</div>  
  </div>
+
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Pavel Vlasov</b>
 +
<p style="font-size:16;">4th year: Biochemistry, Molecular Genetics
 +
</div>
 +
<div id="personbio">
 +
<i>"Wanna hear a joke?"</i>
 +
<p>Pavel is a senior and member of the Integrated Life Sciences Honors Program at UMD, originally from the distant land of Russia. Outside of iGEM, he also has another internship at the Uniformed Services University of the Health Sciences in Bethesda, Maryland, where he works with thyroid cells. Outside of academics and scientific work, his hobbies include video games, model kits, fencing, anime, and writing science-fiction stories.
 +
</div>
 +
</div>
  
<div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Tanya</div>  
+
<div id= "profilepicture">
      <div class ="title">  Bioengineering</div>
+
<img src="https://static.igem.org/mediawiki/2015/3/34/George.jpg" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">George Zhang</b>
<h2>Tanya</h2>
+
<p style="font-size:16;">4th year: Bioengineering, Statistics
        <p>  
+
</div>
        </p>
+
<div id="personbio">  
      </div>  
+
<i></i>
  </div>
+
<p>George is a senior Bioengineering major and Statistics minor at the University of Maryland. He hopes to attend medical school. In his time outside of the classroom, he enjoys running, playing basketball, and taking long naps in the library when he really should be studying. Recently, he has also been occupied with self-learning new computer programming languages. He says to expect big things from UMD iGEM this year – go Terps!
 +
</div>  
 +
</div>
  
<div class = "team-member col-sm-6">
+
</div>
    <div class = "name"> Navadeep</div>
+
</div>  
      <div class ="title">  Chemical Engineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
+
      <div class = bio>
+
<h2>Navadeep</h2>
+
        <p>
+
        </p>
+
      </div>  
+
  </div>
+
  
 +
<div id = "wholeteam">
 +
<div id = "bar2">
 +
<p style="font-size:42px;"><b>Advisors</b>
 +
<p style="font-size:24px;">We are very fortunate to have worked with these fabulous advisors, without whom our projects would not be possible.
 
</div>  
 
</div>  
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/6/6c/Kahn.jpg" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. Jason Kahn</b>
 +
<p style="font-size:16;">UC Berkeley, 1990
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
Jason D. Kahn is a biophysical chemist who studies protein-nucleic acid interaction and engineering. He is best known for studies of DNA looping, bending, twisting, and cyclization, as well as hybridization thermodynamics for modified bases. He teaches a variety of chemistry, biochemistry, and molecular biology courses, which he credits for initiating his interest in synthetic biology. Dr. Kahn was a graduate student at UC Berkeley and a post-doc at Yale before coming to Maryland in 1994.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/a/ad/Eistenstein.jpg" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. Edward Eisenstein</b>
 +
<p style="font-size:16;">Georgetown University, 1985
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Edward Eisenstein is a Fellow in the Institute for Bioscience and Biotechnology Research and an Associate Professor in the Fischell Department of Bioengineering at the University of Maryland.  Trained in modern structural enzymology, his current research interests are focused on protein and biosystem engineering for discovery and application in plants and microorganisms.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e1/Boots.jpg" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. "Boots" Quimby</b>
 +
<p style="font-size:16;">Emory University, 1997
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p> Dr. Quimby is Associate Director of the Integrated Life Sciences honors program in the Honors College at the University of Maryland. Prior to joining the Department of Cell Biology and Molecular Genetics at UMD as a full-time instructor, she earned her Master's of Arts in teaching from the University of South Carolina, after which she taught high school science in Atlanta, Georgia for eight years. She then returned to graduate school and received her doctorate in genetics and molecular biology from Emory University.
 +
</div>
 +
</div>
  
<!-- JS -->  
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Nathan Barber</b>
 +
<p style="font-size:16;">University of Maryland 2015, Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Nathan is a former vice president of the UMaryland iGEM team and had served many roles this past year as the team formed. He graduated with a degree in Bioengineering and currently works in the Life Sciences consulting field while also working as a mentor and advisor to this year's team. His background primarily consists of metabolic and genetic engineering research, and in his spare time he is an avid rock climber and plays ice hockey!
 +
</div>
 +
</div>
  
<script type="text/javascript">
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Naren Bhokisham</b>
 +
<p style="font-size:16;">Graduate Student: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<p>
 +
Naren is a Graduate Student in Molecular and Cell Biology at the University of Maryland, College Park. He received his undergraduate degree in Industrial Biotechnology from St. Joseph’s College of Engineering, Anna University, India. He works in the intersection of synthetic biology, metabolic engineering and biomaterials, involving assembly of enzyme cascades on various interfaces to generate small molecules and engineering microbes to display novel phenotypes in response to small molecules. Apart from science, his pursuits include traveling, running and latin dancing.</p>
 +
</div>
 +
</div>
  
function hoverIowis(element) {
+
<div id= "teammember">
    element.setAttribute('src', 'https://static.igem.org/mediawiki/2015/d/dd/Iowis2.JPG');
+
<div id= "profilepicture">
}
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. Tanya Gordonov <!-- <3 --></b>
 +
<p style="font-size:16;">University of Maryland 2015, Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>
 +
Tanya is a recently-graduated graduate student in the Bioengineering program. Synthetic biology has been her interest for many years, and being an advisor for the UMD iGEM team had been a great mentoring experience for her. In addition to synthetic biology, her research interests include bioelectronics and the construction of lab-on-a-chip devices. She's very proud of how far the team has come and knows they will do great at the competition.</p>
 +
</div>
 +
</div>
  
function unhoverIowis(element) {
+
<div id= "teammember">
    element.setAttribute('src', 'https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG');
+
<div id= "profilepicture">
}
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
function hoverSteph(element) {
+
</div>
    element.setAttribute('src', 'https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG');
+
<div id = "personname"><b style="font-size:24;">Navadeep</b>
}
+
<p style="font-size:16;">Graduate Student: Chemical Engineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>
 +
Navadeep is a PhD candidate in Chemical and Biomolecular Engineering. His primary research interest is in predicting metabolism in cells by interplay of computational modeling and experiments, more specifically in the application and development of computational methods to minimize experimental work in making reliable metabolic flux predictions. Prior to his doctoral research in cellular metabolism, Navadeep has worked in the areas of computational fluid dynamics in microfluidic systems and petroleum refining. Rugby union, cricket, badminton and motorcycles are some of his other obsessions. </p>
 +
</div>
 +
</div>
  
function unhoverSteph(element) {
+
<div id= "teammember">
    element.setAttribute('src', 'https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG');
+
<div id= "profilepicture">
}
+
<img src="https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png'" >
 
+
</div>
 
+
<div id = "personname"><b style="font-size:24;">Testudo</b>
(function($) {
+
<p style="font-size:16;">School Mascot
 
+
</div>
skel.breakpoints({
+
<div id="personbio">  
normal: '(max-width: 1280px)',
+
<i></i>
narrow: '(max-width: 1080px)',
+
<p>
narrower: '(max-width: 820px)',
+
</div>  
mobile: '(max-width: 736px)',
+
</div>
mobilep: '(max-width: 480px)'
+
});
+
 
+
$(function() {
+
 
+
var $window = $(window),
+
$body = $('body');
+
 
+
// Disable animations/transitions until the page has loaded.
+
$body.addClass('is-loading');
+
 
+
$window.on('load', function() {
+
$body.removeClass('is-loading');
+
});
+
 
+
// Fix: Placeholder polyfill.
+
$('form').placeholder();
+
 
+
// Prioritize "important" elements on narrower.
+
skel.on('+narrower -narrower', function() {
+
$.prioritize(
+
'.important\\28 narrower\\29',
+
skel.breakpoint('narrower').active
+
);
+
});
+
 
+
// CSS polyfills (IE<9).
+
if (skel.vars.IEVersion < 9)
+
$(':last-child').addClass('last-child');
+
 
+
// Dropdowns.
+
$('#nav > ul').dropotron({
+
mode: 'fade',
+
speed: 300,
+
alignment: 'center',
+
noOpenerFade: true
+
});
+
 
+
// Off-Canvas Navigation.
+
 
+
// Navigation Button.
+
$(
+
'<div id="navButton">' +
+
'<a href="#navPanel" class="toggle"></a>' +
+
'</div>'
+
)
+
.appendTo($body);
+
 
+
// Navigation Panel.
+
$(
+
'<div id="navPanel">' +
+
'<nav>' +
+
'<a href="index.html" class="link depth-0">Home</a>' +
+
$('#nav').navList() +
+
'</nav>' +
+
'</div>'
+
)
+
.appendTo($body)
+
.panel({
+
delay: 500,
+
hideOnClick: true,
+
resetScroll: true,
+
resetForms: true,
+
side: 'top',
+
target: $body,
+
visibleClass: 'navPanel-visible'
+
});
+
 
+
// Fix: Remove navPanel transitions on WP<10 (poor/buggy performance).
+
if (skel.vars.os == 'wp' && skel.vars.osVersion < 10)
+
$('#navButton, #navPanel, #page-wrapper')
+
.css('transition', 'none');
+
 
+
});
+
 
+
})(jQuery);
+
 
+
 
+
</script>
+
 
+
 
+
</body>  
+
 
+
</html>
+

Latest revision as of 18:20, 18 November 2015