Team:USTC-China/meetup

From 2011.igem.org

(Difference between revisions)
Line 8: Line 8:
-
</html>[[File:NEO Edited IMG 4181.jpg|800px|center]]<html>
+
<html>
 +
 
 +
<head>
 +
 
 +
<script type="text/javascript">
 +
 
 +
var pics=new Array(11)
 +
pics[0]="https://static.igem.org/mediawiki/2011/3/31/%E5%9B%BE%E7%89%87%E4%B8%80.jpg"
 +
pics[1]="https://static.igem.org/mediawiki/2011/9/9b/NEO_Edited_IMG_4181.jpg"
 +
pics[2]="https://static.igem.org/mediawiki/2011/3/31/%E5%9B%BE%E7%89%87%E4%B8%80.jpg"
 +
pics[3]="https://static.igem.org/mediawiki/2011/3/31/%E5%9B%BE%E7%89%87%E4%B8%80.jpg"
 +
pics[4]="https://static.igem.org/mediawiki/2011/9/9b/NEO_Edited_IMG_4181.jpg"
 +
 
 +
var i=0;
 +
 
 +
function writeText(txt)
 +
{
 +
document.getElementById("desc").innerHTML=txt
 +
}
 +
function mouseDown1()
 +
  {
 +
  i=(i+1)%11;
 +
  document.aa.src =pics[i];
 +
  }
 +
function mouseDown2()
 +
  {
 +
  i=(i-1)%11;
 +
  document.aa.src =pics[i] ;
 +
  }
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2011/9/9b/NEO_Edited_IMG_4181.jpg" width="800" height="400"
 +
alt="" usemap="#maps" name=”aa”/>
 +
 
 +
<map id ="maps" name="maps">
 +
 
 +
 
 +
<area shape ="rect" coords ="0,0,400,400"
 +
onMouseDown="mouseDown2()"
 +
onMouseOver="writeText('Previous')"
 +
onMouseOut="writeText(' ')"
 +
href ="" alt="" ><area/>
 +
 
 +
<area shape ="rect" coords ="0,0,800,400"
 +
onMouseDown="mouseDown1()"
 +
onMouseOver="writeText('Next')"
 +
onMouseOut="writeText(' ')"
 +
href =""alt="" ><area/>
 +
 
 +
 
 +
</map>
 +
 
 +
<p id="desc"></p>
 +
 
 +
</body>
 +
</html>
</div>
</div>
</html>
</html>

Revision as of 07:20, 12 August 2011

top
Chinese teams began to participate in this event from 2007. The number of Chinese teams has increased to 20 from only 4 at the beginning. Considering that the new teams are lack of experience in the 2011 competition and a platform for communication and cooperation between teams is badly needed, a meeting for all Chinese iGEMers [http://igem.ustc.edu.cn/?q=node/6|iGEM 2011 China Meetup] was held at University of Science and Technology of China (USTC) from July 29th to July 31th.

</div> </html>