Team:SEU A

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
body {  
body {  
background:#FFF;
background:#FFF;
-
        margin:0 0px;
 
         position:relative;
         position:relative;
-
         width:1000px;   
+
         width:1100px;   
font-family:Arial;  
font-family:Arial;  
}
}
Line 28: Line 27:
.reference {  
.reference {  
clear:both;  
clear:both;  
-
width:800px;  
+
width:1000px;  
margin:0px auto;  
margin:0px auto;  
}
}
Line 180: Line 179:
</div>
</div>
<div class="word2">
<div class="word2">
-
This is a traditional undergraduate iGEM competition team from Southeast University of China.
+
This is a traditional undergraduate iGEM competition team from Southeast University of  
 +
 
 +
China.
</div>
</div>
<div class="word3">
<div class="word3">
Line 191: Line 192:
           <div class="info_image">url(back20120901.jpg)</div>
           <div class="info_image">url(back20120901.jpg)</div>
           <div class="info_heading">Introduction</div>
           <div class="info_heading">Introduction</div>
-
           <div class="info_description"> As we all know,people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination ... <a href="#" class="more">Read more</a> </div>
+
           <div class="info_description"> As we all know,people gradually rely on various  
 +
 
 +
antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to  
 +
 
 +
these medicines is out of our imagination ... <a href="#" class="more">Read more</a>  
 +
 
 +
</div>
         </div>
         </div>
       </li>
       </li>
Line 198: Line 205:
           <div class="info_image">2.jpg</div>
           <div class="info_image">2.jpg</div>
           <div class="info_heading">Math Model</div>
           <div class="info_heading">Math Model</div>
-
           <div class="info_description">Comming Soon...<a href="#" class="more">Read more</a> </div>
+
           <div class="info_description">Comming Soon...<a href="#" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 205: Line 214:
           <div class="info_image">3.jpg</div>
           <div class="info_image">3.jpg</div>
           <div class="info_heading">Working In Lab</div>
           <div class="info_heading">Working In Lab</div>
-
           <div class="info_description"> Coming Soon.... <a href="#" class="more">Read more</a> </div>
+
           <div class="info_description"> Coming Soon.... <a href="#" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 212: Line 223:
           <div class="info_image">4.jpg</div>
           <div class="info_image">4.jpg</div>
           <div class="info_heading">Consideration</div>
           <div class="info_heading">Consideration</div>
-
           <div class="info_description"> Comming Soon... <a href="#" class="more">Read more</a> </div>
+
           <div class="info_description"> Comming Soon... <a href="#" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 219: Line 232:
           <div class="info_image">5.jpg</div>
           <div class="info_image">5.jpg</div>
           <div class="info_heading">Activities</div>
           <div class="info_heading">Activities</div>
-
           <div class="info_description"> Comming Soon... <a href="#" class="more">Read more</a> </div>
+
           <div class="info_description"> Comming Soon... <a href="#" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 226: Line 241:
           <div class="info_image">6.jpg</div>
           <div class="info_image">6.jpg</div>
           <div class="info_heading">Members</div>
           <div class="info_heading">Members</div>
-
           <div class="info_description"> Coming Soon... <a href="#" class="more">Read more</a> </div>
+
           <div class="info_description"> Coming Soon... <a href="#" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 239: Line 256:
<!-- The JavaScript -->
<!-- The JavaScript -->
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
+
<script type="text/javascript"  
 +
 
 +
src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.easing['jswing'] = jQuery.easing['swing'];
Line 340: Line 359:
if (a < Math.abs(c)) { a=c; var s=p/4; }
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
else var s = p/(2*Math.PI) * Math.asin (c/a);
-
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
+
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*
-
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
+
 
 +
(2*Math.PI)/p )) + b;
 +
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c  
 +
 
 +
+ b;
},
},
easeInBack: function (x, t, b, c, d, s) {
easeInBack: function (x, t, b, c, d, s) {
Line 396: Line 419:
  * or promote products derived from this software without specific prior written permission.
  * or promote products derived from this software without specific prior written permission.
  *  
  *  
-
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY  
+
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"  
-
  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+
 
-
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+
AND ANY  
-
  *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+
  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED  
-
  *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+
 
-
  *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED  
+
WARRANTIES OF
-
  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO  
-
  *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED  
+
 
 +
EVENT SHALL THE
 +
  *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  
 +
 
 +
INCIDENTAL, SPECIAL,
 +
  *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,  
 +
 
 +
PROCUREMENT OF SUBSTITUTE
 +
  *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)  
 +
 
 +
HOWEVER CAUSED  
 +
  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT  
 +
 
 +
(INCLUDING
 +
  *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS  
 +
 
 +
SOFTWARE, EVEN IF ADVISED  
  * OF THE POSSIBILITY OF SUCH DAMAGE.  
  * OF THE POSSIBILITY OF SUCH DAMAGE.  
  *
  *
Line 434: Line 473:
                     if(!repeat)
                     if(!repeat)
-
                         $this.parent().find('li:nth-child('+current+') a').stop(true,true).animate({'marginRight':'-20px'},300,function(){
+
                         $this.parent().find('li:nth-child('+current+') a').stop(true,true).animate
 +
 
 +
({'marginRight':'-20px'},300,function(){
                             $(this).animate({'opacity':'0.7'},700);
                             $(this).animate({'opacity':'0.7'},700);
                         });
                         });
Line 465: Line 506:
                         });
                         });
                     }
                     }
-
                 ).attr('src','images/'+info_elem.find('.info_image').html()).attr('width','1000').attr('height','375')
+
                 ).attr('src','images/'+info_elem.find('.info_image').html()).attr('width','1000').attr
 +
 
 +
('height','375')
                 );
                 );
                 }
                 }

Revision as of 16:09, 6 September 2012

Southeast University 2012 iGEM Team A
This is a traditional undergraduate iGEM competition team from Southeast University of China.
Project Overview

SEU_iGEM 2012 TEAM_A