Difference between revisions of "Team:UMaryland/Team"

m
 
(204 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Template_All_Teams}}
 
+
 
<html>
 
<html>
 
<!--Getting rid of all the crap that comes before-->
 
 
 
</div></div></div></div></div></div></div></div></div></div>
 
</div></div></div></div></div></div></div></div></div></div>
 +
</html>
 +
{{Team:UMarylandClasses}}
 +
{{Team:UMaryland/UMD15_CSSJS}}
 +
{{Team:UMarylandMenu}}
 +
<html>
  
<!-- OPERATION: CLEAN UP THIS CODE IS IN PROGRESS-->
+
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
  
 +
<style type="text/css">
  
 +
/* I'm just gonna code directly here instead of updating the template every time */
  
<style type="text/css">
+
html, body {  
/* COMPLICATED CSS. DON'T MESS WITH THIS SHIT UNLESS YOU KNOW WHAT YOU'RE DOING */
+
background-color: #ffffff;
+
body {  
+
background-color: #FF0000;
+
}
+
 
+
 
+
/* THIS CLASS IS ACTUALLY SHIT. WON'T EVEN TRY TO FIX */ #mainContainer { 
+
width: 1350;
+
overflow:hidden;
+
float:center;
+
margin-left:0px;
+
margin-bottom: 10px;
+
background-color: #fff;
+
border-bottom: 10px solid #000000;
+
border-right: 5px solid #000000;
+
                                border-style:inset;
+
border-left: 5px solid #000000;
+
border-top: 10px solid #000000;
+
font-family: Verdana, Geneva, sans-serif;
+
}
+
 
+
#fullofswag {
+
margin: auto;
+
width: 100%;
+
  background-color: #ffffff;  
+
border:5px solid #000000;
+
font-family: Verdana, Geneva, sans-serif;
+
swag:infinity;
+
}
+
+
#swagcontent {
+
margin: auto;
+
width: 80%;
+
padding: 10px;
+
overflow:hidden;
+
  background-color: #ffffff;
+
border:5px solid #000000;
+
font-family: Verdana, Geneva, sans-serif;
+
swag:3much3handle;
+
}
+
+
/* Creates the container for the content */
+
#contentContainer {
+
+
padding-top:20px;
+
padding-right:20px;
+
margin-bottom: 20px;
+
width: 100% ;
+
padding-left: 20px;
+
float: left;
+
background-color: #fff;
+
border-top: 14px solid #000000;
+
font-family: Verdana, Geneva, sans-serif;
+
+
+
+
 
+
+
+
 
+
/*Set up height place holder for the banner*/
+
#bannerContainer {
+
      height:270;
+
width:1000;
+
margin:auto;
+
text-align:center;
+
color: #000000;
+
}*/
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 13px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #000000;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: Verdana, Geneva, sans-serif;
+
margin-top:10px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #000000;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover {
+
color: #FFFFFF;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #56;
+
    border-collapse: collapse;
+
    width: 100%
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 0px;
+
    margin-left: 10px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    background-color: #E8E8E9;
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
 
+
/* THIS IS WHAT WE CALL LOSS OF FUNCTION EVOLUTION "USE IT OR LOSE IT" -St. Leger */
+
 
+
+
#menuContainer  {
+
                                position:fixed;
+
float:left;
+
                                top:0px;
+
width: 100%;
+
padding: 20px 20px;
+
border-top: 0px solid #000000;
+
background-color: #000000;
+
}
+
+
  #menuContainer  ul{
+
        padding: 0;
+
        list-style: none;
+
    }
+
  #menuContainer ul li{
+
        width: 100px;
+
        display: inline-block;
+
        position: relative;
+
        text-align: center;
+
        line-height: 21px;  }
+
+
 
+
 
+
#menuContainer  li{
+
        display: block;
+
        padding: 5px 10px;
+
        color: 000000;
+
        background: #FFFF00;
+
        text-decoration: none;
+
}
+
  #menuContainer  li:hover{
+
        color: #000000;
+
        background: ##FFFF00;
+
}
+
+
+
+
#menuContainer  ul li a{
+
        display: block;
+
        padding: 5px 10px;
+
        color: 000000;
+
        background: #FFFF00;
+
        text-decoration: none;
+
}
+
  #menuContainer  ul li a:hover{
+
        color: #000000;
+
        background: ##FFFF00;
+
}
+
+
+
+
  #menuContainer ul li ul{
+
        display: none;
+
        position: absolute;
+
        z-index: 999;
+
        left: 0;
+
    }
+
  #menuContainer  ul li:hover ul{
+
        display: block; /* display the dropdown */
+
    }
+
+
/*swagmaster Chun Mun finally got the menu to work reasonably*/
+
/* UPDATE: There is no end to his swag, for a new swag class has taken the place of this inferior one */
+
+
/*menu links */
+
#menuContainer a {
+
color: #000000;
+
}
+
#menuContainer a:hover {
+
font-weight: bold;
+
color: #FFFFFF;
+
}
+
+
+
#menuContainer ul li a:hover {
+
font-weight: bold;
+
color: #FFFFFF;
+
}
+
#menuContainer ul li a {
+
color: #000000;
+
}
+
+
+
+
 
+
/*CLASSES */
+
 
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
        width:500px;
+
        margin:auto;
+
        background-color: #E8E8E9;
+
margin-bottom: 15px;
+
margin-top: 15px;
+
padding: 15px;
+
padding-top: 5px;
+
    }
+
 
+
 
+
 
+
#swagmenu ul,#swagmenu li,#swagmenu span,#swagmenu a {
+
  margin: 0;
+
  padding: 0;
+
  position: relative;
+
 
+
 
}
 
}
#swagmenu {
 
  line-height: 1;
 
  border-radius: 5px 5px 0 0;
 
  -moz-border-radius: 5px 5px 0 0;
 
  -webkit-border-radius: 5px 5px 0 0;
 
  background: #000000;
 
  background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
 
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
 
  border-bottom: 2px solid #ffFF00;
 
  width: auto;
 
  swag: maximum;
 
}
 
#swagmenu:after,#swagmenu ul:after {
 
  content: '';
 
  display: block;
 
  clear: both;
 
  swag: one hundred thousand;
 
}
 
#swagmenu a {
 
  background: #000000;
 
  background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
 
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
 
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
 
  color: #ffffff;
 
  display: block;
 
  font-family: Helvetica, Arial, Verdana, sans-serif;
 
  padding: 19px 20px;
 
  text-decoration: none;
 
  swag: one hundred trillion;
 
}
 
#swagmenu ul {
 
  list-style: none;
 
  swag: off the charts;
 
 
 
}
 
#swagmenu > ul > li {
 
  display: inline-block;
 
  float: left;
 
  margin: 0;
 
  fact: swag is off the charts
 
}
 
#swagmenu.align-center {
 
  text-align: center;
 
  swag: 420
 
}
 
#swagmenu.align-center > ul > li {
 
  float: none;
 
  swag: quatre vingt
 
}
 
#swagmenu.align-center ul ul {
 
  text-align: left;
 
  swag: quatre cent vingt
 
}
 
#swagmenu.align-right > ul {
 
  float: right;
 
}
 
#swagmenu.align-right ul ul {
 
  text-align: right;
 
}
 
#swagmenu > ul > li > a {
 
  color: #ffffff;
 
  font-size: 12px;
 
}
 
#swagmenu > ul > li:hover:after {
 
  content: '';
 
  display: block;
 
  width: 0;
 
  height: 0;
 
  position: absolute;
 
  left: 50%;
 
  bottom: 0;
 
  border-left: 10px solid transparent;
 
  border-right: 10px solid transparent;
 
  border-bottom: 10px solid #FFFF00;
 
  margin-left: -10px;
 
  font-weight: bold;
 
}
 
#swagmenu > ul > li:first-child > a {
 
  border-radius: 5px 0 0 0;
 
  -moz-border-radius: 5px 0 0 0;
 
  -webkit-border-radius: 5px 0 0 0;
 
}
 
#swagmenu.align-right > ul > li:first-child > a,#swagmenu.align-center > ul > li:first-child > a {
 
  border-radius: 0;
 
  -moz-border-radius: 0;
 
  -webkit-border-radius: 0;
 
}
 
#swagmenu.align-right > ul > li:last-child > a {
 
  border-radius: 0 5px 0 0;
 
  -moz-border-radius: 0 5px 0 0;
 
  -webkit-border-radius: 0 5px 0 0;
 
}
 
#swagmenu > ul > li.active > a,#swagmenu > ul > li:hover > a {
 
  color: #ffffff;
 
  box-shadow: inset 0 0 3px #000000;
 
  -moz-box-shadow: inset 0 0 3px #000000;
 
  -webkit-box-shadow: inset 0 0 3px #000000;
 
  background: #000000
 
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
 
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
 
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
 
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
 
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
 
}
 
#swagmenu .has-sub {
 
  z-index: 1;
 
}
 
#swagmenu .has-sub:hover > ul {
 
  display: block;
 
  font-weight: bold;
 
}
 
#swagmenu .has-sub ul {
 
  display: none;
 
  position: absolute;
 
  width: 200px;
 
  top: 100%;
 
  left: 0;
 
}
 
#swagmenu.align-right .has-sub ul {
 
  left: auto;
 
  right: 0;
 
}
 
#swagmenu .has-sub ul li {
 
  *margin-bottom: -1px;
 
}
 
#swagmenu .has-sub ul li a {
 
  background: #000000
 
  border-bottom: 1px dotted #FFFF00;
 
  font-size: 11px;
 
  filter: none;
 
  display: block;
 
  line-height: 120%;
 
  padding: 10px;
 
  color: #ffffff
 
}
 
#swagmenu .has-sub ul li:hover a {
 
  background: #FFFF00;
 
  font-weight: bold;
 
  color: #000000
 
}
 
#swagmenu ul ul li:hover > a {
 
  color: #000000
 
  font-weight: bold;
 
}
 
#swagmenu .has-sub .has-sub:hover > ul {
 
  display: block;
 
  
 +
#wholeteam {
 +
position:relative;
 +
display:inline-block;
 +
text-align:center;
 +
overflow:hidden;
 +
font-family: Arial, Helvetica, sans-serif;
 +
top:-240px;
 +
width:100%;
 
}
 
}
#swagmenu .has-sub .has-sub ul {
 
  display: none;
 
  position: absolute;
 
  left: 100%;
 
  top: 0;
 
}
 
#swagmenu.align-right .has-sub .has-sub ul,#swagmenu.align-right ul ul ul {
 
  left: auto;
 
  right: 100%;
 
}
 
#swagmenu .has-sub .has-sub ul li a {
 
  background: #FFFF00
 
  border-bottom: 1px dotted #FFFF00;
 
}
 
#swagmenu .has-sub .has-sub ul li a:hover {
 
  background: #ffff00
 
}
 
#swagmenu ul ul li.last > a,#swagmenu ul ul li:last-child > a,#swagmenu ul ul ul li.last > a,#swagmenu ul ul ul li:last-child > a,#swagmenu .has-sub ul li:last-child > a,#swagmenu .has-sub ul li.last > a {
 
  border-bottom: 0;
 
}
 
 
 
  
+
#teammember {
</style>
+
position:relative;
 
+
overflow:hidden;
<!--WOW SUCH STYLE MUCH FANCY-->
+
text-align:left;
 
+
margin:10px;
<!--LESGO BOYS-->
+
height:400px;
 
+
width:600px;
<div id ="fullofswag">
+
display:inline-block;
 
+
border:0px solid black;
+
border-radius:30px;
 
+
<div id='swagmenu'>
+
<ul>
+
  <li><a href="https://2015.igem.org/Team:UMaryland"><span>Home</span></a></a></li>
+
 
+
<li><a href="https://2015.igem.org/Team:UMaryland/about"><span>About</span></a></li>
+
 
+
  <li class='active'><a href="https://2015.igem.org/Team:UMaryland/Team"><span>Team</span></a></li>
+
 
+
  <li class='has-sub'><a href="#"><span>Project</a>
+
            <ul>
+
<li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li>
+
<li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li>
+
+
</ul></span></a>
+
      </li>
+
 
+
   
+
<li><a href="https://2015.igem.org/Team:UMaryland/Part_Collection"><span>Parts</span></a></li>
+
+
 
+
    <li class='has-sub'><a href="#"><span>Documentation</a>
+
            <ul>
+
<li><a href="https://2015.igem.org/Team:UMaryland/Notebook"><span>Notebook</span></a></li>
+
<li><a href="https://2015.igem.org/Team:UMaryland/journal"><span>Journal</span></a></li>
+
<li><a href="https://2015.igem.org/Team:UMaryland/Safety"><span>Safety</span></a></li>
+
<li><a href="https://2015.igem.org/Team:UMaryland/gallery"><span>Gallery</span></a></li>
+
</ul>
+
</span></a></li>
+
 
+
  <li class='has-sub'><a href="#"><span>Outreach</a>
+
            <ul>
+
<li><a href="https://2015.igem.org/Team:UMaryland/Practices"><span>Human Practices</span></a></li>
+
 
+
  <li><a href="https://2015.igem.org/Team:UMaryland/Collaborations"><span>Collaborations</span></a></li>
+
</ul>
+
</span></a></li>
+
 
+
 
+
 
+
  <li><a href="https://2015.igem.org/Team:UMaryland/Modeling"><span>Modeling</span></a></li>
+
 
+
<li><a href="https://2015.igem.org/Team:UMaryland/Attributions"><span>Attributions</span></a></li>
+
 
+
  <li class='last'><a href='https://2015.igem.org/Main_Page'><span>iGEM Main</span></a></li>
+
</ul>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/a/a4/Pan1.jpg" 
+
style="height:100%;
+
width:100%">
+
 
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
 
+
</div>
+
<img src="https://static.igem.org/mediawiki/2015/e/ea/Turtle.gif" 
+
style="height:10%;
+
width:9%">
+
</div>
+
 
+
 
+
<!--TOP STUFF ENDS LMAO -->
+
+
<html>
+
</div>
+
</div>
+
</div>
+
 
+
<style type="text/css">
+
 
+
#teamies {
+
overflow: hidden;
+
margin: auto;
+
width: 1800px;
+
border-radius: 25px;
+
border:5px solid #000000;
+
padding: 10px;
+
background-color: #ffffff;
+
margin-top:20px;
+
margin-bottom:20px;
+
swag: maximum;
+
 
}
 
}
  
#swagtotheleft {
+
#profilepicture {
width: 48%;
+
overflow:hidden;
padding: 5px;
+
width: 600px;
float: left;
+
height: 400px;  
overflow: hidden;
+
display: block;
 +
z-index:1;
 +
position:absolute;
 +
much:hover;
 +
such:change;
 +
/* wow */
 
}
 
}
  
#swagtotheright {
+
#profilepicture:hover {
width: 48%;
+
z-index:4;
padding: 5px;
+
float: right;
+
overflow: hidden;
+
 
}
 
}
  
#person {
+
#personname {
overflow: hidden;
+
font-family: Verdana, Geneva, sans-serif;
background-color:#F4FA58;
+
color: #000000;
border-radius: 10px;
+
position:absolute;
max-height:40%;
+
width:100%;
margin:20px;
+
z-index:2;
 
padding:10px;
 
padding:10px;
font-family: Verdana, Geneva, sans-serif;
+
padding-bottom:0px;
font-size: small;
+
overflow:hidden;
}
+
background-color: rgba(255,255,255,.5);
#aditya {
+
font-size:20px;
overflow: hidden;
+
opacity:1;
background-color:#ec3515;
+
border-radius: 10px;
+
max-height:40%;
+
margin:20px;
+
padding:5px;
+
font-family: "calibri", Garamond, 'Comic Sans';
+
font-size: small;
+
 
}
 
}
  
#name{
+
#personname:hover {
margin-left:10px;
+
opacity:1;
 
}
 
}
  
#pictureL {
+
#personbio {
border-radius: 10px;
+
opacity:1;
border:2px solid #000000;
+
width:99%;
background-color:#ffffff;
+
height: 200px;
+
float: left;
+
width:25%;
+
margin:10px;
+
 
overflow:hidden;
 
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;
 
}
 
}
  
#bioL {
+
#personbio:hover {
float: left;
+
opacity:1;
width: 70%;
+
 
}
 
}
  
#bioR {
+
#cover {
float: left;
+
overflow:hidden;
width:70%;
+
position:relative;
 +
width:100%;
 +
margin:auto;
 +
padding:0px;
 +
background-image: url("https://static.igem.org/mediawiki/2015/b/b3/Teamcover.png");
 +
background-size: 100% ;
 +
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;
 
}
 
}
  
#pictureR {
+
#bar{
border-radius: 10px;
+
display: inline-block;
border:2px solid #000000;
+
opacity:1;
background-color:#ffffff;
+
background-color: rgba(255,255,255,.5);
height: 200px;
+
color:black;
float: right;
+
border-top:4px solid black;
width:25%;
+
border-bottom:4px solid black;
margin:10px;
+
width:100%;
overflow:hidden;
+
text-align:center;
 +
height:150px;
 +
bottom:0px;
 +
position:absolute;
 
}
 
}
#pictureaditya {
+
#bar2{
border-radius: 100px;
+
display: inline-block;
border:2px solid #000000;
+
opacity:1;
background-color:#0b0606;
+
background-color: rgba(255,255,255,.5);
height: 300px;
+
color:black;
float: left;
+
border-top:4px solid black;
width:20%;
+
border-bottom:4px solid black;
margin:100px;
+
width:100%;
overflow:hidden;
+
text-align:center;
 +
height:150px;
 +
position:relative;
 
}
 
}
  
 
</style>
 
</style>
  
<!--_________________________________________________________-->
+
<!--WOW SUCH STYLE MUCH FANCY-->
  
<div id=teamies>
+
<!--LESGO BOYS-->
<h1 align="center">Members</h1>
+
 
<div id=swagtotheleft>
+
<div id = "cover">  
<div id=person>
+
<div id = "bar">  
<div id=name>
+
<p style="font-size:42px;"><b>Meet the team</b>
<h1>Iowis Zhu</h1>
+
<p style="font-size:24px;">The UMaryland iGEM Team consists of 16 undergraduate students with a variety of backgrounds.
 +
</div>  
 
</div>
 
</div>
<div id=pictureL>
+
<img src="https://scontent-iad3-1.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/479699_3328228249773_1048548450_n.jpg?oh=660421138313ce24a91aefbc55cb0877&oe=564A0B16" style="width:210px;height:210px;">
+
<div id = "wholeteam">
 +
 
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG" >
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Iowis Zhu: </b>
<h3>President and Fearless Leader</h3>
+
President, Fearless Leader
<h3>Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship</h3>
+
<p style="font-size:12px;float:left;">4th year: Biochemistry, Molecular Genetics, Public Leadership, Statistics, Tech. Entrepreneurship
<p><i>insert quote</i>
+
<p>I'm a senior Biochemistry major at UMD. Outside of my work in iGEM, I study the characteristics of a DNA looping protein. I love reading manga, watching professional sports (Go Pats!), and following the global stock market. I recently visited India last winter and just returned from a trip to Germany in July. After graduation I hope to enter into an MD/PhD program.
+
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i>"No worries, it'll be fine."</i>
 +
<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.
 +
</div>
 
</div>
 
</div>
 
+
<div id=person>
+
<div id= "teammember">
<div id=name>
+
<div id= "profilepicture">
<h1>Kevin Fan</h1>
+
<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>
<div id=pictureL>
+
<div id = "personname"><b style="font-size:24;">Stephanie Sansbury: </b>
<img src="https://static.igem.org/mediawiki/2015/a/ab/Kevin.jpg" style="width:210px;height:210px;">
+
Vice President, Team Mom
</div>
+
<p style="font-size:16;">4th year: Molecular Genetics, Arabic Studies
<div id=bioL>
+
<h3>Finance Director</h3>
+
<h3>Neurobiology, Business Management</h3>
+
<p><i>insert quote</i>
+
<p>I am a senior Neurobiology and Physiology major, with a Technology Entrepreneurship minor. I joined iGEM this spring because of its fast-paced, multidisciplinary, and problem solving nature. In addition to research, I am the founder of <a href="http://www.superscoreprep.com"> SuperScore, Inc</a>, and serves on the national board of <a href="http://www.kast.org">Kids Are Scientists Too</a>. I hope to complete a MD/MBA someday. On the side, I enjoy boxing, parkour, and reading.
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<div id=name>
+
<div id= "profilepicture">
<h1>Chun Mun Loke</h1>
+
<img src="https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG" >
 
</div>
 
</div>
<div id=pictureL>
+
<div id = "personname"><b>Kevin Fan: </b>Finance Director, Tallest Asian
<img src="https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">4th year: Physiology & Neurobiology, Technology Entrepreneurship
 
</div>
 
</div>
<div id=bioL>
+
<div id="personbio">  
<h3>Website Director, Best Kohai</h3>
+
<i>"Can I eat that?"</i>
<h3>Biochemistry, Molecular Genetics, Physics, Music</h3>
+
<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><i>"Has Iowis-senpai noticed me yet?"</i>
+
</div>  
<p>
+
 
</div>
 
</div>
 +
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<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'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Robert Hand: </b>Community/Outreach Director
 +
<p style="font-size:16;">3rd year: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i>"Always happy to lend a hand."</i>
 +
<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.
 +
</div>
 
</div>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1>Mr. Dylan Taylor</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<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 src="https://scontent-iad3-1.xx.fbcdn.net/hphotos-xpt1/v/t1.0-9/11667491_729615970478043_8210890160508457429_n.jpg?oh=2030e052e70593e254d9024e4c166104&oe=561A1784" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Chun Mun Loke: </b><font="24px;">Website Director, Best Kohai</font>
<h3>CAD Specialist, PCR Designer, Natalie Dormer Enthusiast</h3>
+
<p style="font-size:16;">2nd year: Biochemistry, Molecular Genetics, Physics, Music
<h3>Neurobiology, Mathematics</h3>
+
<p><i>"I'm a little cheMOIST right now."</i>
+
<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 first
+
wet-lab experience. Outside iGEM, I am a member of the University of
+
Maryland Gymkana Troupe and have an almost eerie obsession with Rubik’s cubes and Natalie Dormer.
+
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i>"Has Iowis-senpai noticed me yet?"</i><!--Pretty sure I'm his favourite iGEM lab member, so yes.-->
 +
<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>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1>Juhye Kang</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<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'" >
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Aditya Biswas: </b>PCR Design Director
<h3>Title</h3>
+
<p style="font-size:16;">4th year: Bioengineering
<h3>Neurobiology</h3>
+
<p><i></i>
+
<p>Hi I'm Juhye. I'm a sophomore Neurobiology/Physiology and Nutritional Science double major, planning on going to medical school to become either a dermatologist or a pediatric oncologist  Other than iGEM, I'm currently part of another research team on campus focusing on a support program for Korean breast cancer patients. In my free time I enjoy dancing, reading, and watching way too many crime shows in one sitting while consuming mac and cheese. Cheese is my favorite type of food.
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<h1>Kara Huie</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<img src="https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG" >
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Kimia Abtahi: </b> Wet Lab Member, Human Practices, Photographer
<h3>Title</h3>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology
<h3>Bioengineering</h3>
+
<p><i></i>
+
<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.
+
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<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.
 +
</div>
 
</div>
 
</div>
  
<div id=person>
+
 
<h1>Dania Benalla</h1>
+
<div id= "teammember">
<div id=pictureL>
+
<div id= "profilepicture">
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<img src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG" >
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Adam Wahab</b> Wet Lab Member
<h3>Title</h3>
+
<p style="font-size:16;">4th year: Physiology & Neurobiology
<h3>Computer Science, Microbiology</h3>
+
<p><i></i>
+
<p>Hi, my name is Dania Benalla and I am a sophomore microbiology and computer science double major. Much like many of the UMD team, I am a part of the UMD integrated life sciences program and hope to go medical school in the future. My interests include reading, Netflix and sleeping way too much.
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<h1>Kimia Abtahi</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<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'" >
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Juhye Kang</b>
<h3>Photographer</h3>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology
<h3>Neurobiology</h3>
+
<p><i></i>
+
<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.
+
 
</div>
 
</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>
  
 
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" >
 
</div>
 
</div>
 
+
<div id = "personname"><b style="font-size:24;">Kara Huie: </b>PCR Design
<!--________________________________________________________________________________-->
+
<p style="font-size:16;">2nd year: Bioengineering
 
+
<div id=swagtotheright>
+
<div id=person>
+
<h1 align="right">Stephanie Sansbury</h1>
+
<div id=bioR>
+
<h3 align="right">Vice President and Team Mom</h3>
+
<h3 align="right">Microbiology, Arabic Studies, Friend of the Cow</h3>
+
<p align="right"><i>"I'm gonna science as hard as I can!"</i>
+
<p align="right">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.
+
</div>
+
<div id=pictureR>
+
<img src="https://scontent-iad3-1.xx.fbcdn.net/hphotos-xfa1/v/t1.0-9/25027_1386939192889_1619403_n.jpg?oh=9d2274a5dc17f1cb9b9958f612a3ebdf&oe=564AC1F7" style="width:210px;height:210px;">
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<h1 align="right">Robert Hand</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG" >
<h3 align="right">Community/Outreach Director</h3>
+
<h3 align="right">Bioengineering</h3>
+
<p align="right"><i></i>
+
<p align="right">
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Dylan Taylor: </b>PCR Design
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Mathematics
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i>"This looks safe, right?"</i> <!--Oh no what happened to the Natalie Dormer one I liked that one :( -->
 +
<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.
 +
</div>
 
</div>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1 align="left">Aditya Biswas</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG" >
<h3 align="left">PCR Design Director,Modeler,Wiki tinkerer</h3>
+
<h3 align="left">Bioengineering</h3>
+
<p align="left"><i>"When I am not tinkering with the PCR you will find me modeling in the finest versions of matlab"</i>
+
<p> I am a senior at the University of Maryland who is studying BioEngineering. I bring 6 years of wet lab research experience including one prior year with Maryland's IGEM team. This year my main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In my free time, I enjoy the movies, making food for the team, and visiting cows.  
+
 
</div>
 
</div>
<div id=#pictureaditya>
+
<div id = "personname"><b style="font-size:24;">Dania Benalla: </b>Programmer
<img src="https://static.igem.org/mediawiki/2015/e/ef/Biswas.jpg" style="width:210px;height:300px;">
+
<p style="font-size:16;">2nd year: Computer Science, Microbiology
 
</div>
 
</div>
 
+
<div id="personbio">
 
+
<i></i>
 +
<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.
 +
</div>
 
</div>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1 align="right">Adam Wahab</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG" >  
<h3 align="right">Title</h3>
+
<h3 align="right">Neurobiology</h3>
+
<p align="right"><i></i>
+
<p align="right">
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Samiha Ahmed: </b> Art Design
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Public Health
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i>"Don't touch my shoulders."</i>
 +
<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 id= "teammember">
<div id=person>
+
<div id= "profilepicture">
<h1 align="right">Samiha Ahmed</h1>
+
<img src="https://static.igem.org/mediawiki/2015/8/8a/Sarah.jpg" >
<div id=bioR>
+
<h3 align="right">Title</h3>
+
<h3 align="right">Neurobiology</h3>
+
<p align="right"><i></i>
+
<p align="right">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.
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Sarah Wain: </b>Programmer
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">2rd year: Chemical engineering, Computer Science
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<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 id= "teammember">
 
+
<div id= "profilepicture">
<div id=person>
+
<img src="https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG" >
<h1 align="right">Pavel Vlasov</h1>
+
<div id=bioR>
+
<h3 align="right">Title</h3>
+
<h3 align="right">Biochemistry, Molecular Genetics</h3>
+
<p align="right"><i></i>
+
<p align="right">
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Pavel Vlasov</b>
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">4th year: Biochemistry, Molecular Genetics
 
</div>
 
</div>
</div>
+
<div id="personbio">  
 
+
<i>"Wanna hear a joke?"</i>
<div id=person>
+
<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.  
<h1 align="right">Sarah Wain</h1>
+
<div id=bioR>
+
<h3 align="right">Title</h3>
+
<h3 align="right">Chemical Engineering, Computer Science</h3>
+
<p align="right"><i></i>
+
<p align="right">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.  
+
 
</div>  
 
</div>  
<div id=pictureR>
 
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
 
</div>
 
 
</div>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1 align="right">George Zhang</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/3/34/George.jpg" >
<h3 align="right">Title</h3>
+
<h3 align="right">Bioengineering, Statistics?</h3>
+
<p align="right"><i></i>
+
<p align="right">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!
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">George Zhang</b>
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">4th year: Bioengineering, Statistics
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<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>
  
 
</div>
 
</div>
</div>
+
</div>  
  
<!--_________________________________________________________-->
+
<div id = "wholeteam">
 
+
<div id = "bar2">  
<div id=teamies>
+
<p style="font-size:42px;"><b>Advisors</b>
<h1 align="center">Advisors</h1>
+
<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 id=swagtotheleft>
+
</div>  
  
<div id=person>
+
<div id= "teammember">
<h1>Dr. Jason Kahn</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<img src="https://static.igem.org/mediawiki/2015/6/6c/Kahn.jpg" >
<img src="https://static.igem.org/mediawiki/2015/6/6c/Kahn.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Dr. Jason Kahn</b>
<h3>Biochemistry</h3>
+
<p style="font-size:16;">UC Berkeley, 1990
<p><i></i>
+
<p>
+
<h4></h4>
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<h1>Dr. "Boots" Quimby</h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<img src="https://static.igem.org/mediawiki/2015/a/ad/Eistenstein.jpg" >
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Dr. Edward Eisenstein</b>
<h3>Biology</h3>
+
<p style="font-size:16;">Georgetown University, 1985
<h4></h4>
+
 
</div>
 
</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>
  
<div id=person>
+
<div id= "teammember">
<h1>Tanya<!-- <3 --></h1>
+
<div id= "profilepicture">
<div id=pictureL>
+
<img src="https://static.igem.org/mediawiki/2015/e/e1/Boots.jpg" >
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
 
</div>
 
</div>
<div id=bioL>
+
<div id = "personname"><b style="font-size:24;">Dr. "Boots" Quimby</b>
<h3>Bioengineering</h3>
+
<p style="font-size:16;">Emory University, 1997
<h4></h4>
+
 
+
 
</div>
 
</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>
 
</div>
  
 +
<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>
 
</div>
  
 
+
<div id= "teammember">
<div id=swagtotheright>
+
<div id= "profilepicture">
<div id=person>
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
<h1 align="right">Dr. Ed Eisenstein</h1>
+
<div id=bioR>
+
<h3 align="right">Bioengineering</h3>
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Naren Bhokisham</b>
<img src="https://static.igem.org/mediawiki/2015/a/a9/Ed.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">Graduate Student: Bioengineering
 
</div>
 
</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>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1 align="right">Nathan Barber</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
<h3 align="right">Bioengineering</h3>
+
<p><i></i><p>
+
<p>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.
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Dr. Tanya Gordonov <!-- <3 --></b>
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">University of Maryland 2015, Bioengineering
 
</div>
 
</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>
 
</div>
  
<div id=person>
+
<div id= "teammember">
<h1 align="right">Naren</h1>
+
<div id= "profilepicture">
<div id=bioR>
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
<h3 align="right">Title</h3>
+
 
</div>
 
</div>
<div id=pictureR>
+
<div id = "personname"><b style="font-size:24;">Navadeep</b>
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<p style="font-size:16;">Graduate Student: Chemical Engineering
 
</div>
 
</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>
 
</div>
  
 +
<div id= "teammember">
 +
<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>
 
+
<div id = "personname"><b style="font-size:24;">Testudo</b>
 
+
<p style="font-size:16;">School Mascot
<!--_________________________________________________________-->
+
 
+
 
+
</div>
+
 
</div>
 
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>
 +
</div>
 
</div>
 
</div>
 
</html>
 

Latest revision as of 18:20, 18 November 2015