Team:SUSTC-Shenzhen-A

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We are sophomores from South University of Science and Technology of China  (SUSTC).</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We are sophomores from South University of Science and Technology of China  (SUSTC).</p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our main project is about quorum sensing . </p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can get more information about our project by clicking other pages. </b>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our main project is about quorum sensing . </p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can get more information about our project by clicking other pages. </b>
-
[[File:wangzishiyan.JPG]]
+
<body  onload="displayImage()">
 +
<a id="myhref" href="" target="_blank" >
 +
<img  id="myimg"  src=""> 
 +
<script  language="javascript"> 
 +
var  imglist  =  new  Array("welcome3.jpg","wangzishiyan.JPG"); 
 +
var  nCurImg  =  -1; 
 +
function  displayImage() 
 +
 +
      ++nCurImg; 
 +
      if  (nCurImg  ==  imglist.length) 
 +
        nCurImg  =  0; 
 +
      document.all("myhref").href=imglist[nCurImg];
 +
      document.all("myimg").src  =  imglist[nCurImg]
 +
      setTimeout("displayImage()",3000);  //every  3  seconds 
 +
 +
</script></a> 
 +
</body>
<br>
<br>
<br>
<br>

Revision as of 09:23, 27 September 2013

Prisonersdilemma1.jpg

Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Protocol and notes Safety Attributions Human Practice

Welcome~


Welcome3.jpg

        This is SUSTC-Shenzhen-A.

        We are sophomores from South University of Science and Technology of China (SUSTC).

        Our main project is about quorum sensing .

        You can get more information about our project by clicking other pages.

<body onload="displayImage()"> <a id="myhref" href="" target="_blank" > <img id="myimg" src=""> <script language="javascript"> var imglist = new Array("welcome3.jpg","wangzishiyan.JPG"); var nCurImg = -1; function displayImage() {

     ++nCurImg;   
     if   (nCurImg   ==   imglist.length)   
       nCurImg   =   0;   
      document.all("myhref").href=imglist[nCurImg];
     document.all("myimg").src   =   imglist[nCurImg];   
     setTimeout("displayImage()",3000);   //every   3   seconds   

} </script></a> </body>