Team:PennState/diauxie/intro

From 2008.igem.org

(Difference between revisions)
(New page: There are currently a only few dependable transcriptional induction systems that are readily available for use in E. coli and other bacteria. Some common systems use proteins such as LacI...)
(New introduction a la email from Garrett)
Line 1: Line 1:
-
There are currently a only few dependable transcriptional induction systems that are readily available for use in E. coli and other bacteria. Some common systems use proteins such as LacI and AraC to sense the level of sugars such as lactose and arabonose respectively. In both these cases the presence of glucose affects the amount of transcription promoted by each operator; in wildtype bacteria the genes downstream of these operators are involved with metabolism of the sugar associated with the control of that gene system. This phenomenon of preferential sugar usage for cell growth is called diauxie.
+
<html>
 +
<head>
 +
<style>
 +
#globalWrapper {
 +
  background-image: url("https://static.igem.org/mediawiki/2008/e/e4/Bglogo.png") !important;
 +
background-repeat: repeat;
 +
}
-
In this project our goal is to introduce a new induction system that uses xylose as the inducer. To make this system unique, transcription will be activate in the presence of xylose in both the case of glucose being and not being available to the cell. This will create a diverse new way of initiating transcription that isn’t limited to cases only where glucose in not a carbon source.  
+
.ideasList{
 +
margin-bottom:30px
 +
}
-
In addition to creating a valuable new tool for the part registry, this project has useful applications in the bioproduction industry. Common biomass feedstocks used for production contain a mixture of glucose and xylose. When growing cells using these carbon sources glucose is used first, then depending on the process xylose is consumed or removed as waste. This leads to inefficiency in production, especially if a continuous process is desired. Separation of xylose from glucose is very costly, and so is the lag time when the cells are switching from glucose to xylose metabolism. The induction system we are creating would eliminate this problem by eliminating diaxuie, leading to more efficient production by using  both sugars at the same time. One example of where our system is relevant is during the conversion of biomass to ethanol using bacteria.
+
ul#sub {
 +
margin:0px;
 +
padding:0px;
 +
font-size:12px;
 +
list-style-image:none;
 +
list-style-type:none;
-
… better connection to ethanol
+
}
 +
 
 +
#sub li { margin-bottom:20px;}
 +
 
 +
#sub li a {
 +
color:#3300FF;
 +
text-decoration:underline;
 +
}
 +
 
 +
#sub li a:hover {
 +
text-decoration:none;
 +
}
 +
 
 +
.links {
 +
width:100%;
 +
background-color:#000;
 +
margin-bottom:30px;
 +
}
 +
 
 +
.links tr {
 +
background-color: rgb(155, 230, 159);
 +
}
 +
 
 +
.links td {
 +
padding: 0;
 +
}
 +
 
 +
 
 +
.links a{
 +
display: block;
 +
width: 100%;
 +
height: 100%;
 +
margin: 0;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 14px;
 +
color: #000;
 +
}
 +
 
 +
.links a:active {
 +
}
 +
 
 +
.links a:hover {
 +
background-color: rgb(37,169,113);
 +
}
 +
 
 +
#header {
 +
width: 100%;
 +
text-align: center;
 +
}
 +
 
 +
h4 {
 +
font-size: 14pt;
 +
font-weight: normal;
 +
}
 +
 
 +
dt {
 +
font-size: 12pt;
 +
}
 +
 
 +
#projectnav h4 {
 +
padding: .4ex;
 +
}
 +
 
 +
#projectnav dt {
 +
font-weight: normal;
 +
margin: 1.5ex 0 0 0;
 +
}
 +
 
 +
#projectnav h4, #projectnav dt, #projectnav dd {
 +
text-align: center;
 +
text-indent: 0;
 +
margin-left: 0;
 +
}
 +
 
 +
#hbnav dd {
 +
background-color: rgb(0,80,200);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: .8ex;
 +
}
 +
 
 +
#denav dd{
 +
background-color: rgb(37,170,113);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: 1ex;
 +
margin-top: 0;
 +
}
 +
 
 +
#projectnav a {
 +
color: #fff;
 +
}
 +
 
 +
#pagecontent p {
 +
text-indent: 1.25em;
 +
}
 +
 
 +
p.start:first-line {
 +
font-weight: bold;
 +
}
 +
</style>
 +
<! -- END of style sheet -->
 +
 
 +
</head>
 +
<body>
 +
 
 +
<!-- First table displays centered iGEM 2007 Logo --> 
 +
<div id="header">
 +
<img src="https://static.igem.org/mediawiki/2008/d/df/Penn_state_igem_logo.JPG" alt="Penn State" />
 +
</div>
 +
 
 +
<!-- Table displaying top row of links -->
 +
<table class="links" >
 +
  <tr>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState" title="Welcome!">Home</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Team" >The Team</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Project" title="Full Abstracts.">The Project</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Parts">Parts</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Notebook" title="Day to day lab activity">Notebook</a> </td>
 +
  </tr>
 +
</table>
 +
 
 +
<table> <!-- Table for content area -->
 +
<tr>
 +
 
 +
<!--
 +
  Navigation menu for the projects
 +
  The table is extended to include the introduction paragraph and the information blocks
 +
-->
 +
<td valign="top" width="20%" id="projectnav">
 +
<h4>Diauxie Elimination</h4>
 +
<dl id="hbnav">
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/intro">Introduction</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/overview">Overview</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/parts" title="Parts submitted to the registry for this project">Parts</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</dd>
 +
</dl>
 +
<h4>Hormone Biosensors</h4>
 +
<dl id="denav">
 +
  <dd><a href="hbintro" title="Intro to Endocrine Disruption, pseudoestrogens, pthalates, nuclear hormone receptors, and our goals">Introduction</a></dd>
 +
  <dt>Smart Fold</dt>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/smartfold/overview">Overview</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/smartfold/parts" title="Parts submitted to the registry for this project">Parts</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/smartfold/references">References</a></dd>
 +
  <dt>Nuclear Fusion</dt>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/fusion/overview">Overview</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/fusion/parts" title="Parts submitted to the registry for this project">Parts</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/fusion/references">References</a></dd>
 +
</dl>
 +
</td>
 +
 
 +
<!-- Main content area -->
 +
<td valign="top" id="pagecontent" width="80%"><span style="font-size: 16pt">Introduction</span>
 +
<hr/>
 +
<p class="start">There are currently a only few dependable transcriptional induction systems that are readily available for use in <cite>E. coli</cite>  and other bacteria. Some common systems use proteins such as LacI and AraC to sense the level of sugars such as lactose and arabinose respectively. In both these cases the presence of glucose affects the amount of transcription promoted by each operator; in wild-type bacteria the genes downstream of these operators are involved with metabolism of the sugar associated with the control of that gene system. This phenomenon of preferential sugar usage for cell growth is called <strong>diauxie</strong>.</p>
 +
 
 +
<p>In this project our goal is to introduce <strong>a new induction system</strong> that uses xylose as the inducer. To make this system unique, transcription will be activated in the presence of xylose regardless of the presence of glucose in the cell. This will create a novel and useful new way of initiating transcription that isn’t limited to cases where glucose is not a carbon source.</p>
 +
 
 +
<p>In addition to creating <strong>a valuable new tool for the part registry</strong>, this project has useful applications in the <a href="http://en.wikipedia.org/wiki/Bioconversion_of_biomass_to_mixed_alcohol_fuels">bioproduction</a> industry, including (but not limited to) conversion of biomass to ethanol using bacteria. Common biomass feedstocks used for production contain a 50:50 mixture of glucose and xylose. When cells are grown on this mixed carbon source, diauxie causes glucose to be used first, then depending on the process xylose is consumed or removed as waste. This leads to inefficiency in production, especially if a continuous process is desired. Separation of xylose from glucose is very costly, and so is the lag time when the cells are switching from glucose to xylose metabolism. <strong>The induction system we are creating would eliminate this problem by eliminating diaxuie, leading to more efficient production by using  both sugars at the same time.</strong></p>
 +
 
 +
 
 +
 
 +
 
 +
</td></tr></table> <!-- end the table for content quadrants -->
 +
</td></tr></table> <!-- end content block that is adjacent to sidelinks -->
 +
</body>
 +
</html>

Revision as of 18:48, 27 October 2008

Diauxie Elimination

Introduction
Overview
Parts
References

Hormone Biosensors

Introduction
Smart Fold
Overview
Parts
References
Nuclear Fusion
Overview
Parts
References
Introduction

There are currently a only few dependable transcriptional induction systems that are readily available for use in E. coli and other bacteria. Some common systems use proteins such as LacI and AraC to sense the level of sugars such as lactose and arabinose respectively. In both these cases the presence of glucose affects the amount of transcription promoted by each operator; in wild-type bacteria the genes downstream of these operators are involved with metabolism of the sugar associated with the control of that gene system. This phenomenon of preferential sugar usage for cell growth is called diauxie.

In this project our goal is to introduce a new induction system that uses xylose as the inducer. To make this system unique, transcription will be activated in the presence of xylose regardless of the presence of glucose in the cell. This will create a novel and useful new way of initiating transcription that isn’t limited to cases where glucose is not a carbon source.

In addition to creating a valuable new tool for the part registry, this project has useful applications in the bioproduction industry, including (but not limited to) conversion of biomass to ethanol using bacteria. Common biomass feedstocks used for production contain a 50:50 mixture of glucose and xylose. When cells are grown on this mixed carbon source, diauxie causes glucose to be used first, then depending on the process xylose is consumed or removed as waste. This leads to inefficiency in production, especially if a continuous process is desired. Separation of xylose from glucose is very costly, and so is the lag time when the cells are switching from glucose to xylose metabolism. The induction system we are creating would eliminate this problem by eliminating diaxuie, leading to more efficient production by using both sugars at the same time.