Difference between revisions of "Team:Manchester/Team"

 
(247 intermediate revisions by 8 users not shown)
Line 5: Line 5:
  
 
<head>
 
<head>
 +
<link type="text/css" rel="stylesheet" href="http://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.css">
  
 
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
 
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script>
 
  
 
<style>
 
<style>
Line 17: Line 17:
 
*, *:before, *:after {
 
*, *:before, *:after {
 
   box-sizing: inherit;
 
   box-sizing: inherit;
 +
}
 +
 +
.sectionfirst {
 +
  margin-top: 30px!important;
 +
  padding-top: 10vh;
 +
  height: 30vh;
 +
  background: transparent;
 +
  background-size: cover
 +
}
 +
 +
.border {
 +
  background-color: #c4c4c4;
 +
  color: #fff;
 +
  padding: 18px;
 +
  letter-spacing: 10px;
 +
  opacity: 1
 +
}
 +
 +
area, area:hover, area:active {
 +
  outline: none;
 +
}
 +
 +
.qtip-purr .qtip-content{
 +
    font-size: 16px!important;
 +
    color: white!important;
 +
    font-weight: bold!important;
 +
    font-family: 'Open Sans'!important;
 +
    text-align: center;
 +
}
 +
 +
.qtip-purr {
 +
    background-color: #9400D3!important;
 +
    border-color: white!important;
 +
    border-width: 1px!important;
 +
    padding: 5px 10px!important;
 
}
 
}
  
Line 25: Line 60:
 
   padding: 0 6px;
 
   padding: 0 6px;
 
   padding-bottom: 5px;
 
   padding-bottom: 5px;
   min-height: 490px;
+
   min-height: 540px;
 
   overflow: hidden;
 
   overflow: hidden;
 
}
 
}
  
.floatyrighty {
+
.floatright50 {
    float: right!important;
+
  float: right!important;
 +
  width: 50%!important;
 
   }
 
   }
  
Line 48: Line 84:
 
}
 
}
  
h2 {
+
h3{
   font-size: 22px !important;
+
   font-family: Calibri!important;
  margin-top: 0px !important;
+
 
}
 
}
 +
 +
 +
h2{
 +
  font-size: 22px!important;
 +
  font-family: Calibri!important;
 +
}
 +
  
 
p {
 
p {
   font-size: 14px !important;
+
   font-size: 18px !important;
 +
  font-family: Calibri!important;
 
}
 
}
  
 
.profile {
 
.profile {
 
   width: 100%;
 
   width: 100%;
   height: 260px;
+
   height: auto;
 
}
 
}
  
 
.profilesm {
 
.profilesm {
 
   width: 100%;
 
   width: 100%;
   height: 150px;
+
   height: auto;
 
}
 
}
  
Line 70: Line 113:
 
   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
 
   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
 
   box-sizing: border-box;
 
   box-sizing: border-box;
   min-height: 500px;
+
   min-height: 600px;
 
   overflow: hidden;
 
   overflow: hidden;
 
   width: 100%;
 
   width: 100%;
Line 83: Line 126:
 
   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
 
   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
 
   box-sizing: border-box;
 
   box-sizing: border-box;
   min-height: 300px;
+
   min-height: 350px;
 
   overflow: hidden;
 
   overflow: hidden;
 
   width: 100%;
 
   width: 100%;
Line 113: Line 156:
 
         transform-style: preserve-3d;
 
         transform-style: preserve-3d;
 
         height: 100%; width: 100%;
 
         height: 100%; width: 100%;
 +
      -webkit-transition: all 0.5s ease-out;
 +
      -moz-transition: all 0.5s ease-out;
 +
      -ms-transition: all 0.5s ease-out;
 +
      -o-transition: all 0.5s ease-out;
 
         transition: all 0.5s ease-out;
 
         transition: all 0.5s ease-out;
 
       }
 
       }
Line 135: Line 182:
 
   color: grey;
 
   color: grey;
 
}
 
}
 +
  
 
#marcbio, #rossbio, #willbio, #nickbio, #jonbio, #adambio {
 
#marcbio, #rossbio, #willbio, #nickbio, #jonbio, #adambio {
     position: absolute;
+
     position: relative;
 
     float: right;
 
     float: right;
 
     display:none;
 
     display:none;
     background: #DFB5FD;
+
     background: #efd4ff!important;
 +
    border-radius: 10px;
 +
    padding: 15px;
 +
    width: 100%;
 
}
 
}
  
@media (max-width: 1000px) {
+
@media (max-width: 768px) {
 
   .column {
 
   .column {
 
     width: 50%;
 
     width: 50%;
Line 159: Line 210:
 
   .profile {
 
   .profile {
 
     width: 100%;
 
     width: 100%;
     height: 240px;
+
     height: auto;
 
   }
 
   }
  
Line 170: Line 221:
  
 
   .container p {
 
   .container p {
     width: 99%;
+
     width: 95%!important;
 
   }
 
   }
  
 
   .floatleft50 {
 
   .floatleft50 {
 
     float: left!important;
 
     float: left!important;
 +
    clear: both!important;
 
     width: 100%!important;
 
     width: 100%!important;
 
   }
 
   }
  
   .floatyrighty {
+
   .floatright50 {
     clear: both;
+
     clear: both!important;
 +
    width: 100%!important;
 
   }
 
   }
  
 
   .clearfix {
 
   .clearfix {
     overflow: auto;
+
     overflow: auto!important;
 
   }
 
   }
  
 
#marcbio, #rossbio, #willbio, #nickbio, #jonbio, #adambio {
 
#marcbio, #rossbio, #willbio, #nickbio, #jonbio, #adambio {
     position: absolute;
+
     position: relative;
 
     float: right;
 
     float: right;
     display: block;
+
     display:none;
     background: #DFB5FD;
+
     background: #efd4ff!important;
 +
    border-radius: 10px;
 +
    padding: 15px;
 +
    width: 100%;
 
}
 
}
  
Line 199: Line 255:
 
<body>
 
<body>
  
<div class="clear"><br/></div>
+
<div class="clear"></div>
  
<h1>Team Members</h1>
+
<div class="col-md-12 sectionfirst" style="background-color: #fbf4ff!important">
 +
<h2 class="border" style="margin-top: 5vh; text-align: center; font-size: 40px!important">Team Members</h2>
 +
<br/>
 +
</div>
  
 +
 +
<div style="background-color: #fbf4ff!important">
 +
<div style="background-color: #fbf4ff!important">
 +
 +
<div class="clear"><br/></div>
 +
 +
<div class="clear" style="padding: 0px 6vw; background-color: "#fbf4ff">
 
<div class="clear">
 
<div class="clear">
  <img src="https://scontent-lhr3-1.xx.fbcdn.net/v/t1.0-9/19225273_1801569929869610_5926450441191742302_n.jpg?oh=565e0f8567ddafaff9403a884c00c60f&oe=59D58FE0" width="100%">
+
 
 +
<img src="https://static.igem.org/mediawiki/2017/b/b7/T--Manchester--team-2.png" width="100%" usemap="#TeamMap" />
 +
 
 +
<map name="TeamMap" id="TeamMap">
 +
    <area alt="Owen" title="This is Owen!" href="#owen" shape="poly" coords="166,26,130,36,115,71,118,106,130,121,151,135,176,138,193,118,206,65,193,35" />
 +
    <area alt="Theo" title="This is Theo!" href="#theo" shape="poly" coords="228,70,210,82,200,93,192,127,192,153,211,174,230,174,247,166,261,152,268,134,274,110,264,89,244,75" />
 +
    <area alt="James" title="This is James!" href="#james" shape="poly" coords="279,24,261,30,252,50,247,70,249,78,266,88,275,110,278,116,300,121,308,108,312,85,310,62,313,41,297,29" />
 +
    <area alt="Amber" title="This is Amber!" href="#amber" shape="poly" coords="364,61,337,70,326,106,339,130,355,145,383,143,393,109,383,74" />
 +
    <area alt="Alice" title="This is Alice!" href="#alice" shape="poly" coords="469,76,446,82,439,113,440,143,458,158,478,154,502,134,498,90" />
 +
    <area alt="Maciej" title="This is Maciej!" href="#maciej" shape="poly" coords="562,28,538,40,532,69,540,95,551,112,570,118,587,106,596,68,588,34" />
 +
    <area alt="Adam" title="This is Adam!" href="#adamh" shape="poly" coords="658,5,630,21,630,56,639,80,662,89,688,83,696,38,682,8" />
 +
    <area alt="Jess" title="This is Jess!" href="#jess" shape="poly" coords="727,75,707,82,698,114,704,141,728,154,751,143,772,115,754,77" />
 +
    <area alt="Jun" title="This is Jun!" href="#jun" shape="poly" coords="808,23,775,43,771,77,784,109,806,123,838,118,861,68,840,32" />
 +
</map>
 +
 
 
</div>
 
</div>
  
<div class="clear"><br/></div>
 
  
 +
 +
<div class="clear"><br/></div>
 +
<div class="clear" style="padding: 0px 2vw; background-color: "#fff6f6">
 
<div class="row">
 
<div class="row">
   <div class="column">
+
   <div class="column" id="james">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/1609790_1027046553983395_5053823064411142629_n.jpg?oh=4c6ad0647314178e4da6d2c27500a27b&oe=59CAE8CC" alt="James Engleback">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/6/61/T--Manchester--JamesTeam.jpg" alt="James Engleback">
 
       <div class="container">
 
       <div class="container">
 
         <div class="front">
 
         <div class="front">
 
         <h2>James Engleback</h2>
 
         <h2>James Engleback</h2>
         <p class="title">Lab</p>
+
         <p class="title">Wet Lab Coordinator, Lab Member, Stores Frequenter</p>
         <p>Unemployed</p>
+
         <p>PhD student </p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
         </div>
 
         </div>
 
         <div class="back">
 
         <div class="back">
         <p>on the back</p>
+
         <p> Skills: </p>
         <p>on the back</p>
+
         <p> Watering plants </p>
         <p>on the back</p>
+
         <p> Killing plants </p>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
Line 229: Line 311:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="jess">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/19059710_10209582211574973_8635632186106411392_n.jpg?oh=c608269ab8656fb9b9540f3329c821d7&oe=59CD853C" alt="Jessica Burns">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/b/b1/Manchesterigem17teamimage--jess2.jpeg" alt="Jessica Burns">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Jessica Burns</h2>
 
         <h2>Jessica Burns</h2>
         <p class="title">Lab</p>
+
         <p class="title">Microscopy Queen, Lab Member, Lab Visionary</p>
         <p>4th Year MSci. Cell Biology</p>
+
         <p>4th Year MSci. (Hons) Cell Biology</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>21 year old female looking for that special lab partner...</p>
         <p>on the back</p>
+
         <p>Enjoys long walks from the bench to the fume hood</p>
         <p>on the back</p>
+
         <p>Guilty pleasure: the smell of virkon</p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 248: Line 330:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="adamh">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/18814213_10209145926628899_2574478434530057698_n.jpg?oh=872a1670dfacb4a3ef4ebf886784be97&oe=59E3957A" alt="Adam Hannaford">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/6/63/T--Manchester--AdamHTeam.jpeg" alt="Adam Hannaford">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Adam Hannaford</h2>
 
         <h2>Adam Hannaford</h2>
         <p class="title">Lab</p>
+
         <p class="title">Tag Team Leader, MultiChannel Master, D.O.ExperiMan</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>So aceptic... he once did a 24h growth curve,</p>
         <p>on the back</p>
+
         <p>in a 96 well plate, without antibiotics,</p>
         <p>on the back</p>
+
         <p>...and still got no contamination.</p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 267: Line 349:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="maciej">
 
     <div class="card">
 
     <div class="card">
 
       <img class="profile" src="https://static.igem.org/mediawiki/2017/e/e5/T--Manchester--MaciejTeam.jpg" alt="Maciej Slowinski">
 
       <img class="profile" src="https://static.igem.org/mediawiki/2017/e/e5/T--Manchester--MaciejTeam.jpg" alt="Maciej Slowinski">
Line 273: Line 355:
 
       <div class="front">
 
       <div class="front">
 
         <h2>Maciej Słowiński</h2>
 
         <h2>Maciej Słowiński</h2>
         <p class="title">Lab</p>
+
         <p class="title">Financial Head Honcho, Multinational Collaboration Leader</p>
 
         <p>3rd Year BA (Hons) Modern Language and Business & Management (Japanese)</p>
 
         <p>3rd Year BA (Hons) Modern Language and Business & Management (Japanese)</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>Strolling around Kinosaki Town in a flowerful kimono with cheap jammy bread in your hand must be called happiness.</p>
        <p>on the back</p>
+
        <p>on the back</p>
+
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 286: Line 366:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="jun">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/15727000_10206473386994043_6210324142943811442_n.jpg?oh=e7652c8861aa7cfbeef146d1860215ce&oe=59CF2FF2" alt="Ong Jun Yang">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/b/b9/T--Manchester--Jun2Team.jpg" alt="Ong Jun Yang">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Ong Jun Yang</h2>
 
         <h2>Ong Jun Yang</h2>
         <p class="title">Lab</p>
+
         <p class="title">Wiki Mastermind, Lab Member, Modelling Wizard</p>
 
         <p>3rd Year MChem (Hons) Chemistry</p>
 
         <p>3rd Year MChem (Hons) Chemistry</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>Iodine would totally give away rubidium to be with uranium.</p>
         <p>on the back</p>
+
         <p>If you have no reaction to these jokes, you are probably a noble gas.</p>
        <p>on the back</p>
+
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 305: Line 384:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="owen">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/13900329_10206729506945431_3173602459664575114_n.jpg?oh=a99c42dc50500276242eed8588dc972e&oe=59C77C1F" alt="Owen Julianto Jonathan" style="width:100%">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/a/a6/T--Manchester--OwenTeam.jpg" alt="Owen Julianto Jonathan" style="width:100%">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Owen Julianto Jonathan</h2>
 
         <h2>Owen Julianto Jonathan</h2>
         <p class="title">Lab</p>
+
         <p class="title">Boss of Human Practices, Lab Member</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>I wanna be the very best</p>
         <p>on the back</p>
+
         <p>that no one ever was...</p>
         <p>on the back</p>
+
         <p>*cue music*</p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 324: Line 403:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="amber">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/18222397_10209223362517212_7287160109309442696_n.jpg?oh=bab48510eac8993e9c1910869d4ea170&oe=59C55933" alt="Amber Hall">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/f/f7/T--Manchester--AmberTeam.jpg" alt="Amber Hall">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Amber Hall</h2>
 
         <h2>Amber Hall</h2>
         <p class="title">Lab</p>
+
         <p class="title">Image Analytics Officer, Graphics Design Overlord, Lab Member</p>
         <p>Msc Biotechnology</p>
+
         <p>Msc. Biotechnology</p>
         <p>Manchester Metropolitan University</p>
+
         <p>University of Salford</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p>"Dear Sir/Madam,</p>
         <p>on the back</p>
+
         <p>MICROCOMPARTMENTS! MICROCOMPARTMENTS! HELP ME!</p>
         <p>on the back</p>
+
         <p>Looking forward to hearing from you.</p>
 +
        <p>All the best,</p>
 +
        <p>Amber Hall."</p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 343: Line 424:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="theo">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/14368682_148430678944609_1039872936268690269_n.jpg?oh=a61921f711caff1122e6c56bb0857a45&oe=59CDBC70" alt="Theodore Glenaldo">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/1/11/T--Manchester--TheoTeam.jpg" alt="Theodore Glenaldo">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Theodore Glenaldo</h2>
 
         <h2>Theodore Glenaldo</h2>
         <p class="title">Lab</p>
+
         <p class="title">Snapgene Professor, Lab Member, Interlab Agent</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>2nd Year Bsc. (Hons) Biotechnology with Industrial Placement</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p> We are the champions my friends  </p>
         <p>on the back</p>
+
         <p> And we'll keep on fighting to the end</p>
         <p>on the back</p>
+
         <p> </p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 362: Line 443:
 
   </div>
 
   </div>
  
   <div class="column">
+
   <div class="column" id="alice">
 
     <div class="card">
 
     <div class="card">
       <img class="profile" src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/14202490_10153897094445980_6467042251970528813_n.jpg?oh=796be07d53f2dac49b656bbbfe912292&oe=5A0DD9EF" alt="Alice Fraser">
+
       <img class="profile" src="https://static.igem.org/mediawiki/2017/e/ea/T--Manchester--AliceTeam.jpg" alt="Alice Fraser">
 
       <div class="container">
 
       <div class="container">
 
       <div class="front">
 
       <div class="front">
 
         <h2>Alice Fraser</h2>
 
         <h2>Alice Fraser</h2>
         <p class="title">Lab</p>
+
         <p class="title">Public Outreach Executive, Lab Member, Interlab Agent</p>
         <p>2nd Year Bsc. Biology</p>
+
         <p>3rd Year Bsc. (Hons) Biology</p>
 
         <p>University of Manchester</p>
 
         <p>University of Manchester</p>
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p> Transformation Queen </p>
         <p>on the back</p>
+
         <p> A couple of biologists had twins. They named one Jessica and the other Control</p>
         <p>on the back</p>
+
         <p> </p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 395: Line 476:
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p><a href="https://www.research.manchester.ac.uk/portal/en/researchers/eriko-takano(7efa3684-5891-4edd-8e56-bdaa9cc036c6).html" target="_blank">University of Manchester Researcher Overview</a></p>
        <p>on the back</p>
+
        <p>on the back</p>
+
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 414: Line 493:
 
       </div>
 
       </div>
 
       <div class="back">
 
       <div class="back">
         <p>on the back</p>
+
         <p><a href="https://www.research.manchester.ac.uk/portal/rainer.breitling.html" target="_blank">University of Manchester Researcher Overview</a></p>
        <p>on the back</p>
+
        <p>on the back</p>
+
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 427: Line 504:
 
   <div class="column column100">
 
   <div class="column column100">
 
   <a href="#will">
 
   <a href="#will">
     <div class="cardsm will" id="will">
+
     <div class="cardsm will">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="William Finnigan">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/8/86/T--Manchester--WillSupervisor.jpg" alt="William Finnigan">
 
       <div class="container">
 
       <div class="container">
 
         <h2>William Finnigan</h2>
 
         <h2>William Finnigan</h2>
Line 437: Line 514:
 
   </div>
 
   </div>
  
<p id="willbio">
+
 
Will...
+
</p>
+
  
 
   <div class="column column100">
 
   <div class="column column100">
 
     <a href="#nick">
 
     <a href="#nick">
     <div class="cardsm nick" id="nick">
+
     <div class="cardsm nick">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="Nicholas Weise">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/c/c1/T--Manchester--NickSupervisor.jpg" alt="Nicholas Weise">
 
       <div class="container">
 
       <div class="container">
 
         <h2>Nicholas Weise</h2>
 
         <h2>Nicholas Weise</h2>
Line 453: Line 528:
 
   </div>
 
   </div>
  
<p id="nickbio">
+
 
Nick gained a B.Sc. (Hons) Molecular Biology from The University of Manchester before completing a Ph.D. in Chemistry & Biochemistry at the University’s Centre of Excellence in Biocatalysis. He currently works at the Manchester of Institute of Biotechnology where he researches the discovery and engineering of enzymes for use in pharmaceutical and fine chemical synthesis. He is involved in teaching courses introductory and organic chemistry as well as in industrial biotechnology, whilst also coordinating the engagement and outreach initiatives of the institute. In his spare time he enjoys trampolining, gymnastics coaching and playing clarinet in the Manchester Wind Orchestra.
+
</p>
+
  
 
   <div class="column column100">
 
   <div class="column column100">
 
   <a href="#ross">
 
   <a href="#ross">
     <div class="cardsm ross" id="ross">
+
     <div class="cardsm ross">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="Ross Kent">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/b/b5/T--Manchester--RossSupervisor.jpg" alt="Ross Kent">
 
       <div class="container">
 
       <div class="container">
 
         <h2>Ross Kent</h2>
 
         <h2>Ross Kent</h2>
Line 469: Line 542:
 
   </div>
 
   </div>
  
<p id="rossbio">
+
 
Ross...
+
</p>
+
  
 
   <div class="column column100">
 
   <div class="column column100">
 
   <a href="#jon">
 
   <a href="#jon">
     <div class="cardsm jon" id="jon">
+
     <div class="cardsm jon">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="Jonathan Wilkes">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/7/75/T--Manchester--JonSupervisor.jpg" alt="Jonathan Wilkes">
 
       <div class="container">
 
       <div class="container">
 
         <h2>Jonathan Wilkes</h2>
 
         <h2>Jonathan Wilkes</h2>
Line 485: Line 556:
 
   </div>
 
   </div>
  
<p id="jonbio">
+
 
Jon...
+
</p>
+
  
 
   <div class="column column100">
 
   <div class="column column100">
 
   <a href="#marc">
 
   <a href="#marc">
     <div class="cardsm marc" id="marc">
+
     <div class="cardsm marc">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="Marc Biarnes">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/1/14/T--Manchester--MarcSupervisor.jpg" alt="Marc Biarnes">
 
       <div class="container">
 
       <div class="container">
 
         <h2>Marc Biarnes-Carrera</h2>
 
         <h2>Marc Biarnes-Carrera</h2>
Line 501: Line 570:
 
   </div>
 
   </div>
  
<p id="marcbio">
+
 
Marc...
+
</p>
+
  
 
   <div class="column column100">
 
   <div class="column column100">
 
   <a href="#adam">
 
   <a href="#adam">
     <div class="cardsm adam" id="adam">
+
     <div class="cardsm adam">
       <img class="profilesm" src="https://lh4.googleusercontent.com/-1tI8qMHB-y8/Tgp5YuEHAKI/AAAAAAAAB9M/Q9SRHYUqUrw/w1014-h1008/facebook-no-image1.gif" alt="Adam Amara">
+
       <img class="profilesm" src="https://static.igem.org/mediawiki/2017/c/c1/T--Manchester--AdamSupervisor.jpg" alt="Adam Amara">
 
       <div class="container">
 
       <div class="container">
 
         <h2>Adam Amara</h2>
 
         <h2>Adam Amara</h2>
Line 516: Line 583:
 
     </a>
 
     </a>
 
   </div>
 
   </div>
 +
</div>
  
<p id="adambio">
+
 
Adam...
+
<div class="floatright50">
 +
<div class="container clearfix">
 +
 
 +
<p id="willbio">
 +
<span style="font-size:150%"><b>Post-Doctoral Research Associate</b></span>
 +
<br/>
 +
Following a BSc in Biochemistry and Microbiology at the University of Sheffield, Will worked for two years at a small start-up, manufacturing and creating monoclonal antibodies.  It was here that the concept of using cells as factories captured his imagination, and he pursued a PhD in Synthetic Biology and Biocatalysis at the University of Exeter. He worked on developing the thermophile Thermus thermophilus as a host organism for whole-cell biocatalysis, characterising enzymes as parts for the construction of novel enzyme cascades, and using these characterised parts to develop and utilise mathematical process models of these reactions. His current research as a post-doctoral research associate at the University of Manchester focuses on designing and testing synthetic spider silk proteins, with an aim to improving the production and processing of these proteins into fibres, and seeking to understand and improve the mechanical properties of these fibres.
 
</p>
 
</p>
  
<div class="floatyrighty column50">
+
<p id="nickbio">
 +
<span style="font-size:150%"><b>Research Associate</b></span>
 +
<br/>
 +
Nick studied Molecular Biology between 2009 and 2012 at the University of Manchester before moving onto postgraduate research at the Centre of Excellence in Biocatalysis. (CoEBio3). He gained a PhD in Chemistry & Biochemistry in 2015 for his work on the engineering of ammonia lyase enzymes for biotechnological applications. Recently he was made a Senior Fellow of the Higher Education Academy (SFHEA) in recognition of his contribution to teaching and learning. Nick's current research centres on the discovery and demonstration of enzymes as biological catalysts for greener, more sustainable synthesis of industrial chemicals. He also coordinates the public engagement programme at the Manchester Institute of Biotechnology, aiming to encourage and support researchers in their engagement with a wide variety of external audiences.
 +
</p>
  
      <div class="container clearfix">
+
<p id="rossbio">
          <div id="myid">
+
<span style="font-size:150%"><b>PhD candidate</b></span>
          </div>
+
<br/>
      </div>
+
In 2015 Ross began a PhD at the University of Manchester in the Manchester Institute of Biotechnology, where he works on post-transcriptional control of gene expression in bacteria. He is also interested in biosensing and multivariate Design of Experiments for the optimisation of synthetic metabolic pathways.
 +
Ross graduated from the University of Exeter with a B.Sc. Hons in Biology in 2012, during which he gained work experience at Rothamsted Research. Following this he worked in the Exeter Microbial Biofuels Group, before beginning a M.Sc. by Research at the Shell Technology Centre in Houston, Texas in collaboration with Royal Dutch Shell. Here he worked on consolidated bioprocessing of waste material for biofuel production. Ross is an avid rock climber with a passion for the outdoors and travel.
 +
</p>
  
</div>
+
<p id="jonbio">
 +
<span style="font-size:150%"><b>PhD candidate</b></span>
 +
<br/>
 +
Jonathan is a PhD student at the Manchester Institute of Biotechnology under the supervision of Prof. Nigel Scrutton and Prof. Eriko Takano. His project, which aims to investigate the synthetic biology applications of catalytic antibodies, is part of an industrial collaboration with UCB Celltech. Prior to his studies in Manchester, Jonathan obtained his BSc (Natural Sciences) and MSc (Industrial and Commercial Spplications of Biotechnology) at Newcastle University.
 +
</p>
  
<!--
+
<p id="marcbio">
<p id="info"> Click image for more info </p>
+
<span style="font-size:150%"><b>PhD candidate</b></span>
-->
+
<br/>
 +
Marc Biarnes Carrera studied at Universitat Ramon Llull (Institut Quimic de Sarria). He aquired his Degree in chemistry (speciality in organic synthesis). Marc worked at G.E.M. (Grup d'Enginyerina Molecular). He attained his Masters at the university of York (MRes in Post Genomic Biology). His Masters projects include work with Prof. Christof Baumann in the characterisation of HiGam proteins, and an industrial placement in GBL which involved improving bio fuel production through strain engineering. Marc is working towards his PhD, under the supervision of Prof. Eriko Takano, in the regulation of antibiotic production in Streptomyces. His project involves work with gamma butyrolactone, regulators of secondary metabolite production. He is currently in his 3rd year of research. In the future he is considering research into synthetic biology as he finds the subject very appealing
 +
</p>
 +
 
 +
<p id="adambio">
 +
<span style="font-size:150%"><b>PhD Candidate in Synthetic and Systems Biology</b></span>
 +
<br/>
 +
Adam is a PhD student in the groups of Prof. Takano and Prof. Breitling in the Manchester Institute of Biotechnology. He has discovered synthetic biology by participating to the iGEM with the INSA-Lyon team in 2014. This has followed on a BSc Research Project in the Takano group about in-silico and in-vivo study of BMCs. His project focuses on the production of antibiotics and secondary metabolites in Streptomyces species by Systems and Synthetic Biology approaches, with an emphasis on data-driven in-silico design of engineered strains.
 +
</p>
 +
 
 +
<p id="info"><span style="font-size:150%">Click on an image for more info on our awesome supervisors and what they do!</span></p>
 +
 
 +
</div>
 +
</div>
 +
</div>
  
 
<script type="text/javascript">
 
<script type="text/javascript">
Line 540: Line 638:
  
 
         $(".card").flip({
 
         $(".card").flip({
           trigger: 'click',
+
           trigger: 'hover',
 
           axis: 'y'
 
           axis: 'y'
 
         });
 
         });
  
 
       });
 
       });
    </script>
+
</script>
  
  
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".nick").click(function(){
 
         $(".nick").click(function(){
 
             $("#nickbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 
             $("#nickbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
Line 560: Line 658:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".ross").click(function(){
 
         $(".ross").click(function(){
 
             $("#rossbio").fadeIn("fast");$("#nickbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 
             $("#rossbio").fadeIn("fast");$("#nickbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
Line 570: Line 668:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".marc").click(function(){
 
         $(".marc").click(function(){
 
             $("#marcbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 
             $("#marcbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
Line 580: Line 678:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".will").click(function(){
 
         $(".will").click(function(){
 
             $("#willbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#nickbio").fadeOut("fast")
 
             $("#willbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#nickbio").fadeOut("fast")
 +
        });
 
     }
 
     }
 
});
 
});
Line 589: Line 688:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".jon").click(function(){
 
         $(".jon").click(function(){
 
             $("#jonbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 
             $("#jonbio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#adambio").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 +
        });
 
     }
 
     }
 
});
 
});
Line 598: Line 698:
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
     if($(window).width() > 1000){
+
     if($(window).width() > 000){
 
         $(".adam").click(function(){
 
         $(".adam").click(function(){
 
             $("#adambio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 
             $("#adambio").fadeIn("fast");$("#rossbio").fadeOut("fast");$("#marcbio").fadeOut("fast");$("#info").fadeOut("fast");$("#nickbio").fadeOut("fast");$("#jonbio").fadeOut("fast");$("#willbio").fadeOut("fast")
 +
        });
 
     }
 
     }
 
});
 
});
 
</script>
 
</script>
  
<div class="clear"></div>
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/image-map-resizer/1.0.3/js/imageMapResizer.min.js"></script>
  
 +
<script>
 +
$(document).ready(function() {
 +
    $('map').imageMapResize();
 +
});
 +
</script>
 +
 +
<script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script>
 +
 +
<script type="text/javascript" src="http://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.js"></script>
 +
 +
<script>
 +
$('[title!=""]').qtip({
 +
    style: {
 +
      classes: 'qtip-purr qtip-shadow'
 +
        },
 +
    position: {
 +
      my:'top center',
 +
      at:'bottom center',
 +
        }
 +
});
 +
</script>
 +
 +
</div>
 +
</div>
 +
<div class="clear"></div>
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>
 
{{:Team:Manchester/Templates/Footer}}
 
{{:Team:Manchester/Templates/Footer}}

Latest revision as of 19:24, 1 November 2017

Team Members



Owen Theo James Amber Alice Maciej Adam Jess Jun

James Engleback

James Engleback

Wet Lab Coordinator, Lab Member, Stores Frequenter

PhD student

University of Manchester

Skills:

Watering plants

Killing plants

Jessica Burns

Jessica Burns

Microscopy Queen, Lab Member, Lab Visionary

4th Year MSci. (Hons) Cell Biology

University of Manchester

21 year old female looking for that special lab partner...

Enjoys long walks from the bench to the fume hood

Guilty pleasure: the smell of virkon

Adam Hannaford

Adam Hannaford

Tag Team Leader, MultiChannel Master, D.O.ExperiMan

2nd Year Bsc. (Hons) Biotechnology with Industrial Placement

University of Manchester

So aceptic... he once did a 24h growth curve,

in a 96 well plate, without antibiotics,

...and still got no contamination.

Maciej Slowinski

Maciej Słowiński

Financial Head Honcho, Multinational Collaboration Leader

3rd Year BA (Hons) Modern Language and Business & Management (Japanese)

University of Manchester

Strolling around Kinosaki Town in a flowerful kimono with cheap jammy bread in your hand must be called happiness.

Ong Jun Yang

Ong Jun Yang

Wiki Mastermind, Lab Member, Modelling Wizard

3rd Year MChem (Hons) Chemistry

University of Manchester

Iodine would totally give away rubidium to be with uranium.

If you have no reaction to these jokes, you are probably a noble gas.

Owen Julianto Jonathan

Owen Julianto Jonathan

Boss of Human Practices, Lab Member

2nd Year Bsc. (Hons) Biotechnology with Industrial Placement

University of Manchester

I wanna be the very best

that no one ever was...

*cue music*

Amber Hall

Amber Hall

Image Analytics Officer, Graphics Design Overlord, Lab Member

Msc. Biotechnology

University of Salford

"Dear Sir/Madam,

MICROCOMPARTMENTS! MICROCOMPARTMENTS! HELP ME!

Looking forward to hearing from you.

All the best,

Amber Hall."

Theodore Glenaldo

Theodore Glenaldo

Snapgene Professor, Lab Member, Interlab Agent

2nd Year Bsc. (Hons) Biotechnology with Industrial Placement

University of Manchester

We are the champions my friends

And we'll keep on fighting to the end

Alice Fraser

Alice Fraser

Public Outreach Executive, Lab Member, Interlab Agent

3rd Year Bsc. (Hons) Biology

University of Manchester

Transformation Queen

A couple of biologists had twins. They named one Jessica and the other Control

Our Advisors

Prof. E.Takano

Prof. E. Takano

Advisor

SYNBIOCHEM, Director

Manchester Institute of Biotechnology

Prof. R.Breitling

Prof. R. Breitling

Advisor

Professor of Systems Biology

Manchester Institute of Biotechnology

Our Supervisors

Post-Doctoral Research Associate
Following a BSc in Biochemistry and Microbiology at the University of Sheffield, Will worked for two years at a small start-up, manufacturing and creating monoclonal antibodies. It was here that the concept of using cells as factories captured his imagination, and he pursued a PhD in Synthetic Biology and Biocatalysis at the University of Exeter. He worked on developing the thermophile Thermus thermophilus as a host organism for whole-cell biocatalysis, characterising enzymes as parts for the construction of novel enzyme cascades, and using these characterised parts to develop and utilise mathematical process models of these reactions. His current research as a post-doctoral research associate at the University of Manchester focuses on designing and testing synthetic spider silk proteins, with an aim to improving the production and processing of these proteins into fibres, and seeking to understand and improve the mechanical properties of these fibres.

Research Associate
Nick studied Molecular Biology between 2009 and 2012 at the University of Manchester before moving onto postgraduate research at the Centre of Excellence in Biocatalysis. (CoEBio3). He gained a PhD in Chemistry & Biochemistry in 2015 for his work on the engineering of ammonia lyase enzymes for biotechnological applications. Recently he was made a Senior Fellow of the Higher Education Academy (SFHEA) in recognition of his contribution to teaching and learning. Nick's current research centres on the discovery and demonstration of enzymes as biological catalysts for greener, more sustainable synthesis of industrial chemicals. He also coordinates the public engagement programme at the Manchester Institute of Biotechnology, aiming to encourage and support researchers in their engagement with a wide variety of external audiences.

PhD candidate
In 2015 Ross began a PhD at the University of Manchester in the Manchester Institute of Biotechnology, where he works on post-transcriptional control of gene expression in bacteria. He is also interested in biosensing and multivariate Design of Experiments for the optimisation of synthetic metabolic pathways. Ross graduated from the University of Exeter with a B.Sc. Hons in Biology in 2012, during which he gained work experience at Rothamsted Research. Following this he worked in the Exeter Microbial Biofuels Group, before beginning a M.Sc. by Research at the Shell Technology Centre in Houston, Texas in collaboration with Royal Dutch Shell. Here he worked on consolidated bioprocessing of waste material for biofuel production. Ross is an avid rock climber with a passion for the outdoors and travel.

PhD candidate
Jonathan is a PhD student at the Manchester Institute of Biotechnology under the supervision of Prof. Nigel Scrutton and Prof. Eriko Takano. His project, which aims to investigate the synthetic biology applications of catalytic antibodies, is part of an industrial collaboration with UCB Celltech. Prior to his studies in Manchester, Jonathan obtained his BSc (Natural Sciences) and MSc (Industrial and Commercial Spplications of Biotechnology) at Newcastle University.

PhD candidate
Marc Biarnes Carrera studied at Universitat Ramon Llull (Institut Quimic de Sarria). He aquired his Degree in chemistry (speciality in organic synthesis). Marc worked at G.E.M. (Grup d'Enginyerina Molecular). He attained his Masters at the university of York (MRes in Post Genomic Biology). His Masters projects include work with Prof. Christof Baumann in the characterisation of HiGam proteins, and an industrial placement in GBL which involved improving bio fuel production through strain engineering. Marc is working towards his PhD, under the supervision of Prof. Eriko Takano, in the regulation of antibiotic production in Streptomyces. His project involves work with gamma butyrolactone, regulators of secondary metabolite production. He is currently in his 3rd year of research. In the future he is considering research into synthetic biology as he finds the subject very appealing

PhD Candidate in Synthetic and Systems Biology
Adam is a PhD student in the groups of Prof. Takano and Prof. Breitling in the Manchester Institute of Biotechnology. He has discovered synthetic biology by participating to the iGEM with the INSA-Lyon team in 2014. This has followed on a BSc Research Project in the Takano group about in-silico and in-vivo study of BMCs. His project focuses on the production of antibiotics and secondary metabolites in Streptomyces species by Systems and Synthetic Biology approaches, with an emphasis on data-driven in-silico design of engineered strains.

Click on an image for more info on our awesome supervisors and what they do!