Team:Cambridge/Team

From 2012.igem.org

(Difference between revisions)
(Previous Cambridge iGEM teams)
Line 1: Line 1:
-
<html>
 
-
</html>
 
-
 
-
 
{{Template:Team:Cambridge/CAM_2012_TEMPLATE_HEAD_TEAM}}
{{Template:Team:Cambridge/CAM_2012_TEMPLATE_HEAD_TEAM}}
=='''The Team'''==
=='''The Team'''==
[[File:Cam_team_001.jpg|760px]]
[[File:Cam_team_001.jpg|760px]]
-
=='''Advisors'''==
 
-
====Academics====
 
-
*''' Jim Haseloff'''   
+
----
-
*'''Jim Ajioka'''   
 
-
*'''James Brown'''
 
-
*'''Fernan Federici'''
 
-
*'''Paul Grant'''
 
-
*'''Gos Micklem'''
 
-
*'''PJ Steiner'''
 
-
====iGEM2011====
+
<html>
-
*'''Joe Harvey'''   
+
-
*'''Matt Jones'''
+
-
*'''Cat McMurran'''
+
-
== '''Cambridge Students''' ==
+
<style type = 'text/css'>
-
==== Andreas ====
+
.team {width: 720px; height:640px;}
-
----
+
.row {width:720px; height:160px;}
-
[[File:Cambridge_Andreas.png | left | thumb | 100px | Andreas]]
+
.profile {width:350px; height:150px; margin:5px; position:relative; float:left;}
-
I have just finished the second year of Engineering and I am planning to continue specialising in Electrical and Information Sciences. I have always been interested in integrating engineering into biological applications and thus I find iGEM as an excellent educational experience. Apart from science and engineering, I enjoy swimming (preferably in the Mediterranean) and hiking.  
+
#andreas {background-image: url('/wiki/images/9/98/Cambridge_Andreas.png');}
 +
#charlie {background-image: url('/wiki/images/f/f6/Cambridge_Charlie.png');}
 +
#emmy {background-image: url('/wiki/images/4/4d/Emmy.jpg');}
 +
#jolyon {background-image: url('/wiki/images/8/8e/Jolyon.png');}
 +
#oli {background-image: url('/wiki/images/1/10/Cambridge_Oli.png');}
 +
#paul {background-image: url('/wiki/images/a/a3/Paul.jpg');}
 +
#stuart {background-image: url('/wiki/images/6/6f/Stuart.jpg');}
 +
#tom {background-image: url('/wiki/images/9/9f/Cambridge_Tom.JPG');}
-
<br style='clear: both;' />
+
#andreas_hover {background-color:teal;}
 +
#charlie_hover {background-color:orange;}
 +
#emmy_hover {background-color:powderblue;}
 +
#jolyon_hover {background-color:purple;}
 +
#oli_hover {background-color:DarkSlateBlue}
 +
#paul_hover {background-color:coral;}
 +
#stuart_hover {background-color:DeepPink;}
 +
#tom_hover {background-color:Sienna;}
-
==== Charlie ====
+
.hover {width:340px; height:140px; padding:5px; float:left; position:absolute; top:0px; left:0px;}
-
----
+
.hover h6 {font-family:sans-serif; font-size:10px; color:white;}
-
[[File:Cambridge_Charlie.png | right | thumb | 100px | Charlie]]
+
-
Part II Zoologist with a penchant for cheesecake and old Voyager episodes.
+
-
<br style='clear: both;' />
+
</style>
-
==== Emmy ====
+
<script type ='text/javascript'>
-
----
+
$(document).ready(function() {
-
[[File:Emmy.jpg | left | thumb | 100px | Emmy]]
+
-
I spent the last year doing biochemistry and neuroscience, and will be doing more of that as a part II PDN (Physiology, Development and Neuroscience) student next year, with my main interest in developmental neurobiology. But SynBio is exciting too- so is photography, and baking ;)
+
-
<br style='clear: both;' />
+
$('.hover').css("display","none");
-
==== Jolyon ====
+
    $('#andreas').mouseover(function() {
-
----
+
$('#andreas_hover').fadeIn(200);
-
[[File:Jolyon.png | right | thumb | 100px | Jolyon]]
+
});
-
Does the picture not tell you everything you need to know?
+
 +
    $('#andreas').mouseleave(function() {
 +
$('#andreas_hover').fadeOut(200);
 +
    });
-
<br style='clear: both;' />
+
$('#charlie').mouseover(function() {
 +
$('#charlie_hover').fadeIn(200);
 +
});
 +
 +
    $('#charlie').mouseleave(function() {
 +
$('#charlie_hover').fadeOut(200);
 +
    });
-
==== Oli ====
+
$('#emmy').mouseover(function() {
-
----
+
$('#emmy_hover').fadeIn(200);
-
[[File:Cambridge_Oli.png | left | thumb | 100px | Oli]]
+
});
-
I have a particular interest in physiology and neuroscience, going into part II PDN (physiology, development and neuroscience) next year. Molecular biology is therefore not really my area of expertise, but I'm keen to learn and I have a steady pipetting hand.
+
 +
    $('#emmy').mouseleave(function() {
 +
$('#emmy_hover').fadeOut(200);
 +
    });
-
<br style='clear: both;' />
+
$('#jolyon').mouseover(function() {
 +
$('#jolyon_hover').fadeIn(200);
 +
});
 +
 +
    $('#jolyon').mouseleave(function() {
 +
$('#jolyon_hover').fadeOut(200);
 +
    });
-
==== Paul====
+
$('#oli').mouseover(function() {
-
----
+
$('#oli_hover').fadeIn(200);
-
[[File:Paul.jpg | right | thumb | 100px | Paul]]
+
});
-
I finished my third year Engineering for the Life Sciences course this year and will be continuing with this for my masters year in October. This is my first major foray into experimental biology and am keen to get as much engineering into the project as possible!
+
 +
    $('#oli').mouseleave(function() {
 +
$('#oli_hover').fadeOut(200);
 +
    });
-
<br style='clear: both;' />
+
$('#paul').mouseover(function() {
-
==== Stuart====
+
$('#paul_hover').fadeIn(200);
-
----
+
});
-
[[File:Stuart.jpg | left | thumb | 100px | Stuart]]
+
-
I'm a biologist with an interest in cell biology and biochemistry, although next year I'm specialising in plant sciences which is also very cool. Outside of science I like lots of samba percussion and all kinds of outdoor pursuits 
+
    $('#paul').mouseleave(function() {
 +
$('#paul_hover').fadeOut(200);
 +
    });
-
<br style='clear: both;' />
+
$('#stuart').mouseover(function() {
 +
$('#stuart_hover').fadeIn(200);
 +
});
 +
 +
    $('#stuart').mouseleave(function() {
 +
$('#stuart_hover').fadeOut(200);
 +
    });
-
====Tom====
+
$('#tom').mouseover(function() {
-
----
+
$('#tom_hover').fadeIn(200);
-
[[File:Cambridge_Tom.JPG | right | thumb | 100px | Tom]]
+
});
-
I'm a biologist mostly interested in cell biology and biochemistry, but also in pathological processes and viruses, both as pathogens and as potential chassis for synthetic systems. Next year I'm going on to a third (and fourth) year of biochemistry, by which point I hope to be able to pipette with two Gilsons simultaneously.  
+
 +
    $('#tom').mouseleave(function() {
 +
$('#tom_hover').fadeOut(200);
 +
    });
 +
 
 +
});
 +
</script>
 +
 
 +
 
 +
<div id='team'>
 +
<div class='row'>
 +
<div id='andreas' class='profile'>
 +
<div id='andreas_hover' class='hover'>
 +
<h6>I have just finished the second year of Engineering and I am planning to continue specialising in Electrical and Information Sciences. I have always been interested in integrating engineering into biological applications and thus I find iGEM as an excellent educational experience. Apart from science and engineering, I enjoy swimming (preferably in the Mediterranean) and hiking.</h6>
 +
</div>
 +
</div>
 +
<div id='charlie' class='profile'>
 +
<div id='charlie_hover' class='hover'>
 +
<h6>Part II Zoologist with a penchant for cheesecake and old Voyager episodes.</h6>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class='row'>
 +
<div id='emmy' class='profile'>
 +
<div id='emmy_hover' class='hover'>
 +
<h6>I spent the last year doing biochemistry and neuroscience, and will be doing more of that as a part II PDN (Physiology, Development and Neuroscience) student next year, with my main interest in developmental neurobiology. But SynBio is exciting too- so is photography, and baking ;)</h6>
 +
</div>
 +
</div>
 +
<div id='jolyon' class='profile'>
 +
<div id='jolyon_hover' class='hover'>
 +
<h6>Does the picture not tell you everything you need to know?</h6>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class='row'>
 +
<div id='oli' class='profile'>
 +
<div id='oli_hover' class='hover'>
 +
<h6>I have a particular interest in physiology and neuroscience, going into part II PDN (physiology, development and neuroscience) next year. Molecular biology is therefore not really my area of expertise, but I'm keen to learn and I have a steady pipetting hand.</h6>
 +
</div>
 +
</div>
 +
<div id='paul' class='profile'>
 +
<div id='paul_hover' class='hover'>
 +
<h6>I finished my third year Engineering for the Life Sciences course this year and will be continuing with this for my masters year in October. This is my first major foray into experimental biology and am keen to get as much engineering into the project as possible!</h6>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class='row'>
 +
<div id='stuart' class='profile'>
 +
<div id='stuart_hover' class='hover'>
 +
<h6>I'm a biologist with an interest in cell biology and biochemistry, although next year I'm specialising in plant sciences which is also very cool. Outside of science I like lots of samba percussion and all kinds of outdoor pursuits.</h6>
 +
</div>
 +
</div>
 +
<div id='tom' class='profile'>
 +
<div id='tom_hover' class='hover'>
 +
<h6>I'm a biologist mostly interested in cell biology and biochemistry, but also in pathological processes and viruses, both as pathogens and as potential chassis for synthetic systems. Next year I'm going on to a third (and fourth) year of biochemistry, by which point I hope to be able to pipette with two Gilsons simultaneously. </h6>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
</html>
 +
 
 +
 
 +
=='''Advisors'''==
 +
====Academics====
 +
 
 +
*''' Jim Haseloff'''   
 +
 
 +
*'''Jim Ajioka'''   
 +
*'''James Brown'''
 +
*'''Fernan Federici'''
 +
*'''Paul Grant'''
 +
*'''Gos Micklem'''
 +
*'''PJ Steiner'''
 +
 
 +
====iGEM2011====
 +
*'''Joe Harvey'''   
 +
*'''Matt Jones'''
 +
*'''Cat McMurran'''
-
<br style='clear: both;' />
 
== '''What we did''' ==
== '''What we did''' ==

Revision as of 16:12, 25 July 2012


Click to view information about the Cambridge team advisors, team members and ... Read More

Contents

The Team

Cam team 001.jpg




I have just finished the second year of Engineering and I am planning to continue specialising in Electrical and Information Sciences. I have always been interested in integrating engineering into biological applications and thus I find iGEM as an excellent educational experience. Apart from science and engineering, I enjoy swimming (preferably in the Mediterranean) and hiking.
Part II Zoologist with a penchant for cheesecake and old Voyager episodes.
I spent the last year doing biochemistry and neuroscience, and will be doing more of that as a part II PDN (Physiology, Development and Neuroscience) student next year, with my main interest in developmental neurobiology. But SynBio is exciting too- so is photography, and baking ;)
Does the picture not tell you everything you need to know?
I have a particular interest in physiology and neuroscience, going into part II PDN (physiology, development and neuroscience) next year. Molecular biology is therefore not really my area of expertise, but I'm keen to learn and I have a steady pipetting hand.
I finished my third year Engineering for the Life Sciences course this year and will be continuing with this for my masters year in October. This is my first major foray into experimental biology and am keen to get as much engineering into the project as possible!
I'm a biologist with an interest in cell biology and biochemistry, although next year I'm specialising in plant sciences which is also very cool. Outside of science I like lots of samba percussion and all kinds of outdoor pursuits.
I'm a biologist mostly interested in cell biology and biochemistry, but also in pathological processes and viruses, both as pathogens and as potential chassis for synthetic systems. Next year I'm going on to a third (and fourth) year of biochemistry, by which point I hope to be able to pipette with two Gilsons simultaneously.


Advisors

Academics

  • Jim Haseloff
  • Jim Ajioka
  • James Brown
  • Fernan Federici
  • Paul Grant
  • Gos Micklem
  • PJ Steiner

iGEM2011

  • Joe Harvey
  • Matt Jones
  • Cat McMurran


What we did

(Provide proper attribution for all work)

Previous Cambridge iGEM teams