Difference between revisions of "Team:UMaryland/Team"

Line 3: Line 3:
  
 
<html>
 
<html>
 
<!--Getting rid of all the crap that comes before-->
 
 
</div></div></div></div></div></div></div></div></div></div>
 
 
<!-- OPERATION: CLEAN UP THIS CODE IS IN PROGRESS-->
 
  
 
<style type="text/css">
 
<style type="text/css">
Line 15: Line 9:
 
     background-color: #FFFFFF;
 
     background-color: #FFFFFF;
 
}
 
}
 +
 +
 +
<!-----------------------------------------MENU SHIT-->
  
 
#swagmenu ul,#swagmenu li,#swagmenu span,#swagmenu a {
 
#swagmenu ul,#swagmenu li,#swagmenu span,#swagmenu a {
Line 198: Line 195:
 
   border-bottom: 0;
 
   border-bottom: 0;
 
}
 
}
 +
 +
<!-----------------------------------------END MENU-->
 +
 +
 +
 +
.team-container{
 +
  padding-top: 2em;
 +
  background-color: #4b4040;
 +
}
 +
 +
.team-container .team-member{
 +
  padding: 1em;
 +
  position:relative;
 +
  opacity: 1;
 +
  filter: alpha(opacity=60);
 +
  background-color: #4b4040;
 +
}
 +
 +
.team-container .team-member .name{
 +
 
 +
  font-size: 50px;
 +
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
 +
  position: absolute;
 +
  top:5px;
 +
  left: 20px;
 +
  color: #e0dfdc;
 +
 +
}
 +
 +
.team-container .team-member .title{
 +
  font-size: 25px;
 +
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
 +
  position: absolute;
 +
  top: 65px;
 +
  left: 30px;
 +
  color: #4b4040;
 +
}
 +
 +
.team-container .team-member:hover{
 +
  cursor: pointer;
 +
}
 +
 +
.team-container .team-member:hover .title{
 +
  opacity: 0;
 +
}
 +
 +
.team-container .team-member:hover .name{
 +
  opacity: 0;
 +
}
 +
 +
.team-container .team-member #my-img{
 +
  overflow: hidden;
 +
}
 +
 +
.team-container .team-member > #my-img{
 +
    width: 100%;
 +
    max-height: 100%;
 +
    display: block;
 +
}
 +
 +
.team-container .team-member .bio{
 +
  position:absolute;
 +
  background: rgba(0,0,0,0.9);
 +
  opacity: 0;
 +
  top: 1em;
 +
  bottom: 1em;
 +
  width: 50%;
 +
  padding: 1em;
 +
 
 +
}
 +
 +
.team-container .team-member .bio h3{
 +
  color: #009A90;
 +
  font-family: Verdana; 
 +
  font-size: 16px;
 +
 +
}
 +
 +
.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;
 +
 +
}
 +
 +
.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 243: Line 370:
 
<li class='last'><a href='https://2015.igem.org/Main_Page'><span>iGEM Main</span></a></li></ul>
 
<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/thumb/8/8d/UMarylandGroupPhoto.jpg/800px-UMarylandGroupPhoto.jpg" 
 
style="height:100%;
 
width:100%">
 
</div>
 
 
<html>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<!--But wait, there's more!-->
 
  
 +
<body>
  
<style type="text/css">
+
<div id = "Greeting"> <h1 class='insetshadow'> Meet the team </h1> </div>  
  
#teamies {
+
<div class = "team-container">
overflow: hidden;
+
background-color: #ffffff;
+
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
font-size: small;
+
swag: maximum;
+
}
+
  
#swagtotheleft{
+
  <div id = "Iowis">
width:50%;
+
  <div class = "team-member col-sm-6">
float:left;
+
    <div class = "name"> Iowis Zhu </div>
}
+
      <div class ="title"> President, Fearless Leader </div>
 +
      <img id="my-img" src="https://2015.igem.org/File:Meep.png" onmouseover="hover(this);" onmouseout="unhover(this);"/>
 +
      <div class = bio>
 +
        <h3> 4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship
 +
        </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>
  
#swagtotheright {
 
width:50%;
 
float:right;
 
}
 
  
#personL {
+
  <div class = "team-member col-sm-6">
overflow: hidden;
+
      <div class = "name" > Stephanie Sansbury </div>
float:right;
+
      <div class ="title"> Vice President, Team Mom </div>
height:500px;
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
background-color: #18BF1B;
+
      <div class = bio>
border-top: 5px solid black;
+
        <h3> 4th year: Microbiology, Arabic Studies </h3>
border-right: 5px solid black;
+
        <p>
border-bottom: 5px solid black;
+
          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.
padding:10px;
+
        </p>
}
+
      </div>
 +
  </div>
 +
  
#personR {
 
overflow: hidden;
 
float:left;
 
height:500px;
 
background-color: #18BF1B;
 
border-top: 5px solid black;
 
border-bottom: 5px solid black;
 
border-left: 5px solid black;
 
padding:10px;
 
}
 
  
#personL:hover {
+
  <div class = "team-member col-sm-6">
background-color: #FFFF00;
+
    <div class = "name"> Kevin Fan </div>
}
+
      <div class ="title"> Finance Director, Tallest Asian </div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3> 4th year: Neurobiology, Technology Entrepreneurship</h3>
 +
        <p>
 +
        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>
 +
      </div>
 +
  </div>
  
#personR:hover {
 
background-color: #FFFF00;
 
}
 
  
#character {
+
  <div class = "team-member col-sm-6">
float: left;
+
    <div class = "name"> Robert Hand</div>
width:80%;
+
      <div class ="title"> Community/Outreach Director, Handyman </div>
}
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3> 3rd year: Bioengineering </h3>
 +
        <p>
 +
        </p>
 +
      </div>
 +
  </div>
  
#picture {
 
float:left;
 
border-radius: 10px;
 
border:2px solid #000000;
 
background-color:#ffffff;
 
width: 40%;
 
max-height: 250px;
 
margin:5px;
 
overflow:hidden;
 
}
 
  
#name{
+
  <div class = "team-member col-sm-6">
margin-left:10px;
+
    <div class = "name"> Chun Mun Loke</div>
float:right;
+
      <div class ="title"> Website Director, Best Kohai </div>
width:50%;
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
}
+
      <div class = bio>
 +
        <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.
  
#bio {
+
        </p>
float: left;
+
      </div>
width: 90%;
+
  </div>
margin: 10px;
+
}
+
  
  
  
  
 +
  <div class = "team-member col-sm-6">
 +
    <div class = "name"> Aditya Biswas</div>
 +
      <div class ="title"> PCR Design Director, Modeler </div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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>
 +
          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>
 +
 
  
</style>
+
<div class = "team-member col-sm-6">
 +
    <div class = "name"> Juhye Kang</div>
 +
      <div class ="title"> Graphic Designer </div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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"> Dylan Taylor</div>
 +
      <div class ="title"> PCR Team Member </div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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 id=teamies>
+
<div class = "team-member col-sm-6">  
<h1 align="center">Members</h1>
+
    <div class = "name"> Dania Benalla</div>
 +
      <div class ="title"> Programmer </div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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 id=swagtotheleft>
+
<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="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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 id=personL>
+
<div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name"> Samiha Ahmed</div>  
<div id=picture>
+
      <div class ="title"> Team Artist </div>  
<img src="https://static.igem.org/mediawiki/2015/9/99/Iowis.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <h3>2nd year: Neurobiology, Public Health
<h1>Iowis Zhu</h1>
+
        </h3>  
<h3>President, Fearless Leader</h3>
+
        <p>  
<h4>4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship</h4>
+
          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>
+
        </p>  
</div>
+
      </div>  
<div id=bio>
+
  </div>
<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><i>insert quote</i>
+
</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="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3> 4th year: Neurobiology, Physiology
 +
        </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 class = "name"> Sarah Wain</div>
 +
      <div class ="title"> Programmer</div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3> 2nd year: Chemical Engineering, Computer Science
 +
        </h3>
 +
        <p>
 +
        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>
 +
      </div>
 +
  </div>
  
<div id=personL>
+
  <div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name"> Kimia Abtahi</div>  
<div id=picture>
+
      <div class ="title"> Photographer</div>  
<img src="https://static.igem.org/mediawiki/2015/a/ab/Kevin.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <h3> 2nd year: Neurobiology, Public Health
<h1>Kevin Fan</h1>
+
        </h3>  
<h3>Finance Director, Tallest Asian</h3>
+
        <p>  
<h4>4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship</h4>
+
        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. As the team's photographer, most of the pictures you see on here were taken by me.       </p>  
</div>
+
      </div>  
</div>
+
  </div>
<div id=bio>
+
<p>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><i>insert quote</i>
+
</div>
+
</div>
+
  
 +
  <div class = "team-member col-sm-6">
 +
    <div class = "name"> Pavel Vlasov</div>
 +
      <div class ="title"> Returning Member</div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3> 4th year: Biochemistry, Molecular Genetics</h3>
 +
        <h1> Wanna hear a joke? </h1>
 +
        <p>
 +
        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>
 +
      </div>
 +
  </div>
  
<div id=personL>
+
  <div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name"> George Zhang</div>  
<div id=picture>
+
      <div class ="title"> Coder</div>  
<img src="https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <h3> 4th year: Bioengineering, Statistic
<h1>Chun Mun Loke</h1>
+
        </h3>  
<h3>Website Director, Best Kohai</h3>
+
        <p>  
<h4>2nd year: Biochemistry, Molecular Genetics, Physics, Music</h4>
+
          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>
+
        </p>  
</div>
+
      </div>  
<div id=bio>
+
<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><i>"Has Iowis-senpai noticed me yet?"</i>
+
</div>
+
</div>
+
  
<div id=personL>
 
<div id=character>
 
<div id=picture>
 
<img src="http://static1.squarespace.com/static/542ec48ee4b020937bb7c3d1/t/5591753be4b0cd3b4705781c/1435596101917/Juhye.jpg?format=300w" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Juhye Kang</h1>
 
<h3>Ice Queen</h3>
 
<h4>2nd year: Neurobiology</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<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 food.
 
<p><i>insert quote</i>
 
</div>
 
</div>
 
  
 +
  </div>
  
<div id=personL>
 
<div id=character>
 
<div id=picture>
 
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Dania Benalla</h1>
 
<h3>Programmer</h3>
 
<h4>2nd year: Computer Science, Microbiology</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<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.
 
<p><i>insert quote</i>
 
</div>
 
</div>
 
  
<div id=personL>
+
<div id = "Greeting"> <h1 class='insetshadow'> Advisors </h1> </div>  
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Samiha Ahmed</h1>
+
<h3>Team Artist</h3>
+
<h4>2nd year: Neurobiology, Public Health</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<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><i>insert quote</i>
+
</div>
+
</div>
+
  
<div id=personL>
+
  <div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name">Dr. Jason Kahn</div>  
<div id=picture>
+
      <div class ="title">  Biochemistry</div>  
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <h3> University of California, Berkeley, Ph.D. 1990</h3>  
<h1>Sarah Wain</h1>
+
        <p>  
<h3>Programmer</h3>
+
          Research Interests:
<h4>2nd year: Chemical Engineering, Computer Science</h4>
+
          DNA structure and topology in multi-protein DNA complexes and DNA loops.
</div>
+
          Construction of nanoscale objects using DNA and protein-DNA complexes.
</div>
+
          DNA packaging by peptides used for transfection of DNA and siRNA.
<div id=bio>
+
          Role of DNA structure in transcription and gene regulation.ps!
<p>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>  
<p><i>insert quote</i>
+
      </div>  
</div>
+
  </div>
</div>
+
  
<div id=personL>
+
    <div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name">Dr. Ed Eisenstein</div>  
<div id=picture>
+
      <div class ="title"> Bioengineering</div>  
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <h3>   Ph.D., Georgetown University, 1985</h3>  
<h1>Pavel Vlasov</h1>
+
        <p>  
<h3>Lab Member</h3>
+
            Research Interests:
<h4>4th year: Biochemistry, Molecular Genetics</h4>
+
          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.
</div>
+
        </p>  
</div>
+
      </div>  
<div id=bio>
+
  </div>
<p>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><i>Wanna hear a joke?</i>
+
</div>
+
</div>
+
  
 +
    <div class = "team-member col-sm-6">
 +
    <div class = "name"> Dr. "Boots" Quimby</div>
 +
      <div class ="title">Biology</div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <h3>  Ph.D., Emory University, 1997</h3>
 +
        <p>
 +
          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!
 +
        </p>
 +
      </div>
 +
  </div>
  
</div>
+
    <div class = "team-member col-sm-6">
 +
    <div class = "name"> Nathan Barber</div>
 +
      <div class ="title">  Bioengineering</div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <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.ps!
 +
        </p>
 +
      </div>
 +
  </div>
  
<!--________________________________________________________________________________-->
 
  
<div id=swagtotheright>
+
<div class = "team-member col-sm-6">
 +
    <div class = "name"> Tanya</div>
 +
      <div class ="title">  Bioengineering</div>
 +
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />
 +
      <div class = bio>
 +
        <p>
 +
        </p>
 +
      </div>
 +
  </div>
  
<div id=personR>
+
<div class = "team-member col-sm-6">  
<div id=character>
+
    <div class = "name"> Navadeep</div>  
<div id=picture>
+
      <div class ="title">  Chemical Engineering</div>  
<img src="https://static.igem.org/mediawiki/2015/3/3d/Steph.jpg" style="width:250px;height:250px;">
+
      <img id="my-img" src="file:///Users/Sarah_Wain/Desktop/normal.png" onmouseover="hover(this);" onmouseout="unhover(this);" />  
</div>
+
      <div class = bio>  
<div id=name>
+
        <p>  
<h1>Stephanie Sansbury</h1>
+
        </p>  
<h3>Vice President, Team Mom</h3>
+
      </div>  
<h4>4th year: Microbiology, Arabic Studies</h4>
+
  </div>
</div>
+
</div>
+
<div id=bio>
+
<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><i>"I'm gonna science as hard as I can!"</i>
+
</div>
+
</div>
+
  
 +
</div>
  
<div id=personR>
 
<div id=character>
 
<div id=picture>
 
<img src="http://images.wisegeek.com/french-pedicure.jpg" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Robert Hand</h1>
 
<h3>Community/Outreach Director, Handyman</h3>
 
<h4>3rd year: Bioengineering</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<p>Rob, lend us a hand and write your bio ok?
 
<p><i>insert quote</i>
 
</div>
 
</div>
 
  
<div id=personR>
 
<div id=character>
 
<div id=picture>
 
<img src="https://static.igem.org/mediawiki/2015/e/ef/Biswas.jpg" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Aditya Biswas</h1>
 
<h3>PCR Design Director</h3>
 
<h4>4th year: Bioengineering</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<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.
 
<p><i>insert quote</i>
 
</div>
 
</div>
 
  
<div id=personR>
 
<div id=character>
 
<div id=picture>
 
<img src="https://static.igem.org/mediawiki/2015/b/bc/Dylan_new.jpg" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Dylan Taylor</h1>
 
<h3>PCR Design, CAD Expert</h3>
 
<h4>2nd year: Neurobiology, Mathematics</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<p>A member of the Integrated Life Sciences Honors
 
College <!--and a dieheart Natalie Dormer fan,-->, 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 I am almost obsessed with Rubik's cubes and all other Twisty Puzzles.
 
<p><i>insert quote</i>
 
</div>
 
</div>
 
  
<div id=personR>
+
<!-- JS -->  
<div id=character>
+
<script type="text/javascript">
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Kara Huie</h1>
+
<h3>PCR Team Member</h3>
+
<h4>2nd year: Bioengineering</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<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 &amp; field. I also enjoy doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, I love doing sports.
+
<p><i>insert quote</i>
+
</div>
+
</div>
+
  
<div id=personR>
 
<div id=character>
 
<div id=picture>
 
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
 
</div>
 
<div id=name>
 
<h1>Adam Wahab</h1>
 
<h3>Lab Member</h3>
 
<h4>4th year: Neurobiology</h4>
 
</div>
 
</div>
 
<div id=bio>
 
<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><i>insert quote</i>
 
</div>
 
</div>
 
  
<div id=personR>
+
function hover(element) {
<div id=character>
+
    element.setAttribute('src', 'file:///Users/Sarah_Wain/Desktop/Smiley.png');
<div id=picture>
+
}
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Kimia Abtahi</h1>
+
<h3>Photographer</h3>
+
<h4>2nd year: Neurobiology, Public Health</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<p>I am a sophomore majoring in Physiology &amp; 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. As the team's photographer, most of the pictures you see on here were taken by me.
+
<p><i>insert quote</i>
+
</div>
+
</div>
+
  
<div id=personR>
+
function unhover(element) {
<div id=character>
+
    element.setAttribute('src', 'file:///Users/Sarah_Wain/Desktop/normal.png');
<div id=picture>
+
}
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>George Zhang</h1>
+
<h3>Coder</h3>
+
<h4>4th year: Bioengineering, Statistics?</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<p>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><i>insert quote</i>
+
</div>
+
</div>
+
  
</div>
+
</script>
</div>
+
  
  
<div id=teamies>
+
</body>  
<h1 align="center">Advisors</h1>
+
 
+
<div id=swagtotheleft>
+
 
+
<div id=personL>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/6/6c/Kahn.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Dr. Jason Kahn</h1>
+
<h3>Associate Professor</h3>
+
<h4>Department of Chemistry and Biochemistry</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<h4>Research Interests:</h4>
+
<p>DNA structure and topology in multi-protein DNA complexes and DNA loops.
+
<p>Construction of nanoscale objects using DNA and protein-DNA complexes.
+
<p>DNA packaging by peptides used for transfection of DNA and siRNA.
+
<p>Role of DNA structure in transcription and gene regulation.
+
</div>
+
</div>
+
 
+
<div id=personL>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Dr. Byrn "Boots" Quimby</h1>
+
<h3>Biology</h3>
+
<h4>Ph.D., Emory University, 1997</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<p>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.
+
</div>
+
</div>
+
 
+
 
+
<div id=personL>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Dr. Tanya Tschirhart</h1>
+
<!-- <3 <3 <3 <3 <3 -->
+
<h3>Bioengineering</h3>
+
</div>
+
</div>
+
<div id=bio>
+
<p>Tanya just got her PhD from the University of Maryland! Yay!
+
</div>
+
</div>
+
 
+
</div>
+
 
+
 
+
 
+
<div id=swagtotheright>
+
 
+
 
+
<div id=personR>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/a/a9/Ed.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Dr. Edward Eisenstein</h1>
+
<h3>Associate Professor</h3>
+
<h4>Department of Bioengineering</h4>
+
</div>
+
</div>
+
<div id=bio>
+
<h4>Research Interests:</h4>
+
<p>Dr. 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.
+
</div>
+
</div>
+
 
+
 
+
<div id=personR>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Nathan Barber</h1>
+
<h3>Bioengineering</h3>
+
</div>
+
</div>
+
<div id=bio>
+
<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=personR>
+
<div id=character>
+
<div id=picture>
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:250px;height:250px;">
+
</div>
+
<div id=name>
+
<h1>Navadeep Boruah</h1>
+
<h3>Chemical Engineering</h3>
+
</div>
+
</div>
+
<div id=bio>
+
<p>
+
</div>
+
</div>
+
 
+
 
+
 
+
</div>
+
 
+
</div>
+
 
+
<!--_________________________________________________________-->
+
 
+
 
+
</div>
+
</div>
+
</div>
+
  
 
</html>
 
</html>

Revision as of 19:33, 13 August 2015

Meet the team

Iowis Zhu
President, Fearless Leader

4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship

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.

Stephanie Sansbury
Vice President, Team Mom

4th year: Microbiology, Arabic Studies

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.

Kevin Fan
Finance Director, Tallest Asian

4th year: Neurobiology, Technology Entrepreneurship

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.

Robert Hand
Community/Outreach Director, Handyman

3rd year: Bioengineering

Chun Mun Loke
Website Director, Best Kohai

2nd year: Biochemistry, Molecular Genetics, Physics, Music

"Has Iowis-senpai noticed me yet?"

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.

Aditya Biswas
PCR Design Director, Modeler

4th year: Bioengineering

"When I am not tinkering with the PCR you will find me modeling in the finest versions of matlab"

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.

Juhye Kang
Graphic Designer

2nd year: Neurobiology

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.

Dylan Taylor
PCR Team Member

2nd year: Neurobiology, Mathematics

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.

Dania Benalla
Programmer

2nd year: Computer Science, Microbiology

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.

Kara Huie
PCR Team Member

2nd year: Bioengineering

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.

Samiha Ahmed
Team Artist

2nd year: Neurobiology, Public Health

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.

Adam Wahab
Lab Member

4th year: Neurobiology, Physiology

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.

Sarah Wain
Programmer

2nd year: Chemical Engineering, Computer Science

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.

Kimia Abtahi
Photographer

2nd year: Neurobiology, Public Health

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. As the team's photographer, most of the pictures you see on here were taken by me.

Pavel Vlasov
Returning Member

4th year: Biochemistry, Molecular Genetics

Wanna hear a joke?

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.

George Zhang
Coder

4th year: Bioengineering, Statistic

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!

Advisors

Dr. Jason Kahn
Biochemistry

University of California, Berkeley, Ph.D. 1990

Research Interests: DNA structure and topology in multi-protein DNA complexes and DNA loops. Construction of nanoscale objects using DNA and protein-DNA complexes. DNA packaging by peptides used for transfection of DNA and siRNA. Role of DNA structure in transcription and gene regulation.ps!

Dr. Ed Eisenstein
Bioengineering

Ph.D., Georgetown University, 1985

Research Interests: 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.

Dr. "Boots" Quimby
Biology

Ph.D., Emory University, 1997

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!

Nathan Barber
Bioengineering

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!

Tanya
Bioengineering

Navadeep
Chemical Engineering