Team:Imperial College London/test

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:25px;" cellspacing="20"
+
{{:Team:Imperial_College_London/Templates/Banner}}
-
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Brainstorming
+
{{:Team:Imperial_College_London/Templates/Menu}}
 +
 
 +
{| style="table-layout:fixed;width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:25px;" cellspacing="20"
 +
|colspan="2" style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Students
|-
|-
-
|This page contains a summary of the ideas we developed throughout our brainstorming sessions at the beginning of the project. These ideas can be classified into 4 main categories as shown below. Click on the tabs to find out more about the ideas in each category.
+
|<insert picture>
 +
|'''Atipat Patharagulpong'''
 +
Atipat is also known as Ming. (people sometimes call him ATP, which he finds a bit geeky) He is a third year Biochemist and responsible for collaboration, part registry, and Arabidopsis (and also drawing everyone's picture). Apart from Biochemistry, he loves playing the piano, drawing anime, gardening, and also cooking (and eating too).
|-
|-
-
|<html>
+
|[[File:ICL_CPChris.jpg|150px]]
 +
|'''Chris Schoene'''
 +
Chris is going into his 3rd year of Biochemistry at Imperial College London and our official head of parts characterisation. He has been interested in Synthetic Biology since the last year's team presented their project in October. His other interests include creative writing, martial arts, the classical guitar and traveling. He is German but was born in Colombia and has lived in the USA and Spain.
 +
|-
 +
|[[File:ICL_CPFrank.jpg|150px]]
 +
|'''Frank Machin'''
 +
Frank is halfway through his degree in Biochemistry at Imperial and responsible for the software and hardware. He has been a huge fan of Synthetic Biology ever since he watched The Andromeda Strain and The Day of the Triffids. When he is not working, he likes gaming, loud music, and making short films and he is going to try and include them all in this project!
 +
|-
 +
|<insert picture>
 +
|'''Jiayue Zhu'''
 +
We generally call Jiayue Nina to make our lives easier since nobody can pronounce her name correctly. She is a 2nd year bioengineer and very glad to be here with the team and to do some amazing fancy stuff. She is in charge of all media-related issues.
 +
|-
 +
|<insert picture>
 +
|'''Nicolas Kral'''
 +
Nick has just finished the second year of the Bsc Biology degree at Imperial. He has been attracted to synthetic biology because of the immense potential and creativity that is hidden in it, yet still following the strict scientific thinking. His hobbies include everything to do with Nature and the great outdoors, hiking, climbing, caving and just the joy of being out.
 +
|-
 +
|[[File:ICL_CPNikki.jpg|150px]]
 +
|'''Nikki Kapp'''
 +
Nikki just finished her undergrad in Biochemistry and is responsible for cloning strategies and outreach/PR. She wants to try put what she's learnt into practice at iGEM. Her life isn't all about science, she is passionate about music and travel and hopes to do a round the world trip as well as complete the Mongol Rally.
 +
|-
 +
|style="width:150px; height:199px;"|<html>
<head>
<head>
-
<style type="text/css">
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-
   
+
<script type="text/javascript">
-
.animatedtabs{
+
function slide1(){
-
border-bottom: 1px solid gray;
+
$(document).ready(function(){
-
overflow: hidden;
+
  $("#image1").fadeOut("slow",function(){
-
width: 100%;
+
    setTimeout("slide2()",3000);
-
font-size: 14px; /*font of menu text*/
+
    $("#blank").show();
 +
  });
 +
  $("#image2").fadeIn("slow");
 +
});
}
}
-
 
+
function slide2(){
-
 
+
$(document).ready(function(){
-
.animatedtabs ul{
+
  $("#image2").fadeOut("slow",function(){
-
list-style-type: none;
+
    setTimeout("slide1()",3000);
-
margin: 0;
+
  });
-
margin-left: 10px; /*offset of first tab relative to page left edge*/
+
  $("#image1").fadeIn("slow");
-
padding: 0;
+
  $("#blank").hide();
 +
});
}
}
-
 
+
</script>
-
.animatedtabs li{
+
<style type="text/css">
-
float: left;
+
#blank
-
margin: 0;
+
{
-
padding: 0;
+
display:none;
 +
position:relative;
 +
z-index:-1;
}
}
-
 
+
#image1
-
.animatedtabs a{
+
{
-
float: left;
+
position:relative;
-
position: relative;
+
z-index:2;
-
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
+
-
background: url(https://static.igem.org/mediawiki/2011/9/93/ICL_tab_left.jpg) no-repeat left top;
+
-
margin: 0;
+
-
margin-right: 3px; /*Spacing between each tab*/
+
-
padding: 0 0 0 9px;
+
-
text-decoration: none;
+
-
 
+
}
}
-
 
+
#image2
-
.animatedtabs a span{
+
{
-
float: left;
+
position:relative;
-
position: relative;
+
left:-157px;
-
display: block;
+
z-index:1;
-
background: url(https://static.igem.org/mediawiki/2011/5/53/ICL_tab_right.jpg) no-repeat right top;
+
-
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
+
-
font-weight: bold;
+
-
color: black;
+
}
}
-
 
-
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 
-
.animatedtabs a span {float:none;}
 
-
/* End IE5-Mac hack */
 
-
 
-
 
-
.animatedtabs .selected a{
 
-
background-position: 0 -125px;
 
-
top: 0;
 
-
}
 
-
 
-
.animatedtabs .selected a span{
 
-
background-position: 100% -125px;
 
-
color: black;
 
-
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
 
-
top: 0;
 
-
}
 
-
 
-
.animatedtabs a:hover{
 
-
background-position: 0% -125px;
 
-
top: 0;
 
-
}
 
-
 
-
.animatedtabs a:hover span{
 
-
background-position: 100% -125px;
 
-
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
 
-
top: 0;
 
-
}
 
-
 
</style>
</style>
</head>
</head>
-
 
<body>
<body>
-
<div class="animatedtabs">
+
<div style="max-width:150px; width:150px; height:199px;">
-
<ul>
+
<img src="https://static.igem.org/mediawiki/2011/8/83/ICL_Blank.jpg" id="blank" width="142" height="198" />
-
<li class="selected"><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Brainstorming/Health"><span>Health & Medicine</span></a></li>
+
<img src="https://static.igem.org/mediawiki/2011/3/37/ICL_Rebecca.jpg" id="image1" width="150" />
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Brainstorming/Energy"><span>Energy & Environment</span></a></li>
+
<img src="https://static.igem.org/mediawiki/2011/6/64/ICL_CPRebecca.jpg" id="image2" width="150" />
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Brainstorming/Energy/Bioremediation"><span>Bioremediation</span></a></li>
+
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Brainstorming/Energy/Others"><span>Others</span></a></li>
+
-
</ul>
+
</div>
</div>
 +
<script type="text/javascript">
 +
setTimeout("slide1()",3000);
 +
</script>
</body>
</body>
</html>
</html>
 +
|'''Rebekka Bauer'''
 +
Rebekka just finished a degree in Biology. She is responsible for human practices and has the job of looking after supplies and protocols in the lab. She likes the creative aspect of synthetic biology but also how useful it can be in tackling problems in all kinds of areas. Outside of Biology, she is interested in photography, travelling and cooking.
 +
|-
 +
|[[File:ICL_CPSi.jpg|150px]]
 +
|'''Si Chen'''
 +
Si just graduated from Biomedical Engineering Department of Imperial College London. She is responsible for modelling strategies. She is looking forward to delivering some solid solution that can be applied in reality in the future.
 +
|-
 +
|[[File:ICL_CPYuanwei.jpg|150px]]
 +
|'''Yuanwei Li'''
 +
Yuanwei just finished the 2nd year of his biomedical engineering degree. He is our wiki mastermind. He probably wants to specialise in the mechanical aspect of bioengineering, dealing with stuff like biomechanics and similar things. He is also quite interested about going into the area of biomedical imaging. In his free time, he likes to play his accordion and he loves to travel to different places and explore the world. He is looking forward to delivering something amazing on this iGEM project.
|}
|}

Revision as of 12:41, 1 August 2011


Students
<insert picture> Atipat Patharagulpong

Atipat is also known as Ming. (people sometimes call him ATP, which he finds a bit geeky) He is a third year Biochemist and responsible for collaboration, part registry, and Arabidopsis (and also drawing everyone's picture). Apart from Biochemistry, he loves playing the piano, drawing anime, gardening, and also cooking (and eating too).

ICL CPChris.jpg Chris Schoene

Chris is going into his 3rd year of Biochemistry at Imperial College London and our official head of parts characterisation. He has been interested in Synthetic Biology since the last year's team presented their project in October. His other interests include creative writing, martial arts, the classical guitar and traveling. He is German but was born in Colombia and has lived in the USA and Spain.

ICL CPFrank.jpg Frank Machin

Frank is halfway through his degree in Biochemistry at Imperial and responsible for the software and hardware. He has been a huge fan of Synthetic Biology ever since he watched The Andromeda Strain and The Day of the Triffids. When he is not working, he likes gaming, loud music, and making short films and he is going to try and include them all in this project!

<insert picture> Jiayue Zhu

We generally call Jiayue Nina to make our lives easier since nobody can pronounce her name correctly. She is a 2nd year bioengineer and very glad to be here with the team and to do some amazing fancy stuff. She is in charge of all media-related issues.

<insert picture> Nicolas Kral

Nick has just finished the second year of the Bsc Biology degree at Imperial. He has been attracted to synthetic biology because of the immense potential and creativity that is hidden in it, yet still following the strict scientific thinking. His hobbies include everything to do with Nature and the great outdoors, hiking, climbing, caving and just the joy of being out.

ICL CPNikki.jpg Nikki Kapp

Nikki just finished her undergrad in Biochemistry and is responsible for cloning strategies and outreach/PR. She wants to try put what she's learnt into practice at iGEM. Her life isn't all about science, she is passionate about music and travel and hopes to do a round the world trip as well as complete the Mongol Rally.

Rebekka Bauer

Rebekka just finished a degree in Biology. She is responsible for human practices and has the job of looking after supplies and protocols in the lab. She likes the creative aspect of synthetic biology but also how useful it can be in tackling problems in all kinds of areas. Outside of Biology, she is interested in photography, travelling and cooking.

ICL CPSi.jpg Si Chen

Si just graduated from Biomedical Engineering Department of Imperial College London. She is responsible for modelling strategies. She is looking forward to delivering some solid solution that can be applied in reality in the future.

ICL CPYuanwei.jpg Yuanwei Li

Yuanwei just finished the 2nd year of his biomedical engineering degree. He is our wiki mastermind. He probably wants to specialise in the mechanical aspect of bioengineering, dealing with stuff like biomechanics and similar things. He is also quite interested about going into the area of biomedical imaging. In his free time, he likes to play his accordion and he loves to travel to different places and explore the world. He is looking forward to delivering something amazing on this iGEM project.