Team:ZJU-China

From 2011.igem.org

(Difference between revisions)
 
(111 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
+
{{Template:Zjucss_modeling}}
-
<html>
+
{{Template:Zjucss_global}}
 +
{{Template:Zjucss_template2}}
 +
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
    <link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'>
+
<title>ZJU-China iGEM 2011</title>
-
    <link rel='stylesheet' type='text/css' href='https://2011.igem.org/Team:ZJU-China/css/main' />
+
<link href='http://fonts.googleapis.com/css?family=Molengo'
 +
rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Hammersmith+One'
 +
rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Alice'
 +
rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Ovo' rel='stylesheet'
 +
type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Federo'
 +
rel='stylesheet' type='text/css'>
 +
 
 +
<!-- include the Tools -->
 +
<script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script>
 +
<style type="text/css">
 +
#contentwrapper .main .leftulcontainer #leftul #accordion .pane a {
 +
color: #ffcc99
 +
}
 +
 
 +
 
 +
#contentwrapper .main .leftulcontainer #leftul #accordion .pane a:hover
 +
{
 +
color: #ff9933
 +
}
 +
</style>
 +
 
 +
<style type="text/css">
 +
@charset "UTF-8";
 +
 
 +
/* CSS Document */
 +
a:hover {
 +
text-decoration: none;
 +
}
 +
 
 +
.block {
 +
margin: 10px;
 +
float: left;
 +
color: #333333;
 +
font-size: 12pt;
 +
padding: 0;
 +
width: 660px;
 +
}
 +
 
 +
.block h1 {
 +
font-size: 36pt;
 +
}
 +
 
 +
.block a {
 +
color: #ff3333;
 +
}
 +
 
 +
.block p {
 +
margin: 20px;
 +
}
 +
 
 +
.block h1,h2 {
 +
border-bottom: none;
 +
padding-left: 10px;
 +
padding-bottom: 0;
 +
padding-top: 0;
 +
}
 +
 
 +
.block a {
 +
color: #666666;
 +
}
 +
 
 +
.block hr {
 +
height: 2px;
 +
margin-left: 15px;
 +
margin-right: 15px;
 +
}
 +
 
 +
.blocktop,.blockbottom {
 +
width: 100%;
 +
height: 10px;
 +
}
 +
 
 +
.blocktop {
 +
background-image: url(http://ung.igem.org/wiki/images/1/17/Blocktop.png)
 +
;
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
.blockbottom {
 +
background-image:
 +
url(http://ung.igem.org/wiki/images/1/16/Blockbottom.png);
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
.blockcontent {
 +
padding: 10px;
 +
background-color: white;
 +
}
 +
 
 +
.links {
 +
background-color: white;
 +
text-align: right;
 +
padding-right: 24px;
 +
font-size: 16px;
 +
}
 +
 
 +
.links a:hover {
 +
cursor: pointer;
 +
}
 +
 
 +
.sidebar {
 +
float: right;
 +
width: 250px;
 +
}
 +
 
 +
.sidebartop {
 +
height: 10px;
 +
background-image:
 +
url(http://ung.igem.org/wiki/images/9/9f/Sidebartop.png);
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
.sidebarbottom {
 +
height: 10px;
 +
background-image:
 +
url(http://ung.igem.org/wiki/images/7/79/Sidebarbottom.png);
 +
background-repeat: : no-repeat;
 +
}
 +
 
 +
.main {
 +
background-color: #transparent;
 +
position: static;
 +
top: auto;
 +
height: auto;
 +
padding: 10px;
 +
padding-top: 0px;
 +
padding-right: 10px;
 +
}
 +
 
 +
div #flash1 {
 +
width: auto;
 +
height: auto;
 +
margin-left: 20px;
 +
background-color: transparent;
 +
filter: alpha(opacity = 80);
 +
-moz-opacity: 0.8;
 +
-khtml-opacity: 0.8;
 +
opacity: 0.8;
 +
}
 +
 
 +
div #part0 {
 +
float: right;
 +
width: 250px;
 +
height: 270px;
 +
filter: alpha(opacity = 50);
 +
-moz-opacity: 0.5;
 +
-khtml-opacity: 0.5;
 +
opacity: 0.5;
 +
background-color: transparent;
 +
color: white;
 +
}
 +
 
 +
div #part0 .blockcontent {
 +
background-color: black;
 +
-moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
height: 250px;
 +
}
 +
 
 +
div #part0 h1 {
 +
color: white;
 +
font-size: 30px;
 +
}
 +
 
 +
div .countdown {
 +
padding: 5px;
 +
padding-left: 6px;
 +
margin: 5px;
 +
}
 +
 
 +
div #part0 .links {
 +
background-color: black;
 +
}
 +
 
 +
div #part0 .sidebartop {
 +
background: url(blocktop3.png) transparent;
 +
}
 +
 
 +
div #part0 .sidebarbottom {
 +
background: url(blockbottom3.png) transparent;
 +
}
 +
 
 +
#welcome {
 +
width: 660px;
 +
vertical-align: middle;
 +
}
 +
 
 +
#welcome h1 {
 +
color: #f8b4ae;
 +
}
 +
 
 +
#welcome hr {
 +
background-color: #f8b4ae;
 +
}
 +
 
 +
#welcome a {
 +
color: #f8b4ae;
 +
}
 +
 
 +
#welcome a:hover {
 +
color: red;
 +
text-decoration: none;
 +
}
 +
 
 +
#note {
 +
float: right;
 +
width: 250px;
 +
}
 +
 
 +
#note h1 {
 +
color: #7fb3d8
 +
}
 +
 
 +
#note hr {
 +
background-color: #7fb3d8;
 +
}
 +
 
 +
#note a {
 +
color: #7fb3d8;
 +
}
 +
 
 +
#note a:hover {
 +
color: #006699;
 +
text-decoration: none;
 +
}
 +
 
 +
#project {
 +
width: 660px;
 +
}
 +
 
 +
#project h1 {
 +
color: #ffcc99;
 +
}
 +
 
 +
#project hr {
 +
background-color: #ffcc99;
 +
}
 +
 
 +
#project a {
 +
color: #ffcc99;
 +
}
 +
 
 +
#project a:hover {
 +
color: #ff9933;
 +
text-decoration: none;
 +
}
 +
 
 +
#twitter {
 +
 +
}
 +
 
 +
#twitter h1 {
 +
color: #3399ff;
 +
}
 +
 
 +
#twitter hr {
 +
background-color: #3399ff;
 +
}
 +
 
 +
#twitter a {
 +
color: #3399ff;
 +
}
 +
 
 +
#twitter a:hover {
 +
color: #0066ff text-decoration : none;
 +
}
 +
 
 +
#visits {
 +
 +
}
 +
 
 +
#visits h1 {
 +
color: #666666;
 +
}
 +
 
 +
#visits hr {
 +
background-color: #666666;
 +
}
 +
 
 +
#visits a {
 +
color: #666666;
 +
}
 +
 
 +
#visits a:hover {
 +
color: #333333;
 +
text-decoration: none;
 +
}
 +
 
 +
#visits div #clustrmaps-widget {
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
 
 +
#team {
 +
float: left;
 +
width: 660px;
 +
}
 +
 
 +
#team h1 {
 +
color: #aadba5;
 +
}
 +
 
 +
#team hr {
 +
background-color: #aadba5;
 +
}
 +
 
 +
#team a {
 +
color: #aadba5;
 +
}
 +
 
 +
#team a:hover {
 +
color: #56b74c;
 +
text-decoration: none;
 +
}
 +
 
 +
#flickr {
 +
 +
}
 +
 
 +
#flickr .blockcontent #player {
 +
padding-left: 80px;
 +
}
 +
 
 +
#flickr h1 {
 +
color: #ff66cc;
 +
}
 +
 
 +
#flickr hr {
 +
background-color: #ff66cc;
 +
}
 +
 
 +
#flickr a {
 +
color: #ff66cc;
 +
}
 +
 
 +
#flickr a:hover {
 +
color: #ff0099;
 +
text-decoration: none;
 +
}
 +
 
 +
#sponsors {
 +
float: right;
 +
width: 250px;
 +
}
 +
 
 +
#sponsors a {
 +
color: black;
 +
}
 +
 
 +
#sponsors a:hover {
 +
color: #999;
 +
}
 +
 
 +
#sponsors .blocktop {
 +
background-image:
 +
url(http://ung.igem.org/wiki/images/b/b7/Blocktop2.png);
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
#sponsors .blockbottom {
 +
background-image:
 +
url(http://ung.igem.org/wiki/images/c/c5/Blockbottom2.png);
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
#hp h1 {
 +
color: #9966cc;
 +
font-size: 30px;
 +
}
 +
 
 +
#hp hr {
 +
background-color: #9966cc;
 +
}
 +
 
 +
#hp a {
 +
color: #9966cc;
 +
}
 +
 
 +
#hp a:hover {
 +
color: #4700b1;
 +
text-decoration: none;
 +
}
 +
 
 +
.footer {
 +
background-color: #666666;
 +
padding: 10px;
 +
text-align: center;
 +
}
 +
 
 +
.footer a {
 +
color: #cccccc;
 +
margin: 10px;
 +
text-decoration: none;
 +
}
 +
 
 +
.footer a:hover {
 +
color: #FFF;
 +
text-decoration: none;
 +
cursor: pointer;
 +
}
 +
 
 +
#banner {
 +
position: relative;
 +
width: 930px;
 +
height: 325px;
 +
<!-- border: 1px solid #666;-->
 +
overflow: hidden;
 +
}
 +
 
 +
#banner_list img {
 +
border: 0px;
 +
width: 930px;
 +
height: 325px;
 +
}
 +
 
 +
#banner ul {
 +
position: absolute;
 +
list-style-type: none;
 +
filter: Alpha(Opacity = 80);
 +
opacity: 0.8;
 +
border: 1px solid #fff;
 +
z-index: 1002;
 +
margin: 0;
 +
padding: 0;
 +
bottom: 5px;
 +
right: 3px;
 +
width: 103px;
 +
height: 31px;
 +
}
 +
 
 +
#banner ul li {
 +
padding: 4px;
 +
float: left;
 +
display: block;
 +
color: #FFF;
 +
border: #e5eaff 1px solid;
 +
background: #6f4f67;
 +
cursor: pointer
 +
}
 +
 
 +
#banner ul li.on {
 +
background: #900
 +
}
 +
 
 +
#banner_list a {
 +
position: absolute;
 +
left: 1px;
 +
top: 0px;
 +
height: 240px;
 +
}
 +
a{
 +
text-decoration:none;
 +
}
 +
#welcome strong{
 +
color:red;
 +
}
 +
</style>
 +
</head>
 +
 
<body>
<body>
-
<div id="contentwrapper">
+
<div class="global">
 +
<div class="header">
<div class="bgimg"></div>
<div class="bgimg"></div>
-
<div class="bgpart1"></div>
+
<div class="bgpart1"></div>
-
            <div class="bgpart2"></div>
+
<div class="bgpart2"></div>
-
           
+
 
-
            <div class="header">
+
 
-
            <div class="banner">
+
<div class="banner">
-
                    <div class="logo"><img src="logo.png" width="200" height="200" /></div>
+
<div class="logo"><img
-
                    <div class="title"><img src="title.png" width="603" height="220" /></div>
+
src="https://static.igem.org/mediawiki/2011/c/c9/Logo.png" width="200"
-
                    <div class="igemlogo"><img src="igemlogo.png" width="180" height="150" /></div>
+
height="200" /></div>
-
          </div>
+
<div class="title"><img
-
                <div class="nav">
+
src="http://ung.igem.org/wiki/images/b/b3/Title.png" width="603"
-
                  <ul id="topnav">
+
height="220" /></div>
-
    <li><a href="#">Link</a></li>
+
<div class="igemlogo"><a target="_blank"
-
    <li>
+
href="https://2011.igem.org"><img
-
        <a href="#">Link</a>
+
src="https://static.igem.org/mediawiki/2011/e/e2/Igemlogo.png" width="180"
-
        <!--Subnav Starts Here-->
+
height="150" alt="go to igem homepage" /></a></div>
-
        <span>
+
</div>
-
            <a href="#">Subnav Link</a> |
+
<!--banner-->
-
            <a href="#">Subnav Link</a> |
+
<div class="nav">
-
            <a href="#">Subnav Link</a>
+
<ul id="topnav">
-
        </span>
+
<li ><a id="P_Home" href="https://2011.igem.org/Team:ZJU-China/index.html">Home</a></li>
-
        <!--Subnav Ends Here-->
+
 
-
    </li>
+
<li><a id="P_Project"
-
    <li><a href="#">Link</a></li>
+
href="https://2011.igem.org/Team:ZJU-China/Project.html">Project</a> <!--Subnav Starts Here-->
 +
 
 +
 
 +
<!--Subnav Ends Here--></li>
 +
<li><a id="P_Team" href="https://2011.igem.org/Team:ZJU-China/Team.html">Team</a>
 +
 
 +
</li>
 +
<li><a id="P_Notebook"
 +
href="https://2011.igem.org/Team:ZJU-China/Notebook.html">Notebook</a></li>
 +
<li><a id="P_HumanPractice"
 +
href="https://2011.igem.org/Team:ZJU-China/Humanpractice.html">HumanPractice</a></li>
 +
<li id="search">
 +
<div id="searchbar">
 +
 
 +
<div>
 +
<form action="http://www.google.com.hk/cse" id="cse-search-box"
 +
target="_blank">
 +
<div><input type="hidden" name="cx"
 +
value="005438704919531788579:zbfi5n-q5du" /> <input type="hidden"
 +
name="cof" value="FORID:10" /> <input type="hidden" name="ie"
 +
value="UTF-8" /> <input type="text" name="q" size="15" /> <input
 +
type="submit" name="sa" value="Search" /></div>
 +
</form>
 +
<script type="text/javascript"
 +
src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script></div>
 +
</div>
 +
</li>
</ul>
</ul>
-
                </div>
 
-
            <div class="block" id="flash1">
 
-
<object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="660" height="270">
 
-
          <param name="movie" value="影片2.7.swf" />
 
-
                <param name="quality" value="high" />
 
-
                <param name="wmode" value="opaque" />
 
-
                <param name="swfversion" value="8.0.35.0" />
 
-
                <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
 
-
                <param name="expressinstall" value="Scripts/expressInstall.swf" />
 
-
                <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
 
-
                <!--[if !IE]>-->
 
-
                <object type="application/x-shockwave-flash" data="影片2.7.swf" width="660" height="270">
 
-
                  <!--<![endif]-->
 
-
                  <param name="quality" value="high" />
 
-
                  <param name="wmode" value="opaque" />
 
-
                  <param name="swfversion" value="8.0.35.0" />
 
-
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
 
-
                  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
 
-
                  <div>
 
-
                    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
 
-
                    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
 
-
                  </div>
 
-
                  <!--[if !IE]>-->
 
-
                </object>
 
-
                <!--<![endif]-->
 
-
              </object>
 
-
                </div>
 
-
<div class="block" id="part0">part0</div> 
 
-
              <p>&nbsp;</p>
 
-
            </div>
 
-
            <!----------main-------------->
 
-
            <div class="main">
 
-
              <div class="block" id="welcome">
 
-
              <div class="blocktop"></div>
 
-
              <div class="blockcontent">
 
-
          <h1>Welcome</h1>
 
-
                    <hr/>
 
-
                    <p>Welcome to the <a href="sdf">Home of ZJU-CHINA iGEM TEAM</a>. Though it's only a demo version of our wiki, we're hoping it'll be a good start for you to get to know ZJU-CHINA and us. Our team progress and more info will be frequently updated so that our iGEM experience could be shared as much as possible along the way. We truly welcome you to contact us for any cooperation or suggestion.</p>
 
-
              </div>
 
-
                <div class="links">
 
-
                <a>link1</a>
 
-
                    <a>link2</a>
 
-
                    <a>link3</a>
 
-
                </div>
 
-
                <div class="blockbottom"></div>
 
-
            </div>
 
-
             
 
-
<div class="block sidebar" id="note">
 
-
                <div class="sidebartop"></div>
 
-
                    <div class="blockcontent">
 
-
                    <h1>Note</h1>
 
-
                        <hr/>
 
-
                    </div>
 
-
                    <div class="links">
 
-
                <a>link1</a>
 
-
                    <a>link2</a>
 
-
                    <a>link3</a>
 
</div>
</div>
-
                    <div class="sidebarbottom"></div>
+
<!--navbar--> <script type="text/javascript">
-
                </div>
+
  document.getElementById('P_Team').onclick=function(){
-
               
+
  document.getElementById('P_Te').style.display='block'
-
                <div class="block" id="project">
+
 
-
                <div class="blocktop"></div>
+
    document.getElementById('P_Pr').style.display='none'
-
                    <div class="blockcontent">
+
document.getElementById('P_No').style.display='none'
-
                <h1>Project</h1>
+
document.getElementById('P_Hu').style.display='none'
-
                    <hr/>
+
<!-- document.getElementById('P_Pr').style.display='none' -->
-
                    <p>Welcome to the Home of ZJU-CHINA iGEM TEAM. Though it's only a demo version</p>
+
  };
-
                </div>
+
    document.getElementById('P_Project').onclick=function(){
-
                    <div class="links">
+
  document.getElementById('P_Pr').style.display='block'
-
                <a>link1</a>
+
    document.getElementById('P_Te').style.display='none'
-
                    <a>link2</a>
+
document.getElementById('P_No').style.display='none'
-
                    <a>link3</a>
+
document.getElementById('P_Hu').style.display='none'
-
            </div>
+
<!-- document.getElementById('P_Pr').style.display='none' -->
-
                <div class="blockbottom"></div>
+
  };
-
                </div>
+
    document.getElementById('P_Notebook').onclick=function(){
-
                <div class="block" id="team">
+
  document.getElementById('P_No').style.display='block'
-
                <div class="blocktop"></div>
+
    document.getElementById('P_Pr').style.display='none'
-
                    <div class="blockcontent">
+
document.getElementById('P_Te').style.display='none'
-
                <h1>Team</h1>
+
document.getElementById('P_Hu').style.display='none'
-
                    <hr/>
+
<!-- document.getElementById('P_Pr').style.display='none' -->
-
                    <p>Welcome to the Home of ZJU-CHINA iGEM TEAM. Though it's only a demo version</p>
+
  };
-
                </div>
+
    document.getElementById('P_HumanPractice').onclick=function(){
-
                    <div class="links">
+
  document.getElementById('P_Hu').style.display='block'
-
                <a>link1</a>
+
    document.getElementById('P_Pr').style.display='none'
-
                    <a>link2</a>
+
document.getElementById('P_No').style.display='none'
-
                    <a>link3</a>
+
document.getElementById('P_Te').style.display='none'
-
            </div>
+
<!-- document.getElementById('P_Pr').style.display='none' -->
-
                <div class="blockbottom"></div>
+
  };
-
                </div>
+
 
-
                <div class="block sidebar" id="twitter">
+
</script></div>
-
                <div class="sidebartop"></div>
+
<!--header-->
-
                    <div class="blockcontent">
+
<div id="contentwrapper">
-
                    <h1>Twitter</h1>
+
<div class="main">
-
                        <hr/>
+
<div class="bgpart3"></div>
-
                        <p>
+
<div class="block" id="flash1" style="margin-left: 0; padding-left: 0;">
-
                        <script src="http://widgets.twimg.com/j/2/widget.js"></script>
+
<script type="text/javascript">
-
<script>
+
    var t = n = 0, count;
-
new TWTR.Widget({
+
    $(document).ready(function(){   
-
  version: 2,
+
        count=$("#banner_list a").length;
-
  type: 'profile',
+
        $("#banner_list a:not(:first-child)").hide();
-
  rpp: 4,
+
        $("#banner_info").html($("#banner_list a:first-child").find("img").attr('alt'));
-
  interval: 6000,
+
        $("#banner_info").click(function(){window.open($("#banner_list a:first-child").attr('href'), "_blank")});
-
  width: 'auto',
+
        $("#banner li").click(function() {
-
  height: 300,
+
            var i = $(this).text() - 1;//获取Li元素内的值,即1,2,3,4
-
  theme: {
+
            n = i;
-
    shell: {
+
            if (i >= count) return;
-
      background: '#3399ff',
+
            $("#banner_info").html($("#banner_list a").eq(i).find("img").attr('alt'));
-
      color: '#ffffff'
+
            $("#banner_info").unbind().click(function(){window.open($("#banner_list a").eq(i).attr('href'), "_blank")})
-
     },
+
            $("#banner_list a").filter(":visible").fadeOut(500).parent().children().eq(i).fadeIn(1000);
-
     tweets: {
+
            document.getElementById("banner").style.background="";
-
      background: '#ffffff',
+
            $(this).toggleClass("on");
-
      color: '#3399ff',
+
            $(this).siblings().removeAttr("class");
-
      links: '#cc0066'
+
        });
 +
        t = setInterval("showAuto()", 8000);
 +
        $("#banner").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 8000);});
 +
     })
 +
   
 +
    function showAuto()
 +
     {
 +
        n = n >=(count - 1) ? 0 : ++n;
 +
        $("#banner li").eq(n).trigger('click');
     }
     }
-
  },
 
-
  features: {
 
-
    scrollbar: false,
 
-
    loop: false,
 
-
    live: false,
 
-
    hashtags: true,
 
-
    timestamp: true,
 
-
    avatars: false,
 
-
    behavior: 'all'
 
-
  }
 
-
}).render().setUser('zjuigem').start();
 
</script>
</script>
 +
<div id="banner" style="margin-left: 0; padding-left: 0;">
 +
<div id="banner_bg"></div>
 +
<!--标题背景-->
 +
<div id="banner_info"></div>
 +
<!--标题-->
 +
<ul>
 +
<li class="on">1</li>
 +
<li>2</li>
 +
<li>3</li>
 +
<li>4</li>
 +
<li>5</li>
 +
 +
</ul>
 +
<div id="banner_list">
 +
<a href="https://2011.igem.org/Team:ZJU-China/X-Overview.html" target="_blank">
 +
<img
 +
src="https://static.igem.org/mediawiki/2011/9/94/Zju-New1.jpg" title="" alt="" /></a>
 +
<a href="https://2011.igem.org/Team:ZJU-China/rainbo-Extension.html" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/2011/a/a8/New2.jpg" title="" alt="" /></a>
 +
<a href="https://2011.igem.org/Team:ZJU-China/Project.html" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/2011/0/00/Zju-h2.jpg" title="" alt="" /></a>
 +
 +
<a href="https://2011.igem.org/Team:ZJU-China/rainbo-Background.html" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/2011/5/54/Zju-h3.jpg" title="" alt="" /></a>
 +
 +
 +
<a href="#" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/2011/8/86/Zju-h5.jpg" title="" alt="" /></a>
 +
<!-- <a href="#" target="_blank"><img src="https://static.igem.org/mediawiki/2011/7/76/Zju-h6.jpg" title="" alt="" /></a>-->
 +
</div>
 +
</div>
 +
</div>
 +
 +
<!----------main-------------->
 +
 +
 +
 +
<div class="block" style="margin-left: 1px; padding-left: 1px"
 +
id="welcome">
 +
<div class="blocktop"></div>
 +
<div class="blockcontent">
 +
<h1 style="color:red">What's New</h1>
 +
<hr/>
 +
<p>
 +
<strong>Rainbofilm Extension</strong><br/>
 +
We extend the current primitive stratification system into a more precise, more controllable, and more versatile device. We start with improving the input signals of the rainbofilm system by Fine-tuning the stratification pattern and Changing the differentiation signal.
 +
<a href="https://2011.igem.org/Team:ZJU-China/rainbo-Extension.html">>>go to rainbofilm extension page</a>
</p>
</p>
-
                    </div>
+
<p><strong>X-film</strong><br/>
-
                    <div class="links">
+
After improving the behavior of rainbofilm, we think about more innovative ideas about biofilm. If we could rewire and even fine-tune the input and output, this stratified expression system will act as a machine that receives different inputs and make different responses just like single-input module .Thus we could produce a incredibly robust and engineerable biofilm, X-film.
-
                <a>link1</a>
+
We then developed X-film into three subprojects:<br/>
-
                    <a>link2</a>
+
<strong>Sugarfilm:</strong> Using biofilm to produce fuel.<br/><a href="https://2011.igem.org/Team:ZJU-China/X-Sugarfilm.html">>>go to Sugarfilm page</a><br/>
-
                    <a>link3</a>
+
<strong>Sensorfilm:</strong> Using biofilm as a more quantitative and robust biosensor with higher tolerance.<br/><a href="https://2011.igem.org/Team:ZJU-China/X-Sensorfilm.html">>>go to Sensorfilm page</a><br/>
-
          </div>
+
<strong>Gluefilm:</strong> Using biofilm as two-sided tapes that become sticky only after two fitted surface are put together.<br><a href="https://2011.igem.org/Team:ZJU-China/X-Gluefilm.html">>>go to Gluefilm page</a>
-
                    <div class="sidebarbottom"></div>
+
</p>
-
        </div>
+
<p><strong>Biofilm formation</strong><br/>
-
                <div class="block" id="flickr">
+
Quorum sensing plays an important role in biofilm formation. In many Gram-negative bacteria, quorum-sensing systems respond to N-acyl homoserine lactones (AHLs), which were proved to be essential for the architecture of biofilm. Thus we co-transformed our device along with BBa_K091191, a device capable of sending out AI-2 molecules under the control of a pBAD promoter that can be induced with arabinose.<br/><a href="https://2011.igem.org/Team:ZJU-China/bio-results.html" />>>See our results</a></p>
-
                <div class="blocktop"></div>
+
<p><strong>New software tools</strong>
-
              <div class="blockcontent">
+
<ul><li><p><a href="http://zjuchina.tk/rainbosim.php" target="_blank">RainboSim</a> : Design,  modeling and share your biofilm. </p></li>
-
                <h1>Flickr</h1>
+
    <li>
-
                    <hr/>
+
      <p><a href="http://itunes.apple.com/us/app/zju-china-igem-2011/id476785560?ls=1&mt=8" target="_blank"> ZJU China iGEM 2011 App</a> : A whole view and easy access to ZJU-China's work.</p></li>
-
                    <p>Welcome to the Home of ZJU-CHINA iGEM TEAM. Though it's only a demo version</p>
+
    </ul>
-
                </div>
+
</p>
-
                    <div class="links">
+
</div>
-
                <a>link1</a>
+
<div class="links"><a href="#top">Top</a> · <a
-
                    <a>link2</a>
+
href="https://2011.igem.org/Team:ZJU-China/X-Overview.html">X film page</a></div>
-
                    <a>link3</a>
+
<div class="blockbottom"></div>
-
            </div>
+
</div>
-
                <div class="blockbottom"></div>
+
<div class="block sidebar" style="margin-right: 1px; padding-right: 1px"
-
                </div>
+
id="hp">
-
               
+
<div class="sidebartop"></div>
-
                <div class="block sidebar" id="visits">
+
<div class="blockcontent">
-
                <div class="sidebartop"></div>
+
<h1>Human Practice</h1>
-
                    <div class="blockcontent">
+
<hr />
-
                    <h1>Visits</h1>
+
<p><a
-
                        <hr/>
+
href="https://2011.igem.org/Team:ZJU-China/Fundingreport.html">
-
                    </div>
+
Funding Guide </a></p>
-
                    <div class="sidebarbottom"></div></div>
+
<p><a
-
                <div class="block" id="sponsors">
+
href="https://2011.igem.org/Team:ZJU-China/Fundingreport.html"><img src="http://ung.igem.org/wiki/images/9/96/Guide10.jpg" width="191" height="145" /> </a></p>
-
                    <div class="blocktop"></div>
+
<p><a href="https://2011.igem.org/Team:ZJU-China/App.html">
-
              <div class="blockcontent">
+
  App</a></p>
-
                <h1>Sponsors</h1>
+
<p><a href="https://2011.igem.org/Team:ZJU-China/App.html"><img src="http://ung.igem.org/wiki/images/2/28/App.png" width="190" height="180" /></a></p>
-
                    <hr/>
+
<p><a
-
                    <p>Welcome to the Home of ZJU-CHINA iGEM TEAM. Though it's only a demo version</p>
+
href="https://2011.igem.org/Team:ZJU-China/Novel.html">Novel</a></p>
-
                </div>
+
<p><a
-
                    <div class="links">
+
href="https://2011.igem.org/Team:ZJU-China/Novel.html"><img src="https://static.igem.org/mediawiki/2011/7/73/Zju-novel4.jpg" width="190" /></a></p>
-
                <a>link1</a>
+
<p><a href="https://2011.igem.org/Team:ZJU-China/Safety.html"> Safety
-
                    <a>link2</a>
+
</a></p>
-
                    <a>link3</a>
+
 
-
            </div>
+
</div>
-
                <div class="blockbottom"></div>
+
<div class="links"><a href="#top">Top</a> · <a
-
                    </div>
+
href="https://2011.igem.org/Team:ZJU-China/Humanpractice.html">Human Practice page</a></div>
-
                <p style ="clear:both"></p>
+
<div class="sidebarbottom"></div>
-
            </div>
+
</div>
-
           
+
<div class="block" style="margin-left: 1px; padding-left: 1px"
-
          <div class="footer" id="footer">
+
id="project">
-
          <a> link1</a>
+
<div class="blocktop"></div>
-
          <a> link1</a>
+
<div class="blockcontent">
-
          <a> link1</a>
+
<h1>Project</h1>
-
        </div>
+
<hr />
 +
<p>Rainbofilm is a stratified expression system in
 +
biofilm, a self-organized module extensible for various needs.
 +
Researchers found a vertical oxygen gradient establishes in the biofilm.
 +
Such property allows us to use oxygen sensitive promoters to
 +
artificially induce differentiated functions through the spatial
 +
distribution of cells. Thus, the multi-step reaction can be processed
 +
within the different layers of the biofilm.<br />
 +
The biofilm and its layered structure form spontaneously.
 +
Also biofilm has the natural resistance to high levels of toxin. These
 +
two properties render the Rainbofilm a convenient stable system for
 +
bio-production and bio-sensor. The system can cater to different needs
 +
simply by changing downstream genes. One possible application is ethanol
 +
production. The cellulose is degraded to monose from the bottom to the
 +
middle layer, and the ethanol is produced and secreted in the surface to
 +
minimize the toxicity to the inner cells.</p>
 +
</div>
 +
<div class="links"><a href="#top">Top</a> · <a href="https://2011.igem.org/Team:ZJU-China/Project.html">Project page</a></div>
 +
<div class="blockbottom"></div>
 +
 
 +
</div>
 +
<div class="block sidebar" style="margin-right: 1px; padding-right: 1px"
 +
id="note">
 +
<div class="sidebartop"></div>
 +
<div class="blockcontent">
 +
<h1 style="font-size: 30px;">Achievements</h1>
 +
<hr />
 +
<p><strong>We've successfully completed:</strong></p>
 +
<p>▪ Improving an existing BioBrick Part or Device and enter this information back on the Experience Page of the Registry.</p>
 +
<p>▪ Helping another iGEM team by, for example, characterizing a part, debugging a construct, or modeling or simulating their system.</p>
 +
<p>▪ We've taken a special effort in modeling to make it comprehensive and helpful for each module of our project</p>
 +
<p>▪ We've clearly detailed our approaches to possible biosafety issues related with our project, and answered the safety questions.</p>
 +
</div>
 +
<div class="links"><a href="#top">Top</a> · <a
 +
href="https://2011.igem.org/Team:ZJU-China/judging.html">Achievements</a>·<a href="https://2011.igem.org/Team:ZJU-China/data.html">Data page</a></div>
 +
<div class="sidebarbottom"></div>
 +
</div>
 +
<div class="block" style="margin-left: 1px; padding-left: 1px" id="team">
 +
<div class="blocktop"></div>
 +
<div class="blockcontent">
 +
<h1>Team</h1>
 +
<hr />
 +
<p>We are a young and happy team of 13 scientists and
 +
  engineers from very diverse backgrounds.Although this is our first year
 +
  working on a wet lab project and biofilm experiments are new to us,
 +
  we're currently taking great efforts to build the whole system for
 +
  experiments.Our team progress and more info will be frequently updated
 +
  so that our iGEM experience could be shared as much as possible along
 +
  the way. We truly welcome you to contact us for any cooperation or
 +
  suggestion.</p>
 +
<p ><div id="Player" style="text-align:center"><object width="600" height="450"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fzjuigem%2Fshow%2F&page_show_back_url=%2Fphotos%2Fzjuigem%2F&user_id=65453895@N05&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=107931"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=107931" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fzjuigem%2Fshow%2F&page_show_back_url=%2Fphotos%2Fzjuigem%2F&user_id=65453895@N05&jump_to=" width="600" height="450"></embed></object></div></p>
 +
</div>
 +
<div class="links"><a href="#top">Top</a> · <a
 +
href="https://2011.igem.org/Team:ZJU-China/Team.html">Team page</a></div>
 +
<div class="blockbottom"></div>
 +
</div>
 +
<div class="block sidebar" id="note"
 +
style="margin-right: 1px; padding-right: 1px">
 +
<div class="sidebartop"></div>
 +
<div class="blockcontent">
 +
<h1 style="font-size: 30px;">Sponsors</h1>
 +
<hr />
 +
<p><a href="http://ugrs.zju.edu.cn/english/" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/igem.org/6/69/Bksy.gif" width="188" height="62" /></a></p>
 +
<p><a href="http://www.zuef.zju.edu.cn/en/web" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/igem.org/8/80/Jyjjh.png" width="188"
 +
height="66" /></a></p>
 +
<p><a href="http://www.zjubiolab.zju.edu.cn/page/" target="_blank"><img
 +
src="https://static.igem.org/mediawiki/igem.org/b/ba/Swsyzx.jpg" width="188"
 +
height="59" /></a></p>
 +
</div>
 +
 
 +
<div class="sidebarbottom"></div>
 +
</div>
 +
<p style="clear: both"></p>
 +
 
 +
</div>
 +
<div class="footer" id="footer"><a href="https://2011.igem.org/">
 +
iGem 2011 Home Page</a> <a href="http://ung.igem.org/Special:Upload/">
 +
Upload Files</a> <a
 +
href="https://2011.igem.org/wiki/index.php?title=Template:Zjucss_main&action=edit">Edit
 +
CSS</a> <a href="http://ung.igem.org/Team_Wikis?year=2011"> Team Wikis</a> <a
 +
href="mailto:zjuigem@gmail.com?"><strong>Contact Us</strong></a></div>
</div>
</div>
 +
<!--contentwrapper--></div>
</body>
</body>
</html>
</html>
-
{{zjucss_main}}
 

Latest revision as of 01:10, 29 October 2011

ZJU-China iGEM 2011

What's New


Rainbofilm Extension
We extend the current primitive stratification system into a more precise, more controllable, and more versatile device. We start with improving the input signals of the rainbofilm system by Fine-tuning the stratification pattern and Changing the differentiation signal. >>go to rainbofilm extension page

X-film
After improving the behavior of rainbofilm, we think about more innovative ideas about biofilm. If we could rewire and even fine-tune the input and output, this stratified expression system will act as a machine that receives different inputs and make different responses just like single-input module .Thus we could produce a incredibly robust and engineerable biofilm, X-film. We then developed X-film into three subprojects:
Sugarfilm: Using biofilm to produce fuel.
>>go to Sugarfilm page
Sensorfilm: Using biofilm as a more quantitative and robust biosensor with higher tolerance.
>>go to Sensorfilm page
Gluefilm: Using biofilm as two-sided tapes that become sticky only after two fitted surface are put together.
>>go to Gluefilm page

Biofilm formation
Quorum sensing plays an important role in biofilm formation. In many Gram-negative bacteria, quorum-sensing systems respond to N-acyl homoserine lactones (AHLs), which were proved to be essential for the architecture of biofilm. Thus we co-transformed our device along with BBa_K091191, a device capable of sending out AI-2 molecules under the control of a pBAD promoter that can be induced with arabinose.
>>See our results

New software tools

Project


Rainbofilm is a stratified expression system in biofilm, a self-organized module extensible for various needs. Researchers found a vertical oxygen gradient establishes in the biofilm. Such property allows us to use oxygen sensitive promoters to artificially induce differentiated functions through the spatial distribution of cells. Thus, the multi-step reaction can be processed within the different layers of the biofilm.
The biofilm and its layered structure form spontaneously. Also biofilm has the natural resistance to high levels of toxin. These two properties render the Rainbofilm a convenient stable system for bio-production and bio-sensor. The system can cater to different needs simply by changing downstream genes. One possible application is ethanol production. The cellulose is degraded to monose from the bottom to the middle layer, and the ethanol is produced and secreted in the surface to minimize the toxicity to the inner cells.

Team


We are a young and happy team of 13 scientists and engineers from very diverse backgrounds.Although this is our first year working on a wet lab project and biofilm experiments are new to us, we're currently taking great efforts to build the whole system for experiments.Our team progress and more info will be frequently updated so that our iGEM experience could be shared as much as possible along the way. We truly welcome you to contact us for any cooperation or suggestion.