Team:Oxford/team

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
__NOTOC__
 
-
{{:Team:Oxford/templates/header}}
 
-
<div class="abcdefg">
 
-
<div class="container cf row">
 
-
 
-
 
-
 
<html>
<html>
-
<body>
+
<head>
-
<table style="width:1000px;" cellpadding="10" cellspacing="10">
+
  <style type="text/css">
-
<font size="7">Team</font size>
+
-
</p><hr>
+
-
<div class="container cf row"
+
-
<tr>
+
-
<td style="width:500px;vertical-align:top;">
+
-
<b>
+
-
<font size="6">Biochemists</font size>
+
  @import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300italic,400,300);
-
<br><br>
+
-
<p>Glen Gowers, Philipp Lorenz, Corinna Oswald, Andy Russell, Francesca Donnellan, and Emily Pritchett will take charge of the wet-lab work and biochemistry aspects of the project.</p>
+
-
<br><br>
+
 +
  html, body {
 +
    max-width: 100%;
 +
    overflow-x: hidden;
 +
  }
-
</html>[[File:oxfordigem_phil.jpg|178px|left]]<html>
+
  body {
-
<h1>Philipp Lorenz</h1>
+
    background-color: #EBEBEB;
 +
    margin: 0px;
 +
    padding: 0;
 +
    border: 0;
 +
    vertical-align: baseline;
 +
    font-family: 'Open Sans', 'helvetica', sans-serif;
 +
    font-size: 10px;
 +
    font-weight: 300;
 +
  }
 +
  #content {
 +
    border:none;
 +
    width:100%;
 +
    margin:0;
 +
    padding:0;
 +
    background:none;
 +
  }
 +
  #catlinks {
 +
    display:none;
 +
  }
-
<p>A third year biochemist, it was Phil's idea to bring iGEM to Oxford, and he continues to ensure our project runs as smoothly as a German train schedule.</p>
+
  #contentSub {
 +
    display:none;
 +
  }
 +
  #menubar {
 +
    width: auto;
 +
    margin-top:0.5%;
 +
}
 +
  .left-menu:hover {
 +
    background-color: transparent;
 +
  }
 +
  #menubar li a {
 +
    background-color: transparent;
 +
  }
 +
  #menubar:hover {
 +
    color: gray;
 +
  }
 +
  #menubar li a {
 +
    color: #B5B5B5;
 +
  }
 +
  #menubar:hover li a {
 +
    color: gray;
 +
  }
 +
  #menubar.left-menu.noprint ul li:last-child {
 +
  display:none;
 +
  }
 +
  #search-controls {
 +
    display:none;
 +
  }
 +
  #top-section {
 +
    height:0px;
 +
    width:100%;
 +
    border:none;
 +
  }
 +
  #footer-box {
 +
    border:none;
 +
    display:none;
 +
    width:100%;
 +
  }
 +
  #p-logo {
 +
    display:none
 +
  }
 +
  .firstHeading {
 +
  display:none;
 +
  }
-
<br><br><br><br><br><br><br><br><br><br><br><br><br>
+
  #bodyContent p{
 +
    display:none;
 +
  }
 +
  html, div, span, applet, object, iframe,
 +
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
  a, abbr, acronym, address, big, cite, code,
 +
  del, dfn, em, img, ins, kbd, q, s, samp,
 +
  small, strike, strong, sub, sup, tt, var,
 +
  b, u, i, center,
 +
  dl, dt, dd, ol, ul, li,
 +
  fieldset, form, label, legend,
 +
  table, caption, tbody, tfoot, thead, tr, th, td,
 +
  article, aside, canvas, details, embed,
 +
  figure, figcaption, footer, header, hgroup,
 +
  menu, nav, output, ruby, section, summary,
 +
  time, mark, audio, video {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    font-size: 100%;
 +
    font: inherit;
 +
    vertical-align: baseline;
 +
  }
-
</html>[[File:oxfordigem_corinna.jpg|178px|left]]<html>
+
  #top-section {
-
<h1>Corinna Oswald</h1>
+
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
  .left-menu:hover {
 +
    background-color: transparent;}
-
<p>Corinna has been with the team since its formation, and continues to donate everything to its cause. She certainly knows how to get the most out of her teammates, though enjoying a laugh and a drink in the process.</p>
+
  #menubar li a {
 +
    background-color: transparent;}
 +
  .outer { 
 +
    position:fixed;
 +
    width:100%;
 +
    height:100%;
 +
  }
 +
  img.supercoil {
 +
    width:65%;
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto }
 +
  .Heading {
 +
    position:absolute;
 +
    display: block;
 +
  }
 +
#list li {
 +
list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); }
 +
}
 +
  </style>
 +
  <script type="text/javascript">
 +
  function iconleft(x) {
 +
    x.style.left="6%";
 +
  }
 +
  function iconnormal(x) {
 +
    x.style.left="9%";
 +
  }
 +
$(document).ready(function(){
 +
  $("#arrowr").click(function(){
 +
    $("#grey").animate({right:'-175px'}, "fast");
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#arrowl").click(function(){
 +
    $("#grey").animate({right:'-120px'}, "fast");
 +
  });
 +
});
-
<br><br><br><br><br><br><br><br><br><br><br><br>
+
  </script>
-
<br><br><br>
+
 +
  <title></title>
 +
</head>
 +
<body>
 +
  <div class="outer" style="overflow-y: scroll; overflow-x: hidden;">
-
</html>[[File:rocky.jpg|178px|left]]<html>
 
 +
<div id="stuff" style="float:left;position:absolute;margin-left:200px;margin-right:100px; margin-top:50px;min-width:645px;">
-
<h1>Glen Gowers</h1>
+
<img src="https://static.igem.org/mediawiki/2014/0/08/Oxigemradcamcrop.jpg" style="position:absolute; width:100%;z-index:-1; border-radius:15px;"/>
-
 
+
<div style="background-color:#D9D9D9; opacity:0.7; z-index:5; margin-left:7%; Height:75px; width:500px;font-size:65px;font-family:Helvetica;padding-top:5px; font-weight: 450;">
-
<p>The guy who makes everything happen, the Fred to our iGEM "Mystery Machine". When Glen isn't sailing around the country, he's hard at work in the lab and at the desk.</p>
+
<div style="background-color:white; opacity:0.7; Height:75px; width:100%;margin-top:5px:margin-bottom:5px;font-size:65px;font-family:Helvetica;padding-top:5px; color:#00000; font-weight: 450;"><br><font style="opacity:0.7">Medal Fulfilment</font></div>
-
 
+
</div>
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
</html>[[File:oxfordigem_fran.jpg|178px|left]]
+
-
<h1>Francesca Donellan</h1>
+
-
<html>
+
-
 
+
-
 
+
-
 
+
-
<p>Not just a member of the biochemist team but also leading our outreach programme, no task is too big or small for Fran. This girl can provide sandwiches for 500 people at 24 hours' notice and look good doing it. </p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br>
+
<br>
<br>
-
 
+
<div style="background-color:white;border-bottom-left-radius:10px;border-bottom-right-radius:10px; padding-left:10px;padding-right:10px;min-width:300px;">
-
 
+
-
 
+
-
 
+
-
 
+
-
</html>[[File:oxfordigem_emily.jpg|178px|left]]<html>
+
-
<h1>Emily Pritchett</h1>
+
-
 
+
-
 
+
-
<p>Our most recent addition to the team, Emily has just finished her second year at St. Edmund Hall. True to her generation, Emily has enjoyed documenting our progress via social media, and has used this Summer to steady her hand at Instagram.</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
</html>[[File:oxfordigem_andy.jpg|178px|left]]<html>
+
-
<h1>Andy Russell</h1>
+
-
 
+
-
 
+
-
 
+
-
<p>Full-time biochemist, part-time fashionista; Andy fancies himself as the ''arbiter elegantarium'' of the team. Andy is now entering his third year as a biochemist at The Queen's College, where he is an accomplished sportsmen.</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br><br><br>
+
-
<br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
</div>
</div>
-
 
+
<div style="background-color:white; border-bottom-left-radius:10px;border-radius:10px; padding-left:10px;padding-right:10px;min-width:300px;margin-top:-35px;">
-
 
+
-
</div>
+
-
 
+
-
 
+
-
</b>
+
-
 
+
-
</td>
+
-
 
+
-
 
+
-
 
+
-
<div class="container cf row">
+
-
 
+
-
<td style="width:500px;vertical-align:top;">
+
-
 
+
-
<font size="6">Engineers</font size>
+
<br><br>
<br><br>
-
 
+
<div style="background-color:#EBEBEB;border-radius:12px;width:40%;margin-left:30%;height:25px;text-align:center;"><font style="font-weight:500;font-size:15px;">Click a tick box for details!</font></div>
-
<p>Matt, Oliver and Leroy will be responsible for the mathematical modelling, software designing and realising any practical desires.</p>
+
<font style="font-weight: 600;font-size:15px;"><font color=#996633>Bronze</font> Medal Requirements:</font><br>
-
<br><br><br>
+
      <ul id="list" style="margin-left:50px;">
-
 
+
        <li>Team registration.</li>
-
</html>[[File:oxfordigem_ollie.jpg|178px|left]]<html>
+
        <li>Team Wiki.</li>
-
<h1>Oliver Vince</h1>
+
        <li>Present a poster and a talk at the iGEM Jamboree.</li>
-
 
+
        <li>The description of each project must clearly attribute work done by the students and distinguish it from work done by others, including host labs, advisors, instructors, sponsors, professional website designers, artists, and commercial services.</li>
-
 
+
        <li>Document at least one new standard BioBrick Part or Device used in your project/central to your project and submit this part to the iGEM Registry </li>
-
<p>Ollie is our keenest team member - nothing can douse his motivation. In addition to taking charge of the maths and software, he feels responsible for our entertainment.
+
      </ul>
-
</p>
+
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</html>[[File:oxfordigem_leroy.jpg|178px|left]]<html>
+
-
<h1>Leroy Lim</h1>
+
-
 
+
-
<p>Leroy is a second year at St. John's COllege studying Economics, Engineering and Management. During term, Leroy indulges in many of the quirks of Oxford life, namely rowing, bops and colourful trousers. During iGEM, he's our engineer and self-appointed social sec.  
+
-
 
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</html>[[File:Mr incredible.jpg|178px|left]]<html>
+
-
<h1>Matthew Booth</h1>
+
-
 
+
-
<p>Matt has just completed the second year of his engineering course at St John's College. He is an avid Rugby player, having recently achieved great success with the college team, and adopts a no-nonsense approach to many of his university endeavours, including iGEM.
+
-
 
+
-
 
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</div>
+
-
 
+
-
 
+
-
<font size="6">Lawyer</font size></html>[[File:oxfordigem_sian.jpg|178px|left]]<html>
+
<br><br>
<br><br>
-
 
+
<font style="font-weight: 600;font-size:15px;"><font color=#999999>Silver</font> Medal Requirements:</font> In addition to the Bronze Medal requirements,<br>
-
<h1>Siân McGibbon</h1>
+
<ul id="list" style="margin-left:50px;">
-
 
+
        <li>Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected.</li>
-
<p>Siân is the model lawyer along with everything that implies.</p>
+
        <li>Document the characterization of this part in the “Main Page” section of that Part’s/Device’s Registry entry.</li>
-
 
+
        <li>Submit this new part to the iGEM Parts Registry (submissions must adhere to the iGEM Registry guidelines).</li>
-
 
+
        <li>iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Articulate at least one question encountered by your team, and describe how your team considered the(se) question(s) within your project. Include attributions to all experts and stakeholders consulted.</li>
-
 
+
      </ul>
-
 
+
-
 
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
+
-
 
+
-
 
+
-
 
+
-
<font size="6">Chemist</font size></html>[[File:oxfordigem_jack.jpg|178px|left]]<html>
+
<br><br>
<br><br>
 +
<font style="font-weight: 600;font-size:15px;"><font color=#FFD700>Gold</font> Medal Requirements:</font> In addition to the Bronze and Silver Medal requirements,<br>
 +
      <ul id="list" style="margin-left:50px;">
 +
        <li>Improve the function OR characterization of an existing BioBrick Part or Device (created by another team or your own institution in a previous year), enter this information in the Registry.</li>
 +
        <li>Help any registered iGEM team from another school or institution by, for example, characterizing a part, debugging a construct, or modeling or simulating their system.</li>
 +
        <li>iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Describe an approach that your team used to address at least one of these questions. Evaluate your approach, including whether it allowed you to answer your question(s), how it influenced the team’s scientific project, and how it might be adapted for others to use (within and beyond iGEM).</li>
 +
        </ul>
-
<h1>Jack Hoffman</h1>
+
<br>
-
<p>Jack is a third year chemist studying at St John's College. Though prodigious in his own field, Jack enjoys trying his hand at many academic disciplines, and this curiosity and fervour for science is most welcome amongst the team.
 
-
<br><br><br><br><br><br><br><br><br><br><br><br><br>
+
</div>
-
<font size="6">Biologist</font size></html>[[File:oxfordigem_tim.jpg|178px|left]]<html>
+
<div id="sponsors" style="height:150px; width:100%;"></div>
 +
      <div class="Heading" style="position:absolute;bottom:7.8%; left: 24%; width:8%;max-height:6%;">
 +
        <a href="http://www.bbsrc.ac.uk/home/home.aspx"><img src="https://static.igem.org/mediawiki/2014/3/3e/BBSRC.png"
 +
        style="width: 110%;"></a>
 +
      </div>
-
<h1>Tim Ang</h1>
+
      <div class="Heading" style="position:absolute;bottom:7.8%; left: 34.5%; width:11%;max-height:6%;">
 +
        <a href="http://www.biochemistry.org"><img src="https://static.igem.org/mediawiki/2014/7/75/BS.png"
 +
        style="width: 110%;"></a>
 +
      </div>
-
+
      <div class="Heading" style="position:absolute;bottom:7.4%; left: 49%; width:10%;max-height:6%;">
-
<p>Soon to enter his third year at St. John's College studying Biology, Tim's primary academic interests focus on evolutionary theory, particularly social evolution. A keen weightlifter, his frequent references to weights and protein shakes naturally make him the hub of enchanting conversation here at Oxford iGEM.</p>
+
        <a href="http://www.sgm.ac.uk"><img src="https://static.igem.org/mediawiki/2014/2/20/SGM.png"
 +
        style="width: 110%;"></a>
 +
      </div>
 +
      <div class="Heading" style="position:absolute;bottom:8%; left: 61.4%; width:11%;max-height:6%;">
 +
        <a href="http://www.wellcome.ac.uk"><img src="https://static.igem.org/mediawiki/2014/4/4c/WT.png"
 +
        style="width: 110%;"></a>
 +
      </div>
-
<br><br><br><br><br><br><br><br><br><br><br><br>
+
      <div class="Heading" style="position:absolute;bottom:2.7%; left: 25%; width:7.5%;max-height:6%;">
 +
        <a href="http://www.deskgen.com/"><img src="https://static.igem.org/mediawiki/2014/6/65/Oxfordigem_deskgen.png"
 +
        style="width: 110%;"></a>
 +
      </div>
 +
      <div class="Heading" style="position:absolute;bottom:2.5%; left: 35.5%; width:10.5%;max-height:6%;">
 +
        <a href="http://www.bioch.ox.ac.uk/"><img src="https://static.igem.org/mediawiki/2014/2/20/Oxfordigem_dept.png"
 +
        style="width: 110%;"></a>
 +
      </div>
 +
      <div class="Heading" style="position:absolute;bottom:3%; left: 50%; width:8%;max-height:6%;">
 +
        <a href="http://www.neb.com/"><img src="https://static.igem.org/mediawiki/2014/c/c5/OxigemNeb_logo.jpg"
 +
        style="width: 110%;"></a>
 +
      </div>
 +
      <div class="Heading" style="position:absolute;bottom:3%; left: 62.4%; width:9%;max-height:6%;">
 +
        <a href="http://www.snapgene.com/"><img src="https://static.igem.org/mediawiki/2014/f/ff/Oxfordigem_snapgene.png"
 +
        style="width: 110%;"></a>
 +
      </div>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2014/9/91/OxigemSidebar.png" style="float:left;position:fixed; height:100%;" />
 +
<img src="https://static.igem.org/mediawiki/2014/6/60/OxigemAchievements2.png" style="position:fixed; display:none; height:4%; top:37%; left:2%;" />
 +
  <div class="iGEMlogo" style="width:6.5%; position:absolute; top:0.7%; right:0.5%; min-width:50px;">
 +
    <a href="https://2014.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/5/56/OxigemiGEMgrey.png" style="width:100%"/></a>
 +
  </div>
 +
  <a href="#"><img id="arrowl" src="https://static.igem.org/mediawiki/2014/1/1d/OxigemArrowleft.png" style="position:fixed; width:50px; top:23%;right:0px; opacity:0.6; z-index:4;" /></a>
 +
  <div id="grey" style="width:190px; position:fixed; top:23%; right:-175px; z-index:4;">
 +
    <img src="https://static.igem.org/mediawiki/2014/0/0d/OxigemGrey.png" style="position:relative;width:100%;" />
 +
    <a href="#"><img id="arrowr" src="https://static.igem.org/mediawiki/2014/0/03/OxigemArrowr.png" style="position:absolute;width:14%;top:5%;left:10%;"></a>
 +
    <div class="fbicon" style="position:absolute;width:23%; top:20%; left:9%;" onmouseover=
 +
      "iconleft(this)" onmouseout="iconnormal(this)" border="0"><a href="https://www.facebook.com/oxfordigem" target="_blank" style="background-image: none;"><img src="https://static.igem.org/mediawiki/2014/8/88/OxigemIconfacebook.png" style="width:100%;" /></a>
 +
    </div> 
 +
  <div class="twicon" style="position:absolute;width:23%; top:35%; left:9%;" onmouseover=
 +
      "iconleft(this)" onmouseout="iconnormal(this)" border="0">
 +
    <a href="https://twitter.com/OxfordiGEM" target="_blank" style="background-image: none;"><img src="https://static.igem.org/mediawiki/2014/3/3d/OxigemIgemtwitter.png" style="width:100%;" /></a>
 +
  </div>
 +
  <div class="yticon" style="position:absolute;width:23%; top:50%; left:9%;" onmouseover=
 +
      "iconleft(this)" onmouseout="iconnormal(this)" border="0">
 +
    <a href="https://www.youtube.com/channel/UCx1QJHqQcZ09aT97V2f4Xdw" target="_blank" style="background-image: none;"><img src="https://static.igem.org/mediawiki/2014/e/ea/OxigemIconyoutube.png" style="width:100%;" /></a>
 +
  </div>
 +
  <div class="oxicon" style="position:absolute;width:23%; top:65%; left:9%;" onmouseover=
 +
      "iconleft(this)" onmouseout="iconnormal(this)" border="0">
 +
    <a href="http://www.ox.ac.uk" target="_blank"><img src="https://static.igem.org/mediawiki/2014/8/8d/Iconoxford.png" style="width:100%;" /></a>
 +
  </div>
 +
  <div class="mailicon" style="position:absolute;width:23%; top:80%; left:9%;" onmouseover=
 +
      "iconleft(this)" onmouseout="iconnormal(this)" border="0" >
 +
    <a href="mailto:oxfordigem@bioch.ox.ac.uk" target="_blank" style="background-image: none;"><img src="https://static.igem.org/mediawiki/2014/3/35/OxigemIconmail.png" style="width:100%;" /></a>
 +
  </div>
-
 
-
 
-
 
-
<font size="6">PPEist</font size>
 
-
<br><br>
 
-
 
-
<h1>Shahbano Soomro</h1>
 
-
</html>[[File:SSoomro.jpg|178px|left]]<html>
 
-
<p>A third year student in Politics and Economics at University College, Shahbano has a particular interest in Environmental policy and philosophy. As well as helping Fran with organising our outreach and events, she will be watching over our project from afar during the summer.</p>
 
-
 
-
 
-
 
-
 
-
</td>
 
-
</tr>
 
-
 
-
</div>
 
-
</table>
 
-
 
</body>
</body>
</html>
</html>
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
</div>
 
-
{{:Team:Oxford/templates/footer}}
 
-
</div>
 

Revision as of 03:09, 12 September 2014


Medal Fulfilment



Click a tick box for details!
Bronze Medal Requirements:
  • Team registration.
  • Team Wiki.
  • Present a poster and a talk at the iGEM Jamboree.
  • The description of each project must clearly attribute work done by the students and distinguish it from work done by others, including host labs, advisors, instructors, sponsors, professional website designers, artists, and commercial services.
  • Document at least one new standard BioBrick Part or Device used in your project/central to your project and submit this part to the iGEM Registry


Silver Medal Requirements: In addition to the Bronze Medal requirements,
  • Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected.
  • Document the characterization of this part in the “Main Page” section of that Part’s/Device’s Registry entry.
  • Submit this new part to the iGEM Parts Registry (submissions must adhere to the iGEM Registry guidelines).
  • iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Articulate at least one question encountered by your team, and describe how your team considered the(se) question(s) within your project. Include attributions to all experts and stakeholders consulted.


Gold Medal Requirements: In addition to the Bronze and Silver Medal requirements,
  • Improve the function OR characterization of an existing BioBrick Part or Device (created by another team or your own institution in a previous year), enter this information in the Registry.
  • Help any registered iGEM team from another school or institution by, for example, characterizing a part, debugging a construct, or modeling or simulating their system.
  • iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Describe an approach that your team used to address at least one of these questions. Evaluate your approach, including whether it allowed you to answer your question(s), how it influenced the team’s scientific project, and how it might be adapted for others to use (within and beyond iGEM).