Difference between revisions of "Team:UMaryland/Team"

Line 13: Line 13:
  
 
html, body {  
 
html, body {  
    background-color: #4b4040;
+
 
 
     height: 100%;
 
     height: 100%;
 
   overflow: auto;
 
   overflow: auto;
Line 20: Line 20:
 
.team-container{
 
.team-container{
 
   padding-top: 2em;
 
   padding-top: 2em;
  background-color: #4b4040;
+
position:relative;
margin-left: 5%;  
+
text-align:center;
    margin-right:5%;  
+
}
 +
 
 +
html, body,.team-container .team-member, #Greeting {
 +
  background-color: #413131;
 
}
 
}
  
 
.team-container .team-member{
 
.team-container .team-member{
  padding: 1em;
 
 
   position:relative;
 
   position:relative;
 
   opacity: 1;  
 
   opacity: 1;  
 
   filter: alpha(opacity=60);  
 
   filter: alpha(opacity=60);  
   background-color: #4b4040;
+
   width:42%;
 +
  display:inline-block;
 +
}
 +
 +
.team-member{
 +
text-align:left;
 +
margin:35px;
 +
border: 8px solid black;
 +
border-radius:20px;
 
  }
 
  }
  
Line 83: Line 93:
 
   top: 1em;
 
   top: 1em;
 
   bottom: 1em;
 
   bottom: 1em;
   width: 97%;
+
   width: 95%;
   padding-left: 1em;  
+
   text-align:justify;
   padding-right: 1em;
+
   padding:10px;
 
+
 
 
}
 
}
 +
 +
.team-container .team-member .bio h4{
 +
  color: #009A90;
 +
  font-family: Verdana; 
 +
  font-size: 18px;
 +
 +
}
 +
  
 
.team-container .team-member .bio h3{
 
.team-container .team-member .bio h3{
 
   color: #009A90;
 
   color: #009A90;
 
   font-family: Verdana;   
 
   font-family: Verdana;   
   font-size: 16px;
+
   font-size: 20px;
  
 
}
 
}
Line 99: Line 117:
 
   color: #009A90;
 
   color: #009A90;
 
   font-family: Verdana;   
 
   font-family: Verdana;   
   font-size: 14px;
+
   font-size: 24px;
  
 
}
 
}
Line 107: Line 125:
 
   color: #009A90;
 
   color: #009A90;
 
   font-family: Verdana;   
 
   font-family: Verdana;   
   font-size: 12px;
+
   font-size:32px;
  
 
}
 
}
Line 115: Line 133:
 
   color: #82FECC;
 
   color: #82FECC;
 
   font-family: Verdana;  
 
   font-family: Verdana;  
  font-size: 10px;  
+
  font-size:18px;
 
}
 
}
  
Line 133: Line 151:
 
#Greeting{  
 
#Greeting{  
 
   text-align: center;
 
   text-align: center;
  background-color: #4b4040;
 
 
   padding: 2em;
 
   padding: 2em;
 
   font-size: 20px;
 
   font-size: 20px;
Line 152: Line 169:
 
h1.insetshadow {
 
h1.insetshadow {
 
   color: #e0dfdc;
 
   color: #e0dfdc;
   background-color: #333;
+
   background-color: #cdcdcd;
 
   letter-spacing: .1em;
 
   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);
 
   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);
 
}
 
}
  
 +
 +
#cover {
 +
overflow:hidden;
 +
position:relative;
 +
width:100%;
 +
margin:auto;
 +
padding:0px;
 +
background-image: url("https://static.igem.org/mediawiki/2015/a/a4/Meetupteam.jpg");
 +
background-size: 100% ;
 +
background-repeat: no-repeat;
 +
height: 100%;
 +
width:100%;
 +
min-height:650px;
 +
color: #0DFF00;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
font-size:xx-large;
 +
text-align: center;
 +
bottom:0px;
 +
}
 +
 +
#bubble{
 +
border:2px solid black;
 +
border-radius:10px;
 +
background-color:#cdcdcd;
 +
display: inline-block;
 +
padding:10px 50px 10px 50px;
 +
opacity:.8;
 +
 +
}
  
 
</style>
 
</style>
Line 164: Line 210:
 
<!--LESGO BOYS-->
 
<!--LESGO BOYS-->
  
<div class = "team-container">
 
  
<div id = "Greeting"> <h1 class='insetshadow'> Meet the team </h1> </div>  
+
<div id = "cover">  
 +
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 +
<div id = "bubble">
 +
<h1 class='insetshadow'> Meet the team </h1>  
 +
</div>
 +
</div>
  
 +
<div class = "team-container">
  
  
  <div id = "Iowis">
 
 
   <div class = "team-member col-sm-6">
 
   <div class = "team-member col-sm-6">
 
     <div class = "name"> Iowis Zhu </div>  
 
     <div class = "name"> Iowis Zhu </div>  
 
       <div class ="title"> President, Fearless Leader </div>  
 
       <div class ="title"> President, Fearless Leader </div>  
       <img id="my-img" src= "https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG"/>  
+
       <img id="my-img" src= "https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG">  
  
 
  <div class = bio>  
 
  <div class = bio>  
Line 180: Line 230:
 
         <h3> 4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship
 
         <h3> 4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship
 
         </h3>  
 
         </h3>  
<h1>"No worries, it'll be fine."</h1>
+
<h4><i>"No worries, it'll be fine."</i></h4>
 
         <p>  
 
         <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.
 
           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.
Line 186: Line 236:
 
       </div>  
 
       </div>  
 
   </div>
 
   </div>
   </div>
+
    
  
  
Line 196: Line 246:
 
       <h2>Stephanie Sansbury </h2>  
 
       <h2>Stephanie Sansbury </h2>  
 
         <h3> 4th year: Microbiology, Arabic Studies </h3>  
 
         <h3> 4th year: Microbiology, Arabic Studies </h3>  
 +
<h4><i>"I'm gonna science as hard as I can!"</i></h4>
 
         <p>  
 
         <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.
 
           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 211: Line 262:
 
         <h2>Kevin Fan  </h2>  
 
         <h2>Kevin Fan  </h2>  
 
         <h3> 4th year: Neurobiology, Technology Entrepreneurship</h3>  
 
         <h3> 4th year: Neurobiology, Technology Entrepreneurship</h3>  
 +
<h4><i>"No worries, it'll be fine."</i></h4>
 
         <p>  
 
         <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.  
 
         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.  
Line 225: Line 277:
 
<h2>Robert Hand  </h2>  
 
<h2>Robert Hand  </h2>  
 
         <h3> 3rd year: Bioengineering </h3>  
 
         <h3> 3rd year: Bioengineering </h3>  
 +
<h4><i></i></h4>
 
         <p>  
 
         <p>  
 
         </p>  
 
         </p>  
Line 239: Line 292:
 
         <h3> 2nd year: Biochemistry, Molecular Genetics, Physics, Music
 
         <h3> 2nd year: Biochemistry, Molecular Genetics, Physics, Music
 
         </h3>  
 
         </h3>  
         <h1>"Has Iowis-senpai noticed me yet?"</h1>
+
         <h4><i>"Has Iowis-senpai noticed me yet?"</i></h4>
 
         <p>  
 
         <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.
 
           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.
Line 257: Line 310:
 
<h2>Aditya Biswas</h2>
 
<h2>Aditya Biswas</h2>
 
         <h3> 4th year: Bioengineering</h3>  
 
         <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>  
+
      <h4><i>"My PCR machine doubles as a hairdryer."</i></h4>
 
         <p>  
 
         <p>  
 
           Aditya is a senior at the University of Maryland who is studying BioEngineering. Aditya brings 5 years of wet lab research experience including one prior year with Maryland's IGEM team. This year Aditya's main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In his free time Aditya enjoys the movies, making food for the team, and visiting cows.  
 
           Aditya is a senior at the University of Maryland who is studying BioEngineering. Aditya brings 5 years of wet lab research experience including one prior year with Maryland's IGEM team. This year Aditya's main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In his free time Aditya enjoys the movies, making food for the team, and visiting cows.  
Line 265: Line 318:
 
    
 
    
  
<div class = "team-member col-sm-6">  
+
 
     <div class = "name"> Juhye Kang</div>  
+
 
       <div class ="title"> Graphic Designer </div>  
+
  <div class = "team-member col-sm-6">  
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG"/>  
+
     <div class = "name"> Adam Wahab</div>  
 +
       <div class ="title"> Lab Member</div>  
 +
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG"/>  
 
       <div class = bio>  
 
       <div class = bio>  
<h2> Juhye Kang</h2>
+
<h2> Adam Wahab</h2>
         <h3> 2nd year: Neurobiology
+
         <h3> 4th year: Physiology & Neurobiology  
 
         </h3>  
 
         </h3>  
 
         <p>  
 
         <p>  
           I am a sophomore Neurobiology and Physiology major in the Integrated Life Sciences honors program. Currently I am a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients, as well as iGEM. I hope to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school I enjoy reading, dancing, and binge watching countless crime and cooking shows. My favorite movie of all time is Finding Nemo, and my favorite food is macaroni and cheese (or just cheese in general!).
+
           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>  
 
         </p>  
 
       </div>  
 
       </div>  
 
   </div>
 
   </div>
 
+
 
 
  <div class = "team-member col-sm-6">  
 
  <div class = "team-member col-sm-6">  
 
     <div class = "name"> Kimia Abtahi</div>  
 
     <div class = "name"> Kimia Abtahi</div>  
Line 292: Line 347:
 
   </div>
 
   </div>
  
 +
  <div class = "team-member col-sm-6">
 +
    <div class = "name"> Juhye Kang</div>
 +
      <div class ="title"> Graphic Designer </div>
 +
  <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/e/ee/Fishy.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG'" >
 +
      <div class = bio>
 +
<h2> Juhye Kang</h2>
  
 +
        <h3> 2nd year: Neurobiology
 +
        </h3>
 +
        <p>
 +
          I am a sophomore Neurobiology and Physiology major in the Integrated Life Sciences honors program. Currently I am a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients, as well as iGEM. I hope to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school I enjoy reading, dancing, and binge watching countless crime and cooking shows. My favorite movie of all time is Finding Nemo, and my favorite food is macaroni and cheese (or just cheese in general!).
 +
        </p>
 +
      </div>
 +
  </div>
 +
 
 +
<div class = "team-member col-sm-6">
 +
    <div class = "name"> Kara Huie</div>
 +
      <div class ="title"> PCR Team Member </div>
 +
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" />
 +
      <div class = bio>
 +
<h2> Kara Huie</h2>
 +
        <h3> 2nd year: Bioengineering
 +
        </h3>
 +
<h4><i>"Get your lemonade and pink lemonade here!" (Refering to liquid cell culture w/ w/o RFP)</i></h4>
 +
        <p>
 +
          Hi, I'm a sophomore bioengineering major at the University of Maryland. While I am not sure, at this point in time, what exactly I plan to do in the future, I hope that experiences like iGEM will help me to find my interests and give me more exposure to the many careers related to biology. Outside of school, I enjoy running and keeping up with track & field. I also enjoy doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, I love doing sports.
 +
        </p>
 +
      </div>
 +
  </div>
 +
 
 
<div class = "team-member col-sm-6">  
 
<div class = "team-member col-sm-6">  
 
     <div class = "name"> Dylan Taylor</div>  
 
     <div class = "name"> Dylan Taylor</div>  
Line 300: Line 384:
 
<h2> Dylan Taylor</h2>
 
<h2> Dylan Taylor</h2>
 
         <h3> 2nd year: Neurobiology, Mathematics</h3>  
 
         <h3> 2nd year: Neurobiology, Mathematics</h3>  
 +
<h4><i>"Natalie Dormer is the most attractive woman on the face of the Earth."</i></h4>
 
         <p>  
 
         <p>  
 
           A member of the Integrated Life Sciences Honors
 
           A member of the Integrated Life Sciences Honors
Line 323: Line 408:
 
   </div>
 
   </div>
  
<div class = "team-member col-sm-6">
+
 
    <div class = "name"> Kara Huie</div>
+
      <div class ="title"> PCR Team Member </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" />
+
      <div class = bio>
+
<h2> Kara Huie</h2>
+
        <h3> 2nd year: Bioengineering
+
        </h3>
+
        <p>
+
          Hi, I'm a sophomore bioengineering major at the University of Maryland. While I am not sure, at this point in time, what exactly I plan to do in the future, I hope that experiences like iGEM will help me to find my interests and give me more exposure to the many careers related to biology. Outside of school, I enjoy running and keeping up with track & field. I also enjoy doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, I love doing sports.
+
        </p>
+
      </div>
+
  </div>
+
  
 
<div class = "team-member col-sm-6">  
 
<div class = "team-member col-sm-6">  
Line 351: Line 424:
 
   </div>
 
   </div>
  
<div class = "team-member col-sm-6">
+
 
    <div class = "name"> Adam Wahab</div>
+
      <div class ="title"> Lab Member</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG"/>
+
      <div class = bio>
+
<h2> Adam Wahab</h2>
+
        <h3> 4th year: Physiology & Neurobiology
+
        </h3>
+
        <p>
+
          Hi, I'm a senior neurobiology and physiology major at the University of Maryland. This is my first research experience and exposure to synthetic biology. In the future I hope to attend medical school and pursue more research opportunities. Outside of the lab, I'm a huge news junkie and I love following politics. I also enjoy traveling, weight lifting, and browsing reddit.
+
        </p>
+
      </div>
+
  </div>
+
 
   
 
   
 
<div class = "team-member col-sm-6">  
 
<div class = "team-member col-sm-6">  
Line 458: Line 519:
  
 
     <div class = "team-member col-sm-6">  
 
     <div class = "team-member col-sm-6">  
     <div class = "name"> Nathan Barber</div>  
+
     <div class = "name">Nathan Barber</div>  
 
       <div class ="title">  Bioengineering</div>  
 
       <div class ="title">  Bioengineering</div>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
Line 470: Line 531:
 
   </div>
 
   </div>
  
 +
  <div class = "team-member col-sm-6">
 +
    <div class = "name"> Naren Bhokisham</div>
 +
      <div class ="title">  Bioengineering</div>
 +
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
 +
      <div class = bio>
 +
<h2>Naren Bhokisham</h2>
 +
        <p>
 +
        </p>
 +
      </div>
 +
  </div>
 +
 
  
 
<div class = "team-member col-sm-6">  
 
<div class = "team-member col-sm-6">  
     <div class = "name"> Tanya</div>  
+
     <div class = "name">Dr. Tanya Gordonov</div>  
 
       <div class ="title">  Bioengineering</div>  
 
       <div class ="title">  Bioengineering</div>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
 
       <div class = bio>  
 
       <div class = bio>  
<h2>Tanya</h2>
+
<h2>Tanya</h2> <!-- <3 -->
 
         <p>  
 
         <p>  
 
         </p>  
 
         </p>  
Line 483: Line 555:
  
 
<div class = "team-member col-sm-6">  
 
<div class = "team-member col-sm-6">  
     <div class = "name"> Navadeep</div>  
+
     <div class = "name">Navadeep</div>  
 
       <div class ="title">  Chemical Engineering</div>  
 
       <div class ="title">  Chemical Engineering</div>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
 
       <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
Line 493: Line 565:
 
   </div>
 
   </div>
  
 +
  <div class = "team-member col-sm-6">
 +
    <div class = "name">Testudo</div>
 +
      <div class ="title">Turtles</div>
 +
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
 +
      <div class = bio>
 +
<h2>Testudo</h2>
 +
        <p>
 +
        </p>
 +
      </div>
 +
  </div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
</div>  
 
</div>  
  

Revision as of 05:34, 14 September 2015