Team:Imperial College London/test
From 2011.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
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). | 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). | ||
|- | |- | ||
- | | style="width:150px; height:199px;"| | + | | style="width:150px; height:199px;"|<html> |
+ | <head> | ||
+ | <script type="text/javascript"> | ||
+ | function slide1(){ | ||
+ | $(document).ready(function(){ | ||
+ | $("#image1").fadeOut("slow",function(){ | ||
+ | setTimeout("slide2()",3000); | ||
+ | }); | ||
+ | $("#image2").fadeIn("slow"); | ||
+ | }); | ||
+ | } | ||
+ | function slide2(){ | ||
+ | $(document).ready(function(){ | ||
+ | $("#image2").fadeOut("slow",function(){ | ||
+ | setTimeout("slide1()",3000); | ||
+ | }); | ||
+ | $("#image1").fadeIn("slow"); | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | #image1 | ||
+ | { | ||
+ | position:relative; | ||
+ | z-index:2; | ||
+ | } | ||
+ | #image2 | ||
+ | { | ||
+ | position:absolute; | ||
+ | left: 26px; | ||
+ | top: 813px; | ||
+ | z-index:1; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/1/13/ICL_Chris.jpg" id="image1" width="150" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/2/28/ICL_CPChris.jpg" id="image2" width="150" /> | ||
+ | <script type="text/javascript"> | ||
+ | setTimeout("slide1()",3000); | ||
+ | </script> | ||
+ | </body> | ||
+ | </html> | ||
|'''Chris Schoene''' | |'''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. | 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. | ||
Line 66: | Line 108: | ||
<body> | <body> | ||
<img src="https://static.igem.org/mediawiki/2011/3/37/ICL_Rebecca.jpg" id="image1" width="150" /> | <img src="https://static.igem.org/mediawiki/2011/3/37/ICL_Rebecca.jpg" id="image1" width="150" /> | ||
- | <img src="https://static.igem.org/mediawiki/2011/6/64/ICL_CPRebecca.jpg" id="image2" width="150 | + | <img src="https://static.igem.org/mediawiki/2011/6/64/ICL_CPRebecca.jpg" id="image2" width="150" /> |
<script type="text/javascript"> | <script type="text/javascript"> | ||
setTimeout("slide1()",3000); | setTimeout("slide1()",3000); |
Revision as of 14:40, 1 August 2011