Difference between revisions of "Team:Michigan/Team"

 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Team:Michigan/navbar-Irina}}
 
{{Team:Michigan/navbar-Irina}}
<li>
 
 
{{Team:Michigan/Navigation}}
 
{{Team:Michigan/Navigation}}
 
 
<html>
 
<html>
 
   <head>
 
   <head>
     <link rel="stylesheet" type="text/css"
+
     <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poiret+One">
      href="https://fonts.googleapis.com/css?family=Poiret+One">
+
   
 
     <!-- Latest compiled and minified CSS -->
 
     <!-- Latest compiled and minified CSS -->
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-    BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
+
     <link href="https://static.igem.org/mediawiki/2016/2/2f/Bootstrap-msbt-css.txt" rel="stylesheet" type="text/css"/>
     <style>
+
      
#sideMenu, #top_title {display:none;}
+
  <style>
#content { padding:0px; width:100%;}
+
body {background-color:white; width:100%}
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#top_menu_inside, #top_menu_14 { height:20px;}
+
  
      h1 {
+
    #sideMenu, #top_title {display:none;}
 +
    #content { padding:0px; width:100%;}
 +
    body {background-color:white; width:100%}
 +
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
    #top_menu_inside, #top_menu_14 { height:20px;}
 +
 
 +
    h1 {
 
         font-family: 'Poiret One', cursive;
 
         font-family: 'Poiret One', cursive;
 
         font-size: 40px;
 
         font-size: 40px;
      }
+
      }
 
     .center {
 
     .center {
 
         text-align: center;
 
         text-align: center;
        }
+
      }
 
     div.container {
 
     div.container {
      padding-top: 50px;
+
        padding-top: 0px;
      padding-bottom: 50px;
+
        padding-bottom: 50px;
 
       }
 
       }
 
     div.col-lg-3 col-md-4 col-sm-6 col-xs-12{
 
     div.col-lg-3 col-md-4 col-sm-6 col-xs-12{
      padding-left: 50 px;
+
        padding-left: 50 px;
      padding-right: 50 px;
+
        padding-right: 50 px;
 +
      }
 +
    .hovereffect {
 +
        width: 100%;
 +
        height: 100%;
 +
        float: left;
 +
        overflow: visible;
 +
        position: relative;
 +
        text-align: center;
 +
        cursor: default;
 
       }
 
       }
    .hovereffect {
 
  width: 100%;
 
  height: 100%;
 
  float: left;
 
  overflow: visible;
 
  position: relative;
 
  text-align: center;
 
  cursor: default;
 
}
 
  
.hovereffect .overlay {
+
    .hovereffect .overlay {
 
   position: absolute;
 
   position: absolute;
 
   overflow: hidden;
 
   overflow: hidden;
Line 55: Line 55:
 
   -ms-transform: scale(0,1);
 
   -ms-transform: scale(0,1);
 
   transform: scale(0,1);
 
   transform: scale(0,1);
 +
}
 +
 +
/* DON'T MISS THIS, I ADDED IT! - Austin */
 +
.hovereffect:hover {
 +
    -webkit-transition: all 0.35s;
 +
    transition: all 0.35s;
 +
    background: rgba(0,0,0,0.35);
 
}
 
}
  
Line 63: Line 70:
 
   -ms-transform: scale(1);
 
   -ms-transform: scale(1);
 
   transform: scale(1);
 
   transform: scale(1);
 +
  overflow: auto;
 
}
 
}
  
Line 110: Line 118:
 
   -webkit-transform: translate3d(0,0,0);
 
   -webkit-transform: translate3d(0,0,0);
 
   transform: translate3d(0,0,0);
 
   transform: translate3d(0,0,0);
 +
  overflow: auto;
 
}
 
}
.crop {
+
.croppy-image {
height: 200px;
+
    display: inline-block;
width: 300px;
+
    width: 100%;
overflow: hidden;
+
    height: 189px;
 +
    background-size:cover;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 
}
 
}
.crop img-responsive {
+
 
height: auto;
+
/* PRETTY SCROLL BAR */
width: 350px;
+
.overlay::-webkit-scrollbar {
 +
    width: 2px;
 
}
 
}
 +
 +
/* Track */
 +
.overlay::-webkit-scrollbar-track {
 +
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 +
    -webkit-border-radius: 10px;
 +
    border-radius: 10px;
 +
}
 +
 +
/* Handle */
 +
.overlay::-webkit-scrollbar-thumb {
 +
    -webkit-border-radius: 10px;
 +
    border-radius: 10px;
 +
    background: rgba(255,255,255,0.3);
 +
    /*-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); */
 +
}
 +
.overlay::-webkit-scrollbar-thumb:window-inactive {
 +
background: rgba(0,0,0,0.3);
 +
}
 +
 +
 +
/* STUFF INSPIRED BY BOOTSTRAP */
 +
.container {
 +
    display: block;
 +
    margin: auto;
 +
    width: 1176px;
 +
    max-width: 90vw;
 +
    min-width: 800px;
 +
}
 +
 +
.col-3 {
 +
    display: inline-block;
 +
    width: calc(24.99% - 4px);
 +
    padding: 2px;
 +
}
 +
 +
.col-12 {
 +
    display: inline-block;
 +
    width: 100%;
 +
}
 +
.row {
 +
    display: flex;
 +
    flex-wrap: wrap;
 +
    width: 100%;
 +
    justify-content: center;
 +
    }
 
     </style>
 
     </style>
 
   </head>
 
   </head>
<div class="container">
+
 
  <h1 style="text-align:center;"><font face ="Poiret One">Team Members</font></h1>
+
 
 
   <body>
 
   <body>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
 
    <div class="hovereffect">
+
 
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
<div class="container">
 +
<div class="row">
 +
<div class="col-12">
 +
<h1 style="text-align:center; font-size: 75px;"><font face ="Poiret One">Team Members</font></h1>
 +
<br>
 +
</br>
 +
</div>
 +
</div>
 +
<!-- USE THIS AS YOUR TEMPLATE FOR THE REST!-->
 +
<!-- Also, make sure your using the new CSS I put in for .hovereffect:hover -->
 +
 
 +
<div class="row">
 +
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/8/8c/Marc.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Nick Emery</font></h2>
+
            <h2><font face ="Poiret One" color="white">Marc Ammerlaan</font></h2>
<p> <font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio
+
            Marc Ammerlaan is a lecturer in the Program in Biology. He has been an adviser to Michigan's iGEM team since 2010.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
      <li class= "crop">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/thumb/3/36/T--Michigan--NickEmery.jpg/450px-T--Michigan--NickEmery.jpg')">
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ef/Vijay_Team_Member.jpeg" alt="">
+
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2> <font face ="Poiret One" color="white" font-weight="bold">Vijay Vobbilisetty</font></h2>
+
            <h2><font face ="Poiret One" color="white">Nick Emery</font></h2>
<p> <font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
Vijay is a sophomore studying Biomedical Engineering & Pre-Medicine at the University of Michigan, Ann Arbor.
+
            Nick Emery is a student at the University of Michigan studying Cell and Molecular Biology and Biomedical Engineering. Working towards cheaper, easier detection of protein biomarkers to improve disease diagnostics in developing countries and resource scarce settings. Also working in the lab of Dr. Allen Liu in the Department of Biomedical Engineering at University of Michigan.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
          </li>
+
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
 
     <div class="hovereffect">
+
 
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/6/65/T--Michigan--Irina.jpg" alt="">
+
<div class="col-3">
 +
     <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/7/77/Vijay_msbt.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2> <font face ="Poiret One" color="white">Irina Kopyeva</font></h2>
+
            <h2><font face ="Poiret One" color="white">Vijay Vobbilisetty</font></h2>
<p> <font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
Irina is a sophomore studying Chemical Engineering with a concentration in Life Sciences. She loves to whitewater kayak and being outdoors in general!
+
            Vijay is a sophomore studying Biomedical Engineering at the University of Michigan, Ann Arbor. This is his first time on the Michigan Synthetic Biology Team, and he also works in a lab that studies the genetic precursors of aortic aneurysms.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
 
     <div class="hovereffect">
+
 
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
<div class="col-3">
 +
     <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/6/65/T--Michigan--Irina.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Alex Girgis</font></h2>
+
            <h2><font face ="Poiret One" color="white">Irina Kopyeva</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
Alex, a rising sophomore from Grand Rapids, is majoring in Biomedical Engineering with a biochemical concentration. Ultimately he will pursue a career in medicine. He considers himself “not bad” at Argentine Tango.
+
            Irina is a sophomore studying Chemical Engineering with a concentration in Life Sciences. She loves to whitewater kayak and being outdoors in general!
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
 
    <div class="hovereffect">
+
<div class="row">
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/2/2c/T--Michigan--AlexG.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Rachel Sun</font></h2>
+
            <h2><font face ="Poiret One" color="white">Alex Girgis</font></h2>
<p> <font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
            Alex, a rising sophomore from Grand Rapids, is majoring in Biomedical Engineering with a biochemical concentration. Ultimately he will pursue a career in medicine. He considers himself “not bad” at Argentine Tango.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/3/3e/T--Michigan--Rachel.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Alex Hadd</font></h2>
+
            <h2><font face ="Poiret One" color="white">Rachel Sun</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio
+
            Rachel is a student of Cellular & Developmental Biology and Biomedical Engineering at the University of Michigan. Combining the ordered and methodical thought processes of engineering and my own fascination with biological processes, I am an active member of the Michigan Synthetic Biology Team which competes anually in the iGEM competition.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/3/3c/Aaron_MSBT.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Aaron Renberg</font></h2>
+
            <h2><font face ="Poiret One" color="white">Aaron Renberg</font></h2>
<p> <font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
            Aaron Renberg is an enthusiastic rising junior and OptiMize Social Innovation Challenge Summer Fellow. He has previous research experience interning at the National Institutes of Health in Bethesda, MD and at Children’s National Medical Center’s genetic medicine department in Washington, D.C. In addition to MSBT, he is currently working in a medical research lab in the Brehm Center for Diabetes Research at U of M. When a micropipet isn’t in his hand, it is usually replaced by a hockey stick or a fencing foil.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/7/72/Siddharth_Team_Member.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Siddharth Madapoosi</font></h2>
+
            <h2><font face ="Poiret One" color="white">Siddharth Madapoosi</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
          Siddharth is a rising sophomore from Ann Arbor majoring in Microbiology and intends to pursue a career in epidemiology in the future.  He enjoys traveling and is excited to be a part of MSBT this year!
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
</div>
    <div class="hovereffect">
+
<div class= "row">
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/3/3f/Anishii_photo.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Akira Nishii</font></h2>
+
            <h2><font face ="Poiret One" color="white">Akira Nishii</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
            Akira Nishii is a sophomore studying chemical engineering and biochemistry at the University of Michigan. He strives to become a physician-scientist (MD/PhD) in the "near" future. Along with MSBT, he plans to conduct research on cancer immunotherapy of brain tumors (glioma) under Dr. Maria Castro and Dr. Pedro Lowenstein of the Department of Neurosurgery.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/5/5b/Zach_MSBT.png')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Zach Bernstein</font></h2>
+
            <h2><font face ="Poiret One" color="white">Zach Bernstein</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
            Zach Bernstein is a rising sophomore studying Neuroscience in the Honors Program at the University of Michigan. Zach has had a variety of different work and academic experiences in business and sciences. He intends on minoring in The Ross School of Business and enjoys playing basketball and hiking.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/2/22/Dany_lewin_msbt.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Dany Lewin</font></h2>
+
            <h2><font face ="Poiret One" color="white">Dany Lewin</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
I’m Dany and I am originally from Mexico. I transferred to the University of Michigan a year ago and now I am a junior in cell and molecular biology. This is my first year in MSBT and I am super excited to go to Boston!  
+
            Dany is originally from Mexico. She transferred to the University of Michigan a year ago, and she is now a junior majoring in Cell and Molecular Biology. This is her first year on the Michigan Synthetic Biology Team and is super excited to go to Boston!  
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/d/d7/Cristina-msbt.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Cristina Castillo</font></h2>
+
            <h2><font face ="Poiret One" color="white">Cristina Castillo</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
I am a recent graduate from the University of Michigan in Cell  and Molecular Biology. I have been part of MSBT for three years now and currently I am an advisor for the team. I am also a research assistant in a physiology lab on campus, I study effects of hypoxia in cancer. I plan to continue my career as a scientist doing a MD/PhD program.
+
            Cristina is a recent graduate from the University of Michigan in Cell  and Molecular Biology. She has been part of MSBT for three years now and currently she is an advisor for the team. As a research assistant in a physiology lab on campus, she studies effects of hypoxia in cancer. She plans to continue her career as a scientist doing a MD/PhD program.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
</div>
    <div class="hovereffect">
+
<div class="row">
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/c/c6/Robin-msbt.jpg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Pearl Tu</font></h2>
+
            <h2><font face ="Poiret One" color="white">Robin Pierce</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
I am a Master student in Public Health, majoring in Nutritional Sciences. I first joined iGEM as Human Practice leader with The Chinese University of Hong Kong in 2012, and this year, 2016, I am back to iGEM as Human Practice advisor. While products of Synthetic Biology are appearing in food processing, I am interested in seeing how the gap between general public and profession in Synthetic Biology has been addressed in the last 4 years!
+
            Robin, a senior at the University of Michigan, is majoring in Biomedical Engineering and looking to seek a Master's as well.
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
+
<div class="col-3">
     <div class="hovereffect">
+
     <div class="croppy-image"
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2016/e/ee/Michigan--WikiLogo.png" alt="">
+
    style="background-image: url('https://static.igem.org/mediawiki/2016/3/32/Pearl_MSBT.jpeg')">
 +
        <div class="hovereffect">
 
             <div class="overlay">
 
             <div class="overlay">
                <h2><font face ="Poiret One" color="white">Robin Pearce</font></h2>
+
            <h2><font face ="Poiret One" color="white">Pearl Tu</font></h2>
<p><font face ="Poiret One" color="white">
+
            <p> <font face ="Poiret One" color="white">
bio here
+
            Pearl is a Master student in Public Health, majoring in Nutritional Sciences. She first joined iGEM as Human Practice leader with The Chinese University of Hong Kong in 2012, and this year, 2016, she is back to iGEM as Human Practice advisor. While products of Synthetic Biology are appearing in food processing, she is interested in seeing how the gap between general public and profession in Synthetic Biology has been addressed in the last 4 years!
</font></p>  
+
            </font></p>  
 
             </div>
 
             </div>
 +
        </div>
 
     </div>
 
     </div>
 +
</div>
 +
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/1/1b/Caleb_MSBT.jpg')">
 +
        <div class="hovereffect">
 +
            <div class="overlay">
 +
            <h2><font face ="Poiret One" color="white">Caleb Kaczmarek</font></h2>
 +
            <p> <font face ="Poiret One" color="white">
 +
            Caleb is a sophomore in the University of Michigan's Cellular and Molecular Bioogy and Biomedical Engineering program. As a member of Dr. Qiong Yang's lab in the Biophysics Department, he helps in research focused on kinases and embryonic development.
 +
 +
            </font></p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
<div class="col-3">
 +
    <div class="croppy-image"
 +
    style="background-image: url('https://static.igem.org/mediawiki/2016/c/cb/Alexhadd-msbt.png')">
 +
        <div class="hovereffect">
 +
            <div class="overlay">
 +
            <h2><font face ="Poiret One" color="white">Alex Hadd</font></h2>
 +
            <p> <font face ="Poiret One" color="white">
 +
          Alex is a second year undergraduate at the University of Michigan studying biomedical engineering. He is a member of Pi Kappa Alpha and the Michigan Synthetic Biology Team. He works in the Yang Lab in the Department of Biophysics as a research assistant, studying biological oscillators and self organizational processes during embryo development. His other academics interests include synthetic biology, biomaterials, and intellectual property law.
 +
            </font></p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
</div>
 +
 +
</div>
 
</div>
 
</div>
 
   </body>
 
   </body>
 
</html>
 
</html>

Latest revision as of 01:49, 20 October 2016

Team Members



Marc Ammerlaan

Marc Ammerlaan is a lecturer in the Program in Biology. He has been an adviser to Michigan's iGEM team since 2010.

Nick Emery

Nick Emery is a student at the University of Michigan studying Cell and Molecular Biology and Biomedical Engineering. Working towards cheaper, easier detection of protein biomarkers to improve disease diagnostics in developing countries and resource scarce settings. Also working in the lab of Dr. Allen Liu in the Department of Biomedical Engineering at University of Michigan.

Vijay Vobbilisetty

Vijay is a sophomore studying Biomedical Engineering at the University of Michigan, Ann Arbor. This is his first time on the Michigan Synthetic Biology Team, and he also works in a lab that studies the genetic precursors of aortic aneurysms.

Irina Kopyeva

Irina is a sophomore studying Chemical Engineering with a concentration in Life Sciences. She loves to whitewater kayak and being outdoors in general!

Alex Girgis

Alex, a rising sophomore from Grand Rapids, is majoring in Biomedical Engineering with a biochemical concentration. Ultimately he will pursue a career in medicine. He considers himself “not bad” at Argentine Tango.

Rachel Sun

Rachel is a student of Cellular & Developmental Biology and Biomedical Engineering at the University of Michigan. Combining the ordered and methodical thought processes of engineering and my own fascination with biological processes, I am an active member of the Michigan Synthetic Biology Team which competes anually in the iGEM competition.

Aaron Renberg

Aaron Renberg is an enthusiastic rising junior and OptiMize Social Innovation Challenge Summer Fellow. He has previous research experience interning at the National Institutes of Health in Bethesda, MD and at Children’s National Medical Center’s genetic medicine department in Washington, D.C. In addition to MSBT, he is currently working in a medical research lab in the Brehm Center for Diabetes Research at U of M. When a micropipet isn’t in his hand, it is usually replaced by a hockey stick or a fencing foil.

Siddharth Madapoosi

Siddharth is a rising sophomore from Ann Arbor majoring in Microbiology and intends to pursue a career in epidemiology in the future. He enjoys traveling and is excited to be a part of MSBT this year!

Akira Nishii

Akira Nishii is a sophomore studying chemical engineering and biochemistry at the University of Michigan. He strives to become a physician-scientist (MD/PhD) in the "near" future. Along with MSBT, he plans to conduct research on cancer immunotherapy of brain tumors (glioma) under Dr. Maria Castro and Dr. Pedro Lowenstein of the Department of Neurosurgery.

Zach Bernstein

Zach Bernstein is a rising sophomore studying Neuroscience in the Honors Program at the University of Michigan. Zach has had a variety of different work and academic experiences in business and sciences. He intends on minoring in The Ross School of Business and enjoys playing basketball and hiking.

Dany Lewin

Dany is originally from Mexico. She transferred to the University of Michigan a year ago, and she is now a junior majoring in Cell and Molecular Biology. This is her first year on the Michigan Synthetic Biology Team and is super excited to go to Boston!

Cristina Castillo

Cristina is a recent graduate from the University of Michigan in Cell and Molecular Biology. She has been part of MSBT for three years now and currently she is an advisor for the team. As a research assistant in a physiology lab on campus, she studies effects of hypoxia in cancer. She plans to continue her career as a scientist doing a MD/PhD program.

Robin Pierce

Robin, a senior at the University of Michigan, is majoring in Biomedical Engineering and looking to seek a Master's as well.

Pearl Tu

Pearl is a Master student in Public Health, majoring in Nutritional Sciences. She first joined iGEM as Human Practice leader with The Chinese University of Hong Kong in 2012, and this year, 2016, she is back to iGEM as Human Practice advisor. While products of Synthetic Biology are appearing in food processing, she is interested in seeing how the gap between general public and profession in Synthetic Biology has been addressed in the last 4 years!

Caleb Kaczmarek

Caleb is a sophomore in the University of Michigan's Cellular and Molecular Bioogy and Biomedical Engineering program. As a member of Dr. Qiong Yang's lab in the Biophysics Department, he helps in research focused on kinases and embryonic development.

Alex Hadd

Alex is a second year undergraduate at the University of Michigan studying biomedical engineering. He is a member of Pi Kappa Alpha and the Michigan Synthetic Biology Team. He works in the Yang Lab in the Department of Biophysics as a research assistant, studying biological oscillators and self organizational processes during embryo development. His other academics interests include synthetic biology, biomaterials, and intellectual property law.