Difference between revisions of "Team:UMaryland/Team"

Line 9: Line 9:
 
<!-- OPERATION: CLEAN UP THIS CODE IS IN PROGRESS-->
 
<!-- OPERATION: CLEAN UP THIS CODE IS IN PROGRESS-->
  
 +
<style type="text/css">
  
 
+
body {  
<style type="text/css">
+
background-color: #18BF1B;
/* COMPLICATED CSS. DON'T MESS WITH THIS SHIT UNLESS YOU KNOW WHAT YOU'RE DOING */
+
+
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 {
 
#swagmenu ul,#swagmenu li,#swagmenu span,#swagmenu a {
Line 255: Line 19:
 
   padding: 0;
 
   padding: 0;
 
   position: relative;
 
   position: relative;
 +
}
  
}
 
 
#swagmenu {
 
#swagmenu {
 
   line-height: 1;
 
   line-height: 1;
Line 433: Line 197:
 
   border-bottom: 0;
 
   border-bottom: 0;
 
}
 
}
 
 
  
 
 
</style>
 
</style>
  
Line 444: Line 205:
  
 
<div id ="fullofswag">
 
<div id ="fullofswag">
 
 
  
 
<div id='swagmenu'>
 
<div id='swagmenu'>
Line 488: Line 247:
 
width:100%">
 
width:100%">
 
</div>
 
</div>
 
 
 
<!--TOP STUFF ENDS LMAO -->
 
 
 
 
<html>
 
<html>
Line 497: Line 252:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<!--But wait, there's more!-->
  
 
<style type="text/css">
 
<style type="text/css">
Line 503: Line 260:
 
overflow: hidden;
 
overflow: hidden;
 
margin: auto;
 
margin: auto;
width: 1800px;
+
width: 85%;
 
border-radius: 25px;
 
border-radius: 25px;
 
border:5px solid #000000;
 
border:5px solid #000000;
Line 529: Line 286:
 
#person {
 
#person {
 
overflow: hidden;
 
overflow: hidden;
background-color:#F4FA58;
+
background-color:#FF9726;
 
border-radius: 10px;
 
border-radius: 10px;
 
max-height:40%;
 
max-height:40%;
margin:20px;
+
margin:10px;
 
padding:10px;
 
padding:10px;
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
font-size: small;
 
}
 
#aditya {
 
overflow: hidden;
 
background-color:#ec3515;
 
border-radius: 10px;
 
max-height:40%;
 
margin:20px;
 
padding:5px;
 
font-family: "calibri", Garamond, 'Comic Sans';
 
 
font-size: small;
 
font-size: small;
 
}
 
}
Line 581: Line 328:
 
width:25%;
 
width:25%;
 
margin:10px;
 
margin:10px;
overflow:hidden;
 
}
 
#pictureaditya {
 
border-radius: 100px;
 
border:2px solid #000000;
 
background-color:#0b0606;
 
height: 300px;
 
float: left;
 
width:20%;
 
margin:100px;
 
 
overflow:hidden;
 
overflow:hidden;
 
}
 
}
Line 606: Line 343:
 
</div>
 
</div>
 
<div id=pictureL>
 
<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;">
+
<img src="https://static.igem.org/mediawiki/2015/9/99/Iowis.jpg" style="width:210px;height:210px;">
 
</div>
 
</div>
 
<div id=bioL>
 
<div id=bioL>
<h3>President and Fearless Leader</h3>
+
<h3>President, Fearless Leader</h3>
<h3>Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship</h3>
+
<h4>4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship</h4>
 
<p><i>insert quote</i>
 
<p><i>insert quote</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 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. His GPA is an abysmal 3.9something and his MCAT is an adequate 38.
 
<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. His GPA is an abysmal 3.9something and his MCAT is an adequate 38.
Line 625: Line 362:
 
<div id=bioL>
 
<div id=bioL>
 
<h3>Finance Director</h3>
 
<h3>Finance Director</h3>
<h3>Neurobiology, Technology Entrepreneurship</h3>
+
<h4>4th year: Neurobiology, Technology Entrepreneurship</h4>
<p><i>insert quote</i>
+
<p><i>I have to do some soul searching</i>
 
<p>I joined iGEM this spring because of its fast-paced, multidisciplinary, and problem solving nature. In addition to research, I am the founder of SuperScore, Inc, and serves on the national board of Kids Are Scientists Too. I hope to complete a MD/MBA someday. On the side, I enjoy boxing, parkour, and reading.
 
<p>I joined iGEM this spring because of its fast-paced, multidisciplinary, and problem solving nature. In addition to research, I am the founder of SuperScore, Inc, and serves on the national board of Kids Are Scientists Too. I hope to complete a MD/MBA someday. On the side, I enjoy boxing, parkour, and reading.
 
</div>
 
</div>
Line 640: Line 377:
 
<div id=bioL>
 
<div id=bioL>
 
<h3>Website Director, Best Kohai</h3>
 
<h3>Website Director, Best Kohai</h3>
<h3>Biochemistry, Molecular Genetics, Physics, Music</h3>
+
<h4>2nd year: Biochemistry, Molecular Genetics, Physics, Music</h4>
 
<p><i>"Has Iowis-senpai noticed me yet?"</i>
 
<p><i>"Has Iowis-senpai noticed me yet?"</i>
 
<p>A sophomore who has lived in Singapore and Australia in the past, his strong interest in genetic engineering prompted him to join iGEM. As his experience in this field has been positive so far, he is rather optimistic for his career, hoping to conduct research in the 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>A sophomore who has lived in Singapore and Australia in the past, his strong interest in genetic engineering prompted him to join iGEM. As his experience in this field has been positive so far, he is rather optimistic for his career, hoping to conduct research in the 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.
Line 647: Line 384:
  
 
<div id=person>
 
<div id=person>
<h1>Mr. Dylan Taylor</h1>
+
<h1>Juhye Kang</h1>
 
<div id=pictureL>
 
<div id=pictureL>
<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;">
+
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
 
</div>
 
</div>
 
<div id=bioL>
 
<div id=bioL>
<h3>CAD Specialist, PCR Designer, Natalie Dormer Enthusiast</h3>
+
<h3>Title</h3>
<h3>Neurobiology, Mathematics</h3>
+
<h4>2nd year: Neurobiology</h4>
<p><i>"I'm a little cheMOIST right now."</i>
+
<p><i></i>
<p>A member of the Integrated Life Sciences Honors
+
<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.  
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>
 
</div>
  
 
<div id=person>
 
<div id=person>
<h1>Juhye Kang</h1>
+
<h1>Dania Benalla</h1>
 
<div id=pictureL>
 
<div id=pictureL>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
Line 670: Line 403:
 
<div id=bioL>
 
<div id=bioL>
 
<h3>Title</h3>
 
<h3>Title</h3>
<h3>Neurobiology</h3>
+
<h4>2nd year: Computer Science, Microbiology</h4>
 
<p><i></i>
 
<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.  
+
<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>
 
</div>
  
 
<div id=person>
 
<div id=person>
<h1>Kara Huie</h1>
+
<h1>Samiha Ahmed</h1>
 
<div id=pictureL>
 
<div id=pictureL>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
Line 683: Line 416:
 
<div id=bioL>
 
<div id=bioL>
 
<h3>Title</h3>
 
<h3>Title</h3>
<h3>Bioengineering</h3>
+
<h4>2nd year: Neurobiology, Public Health</h4>
 
<p><i></i>
 
<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.
+
<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.
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div id=person>
 
<div id=person>
<h1>Dania Benalla</h1>
+
<h1>Sarah Wain</h1>
 
<div id=pictureL>
 
<div id=pictureL>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
Line 696: Line 429:
 
<div id=bioL>
 
<div id=bioL>
 
<h3>Title</h3>
 
<h3>Title</h3>
<h3>Computer Science, Microbiology</h3>
+
<h4>2nd year: Chemical Engineering, Computer Science</h4>
 
<p><i></i>
 
<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.
+
<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.  
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div id=person>
 
<div id=person>
<h1>Kimia Abtahi</h1>
+
<h1>Pavel Vlasov</h1>
 
<div id=pictureL>
 
<div id=pictureL>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
 
</div>
 
</div>
 
<div id=bioL>
 
<div id=bioL>
<h3>Photographer</h3>
+
<h3>Self-Appointed Team Commissar</h3>
<h3>Neurobiology</h3>
+
<h4>4th year: Biochemistry, Molecular Genetics</h4>
<p><i></i>
+
<p><i>Wanna hear a joke?</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.
+
<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. Also, I know a lot of Soviet jokes, which I translate into English.
 
</div>
 
</div>
 
</div>
 
</div>
 
  
 
</div>
 
</div>
Line 725: Line 457:
 
<div id=bioR>  
 
<div id=bioR>  
 
<h3 align="right">Vice President and Team Mom</h3>
 
<h3 align="right">Vice President and Team Mom</h3>
<h3 align="right">Microbiology, Arabic Studies</h3>
+
<h4 align="right">4th year: Microbiology, Arabic Studies</h4>
 
<p align="right"><i>"I'm gonna science as hard as I can!"</i>
 
<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.
 
<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.
Line 738: Line 470:
 
<div id=bioR>
 
<div id=bioR>
 
<h3 align="right">Community/Outreach Director</h3>
 
<h3 align="right">Community/Outreach Director</h3>
<h3 align="right">Bioengineering</h3>
+
<h4 align="right">3rd year: Bioengineering</h4>
 
<p align="right"><i></i>
 
<p align="right"><i></i>
 
<p align="right">
 
<p align="right">
 
</div>
 
</div>
 
<div id=pictureR>
 
<div id=pictureR>
<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/e/ed/Hand.jpg" style="width:210px;height:210px;">
 
</div>
 
</div>
 
</div>
 
</div>
Line 750: Line 482:
 
<h1 align="left">Aditya Biswas</h1>
 
<h1 align="left">Aditya Biswas</h1>
 
<div id=bioR>
 
<div id=bioR>
<h3 align="left">PCR Design Director,Modeler,Wiki tinkerer</h3>
+
<h3 align="left">PCR Design Director, Modeler</h3>
<h3 align="left">Bioengineering</h3>
+
<h4 align="left">4th year: Bioengineering</h4>
 
<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 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.  
 
<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=pictureR>
<img src="https://static.igem.org/mediawiki/2015/e/ef/Biswas.jpg" style="width:210px;height:300px;">
+
<img src="https://static.igem.org/mediawiki/2015/e/ef/Biswas.jpg" style="width:210px;height:210px;">
 
</div>
 
</div>
 
 
 
</div>
 
</div>
  
 
<div id=person>
 
<div id=person>
<h1 align="right">Adam Wahab</h1>
+
<h1 align="right">Kara Huie</h1>
 
<div id=bioR>
 
<div id=bioR>
 
<h3 align="right">Title</h3>
 
<h3 align="right">Title</h3>
<h3 align="right">Neurobiology</h3>
+
<h4 align="right">2nd year: Bioengineering</h4>
 
<p align="right"><i></i>
 
<p align="right"><i></i>
<p align="right">Adam's Bio is pending.  
+
<p align="right">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=pictureR>
 
<div id=pictureR>
Line 774: Line 504:
 
</div>
 
</div>
 
</div>
 
</div>
 
  
 
<div id=person>
 
<div id=person>
<h1 align="right">Samiha Ahmed</h1>
+
<h1 align="right">Dylan Taylor</h1>
 
<div id=bioR>
 
<div id=bioR>
<h3 align="right">Title</h3>
+
<h3 align="right">Natalie Dormer Enthusiast</h3>
<h3 align="right">Neurobiology</h3>
+
<h4 align="right">2nd year: Neurobiology, Mathematics</h4>
 
<p align="right"><i></i>
 
<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.
+
<p align="right">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=pictureR>
 
<div id=pictureR>
<img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:210px;height:210px;">
+
<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>
 
</div>
 
 
  
 
<div id=person>
 
<div id=person>
<h1 align="right">Pavel Vlasov</h1>
+
<h1 align="right">Adam Wahab</h1>
 
<div id=bioR>
 
<div id=bioR>
<h3 align="right">Self-Appointed Team Commissar</h3>
+
<h3 align="right">Title</h3>
<h3 align="right">Biochemistry, Molecular Genetics</h3>
+
<h4 align="right">4th year: Neurobiology</h4>
<p align="right"><i></i>After our team's achievements last year, I returned to the team for another year. 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. Also, I know a lot of Soviet jokes, which I translate into English.
+
<p align="right"><i></i>
<p align="right">
+
<p align="right">Adam's Bio is pending.
 
</div>
 
</div>
 
<div id=pictureR>
 
<div id=pictureR>
Line 803: Line 534:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
 +
  
 
<div id=person>
 
<div id=person>
<h1 align="right">Sarah Wain</h1>
+
<h1 align="right">Kimia Abtahi</h1>
 
<div id=bioR>
 
<div id=bioR>
<h3 align="right">Title</h3>
+
<h3 align="right">Photographer</h3>
<h3 align="right">Chemical Engineering, Computer Science</h3>
+
<h4 align="right">2nd year: Neurobiology, Public Health</h4>
 
<p align="right"><i></i>
 
<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.  
+
<p align="right">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.
</div>  
+
<p align="right">
 +
</div>
 
<div id=pictureR>
 
<div id=pictureR>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
Line 821: Line 556:
 
<div id=bioR>
 
<div id=bioR>
 
<h3 align="right">Title</h3>
 
<h3 align="right">Title</h3>
<h3 align="right">Bioengineering, Statistics?</h3>
+
<h4 align="right">4th year: Bioengineering, Statistics?</h4>
 
<p align="right"><i></i>
 
<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!
 
<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!
Line 864: Line 599:
  
 
<div id=person>
 
<div id=person>
<h1>Tanya<!-- <3 --></h1>
+
<h1>Tanya</h1>
 +
<!-- <3 <3 <3 <3 <3 -->
 
<div id=pictureL>
 
<div id=pictureL>
 
<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/e/eb/Blank.jpg" style="width:210px;height:210px;">
Line 894: Line 630:
 
<h3 align="right">Bioengineering</h3>
 
<h3 align="right">Bioengineering</h3>
 
<p><i></i><p>
 
<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.
+
<p align="right">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=pictureR>
Line 902: Line 638:
  
 
<div id=person>
 
<div id=person>
<h1 align="right">Naren</h1>
+
<h1 align="right">Navadeep</h1>
 
<div id=bioR>
 
<div id=bioR>
 +
<h3 align="right">Chemical Engineering</h3>
 
<h3 align="right">Title</h3>
 
<h3 align="right">Title</h3>
 
</div>
 
</div>

Revision as of 02:11, 5 August 2015