Team:WHU-China/Team/History
From 2011.igem.org
Line 38: | Line 38: | ||
left:150px; | left:150px; | ||
} | } | ||
+ | .warpper{width:265px;height:492px;background:#CCCCFF;overflow:hidden;} | ||
+ | #fttlbg{float:left;width:265px;height:34px;background:#000;z-index:15;-moz-opacity:0.5;filter:alpha(opacity=50);} | ||
+ | #fttltxt{float:left;width:265px;line-height:40px;z-index:16;color:#fff;font-size:14px;text-align:center;font-weight:bold;} | ||
+ | #fttltxt a:link,#fttltxt a:hover,#fttltxt a:active,#fttltxt a:visited{color:#fff;} | ||
+ | .thubpic,.thubpiccur{float:left;cursor:pointer;width:47px;padding:34px 0 0 5px;} | ||
+ | .thubpiccur{float:left;background:url(../images/arrow2.gif) 25px 30px no-repeat;} | ||
+ | .thubpic img,.thubpiccur img{width:43px;height:51px;padding:1px;border:1px solid #ff3300;} | ||
+ | .thubpiccur img{border-color:#fff;} | ||
</style> | </style> | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | ||
Line 50: | Line 58: | ||
document.getElementById("contact").style.top=(a2+a1+80).toString()+'px'; | document.getElementById("contact").style.top=(a2+a1+80).toString()+'px'; | ||
}); | }); | ||
+ | var currslid = 0; | ||
+ | var slidint; | ||
+ | function setfoc(id){ | ||
+ | document.getElementById("focpic").src = picarry[id]; | ||
+ | document.getElementById("foclnk").href = lnkarry[id]; | ||
+ | document.getElementById("fttltxt").innerHTML = "<a href=\""+lnkarry[id]+"\" target=_blank>"+ttlarry[id]+"</a>"; | ||
+ | currslid = id; | ||
+ | for(i=0;i<5;i++) | ||
+ | { | ||
+ | document.getElementById("tmb"+i).className = "thubpic"; | ||
+ | }; | ||
+ | document.getElementById("tmb"+id).className ="thubpiccur"; | ||
+ | focpic.style.visibility = "hidden"; | ||
+ | focpic.filters[0].Apply(); | ||
+ | if (focpic.style.visibility == "visible") { | ||
+ | focpic.style.visibility = "hidden"; | ||
+ | focpic.filters.revealTrans.transition=12; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | focpic.style.visibility = "visible"; | ||
+ | focpic.filters[0].transition=12; | ||
+ | } | ||
+ | focpic.filters[0].Play(); | ||
+ | stopit(); | ||
+ | } | ||
+ | function setfoc1(id){ | ||
+ | document.getElementById("bocpic").src = picarry1[id]; | ||
+ | document.getElementById("boclnk").href = lnkarry1[id]; | ||
+ | document.getElementById("bttltxt").innerHTML = "<a href=\""+lnkarry1[id]+"\" target=_blank>"+ttlarry1[id]+"</a>"; | ||
+ | currslid = id; | ||
+ | document.getElementById("bocpic").filters.revealTrans.transition = 12; | ||
+ | document.getElementById("bocpic").filters[0].Apply(); | ||
+ | document.getElementById("bocpic").filters[0].Play(); | ||
+ | } | ||
+ | function playnext() | ||
+ | { | ||
+ | if(currslid==4) | ||
+ | { | ||
+ | currslid = 0; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | currslid++; | ||
+ | }; | ||
+ | try{ | ||
+ | setfoc(currslid); | ||
+ | }catch(e){} | ||
+ | playit(); | ||
+ | } | ||
+ | function playit(){ | ||
+ | slidint = setTimeout(playnext,4500); | ||
+ | } | ||
+ | function stopit(){ | ||
+ | clearTimeout(slidint); | ||
+ | } | ||
+ | window.onload = function(){ | ||
+ | playit(); | ||
+ | } | ||
</script> | </script> | ||
</head> | </head> | ||
Line 55: | Line 122: | ||
<div id="content1"> | <div id="content1"> | ||
<div id="team_images"> | <div id="team_images"> | ||
- | + | <div class="warpper"> | |
- | </div> | + | <a id="foclnk" href="https://2011.igem.org/wiki" target="_blank"><img id="focpic" src="/images/1/16/Whu1.jpg |
+ | " style="filter:RevealTrans(duration=1transition=12)" width="263" height="335" alt="show01"></a> | ||
+ | <div id="fttlbg"><div id="fttltxt"><a href="https://2011.igem.org/wiki" target="_blank">show01</a></div></div> | ||
+ | <div id="tmb0" onmouseover="setfoc(0);" onmouseout="playit();" class="thubpiccur"> | ||
+ | <a href="https://2011.igem.org/wiki" target="_blank"><img src="/images/1/16/Whu1.jpg" width="56" height="42" alt="show01"/></a></div> | ||
+ | <div id="tmb1" onmouseover="setfoc(1);" onmouseout="playit();" class="thubpiccur"> | ||
+ | <a href="https://2011.igem.org/wiki" target="_blank"><img src="/images/1/16/Whu1.jpg" width="56" height="42" alt="show02"/></a></div> | ||
+ | <div id="tmb2" onmouseover="setfoc(2);" onmouseout="playit();" class="thubpiccur"> | ||
+ | <a href="https://2011.igem.org/wiki" target="_blank"><img src="/images/1/16/Whu1.jpg" width="56" height="42" alt="show03"/></a></div> | ||
+ | <div id="tmb3" onmouseover="setfoc(3);" onmouseout="playit();" class="thubpiccur"> | ||
+ | <a href="https://2011.igem.org/wiki" target="_blank"><img src="/images/1/16/Whu1.jpg" width="56" height="42" alt="show04"/></a></div> | ||
+ | <div id="tmb4" onmouseover="setfoc(4);" onmouseout="playit();" class="thubpiccur"> | ||
+ | <a href="https://2011.igem.org/wiki" target="_blank"><img src="/images/1/16/Whu1.jpg" width="56" height="42" alt="show05"/></a></div> | ||
+ | <script language="javascript" type="text/javascript"> | ||
+ | var picarry = {}; | ||
+ | var lnkarry = {}; | ||
+ | var ttlarry = {}; | ||
+ | picarry[0]="/images/1/16/Whu1.jpg"; | ||
+ | lnkarry[0]=""; | ||
+ | ttlarry[0]="show01"; | ||
+ | picarry[1]="/images/1/16/Whu1.jpg"; | ||
+ | lnkarry[1]=""; | ||
+ | ttlarry[1]="show02"; | ||
+ | picarry[2]="/images/1/16/Whu1.jpg"; | ||
+ | lnkarry[2]=""; | ||
+ | ttlarry[2]="show03"; | ||
+ | picarry[3]="/images/1/16/Whu1.jpg"; | ||
+ | lnkarry[3]=""; | ||
+ | ttlarry[3]="show04"; | ||
+ | picarry[4]="/images/1/16/Whu1.jpg"; | ||
+ | lnkarry[4]=""; | ||
+ | ttlarry[4]="show05"; | ||
+ | </script> | ||
+ | </div></div> | ||
<div id="introduction"> | <div id="introduction"> | ||
<p> We are not the first iGEM team in Wuhan university, but the first iGEM team to participate the competition. The former iGEM team of Wuhan university was started by Shijie Zou in November 2009.Most members come from the College of Life Science and one student from the College of Math. Despite our endearvour to understand the principles of synthesis biology, we did not not convince our college to support us to compete in iGEM. Missing the 2010 iGEM, we did not give up. In April 4th 2010, we established our new team with student from College of Life Science and College of Math. Furthermore we recruit new members from the College of Computer and Software. Together with those new peers, we begin to analysis the former project in iGEM and papers in synthetic biology. After 4 months brainstorm we successfully come up with four project and two of them passed the oral presentation in our college. In March 24, 2011, we established our team in the iGEM competition with instructors: Dean Jianbo Wang, Professor Zhixiong Xie. Professor Xiufen Zou and team leaders: Chao Zhang, Jing You. We begin our pre-experiments from March 29th.</br> | <p> We are not the first iGEM team in Wuhan university, but the first iGEM team to participate the competition. The former iGEM team of Wuhan university was started by Shijie Zou in November 2009.Most members come from the College of Life Science and one student from the College of Math. Despite our endearvour to understand the principles of synthesis biology, we did not not convince our college to support us to compete in iGEM. Missing the 2010 iGEM, we did not give up. In April 4th 2010, we established our new team with student from College of Life Science and College of Math. Furthermore we recruit new members from the College of Computer and Software. Together with those new peers, we begin to analysis the former project in iGEM and papers in synthetic biology. After 4 months brainstorm we successfully come up with four project and two of them passed the oral presentation in our college. In March 24, 2011, we established our team in the iGEM competition with instructors: Dean Jianbo Wang, Professor Zhixiong Xie. Professor Xiufen Zou and team leaders: Chao Zhang, Jing You. We begin our pre-experiments from March 29th.</br> |
Revision as of 13:46, 22 September 2011
We are not the first iGEM team in Wuhan university, but the first iGEM team to participate the competition. The former iGEM team of Wuhan university was started by Shijie Zou in November 2009.Most members come from the College of Life Science and one student from the College of Math. Despite our endearvour to understand the principles of synthesis biology, we did not not convince our college to support us to compete in iGEM. Missing the 2010 iGEM, we did not give up. In April 4th 2010, we established our new team with student from College of Life Science and College of Math. Furthermore we recruit new members from the College of Computer and Software. Together with those new peers, we begin to analysis the former project in iGEM and papers in synthetic biology. After 4 months brainstorm we successfully come up with four project and two of them passed the oral presentation in our college. In March 24, 2011, we established our team in the iGEM competition with instructors: Dean Jianbo Wang, Professor Zhixiong Xie. Professor Xiufen Zou and team leaders: Chao Zhang, Jing You. We begin our pre-experiments from March 29th. In April and May, we establised our first iGEM experiment platform. In July till now we worked on our project using biobricks and other biology parts. We have spent a busy summer full of happiness and joy. Best wishes.