Team:Tsinghua-E

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
-
<title>homebox</title>
+
 
<style type="text/css">
<style type="text/css">
<!--
<!--
Line 18: Line 18:
background-color: #CACAD9;
background-color: #CACAD9;
}
}
 +
#leftbox{float: left;padding-top:18px;padding-left:21px;width:690px;height:414px}
 +
#leftbox div{
 +
float: left;
 +
position: relative;margin: 16px 18px;
 +
width: 194px;
 +
height: 171px;
 +
}
 +
#leftbox div a {display:block; width:194px; height:171px; background:transparent;overflow:visible;position:relative;}
 +
#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 {
#area2 {
position:absolute;
position:absolute;
Line 40: Line 81:
-->
-->
</style>
</style>
 +
<script>
 +
jQuery(document).ready(function($){
 +
 +
//eliminate jsnotice
 +
$('#jsnotice').hide();
 +
 +
 +
/*epic box info functionality*/
 +
//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>
</head>
Line 45: Line 145:
<div id="area1">
<div id="area1">
<div id="leftbox">
<div id="leftbox">
-
<div id="homebox">
+
  <div class="div1">
-
<a href="https://2013.igem.org/Team:Tsinghua-E">
+
    <a href="https://2013.igem.org/Team:Tsinghua-E">
-
<div class="imgbox">
+
    <img src="/wiki/images/a/a2/Box1_r2_c2_s2.png"></img>
-
<img src="https://static.igem.org/mediawiki/2013/5/5f/Box1_r2_c2.png"></img>
+
    </a>
-
</div>
+
  </div>
-
</a>
+
  <div class="div2">
-
</div>
+
    <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>
 +
<div id="rightbox">
 +
<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>
<div id="area2"></div>
<div id="area2"></div>
<div id="area3"></div>
<div id="area3"></div>
 +
</html>
</html>
Line 80: Line 238:
</body>
</body>
</html>
</html>
-
 
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
<!--- The Mission, Experiments --->
 

Revision as of 00:31, 7 September 2013

  • Totop






The Concept

Our team aimed at creating novel fast and irrational microbial cell factory by simulating natural Darwinian evolution process.

Home

FRED is our Functional, Robust Electrochemical Detector. 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.

OSCAR

OSCAR is our Optimized System for Carboxylic Acid Remediation. 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!

Decarboxylation

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!

Catechol Degradation

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.

Flux-Variability Analysis

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!

Catechol Degradation

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.

Title and Abstract

Darwinian evolution for microbial cell factory:
          in vivo evolution engineering towards tryptophan-overproduction superbug
  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.
  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.
Logo-1s.png