Team:Tec-Monterrey/projectdescription

From 2011.igem.org

(Difference between revisions)
 
(36 intermediate revisions not shown)
Line 62: Line 62:
body {
body {
-
 
font: 12px Tahoma, Geneva, sans-serif;
font: 12px Tahoma, Geneva, sans-serif;
-
background-image: url(https://static.igem.org/mediawiki/igem.org/a/aa/Posiblefondo01.png);
+
background-image: url(https://static.igem.org/mediawiki/2011/4/43/Lefondoleposter.png);
         background-repeat:no-repeat;
         background-repeat:no-repeat;
       background-size: 100%;
       background-size: 100%;
Line 154: Line 153:
}
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
-
background: #f6af1b; /*float amarillo*/
+
background: #339dff; /*float amarillo*/
color: #FFF;
color: #FFF;
}
}
Line 161: Line 160:
font:12px arial;
font:12px arial;
width:700;
width:700;
-
height:300;
+
height:350;
-
max-height: 300px;
+
max-height: 350px;
border:none;
border:none;
overflow:auto;
overflow:auto;
Line 218: Line 217:
/* panel heading on rollover */
/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover {
.panel h2:hover, .panelcollapsed h2:hover {
-
background-color: #FC3;
+
background-color: #339dff;
color: #FFF;
color: #FFF;
}
}
Line 250: Line 249:
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
-
 
-
 
-
 
-
 
i = 0
i = 0
var speed = 10
var speed = 10
Line 271: Line 266:
t1=setTimeout("scrollUp()",100)
t1=setTimeout("scrollUp()",100)
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
function changeImg(n) {
 
-
 
-
//url goes here
 
-
var imgname = new Array();
 
-
imgname[0] = "https://static.igem.org/mediawiki/2011/5/58/Highlights01.png";
 
-
imgname[1] = "https://static.igem.org/mediawiki/igem.org/a/ad/Highlights02.png";
 
-
imgname[2] = "https://static.igem.org/mediawiki/igem.org/e/eb/Highlights03.png";
 
-
imgname[3] = "https://static.igem.org/mediawiki/igem.org/4/4a/Highlights04.png";
 
-
 
-
 
-
var name = imgname[n];
 
-
document.getElementById('imagered').src=name;
 
-
}
 
-
 
-
 
// -----------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------
Line 298: Line 272:
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_HEADING_TAG    = "h2";
var PANEL_HEADING_TAG    = "h2";
-
var PANEL_HEADING_TAG2    = "h3";
 
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_COOKIE_NAME    = "panels";
var PANEL_COOKIE_NAME    = "panels";
Line 309: Line 282:
// get all headings
// get all headings
-
var ht2 = document.getElementsByTagName(PANEL_HEADING_TAG);
+
var headingTags = document.getElementsByTagName(PANEL_HEADING_TAG);
-
var ht3 = document.getElementsByTagName(PANEL_HEADING_TAG2);
+
-
+
-
var c1 = 0;
+
-
var c2 = 0;
+
-
var full = ht2.length + ht3.length;
+
-
var headingTags = new Array(full);
+
-
+
-
for (var j = 0; j < full; j++)
+
-
{
+
-
if (c1 < ht2.length) {
+
-
headingTags[j] = ht2[c1];
+
-
c1++;
+
-
}
+
-
if (c1 >= ht2.length) {
+
-
headingTags[j] = ht3[c2];
+
-
c2++;
+
-
}
+
-
}
+
// go through all tags
// go through all tags
Line 397: Line 352:
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var direction = (!expanding ? -1 : 1);
var direction = (!expanding ? -1 : 1);
-
+
if (direction > 0)
 +
collapseAll();
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
}
}
-
 
+
/**
 +
* Change the height of the target
 +
* @param panelContent reference to the panel content to change height
 +
* @param iteration current iteration; animation will be stopped when iteration reaches PANEL_ANIMATION_STEPS
 +
* @param stepHeight height increment to be added/substracted in one step
 +
* @param direction 1 for expanding, -1 for collapsing
 +
*/
function animateStep(panelContent, iteration, stepHeight, direction)
function animateStep(panelContent, iteration, stepHeight, direction)
{
{
Line 506: Line 468:
-->
-->
</script>
</script>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
</head>
</head>
Line 544: Line 517:
     <div class="panelcontent" style="">
     <div class="panelcontent" style="">
     
     
-
 
+
                  <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectoverview">overview</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectparts">parts</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectparts">parts</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectmodeling">modeling</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectmodeling">genetic frame</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults/methods">methods</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamha">human approach</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectprotocols">protocols</a><p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p>
 +
 
           </div>
           </div>
</div>
</div>
Line 561: Line 539:
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers">members</a></p>
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers">members</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teaminstallations">installations</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teaminstallations">headquarters</a></p>
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamha">human approach</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p>
-
 
+
 
  </div>
  </div>
</div>
</div>
Line 582: Line 559:
  </div>
  </div>
       </li>
       </li>
-
    </ul>
+
 
-
   
+
</ul>
 +
 
</div>
</div>
    
    
<div class="content">
<div class="content">
-
           
+
<div style="
-
  <!--in sub pages, this divisions should be comments! :D-->
+
text-align:center;">
 +
 +
<!--in sub pages, this divisions should be comments! :D-->
         <div style="  
         <div style="  
padding:25px 50px;
padding:25px 50px;
-
        background-color:#04191d;
+
background-color:#04191d;
-
        color:#333;
+
color:#333;
-
margin:5px 50px;
+
text-align:left;
-
  ">
+
margin:5px 30px;">
-
 
+
</head>
</head>
<body>
<body>
 +
<div align="justify">
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
-
<div class="frame" id="frame1" style="background-color:#e5e5e5;
+
<div class="frame" id="frame1" style="background-color:#e5e5e5;">
-
scrollbar-face-color:#04191d;
+
<br>
-
scrollbar-base-color:#EBF5FF;
+
   
-
scrollbar-arrow-color:black;
+
-
scrollbar-track-color:#F3F3F3;
+
-
scrollbar-shadow-color:#04191d;
+
-
scrollbar-highlight-color:#EBF5FF;
+
-
scrollbar-3dlight-color:#78AAFF;
+
-
scrollbar-darkshadow-Color:#78AAFF;">
+
-
 
+
-
<br>
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2011/9/94/Abstractimg01.png" alt="" name="" width="200" height="50" id="tgo">
+
<center><img src="https://static.igem.org/mediawiki/2011/9/94/Abstractimg01.png" alt="" name="" width="200" height="50" id="tgo"> </center>
<br>
<br>
-
Production of sugarcane used to be a high profit activity in the Mexican industry. Nonetheless, the increasing demand for high fructose syrup has become a rising threat to most sugar companies. Our project aims to help the sugarcane industry by giving them a competitive edge with the aid of synthetic biology. Our new genetic construct will be able to immobilize cellulase and invertase by cell surface display technique fusing them to bacterial natural membrane protein fragments. This system will be able to take advantage of cellulose residue and to transform sucrose into fructose without any chemical/mechanical purification process that may damage or destroy the bacteria, reducing unit operations, and cutting production costs.
+
    <p class="textojustif">  Production of sugarcane used to be a high profit activity in the Mexican industry. Nonetheless, the increasing demand of high fructose syrup has become a rising threat to most sugar companies. Our project expects to apply synthetic biology to use sugar obtained from sugarcane in an industrial sugar-fructose process, intending to make it simpler and more profitable. The new genetic construct will be able to immobilize invertase by fusing it to bacterial natural membrane protein fragments through a technique for cell surface display. This system will catalyze the transformation of sucrose into fructose directly, without the need of any chemical or mechanical purification process to obtain the enzyme, reducing the amount of unit operations, and cutting production costs. Also, we will use the same principle to immobilize cellulase, converting cellulose from bagasse into useful substrate for biofuel production.  
<br>
<br>
-
<img src="https://static.igem.org/mediawiki/2011/a/a1/Introimg.png" alt="" name="" width="200" height="50" id="tgo">
 
<br>
<br>
-
Cell surface display is a technique to display proteins on the surface of bacteria, fungi, or mammalian cells by fusing them to surface anchoring motifs. This technique has a wide range of biotechnological and industrial applications, including development of vaccines, peptide and antibody libraries, bioremediation, whole-cell-biocatalysis, and whole-cell-biosensors. When protein is expressed in the outer membrane of E. coli the cell envelope acts as a matrix. It is achievable thanks to several systems as outer membrane porins, lipoproteins, GPI-anchored-proteins, fimbriae, and autotransporters. (Jana S & Deb JK, 2005; Lee SH <i>et al</i>., 2004) Displaying proteins on the cell surface also makes preparing or purifying the protein unnecessary in many instances. Whole cells displaying the molecule of interest can be used in reactions or analytical assays and then can be simply removed by centrifugation. (Joachim J & Meyer TF, 2007)
 
-
<br><br><br>
 
-
The type V autotransporters are composed of an N-terminal sec-dependent signal peptide, a passenger domain and a translocator domain that are predicted to form a β-barrel.  (Rutherford et al. 2006) In this project, the natural passenger domain of the autotransporter estA from <i>Pseudomonas sp </i> was replaced by a cellulase and an invertase to display them at the bacterial surface by the translocator domain of the estA protein. The Sec machinery operates to insert proteins the cytoplasmic membrane of bacteria, but it cannot translocate folded substrates across the membrane, while the Tat (twin-arginine translocation) system functions to translocate folded proteins across the cytoplasmic membrane in bacteria. (Yuan J <i>et al </i>., 2010) The Sec translocase is comprised of the SecYEG translocation channel and the accessory components SecA, SecDFYajC, and YidC. (Yuan J <i>et al</i>., 2010) Using signal peptide of a protein which is naturally transported to the cytoplasma, we expect successful localization of the cellulase and the invertase at the external surface of <i>E. coli</i>. In the other hand, we used a fragment of an integral outer membrane ompA with signal peptide of a lipoprotein lpp (BBa_K103006) to express the same enzymes by the type II sec secretion system.
 
-
<br><br>
 
-
Inverted sugar contains fructose and glucose in roughly equal proportions. This product is greater in demand than pure glucose as a food and drink sweetener. The conventional method of manufacturing inverted Sugar involves acid hydrolysis of sucrose. However, such reaction has a low conversion efficiency and high-energy consumption, so the cost of production is high. Our new genetic construct will be able to immobilize invertase by cell surface display technique fusing them to fragments of ompA and estA. This system will be capable to transform sucrose into fructose by an enzymatic method without destroying the bacteria; thus reducing the amount of unit operations required to purify only the enzyme and cutting production costs. At the same time, we will immobilize cellulase with the same strategy to take advantage of cellulose residues from the sugarcane process, making the device sustainable.
 
-
 
-
<br>
 
-
<img src="https://static.igem.org/mediawiki/2011/6/66/Referencesimg.png" alt="" name="" width="200" height="50" id="tgo">
 
-
<br>
 
-
<br>
 
-
    Joachim J & Meyer TF (2007) The Autodisplay Story, from Discovery to Biotechnical and Biomedical Applications. Microbiology and Molecular Biology Reviews. Vol. 71, No. 4. p. 600–619
 
-
<br>
 
-
<br>
 
-
    Lee SH, Choi JI, Park SJ, Lee SY & Park BC. (2004) Display of Bacterial Lipase on the <i>Escherichia coli</i> Cell Surface by Using FadL as an Anchoring Motif and Use of the Enzyme in Enantioselective Biocatalysis. Applied and Environmental Microbiolgy. Vol. 70, No. 9 p. 5074–5080
 
-
<br>
 
-
<br>
 
-
    Rutherford N & Mourez M.(2006) Review Surface display of proteins by Gram-negative bacterial autotransporters. Microbial Cell Factories 5:22
 
-
<br>
 
-
<br>
 
-
    S. Jana . J. K. Deb (2005) Strategies for efficient production of heterologous proteins in <i>Escherichia coli</i>. Appl Microbiol Biotechnol 67: 289–298.
 
-
<br>
 
-
<br>
 
-
    Yuan J, Zweers JC, Maarten van Dijl J, Dalbey RE. (2010) Protein transport across and into cell membranes in bacteria and archaea. Cell. Mol. Life Sci. 67:179–199
 
-
<br>
 
</p>
</p>
-
 
</div>
</div>
-
<br><hr>
+
<hr>
-
<br><input type="button" value="Up" onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
+
<br/>
-
<input type="button" value="Down" onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
+
<input type="button" value="   Up   " onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
-
</div>
+
<input type="button" value=" Down " onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
-
</body>
+
</div></body></html>
-
 
+
-
</html>
+

Latest revision as of 20:48, 20 October 2011

wiki

iGEM

 

 



Production of sugarcane used to be a high profit activity in the Mexican industry. Nonetheless, the increasing demand of high fructose syrup has become a rising threat to most sugar companies. Our project expects to apply synthetic biology to use sugar obtained from sugarcane in an industrial sugar-fructose process, intending to make it simpler and more profitable. The new genetic construct will be able to immobilize invertase by fusing it to bacterial natural membrane protein fragments through a technique for cell surface display. This system will catalyze the transformation of sucrose into fructose directly, without the need of any chemical or mechanical purification process to obtain the enzyme, reducing the amount of unit operations, and cutting production costs. Also, we will use the same principle to immobilize cellulase, converting cellulose from bagasse into useful substrate for biofuel production.