Difference between revisions of "Team:Oxford/Team"

 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
#profile_caption {
 +
    position: absolute;
 +
    text-align: center;
 +
    left: 0px;
 +
    right: 0px;
 +
    top: 75%;
 +
    font-weight: bold;
 +
    font-size: 20px;
 +
    color: white;
 +
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8)
 +
    /*-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera
 +
    animation: mymove 5s infinite; */
 
}
 
}
  
Line 9: Line 22:
 
     margin-top: 40px;
 
     margin-top: 40px;
 
}
 
}
 +
 +
/*  Chrome, Safari, Opera
 +
@-webkit-keyframes mymove {
 +
    50% {color: white; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8)}
 +
}
 +
 +
Standard syntax
 +
@keyframes mymove {
 +
    50% {color: white; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8)}
 +
}*/
 +
 +
/*.profile_caption {
 +
    position: absolute;
 +
    text-align: center;
 +
    left: 0px;
 +
    right: 0px;
 +
    top: 80%;
 +
    font-weight: bold;
 +
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
 +
    color: white;
 +
    font-size: 15px;
 +
}*/
  
 
#header-lightbox {
 
#header-lightbox {
Line 182: Line 217:
 
}
 
}
 
</style>
 
</style>
<head>
 
<meta charset = "utf-8">
 
      <title>jQuery UI Autocomplete functionality</title>
 
      <link href = "https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel = "stylesheet">       
 
      <script src = "https://code.jquery.com/jquery-1.10.2.js"></script>
 
      <script src = "https://code.jquery.com/ui/1.10.4/jquery-ui.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>
 
</head>
 
  
 
<body>
 
<body>
Line 336: Line 341:
 
T. schmoozi</i><br/>
 
T. schmoozi</i><br/>
  
Jei’s role means that sending emails and adding SUM functions to Excel have become routine to him. He spends most of his time doing wet lab work, unless he is organising flights and hotels, then he is on the phone all day! Outside of the lab, Jei plays a lot of cricket for the Oxford University Cricket Club and also is a co-founder of the Oxford University Biotech Society.  
+
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 -->
 
     <!-- Add an optional button to close the popup -->
 
     <br/>
 
     <br/>
Line 447: Line 452:
 
<img class="img-responsive img-circle" src="https://static.igem.org/mediawiki/2017/e/eb/T--oxford--team--zoef--circle.jpeg">
 
<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/>
 
<b>Zoe Ford</b> (Biochemistry)<br/>
<i>Wet Lab Co-ordinator &amp; Social Media<br/>
+
<i>Wet Lab Co-ordinator &amp; Social Media Manager<br/>
 
'Wee'. cruzi</i><br/>
 
'Wee'. cruzi</i><br/>
  
Line 465: Line 470:
 
<div class="row">
 
<div class="row">
 
     <div class="col-sm-12" id="supervisor-header">
 
     <div class="col-sm-12" id="supervisor-header">
         <span style="text-align:center;">Supervisors</span>
+
         <center><span>Supervisors</span></center>
 
     </div>
 
     </div>
 
</div>
 
</div>
Line 527: Line 532:
 
</div>
 
</div>
 
<!-- Include jQuery Popup Overlay -->
 
<!-- 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>
 
</div>
 
</div>
Line 538: Line 564:
  
  
 
+
</div>
 
</html>
 
</html>
  
 
{{Oxford/footer}}
 
{{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.