|
|
Line 1: |
Line 1: |
− | {{WHU-China}} | + | {{WHU-China-Header}} |
| <html> | | <html> |
| | | |
− | <h2>Team</h2> | + | <style type="text/css"> |
| + | body{ |
| + | margin:0; |
| + | padding:0; |
| + | } |
| + | .container{ |
| + | position:absolute; |
| + | width:95%; |
| + | left:5%; |
| + | height:2000px; |
| + | z-index:0; |
| + | padding:0; |
| + | } |
| + | .container img{ |
| + | position:absolute; |
| + | z-index:0; |
| + | } |
| + | .left{ |
| + | position:absolute; |
| + | left:0; |
| + | height:2000px; |
| + | width:5%; |
| + | background-image:url(https://static.igem.org/mediawiki/2015/8/8c/WHU-China_left.png); |
| + | z-index:0; |
| + | } |
| + | .header{ |
| + | position:absolute; |
| + | width:100%; |
| + | z-index:1; |
| + | padding-top:1%; |
| + | } |
| + | .header-left{ |
| + | position:absolute; |
| + | width:40%; |
| + | z-index:1; |
| + | } |
| + | .header-right{ |
| + | position:absolute; |
| + | height:300px; |
| + | width:55%; |
| + | left:45%; |
| + | z-index:1; |
| + | } |
| + | .header-right ul{ |
| + | padding:0; |
| + | position:absolute; |
| + | bottom:82%; |
| + | list-style:none; |
| + | } |
| + | .header-right ul nav a{ |
| + | text-decoration:none; |
| + | } |
| + | .middle-left{ |
| + | position:absolute; |
| + | z-index:1; |
| + | top:10%; |
| + | } |
| + | #whu-logo{ |
| + | left:7em; |
| + | top:-2em; |
| + | } |
| + | .secmenu{ |
| + | vertical-align:top; |
| + | padding:0; |
| + | display:block; |
| + | width:60px; |
| + | height:60px; |
| + | left:140px; |
| + | top:20px; |
| + | position:absolute; |
| + | background-color:#fff; |
| + | border-radius:60px; |
| + | -moz-border-radius: 60px; |
| + | -webkit-border-radius: 60px; |
| + | |
| + | -webkit-transition: all 0.3s ease; |
| + | -moz-transition: all 0.3s ease; |
| + | -o-transition: all 0.3s ease; |
| + | transition: all 0.3s ease; |
| + | } |
| + | |
| + | .secmenu ul{ |
| + | display:none; |
| + | text-align:center; |
| + | text-decoration:none; |
| + | list-style:none; |
| + | } |
| + | |
| + | .secmenu ul li{ |
| + | height:40px; |
| + | width:150px; |
| + | background-color:#fff; |
| + | display:inline; |
| + | float:left; |
| + | text-decoration:none; |
| + | } |
| + | |
| + | .secmenu ul li a{ |
| + | line-height:20px; |
| + | font-family: 'Lato', sans-serif; |
| + | font-size:18px; |
| + | color:#000; |
| + | display:block; |
| + | text-decoration:none; |
| + | -webkit-transition: all 0.3s ease; |
| + | -moz-transition: all 0.3s ease; |
| + | -o-transition: all 0.3s ease; |
| + | transition: all 0.3s ease; |
| + | } |
| + | |
| + | .secmenu ul li a:hover{ |
| + | -webkit-transform: rotateY(30deg); |
| + | -moz-transform: rotateY(30deg); |
| + | -ms-transform: rotateY(30deg); |
| + | transform: rotateY(30deg); |
| + | background-color:#000; |
| + | color:#FFF; |
| + | } |
| + | |
| + | .text{ |
| + | position:absolute; |
| + | top:300px; |
| + | z-index:1; |
| + | } |
| + | #bg{ |
| + | position:absolute; |
| + | top:4%; |
| + | z-index:1; |
| + | opacity:0.05; |
| + | } |
| + | #pagenum{ |
| + | position:absolute; |
| + | left:70px; |
| + | top:635px; |
| + | z-index:3; |
| + | } |
| + | #board{ |
| + | position:absolute; |
| + | z-index:2; |
| + | } |
| + | |
| + | .footer{ |
| + | position:absolute; |
| + | z-index:0; |
| + | top:86.5%; |
| + | } |
| + | |
| + | .textarea{ |
| + | width:700px; |
| + | height:1000px; |
| + | margin-left:105px; |
| + | margin-top:50px; |
| + | padding-left:200px; |
| + | padding-right:200px; |
| + | padding-top:100px; |
| + | border-width:2px; |
| + | background-color:#FFF; |
| + | } |
| + | |
| + | .editarea{ |
| + | display:none; |
| + | } |
| + | |
| + | .member{ |
| + | display:block; |
| + | border:2px solid #999; |
| + | margin-top:50px; |
| + | } |
| + | |
| + | h2{ |
| + | font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; |
| + | } |
| + | span{ |
| + | font-family:Tahoma, Geneva, sans-serif; |
| + | font-size:18px; |
| + | } |
| + | </style> |
| + | <script language="javascript"> |
| + | function GetRequest() { |
| + | var url = location.search; //获取url中"?"符后的字串 |
| + | var theRequest = new Object(); |
| + | if (url.indexOf("?") != -1) { |
| + | var str = url.substr(1); |
| + | strs = str.split("&"); |
| + | for(var i = 0; i < strs.length; i ++) { |
| + | theRequest[strs[i].split("=")[0]]=unescape(strs[i].split("=")[1]); |
| + | } |
| + | } |
| + | return theRequest; |
| + | } |
| + | <script> |
| + | function fun(i) |
| + | { |
| + | document.getElementById("sec").style.width="60px"; |
| + | for(n=1;n<=6;n++){ |
| + | document.getElementById("tit"+n).style.display="none"; |
| + | } |
| + | setTimeout('document.getElementById("sec").style.width="1000px"',500); |
| + | setTimeout("document.getElementById('tit"+i+"').style.display='block'",800); |
| + | } |
| + | function myfun(){ |
| + | var Request = new Object(); |
| + | Request = GetRequest(); |
| + | num_member= Request['action']; |
| + | fun(1); |
| + | setTimeout("document.getElementById('member"+num_member+"').style.display='block'",1200); |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | window.onload=myfun; |
| + | function next_member(){ |
| + | if(num_member==9){ |
| + | alert("the last page"); |
| + | return ; |
| + | } |
| + | document.getElementById("member"+num_member).style.display="none"; |
| + | num_member++; |
| + | document.getElementById("member"+num_member).style.display="block"; |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | function pre_member(){ |
| + | if(num_member==1){ |
| + | alert("the first page"); |
| + | return ; |
| + | } |
| + | document.getElementById("member"+num_member).style.display="none"; |
| + | num_member--; |
| + | document.getElementById("member"+num_member).style.display="block"; |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | function route_member(){ |
| + | document.getElementById("member"+num_member).style.display="none"; |
| + | num_member=1; |
| + | document.getElementById("member1").style.display="block"; |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | function route_attr(){ |
| + | document.getElementById("member"+num_member).style.display="none"; |
| + | num_member=8; |
| + | document.getElementById("member8").style.display="block"; |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | function route_coll(){ |
| + | document.getElementById("member"+num_member).style.display="none"; |
| + | num_member=9; |
| + | document.getElementById("member9").style.display="block"; |
| + | document.getElementById("pagenum").src="images/num"+num_member+".png"; |
| + | } |
| + | </script> |
| + | <body> |
| + | <div class="left"> |
| + | </div> |
| + | <div class="container"> |
| + | <img src="https://static.igem.org/mediawiki/2015/e/ea/WHU-China_4.png" /> |
| + | <div class="header"> |
| + | <div class="header-left"> |
| + | <img src="https://static.igem.org/mediawiki/2015/f/f4/WHU-China_6.png" /> |
| + | </div> |
| + | <div class="header-right"> |
| + | <ul> |
| + | <li> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Homepage.html"><img src="https://static.igem.org/mediawiki/2015/9/99/WHU-China_H.png" width="100px" height="118px"/></a> |
| + | </nav> |
| + | </li> |
| + | <li style="margin-left:100px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Team.html"><img src="https://static.igem.org/mediawiki/2015/1/18/WHU-China_TE1.png" onclick="fun(1)" /></a> |
| + | </nav> |
| + | </li> |
| + | <li style="position:absolute;margin-left:172px;bottom:-23px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Project.html"><img src="https://static.igem.org/mediawiki/2015/9/97/WHU-China_PR1.png" onclick="fun(2)" /></a> |
| + | </nav> |
| + | </li> |
| + | <li style="position:absolute;margin-left:262px;bottom:24px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Parts.html"><img src="https://static.igem.org/mediawiki/2015/9/92/WHU-China_PA1.png" onclick="fun(3)" /></a> |
| + | </nav> |
| + | </li> |
| + | <li style="position:absolute;margin-left:338px;bottom:37px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Notebook.html"><img src="https://static.igem.org/mediawiki/2015/f/f0/WHU-China_NO1.png" onclick="fun(4)" /></a> |
| + | </nav> |
| + | </li> |
| + | <li style="position:absolute;margin-left:449px;bottom:3px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Human-Practices.html"><img src="https://static.igem.org/mediawiki/2015/6/63/WHU-China_HP1.png" onclick="fun(5)" /></a> |
| + | </nav> |
| + | </li> |
| + | <li style="position:absolute;margin-left:540px;bottom:-22px"> |
| + | <nav> |
| + | <a href="https://2015.igem.org/Team:WHU-China/Modeling.html"><img src="https://static.igem.org/mediawiki/2015/2/29/WHU-China_MO1.png" /></a> |
| + | </nav> |
| + | </li> |
| + | </ul> |
| + | </div> |
| + | </div> |
| + | <!--header end--> |
| + | <div class="middle-left"> |
| + | <img src="https://static.igem.org/mediawiki/2015/2/20/WHU-China_3.png" /> |
| + | <img src="https://static.igem.org/mediawiki/2015/3/34/WHU-China_10.png" id="whu-logo"/> |
| + | <div class="secmenu" id="sec"> |
| + | <ul id="tit1"> |
| + | <li><a href="javascript:return false;" onclick="route_member()">Member</a></li> |
| + | <li><a href="javascript:return false;" onclick="route_attr()">Attributions</a></li> |
| + | <li><a href="javascript:return false;" onclick="route_coll()">Collaborations</a></li> |
| + | </ul> |
| + | <ul id="tit2"> |
| + | <li><a href="javascript:return false;">Overview</a></li> |
| + | <li><a href="javascript:return false;">Design</a></li> |
| + | <li><a href="javascript:return false;">Criticality Detector</a></li> |
| + | <li><a href="javascript:return false;">Binary System</a></li> |
| + | <li><a href="javascript:return false;">Dental Caries Prevention</a></li> |
| + | <li><a href="javascript:return false;">Results</a></li> |
| + | </ul> |
| + | <ul id="tit3"> |
| + | <li><a href="teamparts.html">Team Parts</a></li> |
| + | <li><a href="javascript:return false;">Basis Parts</a></li> |
| + | <li><a href="javascript:return false;">Composite Parts</a></li> |
| + | <li><a href="javascript:return false;">Favorite Parts</a></li> |
| + | </ul> |
| + | <ul id="tit4"> |
| + | <li><a href="javascript:return false;">Safety</a></li> |
| + | <li><a href="javascript:return false;">Protocols</a></li> |
| + | </ul> |
| + | <ul id="tit5"> |
| + | <li><a href="javascript:return false;">Meet ups</a></li> |
| + | <li><a href="javascript:return false;">Sketch in dishes</a></li> |
| + | <li><a href="javascript:return false;">Smile mates</a></li> |
| + | </ul> |
| + | <ul id="tit6"> |
| + | |
| + | </ul> |
| + | </div> |
| + | </div> |
| + | <!-- middle end --> |
| + | <div class="text"> |
| + | <img src="https://static.igem.org/mediawiki/2015/7/7c/WHU-China_1.png" id="bg" /> |
| + | <img src="https://static.igem.org/mediawiki/2015/f/f7/WHU-China_5.png" id="board" usemap="#planetmap" /> |
| + | <img src="https://static.igem.org/mediawiki/2015/3/3c/WHU-China_num1.png" id="pagenum" /> |
| + | <map name="planetmap" id="planetmap"> |
| + | <!-- next page --> |
| + | <a href="javascript:return false;"><area |
| + | shape="circle" |
| + | coords="120,360,50" |
| + | title="next page" |
| + | target ="_blank" |
| + | alt="圆形" |
| + | onclick="next_member()" /></a> |
| + | <!-- previous page --> |
| + | <a href="javascript:return false;"><area |
| + | shape="circle" |
| + | coords="120,990,50" |
| + | title="previous page" |
| + | target ="_blank" |
| + | alt="圆形" |
| + | onclick="pre_member()" /></a> |
| + | /> |
| + | </map> |
| + | <div class="textarea"> |
| + | <div class="editarea" id="member1"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/6/66/WHU-China_xueyun.jpg" width="200" style="display:block; margin-top:20px;"/> |
| | | |
− | <p>In this page you can introduce your team members, instructors, and advisors. </p> | + | <span style="margin-left:30%">My name is Yun Xue. I’m the leader of team WHU-CHINA 2015. |
| + | And I participate in iGEM again, it is a precious opportunity for me to do research on our favorite themes with my teammates. My future plans include medical school and potential MD/PhD programs. To continue research in the future, I think it is necessary to turn my eyes not only to China but also to the world. I look forward to interchanging with students from foreign countries through iGEM. |
| + | </span> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/b/b7/WHU-China_zhangjie.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-bottom:4%"> |
| + | Jack Blake, a silent boy who swims in the world of codes like a fish,dreams that one day he can make someone.Meanwhile,he is trying to jump out of one type of dogs named by Chinese students.See, life is full of surprise and I want this team to getwhat he desires because he puts too much heart in this game. Best Wishes. |
| | | |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/9/9d/WHU-China_wangjingcheng.png" width="200px" height="300px" /> |
| + | <p style="margin-left:30%;margin-top:10%;margin-bottom:14%"> |
| + | I’m Jing-cheng Wang from College of Lifesciences in Wuhan University. Participating in iGEM is most exciting and fascinating to me, and I’ve learned a lot through the days. I have interest in various fields, such as music, computer sciences, badminton, etc. You can reach me through jcwang95@qq.com.<br /> |
| | | |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member2"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/1/1c/WHU-China_liteng.jpg" width="200" style="margin-top:5px;display:block;"/> |
| | | |
| + | <p style="margin-left:30%">I’m Teng Li, the only one who comes from medical college of wuhan university, while I have great passion in synthetic biology and iGEM. I took part in the 2014 iGEM competition as a member from WHU-China, during which was primarily responsible for part of the experiment. This year I do the management with Yun Xue, the leader of our team. Apart from that, I’m in charge of human practice and communication with other teams. Different roles in my two years spent in iGEM taught me totally different things, and I enjoy every detail of that. I like growing up with friends, good luck to every iGEMers! |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/2/26/WHU-China_donghan.jpg" width="200px" style="margin-top:20px"/> |
| + | <br /> |
| | | |
| + | <p style="margin-left:30%"> |
| + | My name is Dong Han. I have been studying in Wuhan University for more than 3 years, majoring in biology. I was born in a coastal city named Qingdao, where I grew up with the sea, thus I like seafood, beach and sea breeze. Sea makes me open-minded, willing and have broad interests like swimming. I also enjoy reading and especially drawing, and so I am the main graphic designer in our team. I believe that painting will help people to learn the world better by watching it carefully, and it is the same with biology. That is why I join the team and I want to show our idea with my pen. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/1/1b/WHU-China_anyunyun.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-top:20%;margin-bottom:27%"> |
| + | An Yunyun will be a senior student next semester. She takes notes of everything important of WHU-iGEM during the match, and enjoys it very much. What's more, she is good at plant biology. |
| | | |
− | <h4>Inspiration</h4>
| |
− | <p>You can look at what other teams did to get some inspiration! <br />
| |
− | Here are a few examples:</p>
| |
− | <ul>
| |
− | <li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
| |
− | <li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
| |
− | <li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
| |
− | <li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
| |
− | </ul>
| |
| | | |
− | <h5>What should this page contain?</h5>
| |
− | <ul>
| |
− | <li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
| |
− | <li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
| |
− | <li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
| |
− | <li>Remember that image galleries can help you showcase many pictures while saving space.</li>
| |
− | </ul>
| |
| | | |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member3"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/1/1c/WHU-China_bieyuanyuan.jpg" width="200" style="margin-top:5%;display:block;"/> |
| | | |
− | </div> | + | <p style="margin-left:30%">I’m Yuanyuan Bie, a freshman majoring in biology. I love doing experiment since I was in junior high school. Also, I love biology, especially in molecular biology and microbiology. So I join in the iGEM. It provide me with a fantastic environment to do what I want. I really enjoy the atmosphere when we are doing experiments and discussing our project. It’s very lucky for me to be a member of 2015-WHU-CHINA. And it’s very lucky for me to get together with all the teammates. 2015-WHU-CHINA, we will do our best for it. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/0/09/WHU-China_gaoguoming.jpg" width="200px"/> |
| + | <br /> |
| + | |
| + | <p style="margin-left:30%;margin-top:8%;margin-bottom:8%"> |
| + | I am a person who cherishes every chance to broaden his horizon, communicate with and learn from others. As a freshman, I’m grateful to the opportunity that iGEM provides to learn about doing a project. Therefore, I strive to participate in most sections of our project and do my best. I enjoy brainstorming with a crowd of people and having new ideas rolling in my mind. Thanks for WHU-CHINA iGEM 2015, I have been set free in mind and therefore learnt a lot. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/b/b8/WHU-China_heiyongzheng.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-top:15%;margin-bottom:17%"> |
| + | My name is Yongzhen Hei. I am a member of Wuhan University iGEM team. |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member4"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/a/ae/WHU-China_lixunkai.jpg" width="200"/> |
| + | |
| + | <p style="margin-left:30%;margin-bottom:6%">Li Xunkai.<br /> |
| + | A shy boy always thinking but seldom speaking. Love sports and food. |
| + | |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/a/a6/WHU-China_luoxinwei.jpg" width="200px"/> |
| + | <br /> |
| + | |
| + | <p style="margin-left:30%;"> |
| + | My name is Xinwei Luo. I’m one of the lucky students in Wuhan University who devote themselves to biology. I love life; I love life science. And I always keep a curiosity about the nature, which fascinates me with the unique ways they each works. I participate in this festival, getting to know the future of my career and find the spot I can get used to. Not only the harvest of experiment skills but also the spirit of teamwork benefits my personalities and riches my characteristics. I hope this activity can bring me differences. I always want to be better, and this will be one of the starts. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/3/35/WHU-China_wulin.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-top:15%;margin-bottom:11%"> |
| + | Lin Wu,a sophomore in Wuhan University. |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member5"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/4/47/WHU-China_fengshouya.jpg" width="200"/> |
| + | |
| + | <p style="margin-left:30%;margin-top:10%;margin-bottom:10%"> |
| + | Shouya Feng |
| + | <br /> |
| + | |
| + | A freshman who dove straight into iGEM team during the first year of college with limited knowledge in synthetic biology experiments I can now handle the molecular cloning. It's huge progress for me! Outside lab I take delight in reading ancient Greece myth as well as running. |
| + | |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/0/0c/WHU-China_liuyujie.jpg" width="200px"/> |
| + | <br /> |
| + | |
| + | <p style="margin-left:30%;margin-top:10%;margin-bottom:14%"> |
| + | Yujie Liu is our youngest team member,and she’s studying Biotechnology in her 2rd year.She’s one of the main members of our team,she paticipates in constructing our main kit.She designed and cloned huge parts of the light-sensing part,also,she takes an active part in our human practice.Out side the lab she enjoys running,learning new things from different career like economy and art,and she’s really a friendly person. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/3/3f/WHU-China_mutianchen.jpg" width="200px" style="margin-top:3%"/> |
| + | <p style="margin-left:30%;"> |
| + | I am MuTianchen and I am a junior student in the school of life science. Glad to meet everyone in this specific way. In iGEM, my job was to construct part of the Dental caries prevention circuit and help with the human practice . The work was heavy but also full of fun and inspiration. Me myself is a huge Sci-Fi buff and a fan of Coldplay——so for me the most interesting and relaxing activity outside the lab would be listening to the Violet Hill while traveling in the TARDIS … May the force be with you and enjoy the iGEM! |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member6"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/e/ec/WHU-China_shengli.jpg" width="200"/> |
| + | |
| + | <p style="margin-left:30%;margin-top:10%;margin-bottom:12%"> |
| + | Hello, I'm Sheng Li, a sophomore student at Wuhan University. I am interested in many things like sports, music, and science. I'm so proud to join WHU-China iGEM team and be a iGEMer. This is surely a good experience for me. By the way, I am a part of the wiki builders, hope you like our wike(^_^). |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/b/b1/WHU-China_shenyiran.jpg" width="200px" style="margin-top:5%"/> |
| + | <br /> |
| + | |
| + | <p style="margin-left:30%;"> |
| + | I am Yiran Shen, studying for my bachelor degree, as a number of the 2015 iGEM team at Wuhan University I am so exciting because I did a lot of new things and meet with lots of new friends here. At first, I interested in the dental caries, so with my team member we considered different ways to control and even cure the disease. Then I also worked with other to organize the human practice and also asked for the sponsors. During these process, I find myself not only a simply experimenter, but also a creative participant trying various things. |
| + | I am the people who have curiosity about everything and have the mania in biology studying, the experience in iGEM team is memorable, I love the feeling discussing with other about both the experiments and activities. During my free time, I like watching anime and playing online games. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/e/e9/WHU-China_xiangjin.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-top:15%;margin-bottom:15%"> |
| + | Jin Xiang<br /> |
| + | Jin—the designer. She was the designer of the whole project gathering information from all subprojects and therefore responsible for designing poster and others promotional materials. In the process of participating in the project she learned a lot. When you listen closer, you will get blown away by her extraordinary mind. |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div class="editarea" id="member7"> |
| + | <h2>Member</h2> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/4/41/WHU-China_xiaowenyi.jpg" width="200" style="margin-top:5%"/> |
| + | |
| + | <p style="margin-left:30%;"> |
| + | Wenyi Xiao<br /> |
| + | |
| + | Major: Computer Science and Technology<br /> |
| + | |
| + | About me: Just for fun to join the WHU-iGEM at the beginning, I have never imaged to receive so much surprise in the iGEM family. Too much shock and touch, it seems no word can be used to express my passion and love to my team. It is my first year in iGEM, being a member in the MODEL group, the duty of which is to analyze the results from the biological group. This time, my task is to simulate the ‘Critical induction system’ by certain model. A challenging task, like a wonderful experience, always makes me exited. Going ahead! I am looking forward to seeing a new word bring from this iGEM trip. Jin Xiang |
| + | Jin—the designer. She was the designer of the whole project gathering information from all subprojects and therefore responsible for designing poster and others promotional materials. In the process of participating in the project she learned a lot. When you listen closer, you will get blown away by her extraordinary mind. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/4/4c/WHU-China_xiongfei.jpg" width="200px"/> |
| + | <br /> |
| + | |
| + | <p style="margin-left:30%;margin-top:5%;margin-bottom:8%;"> |
| + | I’m Fei Xiong and I ‘m a 3rd year student of College of Life Sciences, Wuhan University. I like dancing and reading. It’s my first time to join in iGEM WHU-CHINA team. I became interested in synthetic biology and chose to be an igemer because my roommate was in the team last year and we talk a lot about the iGEM. It’s my honor to join such an interesting and challenging project and work with my energetic and creative teammates. |
| + | </p> |
| + | </div> |
| + | <div class="member"> |
| + | <img src="https://static.igem.org/mediawiki/2015/9/9f/WHU-China_zhengxuemeng.jpg" width="200px"/> |
| + | <p style="margin-left:30%;margin-top:15%;margin-bottom:11%"> |
| + | Molly Zheng <br /> |
| + | Freshman of College of Life Science. <br /> |
| + | Beside my major(life science), I have another hobby of drawing. |
| + | </p> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | <div class="editarea" id="member8"> |
| + | <h2>Attributions</h2> |
| + | <div class="member"> |
| + | <p>The WHU-CHINA2015 iGEM Team would like to thank everyone who has devoted his or her time and energy to the project. We will give a special thanks to our advisors from the previous WHU-CHINA iGEM Team for their useful suggestions on team construction, experimental problems solution, time management and so on. Thanks our teachers who provided us assistance in shaping up our project. They are Zhixiong Xie, Yuping Huang, Qingzhen Liu and Yu Chen. All PCRs, primer designs, cloning reactions, gels, competent cell making, sample preparation for spectrophotometric methods etc. were performed by members of WHU-CHINA 2015 iGEM Team. Moreover, we wish to show our gratitude to the College of Life Science of Wuhan University for sponsoring our project. |
| + | </p> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | <div class="editarea" id="member9"> |
| + | <h2>Collaborations</h2> |
| + | <div class="member"> |
| + | <p> |
| + | Whoever has experience in lab works acknowledges that experiment is a process accompanying with hardships and depending on |
| + | |
| + | collaborations. Our team persists in building a good relationship and partnership with other teams and strengthening |
| + | |
| + | regional cooperation constantly. We have tight connections with both the HZAU and the HUST-China team based on the |
| + | |
| + | advantage of convenient geographical location. Besides, we also collaborate with team Jilin_China on brick-building and |
| + | |
| + | have established reciprocal relationship also the trust. |
| + | <br /> |
| + | <br /> |
| + | <br /> |
| + | |
| + | iGEM Team HZAU<br /> |
| + | |
| + | We provided team HZAU two plasmids we work with to help them build the part, especially our photosensitive promoter |
| + | |
| + | successfully function in their program.<br /> |
| + | |
| + | <br /> |
| + | <br /> |
| + | |
| + | iGEM Team Jilin_China<br /> |
| + | |
| + | We help the team Jilin_China construct a part,which they used in their program, helping them deliver the plasmid timely. |
| + | |
| + | Meanwhile, we had a small gathering discussing some practical issues and exchanging ideas about team works. |
| + | </p> |
| + | </div> |
| + | |
| + | </div> |
| + | </div> |
| + | |
| + | </div> |
| + | <!-- text area end --> |
| + | <div class="footer"> |
| + | <img src="https://static.igem.org/mediawiki/2015/c/c0/WHU-China_2.png" /> |
| + | </div> |
| + | <!-- footer end --> |
| + | </div> |
| + | </body> |
| </html> | | </html> |