Team:ZJU-China/Team
From 2011.igem.org
Line 9: | Line 9: | ||
<link href="team.css" rel="stylesheet" type="text/css" /> | <link href="team.css" rel="stylesheet" type="text/css" /> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
- | <body onload=" | + | <body onload=""> |
Line 118: | Line 87: | ||
<table width="150" border="0" cellspacing="1" cellpadding="4"> | <table width="150" border="0" cellspacing="1" cellpadding="4"> | ||
<tr> | <tr> | ||
- | <td id="img1" | + | <td><img id="img1" src="http://ung.igem.org/wiki/images/f/fb/Yijie1.png" width="100" height="100" alt="Yijie Hua" /></td> |
- | <td>< | + | <td><img id="img2" src="http://ung.igem.org/wiki/images/0/06/Xiaotong.png" width="100" height="100" alt="Xiaotong Yao" /></td> |
- | + | <td><img id="img3" src="https://static.igem.org/mediawiki/2011/0/01/Loli1.png" width="100" height="100" alt="Chenyue Hu" /></td> | |
+ | <td><img id="img4" src="https://static.igem.org/mediawiki/2011/0/09/Xiayu.png" width="100" height="100" alt="Yu Xia" /></td> | ||
+ | <td><img id="img5" src="http://ung.igem.org/wiki/images/a/ae/Yakun.png" width="100" height="100" alt="Yakun Xi" /></td> | ||
+ | <td><img id="img6" src="https://static.igem.org/mediawiki/2011/e/e7/Liye.png" width="100" height="100" alt="Ye Li" /></td> | ||
+ | <td><img id="img7" src="https://static.igem.org/mediawiki/2011/c/c9/Malie1.png" width="100" height="100" alt="Lie Ma" /></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | < | + | |
- | + | <div class="block" id="TeamSelfintro"> | |
- | + | <p id="yijie">Yijie Hua, A senior student in the Department of life science</p> | |
- | <td>< | + | <p id="xiaotong">Xiaotong Yao, A junior student in the Department of life science</p> |
+ | <p id="chenyue">Chenyue Hu, A senior student in the Department of life science</p> | ||
+ | <p id="yu">Yu Xia, This guy is a creepy weirdo......</p> | ||
+ | <p id="yakun">Yakun Xi, A senior student in the Department of methematical science.</p> | ||
+ | <p id="ye">Ye Li, A Junior majored in Biological Sciences. This is my second time participating iGEM, and I learned a lot during the whole process. To me, iGEM is fascinating because it provides an opportunity of independent project design and experiment as well as the chance to meet friends and learn from many great minds. Hope we can get ideal results this year! ZJU-China ROCKS!</p> | ||
+ | <p id="lie">Lie Ma, A senior student in the Department of life science.</p> | ||
+ | <p id="luyi">Luyi Tian, As a junior student majors in Bioinfomatics,I am interested in computer programming,system biology.Taking pictures is my special hobby.</p> | ||
+ | <p id="xiangqing">Xiangqing Sun, My major is EE. I mainly work on software and wiki. I'm very glad to be an iGEMer. I like soccer, Apple and music.</p> | ||
+ | <p id="keyue">Keyue Ma, A junior student in the Department of life science.</p> | ||
+ | <p id="ruoxi">Ruoxi Pi, An odd girl who takes performing experiments as the only hobby.</p> | ||
+ | <p id="chenling">Chenling Xu, What would you do to have your e.coli crowding together on a surface instead of swimming freely around? Well I tried swirling them around, bubbling at them, forcing them to go into a thin rubber tube, or a glass one… Our project do need these little creatures to make some sacrifice and I am the one who carried out the executions. Mouhaaahaaa~~~ </p> | ||
+ | <p id="xinlei">Xinlei Chen, A senior student in the Department of Computer science.</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | document.getElementById('img1').onmouseover= function(){ | ||
+ | document.getElementById('yijie').style.display='block' | ||
+ | document.getElementById('img1').src="http://ung.igem.org/wiki/images/7/7f/Yijie.jpg"; | ||
+ | }; | ||
+ | document.getElementById('img1').onmouseout= function(){ | ||
+ | document.getElementById('yijie').style.display='none' | ||
+ | document.getElementById('img1').src="http://ung.igem.org/wiki/images/f/fb/Yijie1.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img2').onmouseover= function(){ | ||
+ | document.getElementById('xiaotong').style.display='block' | ||
+ | document.getElementById('img2').src="http://ung.igem.org/wiki/images/9/93/Xiaotong1.png"; | ||
+ | }; | ||
+ | document.getElementById('img2').onmouseout= function(){ | ||
+ | document.getElementById('xiaotong').style.display='none' | ||
+ | document.getElementById('img2').src="http://ung.igem.org/wiki/images/0/06/Xiaotong.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img3').onmouseover= function(){ | ||
+ | document.getElementById('chenyue').style.display='block' | ||
+ | document.getElementById('img3').src="https://static.igem.org/mediawiki/2011/9/91/Loli1.1.png"; | ||
+ | }; | ||
+ | document.getElementById('img3').onmouseout= function(){ | ||
+ | document.getElementById('chenyue').style.display='none' | ||
+ | document.getElementById('img3').src="https://static.igem.org/mediawiki/2011/0/01/Loli1.png"; | ||
+ | }; | ||
+ | |||
+ | document.getElementById('img4').onmouseover= function(){ | ||
+ | document.getElementById('yu').style.display='block' | ||
+ | document.getElementById('img4').src="https://static.igem.org/mediawiki/2011/2/2c/Xiayu1.png"; | ||
+ | }; | ||
+ | document.getElementById('img4').onmouseout= function(){ | ||
+ | document.getElementById('yu').style.display='none' | ||
+ | document.getElementById('img4').src="https://static.igem.org/mediawiki/2011/0/09/Xiayu.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img5').onmouseover= function(){ | ||
+ | document.getElementById('yakun').style.display='block' | ||
+ | document.getElementById('img5').src="http://ung.igem.org/wiki/images/a/ae/Yakun1.png"; | ||
+ | }; | ||
+ | document.getElementById('img5').onmouseout= function(){ | ||
+ | document.getElementById('yakun').style.display='none' | ||
+ | document.getElementById('img5').src="http://ung.igem.org/wiki/images/a/ae/Yakun.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img6').onmouseover= function(){ | ||
+ | document.getElementById('ye').style.display='block' | ||
+ | document.getElementById('img6').src="https://static.igem.org/mediawiki/2011/3/32/Liye1.png"; | ||
+ | }; | ||
+ | document.getElementById('img6').onmouseout= function(){ | ||
+ | document.getElementById('ye').style.display='none' | ||
+ | document.getElementById('img6').src="https://static.igem.org/mediawiki/2011/e/e7/Liye.png"; | ||
+ | }; | ||
+ | |||
+ | document.getElementById('img7').onmouseover= function(){ | ||
+ | document.getElementById('lie').style.display='block' | ||
+ | document.getElementById('img7').src="https://static.igem.org/mediawiki/2011/e/e2/Malie.png"; | ||
+ | }; | ||
+ | document.getElementById('img7').onmouseout= function(){ | ||
+ | document.getElementById('lie').style.display='none' | ||
+ | document.getElementById('img7').src="https://static.igem.org/mediawiki/2011/c/c9/Malie1.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
+ | |||
+ | <table width="110" border="0" cellspacing="1" cellpadding="4"> | ||
+ | <tr> | ||
+ | <td><img id="img8" src="http://ung.igem.org/wiki/images/0/00/TLY.png" width="100" height="100" alt="Luyi Tian" /></td> | ||
+ | <td><img id="img9" src="https://static.igem.org/mediawiki/2011/a/ad/Xiangqing.png" width="100" height="100" alt="Xiangqing Sun" /></td> | ||
+ | <td><img id="img10" src="https://static.igem.org/mediawiki/2011/5/50/Keyue.png" width="100" height="100" alt="Keyue Ma" /></td> | ||
+ | <td><img id="img11" src="https://static.igem.org/mediawiki/2011/e/e7/Ruoxi.png" width="100" height="100" alt="Ruoxi Pi" /></td> | ||
+ | <td><img id="img12" src="https://static.igem.org/mediawiki/2011/9/9a/Chenling.png" width="100" height="100" alt="Chenling Xu" /></td> | ||
+ | <td><img id="img13" src="http://ung.igem.org/wiki/images/5/54/Xinlei.png" width="100" height="100" alt="Xinlei Chen" /></td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | < | + | <script type="text/javascript"> |
- | + | document.getElementById('img8').onmouseover= function(){ | |
- | + | document.getElementById('luyi').style.display='block' | |
- | + | document.getElementById('img8').src="http://ung.igem.org/wiki/images/a/ab/TLY1.png"; | |
+ | }; | ||
+ | document.getElementById('img8').onmouseout= function(){ | ||
+ | document.getElementById('luyi').style.display='none' | ||
+ | document.getElementById('img8').src="http://ung.igem.org/wiki/images/0/00/TLY.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img9').onmouseover= function(){ | ||
+ | document.getElementById('xiangqing').style.display='block' | ||
+ | document.getElementById('img9').src="https://static.igem.org/mediawiki/2011/5/55/Xiangqing1.png"; | ||
+ | }; | ||
+ | document.getElementById('img9').onmouseout= function(){ | ||
+ | document.getElementById('xiangqing').style.display='none' | ||
+ | document.getElementById('img9').src="https://static.igem.org/mediawiki/2011/a/ad/Xiangqing.png"; | ||
+ | }; | ||
+ | |||
+ | |||
+ | document.getElementById('img10').onmouseover= function(){ | ||
+ | document.getElementById('keyue').style.display='block' | ||
+ | document.getElementById('img10').src="https://static.igem.org/mediawiki/2011/6/68/Keyue1.png"; | ||
+ | }; | ||
+ | document.getElementById('img10').onmouseout= function(){ | ||
+ | document.getElementById('keyue').style.display='none' | ||
+ | document.getElementById('img10').src="https://static.igem.org/mediawiki/2011/5/50/Keyue.png"; | ||
+ | }; | ||
+ | |||
+ | document.getElementById('img11').onmouseover= function(){ | ||
+ | document.getElementById('ruoxi').style.display='block' | ||
+ | document.getElementById('img11').src="https://static.igem.org/mediawiki/2011/e/ec/Ruoxi1.png"; | ||
+ | }; | ||
+ | document.getElementById('img11').onmouseout= function(){ | ||
+ | document.getElementById('ruoxi').style.display='none' | ||
+ | document.getElementById('img11').src="https://static.igem.org/mediawiki/2011/e/e7/Ruoxi.png"; | ||
+ | }; | ||
+ | |||
+ | document.getElementById('img12').onmouseover= function(){ | ||
+ | document.getElementById('chenling').style.display='block' | ||
+ | document.getElementById('img12').src="https://static.igem.org/mediawiki/2011/d/de/Chenling1.png"; | ||
+ | }; | ||
+ | document.getElementById('img12').onmouseout= function(){ | ||
+ | document.getElementById('chenling').style.display='none' | ||
+ | document.getElementById('img12').src="https://static.igem.org/mediawiki/2011/9/9a/Chenling.png"; | ||
+ | }; | ||
+ | |||
+ | document.getElementById('img13').onmouseover= function(){ | ||
+ | document.getElementById('xinlei').style.display='block' | ||
+ | document.getElementById('img13').src="http://ung.igem.org/wiki/images/4/44/Xinlei1.png"; | ||
+ | }; | ||
+ | document.getElementById('img13').onmouseout= function(){ | ||
+ | document.getElementById('xinlei').style.display='none' | ||
+ | document.getElementById('img13').src="http://ung.igem.org/wiki/images/5/54/Xinlei.png"; | ||
+ | }; | ||
+ | </script> | ||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
<div class="block" id="TeamGallery"> | <div class="block" id="TeamGallery"> |
Revision as of 08:15, 8 September 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Team
We are a young and happy team of 13 scientists and engineers from very diverse backgrounds.Although this is our first year working on a wet lab project and biofilm experiments are new to us, we're currently taking great efforts to build the whole system for experiments.Our team progress and more info will be frequently updated so that our iGEM experience could be shared as much as possible along the way. We truly welcome you to contact us for any cooperation or suggestion.
Team member
Yijie Hua, A senior student in the Department of life science
Xiaotong Yao, A junior student in the Department of life science
Chenyue Hu, A senior student in the Department of life science
Yu Xia, This guy is a creepy weirdo......
Yakun Xi, A senior student in the Department of methematical science.
Ye Li, A Junior majored in Biological Sciences. This is my second time participating iGEM, and I learned a lot during the whole process. To me, iGEM is fascinating because it provides an opportunity of independent project design and experiment as well as the chance to meet friends and learn from many great minds. Hope we can get ideal results this year! ZJU-China ROCKS!
Lie Ma, A senior student in the Department of life science.
Luyi Tian, As a junior student majors in Bioinfomatics,I am interested in computer programming,system biology.Taking pictures is my special hobby.
Xiangqing Sun, My major is EE. I mainly work on software and wiki. I'm very glad to be an iGEMer. I like soccer, Apple and music.
Keyue Ma, A junior student in the Department of life science.
Ruoxi Pi, An odd girl who takes performing experiments as the only hobby.
Chenling Xu, What would you do to have your e.coli crowding together on a surface instead of swimming freely around? Well I tried swirling them around, bubbling at them, forcing them to go into a thin rubber tube, or a glass one… Our project do need these little creatures to make some sacrifice and I am the one who carried out the executions. Mouhaaahaaa~~~
Xinlei Chen, A senior student in the Department of Computer science.
Team Gallery
Team Video
Comming soon