Team:WHU-China/Team/History

From 2011.igem.org

(Difference between revisions)
 
(55 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
/* bottom center */
 +
#wowslider-container1  .ws_bullets {
 +
    top: 14px;
 +
    right: 14px;
 +
}
 +
#countdown
 +
{
 +
display:none;
 +
}
 +
#follow
 +
{
 +
display:none;
 +
}
 +
#visit
 +
{
 +
display:none;
 +
}
 +
#wowslider-container1 {
 +
/* overflow: hidden; */
 +
zoom: 1;
 +
position: relative;
 +
width:972px;
 +
height:358px;
 +
margin:0 auto;
 +
z-index:100;
 +
background-image: url(https://static.igem.org/mediawiki/2011/3/36/Whubg.png);
 +
}
 +
#wowslider-container1 .ws_images{
 +
position: absolute;
 +
left:14px;
 +
top:14px;
 +
width:944px;
 +
height:284px;
 +
overflow:hidden;
 +
}
 +
#wowslider-container1 .ws_images a{
 +
color:transparent;
 +
}
-
#footer-box
+
#wowslider-container1 .ws_images img{
 +
top:0;
 +
left:0;
 +
border:none 0;
 +
}
 +
#wowslider-container1 a{
 +
text-decoration: none;
 +
outline: none;
 +
border: none;
 +
}
 +
 
 +
#wowslider-container1  .ws_bullets {
 +
font-size: 0px;
 +
padding: 10px;
 +
float: left;
 +
position:absolute;
 +
z-index:70;
 +
}
 +
#wowslider-container1  .ws_bullets div{
 +
position:relative;
 +
float:left;
 +
}
 +
#wowslider-container1 .ws_bullets a {
 +
margin-left:4px;
 +
width:8px;
 +
height:8px;
 +
background: url(https://static.igem.org/mediawiki/2011/9/9e/Whubullet.png) left top;
 +
float: left;
 +
text-indent: -1000px;
 +
position:relative;
 +
}
 +
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
 +
background-position: right top;
 +
}
 +
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
 +
position:absolute;
 +
display:none;
 +
top:50%;
 +
margin-top:-33px;
 +
z-index:60;
 +
height: 66px;
 +
width: 59px;
 +
background-image: url(https://static.igem.org/mediawiki/2011/3/35/Whu-arrows.png);
 +
}
 +
#wowslider-container1 a.ws_next{
 +
background-position: 100% 0;
 +
right:14px;
 +
}
 +
#wowslider-container1 a.ws_prev {
 +
left:14px;
 +
background-position: 0 0;
 +
}
 +
#wowslider-container1 a.ws_next:hover{
 +
background-position: 100% 100%;
 +
}
 +
#wowslider-container1 a.ws_prev:hover {
 +
background-position: 0 100%;
 +
}
 +
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
 +
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
 +
#wowslider-container1 .ws-title{
 +
position: absolute;
 +
bottom:80px;
 +
left: 14px;
 +
margin-right:5px;
 +
z-index: 50;
 +
padding:12px;
 +
color: #000000;
 +
text-transform:uppercase;
 +
background:#F9FBFB;
 +
    font-family: Arial,Helvetica,sans-serif;
 +
font-size: 18px;
 +
height:22px;
 +
-moz-border-radius:0 10px 10px 0;
 +
border-radius:0 10px 10px 0;
 +
}
 +
#wowslider-container1 .ws-title div{
 +
padding-top:5px;
 +
font-size: 13px;
 +
text-transform:none;
 +
}#wowslider-container1 .ws_bullets  a img{
 +
text-indent:0;
 +
display:block;
 +
top:15px;
 +
left:-150px;
 +
visibility:hidden;
 +
position:absolute;
 +
    -moz-box-shadow: 0 0 5px #999999;
 +
    box-shadow: 0 0 5px #999999;
 +
    border: 5px solid #FFFFFF;
 +
}
 +
#wowslider-container1 .ws_bullets a:hover img{
 +
visibility:visible;
 +
}
 +
 
 +
#wowslider-container1 .ws_bulframe div div{
 +
height:90px;
 +
overflow:visible;
 +
position:relative;
 +
}
 +
#wowslider-container1 .ws_bulframe div {
 +
left:0;
 +
overflow:hidden;
 +
position:relative;
 +
width:299px;
 +
}
 +
#wowslider-container1  .ws_bullets .ws_bulframe{
 +
display:none;
 +
top:15px;
 +
overflow:visible;
 +
position:absolute;
 +
cursor:pointer;
 +
    -moz-box-shadow: 0 0 5px #999999;
 +
    box-shadow: 0 0 5px #999999;
 +
    border: 5px solid #FFFFFF;
 +
}
 +
#wowslider-container1 .ws_bulframe span{
 +
display:block;
 +
position:absolute;
 +
top:-11px;
 +
margin-left:-9px;
 +
left:150px;
 +
background:url(https://static.igem.org/mediawiki/2011/5/5e/Whu-riangle.png);
 +
width:15px;
 +
height:6px;
 +
}#footer-box
{
{
position:absolute;
position:absolute;
Line 12: Line 175:
font-size:17px;
font-size:17px;
}
}
-
#visit
+
 
-
{
+
-
display:none;
+
-
}
+
#team_images
#team_images
{
{
Line 21: Line 181:
height:300px;
height:300px;
width:1000px;
width:1000px;
 +
top:20px;
background:transparent;
background:transparent;
}
}
Line 29: Line 190:
  width:960px;
  width:960px;
  left:20px;
  left:20px;
 +
top:50px;
  background:transparent;
  background:transparent;
}
}
Line 36: Line 198:
  height:300px;
  height:300px;
  width:1000px;
  width:1000px;
 +
top:40px;
  background:transparent;
  background:transparent;
}
}
Line 43: Line 206:
left:100px;
left:100px;
}
}
-
</style>
+
#contact
-
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WHU-China/stylecss" media="screen" />
+
{position:absolute;
 +
z-index:1;
 +
left:0px;}
-
<style type="text/css">a#vlb{display:none}</style>
+
#bottom
 +
{
 +
position:absolute;
 +
z-index:1;
-
<script type="text/javascript" src="https://2011.igem.org/Team:WHU-China/jqueryjs?action=raw&ctype=text/js"></script>
+
}
 +
</style>
 +
 +
<style type="text/css">a#vlb{display:none}</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>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
Line 55: Line 226:
$(document).ready(function()
$(document).ready(function()
{
{
-
   var a1=827;
+
   var a1=710;
   var a2=document.body.clientHeight;
   var a2=document.body.clientHeight;
   document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
   document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
Line 65: Line 236:
<div id="content1">
<div id="content1">
<div id="team_images">
<div id="team_images">
-
<div id="wowslider-container1">
+
<div id="wowslider-container1">
<div class="ws_images">
<div class="ws_images">
-
<a href="#"><img src="https://static.igem.org/mediawiki/2011/1/16/Whu1.jpg" alt="Hydrangeas" title="Hydrangeas" id="wows0"/></a>
+
<a href="#"><img src="/wiki/images/e/e8/Whu-family.jpg"  title="our family" alt="our family"id="wows0"/></a>
-
<a href="#"><img src="htpp://2011.igem.org/wiki/images/1/16/Whu1.jpg" alt="Lighthouse" title="Lighthouse" id="wows1"/></a>
+
<a href="#"><img src="https://static.igem.org/mediawiki/2011/1/12/Whu-busying.jpg" title="busying"alt="busying" id="wows1""/></a>
 +
<a href="#"><img src="https://static.igem.org/mediawiki/2011/9/98/Library.jpg" title="library" alt="library" id="wows2"/></a>
 +
<a href="#"><img src="https://static.igem.org/mediawiki/2011/6/65/Whu-igem.jpg" title="igem" alt="igem" id="wows3"/></a>
</div>
</div>
<div class="ws_bullets"><div>
<div class="ws_bullets"><div>
-
<a href="#wows0" title="Hydrangeas"><img src="data1/tooltips/hydrangeas.jpg" alt="Hydrangeas"/>1</a>
+
<a href="#wows0" title="our family"><img src="https://static.igem.org/mediawiki/2011/f/f8/Whu-family-1.jpg" alt="our family"/></a>
-
<a href="#wows1" title="Lighthouse"><img src="data1/tooltips/lighthouse.jpg" alt="Lighthouse"/>2</a>
+
<a href="#wows1" title="busying"><img src="https://static.igem.org/mediawiki/2011/f/f3/Whu-busying-1.jpg" alt="busying"/></a>
 +
<a href="#wows2" title="library"><img src="https://static.igem.org/mediawiki/2011/2/24/Whu-libray-1.jpg" alt="library"/></a>
 +
<a href="#wows3" title="igem"><img src="https://static.igem.org/mediawiki/2011/d/d9/Whu-igem-1.jpg" alt="igem"/></a>
</div></div>
</div></div>
<a style="display:none" href="http://wowslider.com">jQuery Carousel Demo by WOWSlider.com v1.7</a>
<a style="display:none" href="http://wowslider.com">jQuery Carousel Demo by WOWSlider.com v1.7</a>
Line 80: Line 255:
</div>
</div>
-
 
+
<script type="text/javascript" src=" https://2011.igem.org/Team:WHU-China/script2.js?action=raw&ctype=text/js">
-
<script type="text/javascript" src="https://2011.igem.org/Team:WHU-China/scriptjs?action=raw&ctype=text/js"></script>
+
</script>
-
</div>
+
</div>
<div id="introduction">
<div id="introduction">
-
<p>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;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 began to study the previous projects in iGEM history as well as research papers in synthetic biology. After 4 months brainstorm we successfully came up with four projects 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 began our pre-experiments from March 29th.</br>  
-
&nbsp;&nbsp;&nbsp;&nbsp;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.
+
&nbsp;&nbsp;&nbsp;&nbsp;In April and May, we establised our first iGEM experiment platform. In July till now we worked on our project using biobricks and other biological parts. We have spent a busy summer full of happiness and joy. </p>
-
</p>
+
</div>
</div>
<div id="decoration">
<div id="decoration">
<img src="/wiki/images/e/e1/Whu-Formation.png" height="240" width="700"/>
<img src="/wiki/images/e/e1/Whu-Formation.png" height="240" width="700"/>
</div>
</div>
 +
<div style="height:80px"></div>
 +
<div id="bottom">
 +
<image src="/wiki/images/5/58/Whu-backgroundbottom.png"/>
 +
</div>
 +
<!-- bottom and needed to be modified in the top-->
 +
 +
<div id="contact">
 +
<a href="https://2011.igem.org/wiki/index.php?title=Team:WHU-China/Team/History&action=edit"><img class="whucontact" style="position:relative;left:636px;top:38px;z-index:10;" src="/wiki/images/2/2a/Whu-Home_r1_c1.png"/></a>
 +
<a href="Mailto:gubrian890512@gmail.com"><img class="whucontact" style="position:relative;left:660px;top:38px;z-index:10;" src="/wiki/images/9/97/Whu-Home_r1_c3.png"/></a>
 +
<a href="https://igem.org/Main_Page"><img class="whucontact" style="position:relative;left:676px;top:38px;z-index:10;" src="/wiki/images/0/03/Whu-Home_r1_c5.png"/></a>
 +
<img id="bb" src="/wiki/images/3/3c/Whu-build.jpg"/>
 +
</div>
 +
</div>
</div>
</body>
</body>
</html>
</html>
{{WHUcss}}
{{WHUcss}}

Latest revision as of 07:43, 23 October 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 began to study the previous projects in iGEM history as well as research papers in synthetic biology. After 4 months brainstorm we successfully came up with four projects 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 began 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 biological parts. We have spent a busy summer full of happiness and joy.

Count Down

days

hours

minutes

seconds

Visitor

Retrieved from "http://2011.igem.org/Team:WHU-China/Team/History"