Difference between revisions of "Team:Oxford/Team"

 
(118 intermediate revisions by 6 users not shown)
Line 10: Line 10:
 
     left: 0px;
 
     left: 0px;
 
     right: 0px;
 
     right: 0px;
     top: 80%;
+
     top: 75%;
 
     font-weight: bold;
 
     font-weight: bold;
 
     font-size: 20px;
 
     font-size: 20px;
Line 46: Line 46:
  
 
#header-lightbox {
 
#header-lightbox {
     margin-top: -20px;
+
     margin-top: -32px;
 
     width: 100%;
 
     width: 100%;
     height:500px;
+
     padding-bottom: 40%;
 +
    overflow: visible;
 +
}
 +
 
 +
#header-lightbox-img {
 +
    position: absolute;
 +
    top: 0px;
 +
    bottom: 0px;
 +
    left: -20px;
 +
    right: 0;
 
     background-image: url(https://static.igem.org/mediawiki/2017/8/85/T--oxford--team-group.jpeg);
 
     background-image: url(https://static.igem.org/mediawiki/2017/8/85/T--oxford--team-group.jpeg);
 
     background-size: cover;
 
     background-size: cover;
     background-position: 25%;
+
     background-position: center 20%;
 +
}
 +
 
 +
#header-lightbox-darken {
 +
    position: absolute;
 +
    top: 0px;
 +
    bottom: 0px;
 +
    left: 0px;
 +
    right: 0px;
 +
    background: rgba(0,0,0,0.2);
 +
}
 +
 
 +
#header-lightbox-title {
 +
    position: absolute;
 +
    top: 70%;
 +
    left: 0px;
 +
    right: 0px;
 +
    font-size: 10vw;
 +
    font-weight: bolder;
 +
    text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
 +
    color: white;
 +
    text-align: center;
 +
}
 +
 
 +
@media (max-width: 768px) {
 +
    #header-lightbox {
 +
        margin-top: 37px;
 +
        background-position: center 20%;
 +
        padding-bottom: 70%;
 +
    }
 +
   
 +
    #header-lightbox-title {
 +
        top: 60%;
 +
    }
 +
}
 +
 
 +
.popup_box {
 +
    width: 90%;
 +
    max-width: 600px;
 +
    /*border-radius: 5px;
 +
    border: none;
 +
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
 +
    background: white;*/
 +
    color: black;
 +
    padding: 15px 20px;
 +
    transform: scale(0.8);
 +
}
 +
 
 +
.popup_box img {
 +
    width: 50%;
 +
    margin: auto;
 +
}
 +
 
 +
.popup_visible .popup_box {
 +
    transform: scale(1);
 +
}
 +
 
 +
.popup_visible #bodyContent {
 +
    filter: blur(8px);
 +
    transition: filter 0.3s;
 +
}
 +
 
 +
.close_button{
 +
    position: absolute;
 +
    top: 4px;
 +
    right: 0px;
 +
    border: none;
 +
    background: transparent;
 +
}
 +
.team-member-img {
 +
    cursor: pointer;
 +
}
 +
 
 +
.subject-icon {
 +
    position: absolute;
 +
    right: 10%;
 +
    top: 6%;
 +
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
 +
    border-radius: 50%;
 +
    width: 18%;
 +
    background-position: center;
 +
    background-size: 100%;
 +
}
 +
 
 +
.subject-icon:before {
 +
    content: "";
 +
    display: block;
 +
    padding-bottom: 100%;
 +
}
 +
 
 +
.bioch {
 +
    background-image: url(https://static.igem.org/mediawiki/2017/3/3a/T--oxford--team--biochemistry--icon.png);
 +
}
 +
 
 +
.eng {
 +
    background-image: url(https://static.igem.org/mediawiki/2017/7/71/T--oxford--team--engineering--icon.png);
 +
}
 +
 
 +
.bio {
 +
    background-image: url(https://static.igem.org/mediawiki/2017/d/d4/T--oxford--team--biology--icon.png);
 +
}
 +
 
 +
.med {
 +
    background-image: url(https://static.igem.org/mediawiki/2017/7/7c/T--oxford--team--medicine--icon.png);
 +
}
 +
 
 +
#supervisor-header {
 +
    margin-top: 50px;
 +
    margin-bottom: 50px;
 +
    text-align: center;
 +
    font-size: 28pt;
 +
    color: white;
 +
    font-weight: bolder;
 +
   
 +
}
 +
 
 +
#supervisor-header>center {
 +
    display:block;
 +
    max-width: 800px;
 +
    width: 80%;
 +
    line-height: 0.1em;
 +
    border-bottom: 3px solid white;
 +
    text-align: center;
 +
    font-size: 28pt;
 +
    color: white;
 +
    font-weight: bolder;
 +
    margin: 0px auto;
 +
}
 +
 
 +
#supervisor-header>center>span {
 +
    background: rgb(95,155,175);
 +
    padding: 0 20px;
 +
}
 +
 
 +
#supervisor-container {
 +
    margin-top: 50px;
 +
    background: rgb(95,155,175);
 +
}
 +
 
 +
.supervisor-description {
 +
    padding-top: 10px;
 +
    color: white;
 +
    line-height: 1.8;
 +
}
 +
 
 +
.supervisor {
 +
    margin-bottom: 50px;
 +
}
 +
 
 +
.supervisor-img img {
 +
    border-radius: 10px;
 +
}
 +
 
 +
.supervisor>div {
 +
    margin-top: 30px;
 
}
 
}
 
</style>
 
</style>
Line 58: Line 221:
  
  
<div class="row">
+
<div>
 
<div class="col-sm-12" id="header-lightbox">
 
<div class="col-sm-12" id="header-lightbox">
 +
<div id="header-lightbox-img"></div>
 +
<div id="header-lightbox-darken"></div>
 +
<span id="header-lightbox-title">MEET THE TEAM</span>
 
</div>
 
</div>
  
Line 65: Line 231:
 
<div class="row">
 
<div class="row">
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/1/13/T--oxford--team--alissa--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img alissa_open" src="https://static.igem.org/mediawiki/2017/1/13/T--oxford--team--alissa--circle.jpeg">
 
     <span id="profile_caption"> Alissa Hummer </span>
 
     <span id="profile_caption"> Alissa Hummer </span>
 +
    <div class="subject-icon bioch"></div>
 +
   
 +
    <!-- Add content to the popup -->
 +
    <div id="alissa" class="popup_box">
 +
 +
    <!-- Add an optional button to close the popup -->
 +
 +
<button type="button" class="alissa_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/1/13/T--oxford--team--alissa--circle.jpeg">
 +
<b>Alissa Hummer</b> (Biochemistry)<br/>
 +
<i>Co-leader<br/>
 +
She. cruzi</i><br/>
 +
 +
Alissa spends most of her iGEM days split between the wet lab, working with the engineers on mathematical modelling, and doing organizational things because she loves pretty much everything. Her experience in other labs prior to iGEM is invaluable to the team, because she knows all of the tips and tricks for efficient research. Outside of iGEM she enjoys playing football, being in nature, and reading.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 +
 +
   
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/a/a5/T--oxford--team--angela--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img angela_open" src="https://static.igem.org/mediawiki/2017/a/a5/T--oxford--team--angela--circle.jpeg">
 
     <span id="profile_caption"> Angela Hellyer </span>
 
     <span id="profile_caption"> Angela Hellyer </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="angela" class="popup_box">
 +
    <button type="button" class="angela_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/a/a5/T--oxford--team--angela--circle.jpeg">
 +
<b>Angela Hellyer</b> (Biochemistry)<br/>
 +
<i>Wet Lab Co-ordinator &amp; Safety<br/>
 +
G. weazli</i><br/>
 +
 +
Angela doesn’t really know how she ended up being in charge of safety, it kind of just happened when she wasn’t looking. Creator of the cake rota, she likes to keep things light, and provides some moral support for when things inevitably go wrong; only to be fixed promptly of course! Outside of iGEM she enjoys food and all things astro-, along with being Zoe F’s main Hogwarts buddy.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/f/f7/T--oxford--team--arthur--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img arthur_open" src="https://static.igem.org/mediawiki/2017/f/f7/T--oxford--team--arthur--circle.jpeg">
 
     <span id="profile_caption"> Arthur Norman </span>
 
     <span id="profile_caption"> Arthur Norman </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="arthur" class="popup_box">
 +
    <button type="button" class="arthur_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/f/f7/T--oxford--team--arthur--circle.jpeg">
 +
<b>Arthur Norman</b> (Biochemistry)<br/>
 +
<i>Co-leader<br/>
 +
T. freezi</i><br/>
 +
 +
Arthur has been dubbed ‘freezer boy’, and his super powers include being able to organise freezer boxes without them thawing and the ability to tidy away everyone else’s eppendorfs. Arthur spends his time split between working in the lab and coming up with novel ideas for the project. When outside the lab he plays tennis, runs, and drinks pimms, sometimes all three at the same time.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/7/74/T--oxford--team--chun--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img chun_open" src="https://static.igem.org/mediawiki/2017/7/74/T--oxford--team--chun--circle.jpeg">
 
     <span id="profile_caption"> Chun Ngai Au </span>
 
     <span id="profile_caption"> Chun Ngai Au </span>
 +
    <div class="subject-icon eng"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="chun" class="popup_box">
 +
    <button type="button" class="chun_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/7/74/T--oxford--team--chun--circle.jpeg">
 +
<b>Chun Ngai Au</b> (Engineering)<br/>
 +
<i>Dry Lab Co-ordinator<br/>
 +
T. snoozi</i><br/>
 +
 +
Chun likes creating colourful and cool looking graphs on Matlab, although he isn’t totally against putting on a lab coat and pipetting a couple of things every now and again. He put in a lot of work at the beginning of the project to catch up on the biochemistry, but is now as knowledgable as the rest of us. Outside of iGEM, he likes to play Ultimate, sleep, and eat spicy food - even his pizzas tend to have chillies on them.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
Line 84: Line 312:
 
<div class="row">
 
<div class="row">
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/7/7c/T--oxford--team--helen--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img helen_open" src="https://static.igem.org/mediawiki/2017/7/7c/T--oxford--team--helen--circle.jpeg">
 
     <span id="profile_caption"> Helen Siyu Ren </span>
 
     <span id="profile_caption"> Helen Siyu Ren </span>
 +
    <div class="subject-icon eng"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="helen" class="popup_box">
 +
    <button type="button" class="helen_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/7/7c/T--oxford--team--helen--circle.jpeg">
 +
<b>Helen Siyu Ren</b> (Engineering)<br/>
 +
<i>Dry Lab Co-ordinator<br/>
 +
Si. yuzi</i><br/>
 +
 +
As one of the few non-bio students, Helen is learning new things in the wet lab while spending the rest of time staring at her laptop doing wiki pages and trying to implement the complicated model that comes with all of our many parts. She is one of those people who really likes to sit on the floor, where her free time is spent reading, playing bridge, and eating delicious food she made earlier.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/e6/T--oxford--team--jei--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img jei_open" src="https://static.igem.org/mediawiki/2017/e/e6/T--oxford--team--jei--circle.jpeg">
 
     <span id="profile_caption"> Jei Diwakar </span>
 
     <span id="profile_caption"> Jei Diwakar </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="jei" class="popup_box">
 +
    <button type="button" class="jei_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/e6/T--oxford--team--jei--circle.jpeg">
 +
<b>Jei Diwakar</b> (Biochemistry)<br/>
 +
<i>Wet Lab Co-ordinator &amp; Treasurer<br/>
 +
T. schmoozi</i><br/>
 +
 +
Jei’s role means that he spends most of his time planning and carrying out wet lab work, unless he is organising flights and hotels - then he is on the phone all day! He likes messing around with Excel, whether it is to keep track of team’s accounts or analyse the lab data. Outside iGEM, Jei plays a lot of cricket for the Oxford University Cricket Club and is also a co-founder of the Oxford University Biotech Society.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/6/69/T--oxford--team--john--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img john_open" src="https://static.igem.org/mediawiki/2017/6/69/T--oxford--team--john--circle.jpeg">
 
     <span id="profile_caption"> John Myers </span>
 
     <span id="profile_caption"> John Myers </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="john" class="popup_box">
 +
    <button type="button" class="john_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/6/69/T--oxford--team--john--circle.jpeg">
 +
<b>John Myers</b> (Biochemistry)<br/>
 +
<i>Secretary<br/>
 +
Oui. cruzi</i><br/>
 +
 +
John keeps track of the team’s regular meetings and is enthusiastic about outreach. Often he can be found helping out in the lab, learning all of the protocols in detail. Outside of iGEM, he rows for his college, plays the violin, and cooks - very useful for the team’s weekly cake rota. He also introduced a large chunk of the team to Bridget Jones, for which we are all eternally grateful.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/ea/T--oxford--team--kushal--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img kushal_open" src="https://static.igem.org/mediawiki/2017/e/ea/T--oxford--team--kushal--circle.jpeg">
 
     <span id="profile_caption"> Kushal Mansatta </span>
 
     <span id="profile_caption"> Kushal Mansatta </span>
 +
    <div class="subject-icon med"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="kushal" class="popup_box">
 +
    <button type="button" class="kushal_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/ea/T--oxford--team--kushal--circle.jpeg">
 +
<b>Kushal Mansatta</b> (Medicine)<br/>
 +
<i>Wiki Co-ordinator &amp; Social Sec<br/>
 +
He. curezi</i><br/>
 +
 +
By day Kushal can usually be found browsing the wiki or reminding people to reference EVERYTHING they read; by night he makes sure everyone on the team has fun and eats well. His medical background has been invaluable for our diagnostic track. Outside of iGEM, he enjoys going to the gym and caring for patients at his job on a hospital ward.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
Line 103: Line 387:
 
<div class="row">
 
<div class="row">
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/1/12/T--oxford--team--noah--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img noah_open" src="https://static.igem.org/mediawiki/2017/1/12/T--oxford--team--noah--circle.jpeg">
 
     <span id="profile_caption"> Noah Sprent </span>
 
     <span id="profile_caption"> Noah Sprent </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="noah" class="popup_box">
 +
    <button type="button" class="noah_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/1/12/T--oxford--team--noah--circle.jpeg">
 +
<b>Noah Sprent</b> (Biochemistry)<br/>
 +
<i>Co-leader<br/>
 +
No. shoezi</i><br/>
 +
 +
Noah loves making agendas for meetings and reading about definitely-not-useless features on Benchling when he’s not keeping our lab beautifully clean. Although life outside of iGEM isn’t really life at all, Noah is a co-founder of the Oxford University Biotech Society, tries to do cool things with the Oxford University Gymnastics Club, and has confusing discussions with his philosopher housemates.
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
      
 
      
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/2/2f/T--oxford--team--sumaera--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img sumaera_open" src="https://static.igem.org/mediawiki/2017/2/2f/T--oxford--team--sumaera--circle.jpeg">
 
     <span id="profile_caption"> Sumaera Rathore </span>
 
     <span id="profile_caption"> Sumaera Rathore </span>
 +
    <div class="subject-icon bio"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="sumaera" class="popup_box">
 +
    <button type="button" class="sumaera_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/2/2f/T--oxford--team--sumaera--circle.jpeg">
 +
<b>Sumaera Rathore</b> (Biology)<br/>
 +
<i>iGEM Requirements Co-ordinator<br/>
 +
Tea. brewzi</i><br/>
 +
 +
Sumaera puts the 'bio' into 'biochem' and is responsible for ensuring our project ticks all the boxes in the judging booklet so we can really impress the judges with all our hard work. She also knows a lot more about parasites than the rest of us. Outside of iGEM, Sumaera enjoys anything to do with plants, tea, and chocolate. In fact, she brightened up our iGEM desks with a collection of aloe plants!
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
      
 
      
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/8/81/T--oxford--team--zoec--circle.jpeg">
+
     <img class="img-responsive img-circle team-member-img zoec_open" src="https://static.igem.org/mediawiki/2017/8/81/T--oxford--team--zoec--circle.jpeg">
 
     <span id="profile_caption"> Zoë Catchpole </span>
 
     <span id="profile_caption"> Zoë Catchpole </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="zoec" class="popup_box">
 +
    <button type="button" class="zoec_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/8/81/T--oxford--team--zoec--circle.jpeg">
 +
<b>Zoë Catchpole</b> (Biochemistry)<br/>
 +
<i>Outreach &amp; Human Practices<br/>
 +
Cant. choozi</i><br/>
 +
 +
Zoe wants to show everyone that synbio is as cool as she thinks it is by designing ‘fun’ activities for outreach, and is key to co-ordinating all of our meetings with experts from across the globe. She is always keen to pitch in with the lab work too. Outside of iGEM she has grade 8 recorder, but unfortunately serenading our E. coli hasn’t yet helped our transformation efficiency!
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
      
 
      
 
     <div class="col-sm-3">
 
     <div class="col-sm-3">
     <img src="https://static.igem.org/mediawiki/2017/e/eb/T--oxford--team--zoef--circle.jpeg" alt="" class="img-responsive img-circle">
+
     <img class="img-responsive img-circle team-member-img zoef_open" src="https://static.igem.org/mediawiki/2017/e/eb/T--oxford--team--zoef--circle.jpeg" alt="" >
 
     <span id="profile_caption"> Zoe Ford </span>
 
     <span id="profile_caption"> Zoe Ford </span>
 +
    <div class="subject-icon bioch"></div>
 +
        <!-- Add content to the popup -->
 +
    <div id="zoef" class="popup_box">
 +
    <button type="button" class="zoef_close close_button"><span class="glyphicon glyphicon-remove"></span></button>
 +
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/eb/T--oxford--team--zoef--circle.jpeg">
 +
<b>Zoe Ford</b> (Biochemistry)<br/>
 +
<i>Wet Lab Co-ordinator &amp; Social Media Manager<br/>
 +
'Wee'. cruzi</i><br/>
 +
 +
Zoe enjoys spending endless hours in the lab pipetting clear liquids from one tube into another. Along with being our Queen of SnapGene, they love taking pictures of everything and everyone to make the prettiest iGEM Instagram account in history. Outside of iGEM they referee quidditch, sing in choirs, and use a lot of their free time in the evenings cross-stitching everything - including our logo!
 +
    <!-- Add an optional button to close the popup -->
 +
    <br/>
 +
 +
    </div>
 
     </div>
 
     </div>
 
</div>
 
</div>
  
 +
</div>
  
 +
<div class="container-fluid" id="supervisor-container">
 +
<div class="container">
  
 +
<div class="row">
 +
    <div class="col-sm-12" id="supervisor-header">
 +
        <center><span>Supervisors</span></center>
 +
    </div>
 +
</div>
 +
 +
<div class="row supervisor">
 +
    <div class="col-sm-3 supervisor-img">
 +
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/0/01/T--oxford--team--george--circle.jpg">
 +
    </div>
 +
    <div class="col-sm-9 supervisor-description">
 +
    <b>Dr. George Wadhams</b><br />
 +
    <i>Oxford Department of Biochemistry</i><br /><br />
 +
    George's research interests lie in how bacteria sense and integrate environmental information. His group focuses on understanding in a quantitative manner how multiple, homologous pathways operate in individual cells and how the components of these pathways can be used to create synthetic pathways.<br />
 +
    George has been mentoring Oxford iGEM teams since they were founded in 2014.
 +
    </div>
 +
</div>
 +
 +
 +
<div class="row supervisor">
 +
    <div class="col-sm-3 supervisor-img">
 +
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/f/fa/T--oxford--team--nick--circle.jpg">
 +
    </div>
 +
    <div class="col-sm-9 supervisor-description">
 +
    <b>Dr. Nicolas Delalez</b><br />
 +
    <i>Oxford Department of Engineering</i><br /><br />
 +
    Nick's research interests include synthetic biology and its biophysics of molecular machines.
 +
    <br />
 +
    Nick is the main person we go to when we are stuck on something in the lab. He can troubleshoot everything from a unsuccessful PCR to a contaminated plate of cells.
 +
    </div>
 +
</div>
 +
 +
<div class="row supervisor">
 +
    <div class="col-sm-3 supervisor-img">
 +
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/5/51/T--oxford--team--antonis--circle.jpg">
 +
    </div>
 +
    <div class="col-sm-9 supervisor-description">
 +
    <b>Prof. Antonis Papachristodoulou</b><br />
 +
    <i>Oxford Department of Engineering</i><br /><br />
 +
    Antonis' research interests include systems and synthetic biology, network systems, aerospace systems and flow control, and convex optimisation. Furthermore, he works on modern control theory, robust stability analysis and design, as well as nonlinear dynamical systems and Lyapunov stability.
 +
    </div>
 +
</div>
 +
 +
<div class="row supervisor">
 +
    <div class="col-sm-3 supervisor-img">
 +
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/23/T--oxford--team--harry--circle.jpg" width="500" height="500">
 +
    </div>
 +
    <div class="col-sm-9 supervisor-description">
 +
    <b>Harrison Steel</b><br />
 +
    <i>Oxford Department of Engineering</i><br /><br />
 +
    Harry is a PhD student whose research interests include control engineering and its application to Synthetic Biology, as well as mathematical tools for analysis of biological systems. Furthermore, he works on the design and development of new tools and hardware for use in Biological research.
 +
    </div>
 +
</div>
 +
<div class="row supervisor">
 +
    <div class="col-sm-3 supervisor-img">
 +
        <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/8/8b/T--oxford--team--juditharmitage--circle.jpeg" width="500" height="500">
 +
    </div>
 +
    <div class="col-sm-9 supervisor-description">
 +
    <b>Prof. Judy Armitage</b><br />
 +
    <i>Oxford Department of Biochemistry</i><br /><br />
 +
Judy Armitage is interested in the dynamics of bacterial sensory transduction and the control of bacterial motility. In particular, her research group focuses on the communication between the sensory and adaptation mechanisms of the two pathways as a model for network sensory integration in general.
 +
    </div>
 +
</div>
 +
<!-- Include jQuery Popup Overlay -->
 +
<script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js"></script>
 +
 +
<script>
 +
var popup_settings = {color: 'white', transition: 'all 0.3s', opacity: 0.85};
 +
 +
$(document).ready(function() {
 +
 +
    // Initialize the plugin
 +
    $('#alissa').popup(popup_settings);
 +
    $('#angela').popup(popup_settings);
 +
    $('#arthur').popup(popup_settings);
 +
    $('#chun').popup(popup_settings);
 +
   
 +
    $('#helen').popup(popup_settings);
 +
    $('#jei').popup(popup_settings);
 +
    $('#john').popup(popup_settings);
 +
    $('#kushal').popup(popup_settings);
 +
   
 +
    $('#noah').popup(popup_settings);
 +
    $('#sumaera').popup(popup_settings);
 +
    $('#zoec').popup(popup_settings);
 +
    $('#zoef').popup(popup_settings);
 +
 +
});
 +
</script>
 +
 +
</div>
 
</div>
 
</div>
 
</body>
 
</body>
Line 132: Line 566:
 
</div>
 
</div>
 
</html>
 
</html>
 +
 +
{{Oxford/footer}}

Latest revision as of 23:14, 15 December 2017


MEET THE TEAM
Alissa Hummer
Angela Hellyer
Arthur Norman
Chun Ngai Au
Helen Siyu Ren
Jei Diwakar
John Myers
Kushal Mansatta
Noah Sprent
Sumaera Rathore
Zoë Catchpole
Zoe Ford
Supervisors
Dr. George Wadhams
Oxford Department of Biochemistry

George's research interests lie in how bacteria sense and integrate environmental information. His group focuses on understanding in a quantitative manner how multiple, homologous pathways operate in individual cells and how the components of these pathways can be used to create synthetic pathways.
George has been mentoring Oxford iGEM teams since they were founded in 2014.
Dr. Nicolas Delalez
Oxford Department of Engineering

Nick's research interests include synthetic biology and its biophysics of molecular machines.
Nick is the main person we go to when we are stuck on something in the lab. He can troubleshoot everything from a unsuccessful PCR to a contaminated plate of cells.
Prof. Antonis Papachristodoulou
Oxford Department of Engineering

Antonis' research interests include systems and synthetic biology, network systems, aerospace systems and flow control, and convex optimisation. Furthermore, he works on modern control theory, robust stability analysis and design, as well as nonlinear dynamical systems and Lyapunov stability.
Harrison Steel
Oxford Department of Engineering

Harry is a PhD student whose research interests include control engineering and its application to Synthetic Biology, as well as mathematical tools for analysis of biological systems. Furthermore, he works on the design and development of new tools and hardware for use in Biological research.
Prof. Judy Armitage
Oxford Department of Biochemistry

Judy Armitage is interested in the dynamics of bacterial sensory transduction and the control of bacterial motility. In particular, her research group focuses on the communication between the sensory and adaptation mechanisms of the two pathways as a model for network sensory integration in general.