Team:Tsinghua-E

From 2013.igem.org

(Difference between revisions)
 
(81 intermediate revisions not shown)
Line 3: Line 3:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
 
-
 
<style type="text/css">
<style type="text/css">
-
<!--
+
#content{height:732px;}
-
#content{height:1270px}
+
#catlinks{display:none}
 +
p{text-indent:0;font-weight:bold;}
#area1 {
#area1 {
position:absolute;
position:absolute;
-
left:0px;
+
left:20px;
-
top:140px;
+
top:111px;
-
width:975px;
+
width:937px;
-
height:450px;
+
height:428px;
-
z-index:1;
+
overflow: hidden;
overflow: hidden;
-
background-color: #CACAD9;
+
background-color:none;border:0px;
}
}
-
#leftbox{float: left;padding-top:18px;padding-left:21px;width:690px;height:414px}
+
.leftdh li{
-
#leftbox div{
+
position: relative;top:5px;left:-10px;
-
float: left;
+
height: 30px;width: 76px;
-
position: relative;margin: 16px 18px;
+
margin-left:-10px;
-
width: 194px;
+
list-style: none;
-
height: 171px;
+
float: left;
-
}
+
font-size:160%;
-
#leftbox div a {display:block; width:194px; height:171px; background:transparent;overflow:visible;position:relative;}
+
background:#4b4b4b;
-
#leftbox div a img {width:194px; height:171px; border:0;}
+
-
#leftbox div a img:hover {position:absolute; left:-16px; top:-18px; width:230px; height:203px; z-index:100;}
+
-
.div1{position: relative;}
+
-
.div2{position: relative;}
+
-
.div3{position: relative;}
+
-
.div4{position: relative;}
+
-
.div5{position: relative;}
+
-
.div6{position: relative;}
+
-
+
-
 
+
-
  #rightbox{float: right;position: relative;width:230px;height:414px;margin-top:18px;margin-right:24px;background: #5BB5E8;}
+
-
#rightbox h2{
+
-
color: white;
+
-
padding: 20px 20px 0px;
+
-
}
+
-
#rightbox p{
+
-
color: black;
+
-
padding: 10px 20px 20px;
+
-
font-size: 1.5em;
+
-
}
+
-
/*initial boxinfo appearance settings*/
+
-
#rightbox div.div1, #rightbox div.div2, #rightbox div.div3, #rightbox div.div4, #rightbox div.div5, #rightbox div.div6{
+
-
position: relative;
+
-
padding-top: 320px;
+
-
display: none;
+
-
}
+
-
/*bold colours for FRED and OSCAR*/
+
-
#rightbox div.div1 b{
+
-
color: #72E85B;
+
-
}
+
-
#rightbox div.div2 b{
+
-
color: #5EB7F0;
+
-
}
+
-
#area2 {
+
-
position:absolute;
+
-
left:0px;
+
-
top:600px;
+
-
width:975px;
+
-
height:500px;
+
-
z-index:2;
+
-
background-color: #CCFF66;
+
-
overflow: hidden;
+
}
}
-
#area3 {
+
.leftdh > li a{
-
position:absolute;
+
padding: 7px 12px;
-
left:0px;
+
}
-
top:1110px;
+
.leftdh a{
-
width:975px;
+
display: block;
-
height:140px;
+
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
-
z-index:3;
+
color: white;
-
background-color: #999999;
+
-
overflow: hidden;
+
}
}
-
-->
+
.leftdh a:hover{
 +
display: block;
 +
text-decoration: none;
 +
color:#B200B2;
 +
}
 +
.partx {position:relative;height:149px;width;149px; top:0px;left:0px;float:left;}
 +
.partx div,.partx span{display:none}
 +
.partx:hover div {background-color:white;z-index:50;position:absolute;filter:alpha(opacity=80);-moz-opacity:0.5;opacity: 0.5;height:30px;width:233px;display:block;top:150px;left:-42px;}
 +
.partx:hover span {z-index:50;position:absolute;height:30px;width:233px;display:block;top:150px;left:-42px;font-size:120%;color:#000000}
</style>
</style>
-
<script>
+
</head>
-
jQuery(document).ready(function($){
+
<div style="position:absolute;top:176px;left:56px;width:105px;height:186px;z-index:99;">
-
 
+
  <ul class="leftdh">
-
//eliminate jsnotice
+
<li><center><a href="/Team:Tsinghua-E/Biofarm" id="partslink">GAME</a></center></li>
-
$('#jsnotice').hide();
+
<li><center><a href="/Team:Tsinghua-E/Film" id="partslink">FILM</a></center></li>
-
 
+
  </ul>
 +
</div>
-
/*epic box info functionality*/
+
</div>
-
//small icons
+
-
$('#leftbox .iconbox').hover(
+
-
function(){
+
-
var className = $(this).attr('class').split(" ");
+
-
var box = className[0];
+
-
clearinfo();
+
-
$('#rightbox div.' + box).show();
+
-
},
+
-
function(){
+
-
clearinfo();
+
-
$('#rightbox_default').show();
+
-
});
+
-
//large icons
+
-
$('.imgbox').hover(
+
-
function(){
+
-
var id = $(this).parent().parent().attr('id');
+
-
clearinfo();
+
-
$('#rightbox div.' + id).show();
+
-
},
+
-
function(){
+
-
clearinfo();
+
-
$('#rightbox_default').show();
+
-
});
+
-
+
-
/*epic box FRED/OSCAR blank box disappearance*/
+
-
$('#div2').hover(
+
-
function(){
+
-
$('.gblank').hide();
+
-
$('.bblank').hide();
+
-
},
+
-
function(){
+
-
$('.gblank').show();
+
-
$('.bblank').show();
+
-
});
+
-
+
-
$('#div1').hover(
+
-
function(){
+
-
$('.gblank').hide();
+
-
$('.bblank').hide();
+
-
},
+
-
function(){
+
-
$('.gblank').show();
+
-
$('.bblank').show();
+
-
});
+
-
+
-
});
+
-
 
+
-
function clearinfo(){
+
-
$('#rightbox div').hide();
+
-
}
+
-
</script>
+
-
</head>
+
-
 
+
-
<body>
+
<div id="area1">
<div id="area1">
-
<div id="leftbox">
+
<img src="/wiki/images/d/d1/3_evolution_wsc.png">
-
  <div class="div1">
+
</div>
-
    <a href="https://2013.igem.org/Team:Tsinghua-E">
+
-
    <img src="/wiki/images/a/a2/Box1_r2_c2_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
  <div class="div2">
+
-
    <a href="https://2013.igem.org/Team:Tsinghua-E/Parts">
+
-
    <img src="/wiki/images/4/46/Box1_r2_c3_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
  <div class="div3">
+
-
    <a href="https://2013.igem.org/Team:Tsinghua-E/Project">
+
-
    <img src="/wiki/images/f/fa/Box1_r2_c4_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
  <div class="div4">
+
-
    <a href="https://2013.igem.org/Team:Tsinghua-E/Team">
+
-
    <img src="/wiki/images/b/bc/Box1_r4_c2_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
  <div class="div5">
+
-
    <a href="https://2013.igem.org/Team:Tsinghua-E/Humanpractice">
+
-
    <img src="/wiki/images/f/ff/Box1_r4_c3_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
  <div class="div6">
+
-
    <a href="https://2013.igem.org/Team:Tsinghua-E/Notebook">
+
-
    <img src="/wiki/images/9/9c/Box1_r4_c4_s2.png"></img>
+
-
    </a>
+
-
  </div>
+
-
        </div>
+
<div style="position:absolute;left:20px;top:565px">
-
<div id="rightbox">
+
<img src="/wiki/images/9/96/Sline.png">
-
<div id="rightbox_default">
+
-
<h2>The Concept</h2>
+
-
<p>Our team aimed at creating novel fast and irrational microbial cell factory by simulating natural Darwinian evolution process.</p>
+
-
</div>
+
-
+
-
<div class="div1">
+
-
<h2>Home</h2>
+
-
<p>FRED is our <b>F</b>unctional, <b>R</b>obust <b>E</b>lectrochemical <b>D</b>etector. FRED is responsible for detecting and measuring naphthenic acids (NAs) and is able to produce an electrochemical signal that can be measured. FRED can be used to measure toxins in tailings pond samples within minutes.</p>
+
-
</div>
+
-
<div class="div2">
+
-
<h2>OSCAR</h2>
+
-
<p>OSCAR is our <b>O</b>ptimized <b>S</b>ystem for <b>C</b>arboxylic <b>A</b>cid <b>R</b>emediation. OSCAR is responsible for converting toxins such as catechol and naphthenic acids into hydrocarbons. OSCAR is also capable of removing nitrogen and sulfur groups to further purify the hydrocarbons produced. Click on OSCAR to learn more!</p>
+
-
</div>
+
-
<div class="div3">
+
-
<h2>Decarboxylation</h2>
+
-
<p>In order to convert tailings pond toxins fully into hydrocarbons, we need to remove carboxylic acid groups. We are using the PetroBrick, from the University of Washington's 2011 iGEM team, to cleave off carboxylic acids to produce hydrocarbons. Click here to learn more!</p>
+
-
</div>
+
-
<div class="div4">
+
-
<h2>Catechol Degradation</h2>
+
-
<p>Catechol is a common toxic compound found in tailings ponds. We looked into giving OSCAR the ability to degrade catechol, which would also cleave ring structures of toxins.</p>
+
-
</div>
+
-
<div class="div5">
+
-
<h2>Flux-Variability Analysis</h2>
+
-
<p>We wanted to optimize OSCAR's output of hydrocarbons, so we computationally modelled how we can add particular metabolites to the growth media to increase hydrocarbon output. Click here to see what we found out!</p>
+
-
</div>
+
-
<div class="div6">
+
-
<h2>Catechol Degradation</h2>
+
-
<p>Catechol is a common toxic compound found in tailings ponds. We looked into giving OSCAR the ability to degrade catechol, which would also cleave ring structures of toxins.</p>
+
-
</div>
+
-
</div>
+
</div>
</div>
-
+
<div style="position:absolute;left:254px;top:565px">
 +
<img src="/wiki/images/9/96/Sline.png">
 +
</div>
 +
<div style="position:absolute;left:487px;top:565px">
 +
<img src="/wiki/images/9/96/Sline.png">
 +
</div>
 +
<div style="position:absolute;left:720px;top:565px">
 +
<img src="/wiki/images/9/96/Sline.png">
 +
</div>
 +
<div style="position:absolute;right:20px;top:565px">
 +
<img src="/wiki/images/9/96/Sline.png">
</div>
</div>
-
<div id="area2"></div>
 
-
<div id="area3"></div>
 
-
</html>
+
<div style="position:absolute;left:63px;top:546px">
-
 
+
<a class=partx href="/Team:Tsinghua-E/Part1">
-
<html>
+
  <div> </div> <span> <center><p>Hi,I'm Thu-E Mutation Part!</p></center></span>
-
<div style="z-index:4;position:absolute;left:0px;top:600px;
+
  <img src="/wiki/images/8/8d/4_1s.png">
-
width:975px;
+
</a>
-
height:140px;">
+
</div>
-
</html>
+
<div style="position:absolute;left:297px;top:546px">
-
=='''Title and Abstract'''==
+
<a class=partx href="/Team:Tsinghua-E/Part2"><div> </div>
-
 
+
  <span>  <center><p>Hi,I'm THU-E Sensor Part!</p></center></SPAN>
-
{|align="justify"  
+
  <img src="/wiki/images/8/88/4_2s.png">
-
|'''Darwinian evolution for microbial cell factory:'''
+
</a>
-
|-
+
</div>
-
|           '''in vivo evolution engineering towards tryptophan-overproduction superbug'''
+
<div style="position:absolute;left:530px;top:546px">
-
|-
+
<a class=partx href="/Team:Tsinghua-E/Part3"><div> </div>
-
|  '''Darwinian evolution''' shows great power in creating incredible biological function in amazing speed. Inspired by this, our team aimed at creating novel fast and irrational microbial cell factory by simulating natural Darwinian evolution process. With tryptophan as target product, a novel tryptophan biosensor utilizing translating ribosome mechanism was firstly developed as '''the foundation for tryptophan productivity''' and '''selection pressure switch module'''.
+
  <span>  <center><p>Hi,I'm THU-E Bitter Defender Part!</p></center></SPAN>
-
|-
+
  <img src="/wiki/images/7/7f/4_3s.png">
-
|  We further constructed this tryptophan overproduction selection gene circuit coupling with in vivo mutation machine (mutator gene of mutD). By fine-tuning the selection conditions, our selection circuit showed good tryptophan dependent growth property, which provides the foundation for further evolution. As a preliminary result of this project,we successfully evolved an ancestor with zero productivity to a high-tryptophan producer only after several rounds of evolution.
+
</a>
-
|-
+
</div>
-
|[[File:Logo-1s.png|center]]
+
<div style="position:absolute;left:763px;top:546px">
-
|}
+
<a class=partx href="/Team:Tsinghua-E/Part4"><div> </div>
-
<html>
+
  <span>  <center><p>Hi,I'm THU-E Sweet Pressure Part!</p></center></SPAN>
 +
  <img src="/wiki/images/1/15/4_4s.png">
 +
</a>
</div>
</div>
-
</body>
 
-
</html>
 

Latest revision as of 16:04, 27 September 2013

  • Totop






Hi,I'm Thu-E Mutation Part!

Hi,I'm THU-E Sensor Part!

Hi,I'm THU-E Bitter Defender Part!

Hi,I'm THU-E Sweet Pressure Part!