Team:ZJU-China
From 2011.igem.org
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Loading, Please Wait.. | Loading, Please Wait.. | ||
+ | {{Template:Zjuheader}} | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
Line 8: | Line 9: | ||
<link rel='stylesheet' type='text/css' href='main.css' /> | <link rel='stylesheet' type='text/css' href='main.css' /> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | 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:660px; | ||
+ | height:270px; | ||
+ | margin-left:20px; | ||
+ | background-color:transparent; | ||
+ | filter:alpha(opacity=80); | ||
+ | -moz-opacity:0.8; | ||
+ | -khtml-opacity: 0.8; | ||
+ | opacity: 0.8; | ||
+ | } | ||
+ | div #part0{ | ||
+ | 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; | ||
+ | } | ||
+ | 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:left; | ||
+ | width:930px; | ||
+ | } | ||
+ | #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; | ||
+ | } | ||
+ | #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; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
Line 13: | Line 304: | ||
<body> | <body> | ||
<div id="contentwrapper"> | <div id="contentwrapper"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<div class="block" id="flash1"> | <div class="block" id="flash1"> | ||
<object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="660" height="270"> | <object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="660" height="270"> | ||
Line 100: | Line 344: | ||
<div class="sidebarbottom"></div> | <div class="sidebarbottom"></div> | ||
</div> | </div> | ||
- | + | ||
<!----------main--------------> | <!----------main--------------> | ||
<div class="main"> | <div class="main"> | ||
Line 264: | Line 508: | ||
</body> | </body> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- |
Revision as of 07:58, 15 September 2011
Loading, Please Wait..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Welcome
Welcome to the Home of ZJU-CHINA iGEM TEAM. 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.
Project
Being self-organized, highly tolerant and moduled are the main reasons why we chose biofilm as a new synthetic system. Researchers have found that an oxygen gradient is established automatically with the depth of biofilm. Such property allows us to use oxygen sensitive promoters to artificially induce a differentiated expression through the spatial distribution of cells. The natural capability to sustain higher levels of toxin renders biofilm a more stable expression system. Furthermore, convenience and generality makes our biolfilm system highly applicable. Biofilm is formed automatically, which saves much labor compared with traditional bio-reactors. The reaction system can be easily designed and cater to different needs simply with a change of downstream reporter genes. Through stratified biofilm, the cellulose is degraded to monose from the bottom to the middle layer, and the ethanol is produced in the surface.
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.