Team:Tec-Monterrey/projectdescription

From 2011.igem.org

(Difference between revisions)
 
(79 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
 +
<title>wiki</title>
<title>wiki</title>
<style type="text/css">
<style type="text/css">
<!--
<!--
#top-section {
#top-section {
-
 
+
      height: 100px;
-
  height: 100px;
+
   border: none;
   border: none;
   height:20px
   height:20px
Line 46: Line 47:
}
}
#content{
#content{
-
     width: 100%;
+
     width: 80%;
}
}
Line 62: Line 63:
body {
body {
font: 12px Tahoma, Geneva, sans-serif;
font: 12px Tahoma, Geneva, sans-serif;
-
background-image: url(https://static.igem.org/mediawiki/2011/f/f4/Fondo03.png);
+
background-image: url(https://static.igem.org/mediawiki/2011/4/43/Lefondoleposter.png);
 +
        background-repeat:no-repeat;
 +
      background-size: 100%;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
Line 109: Line 112:
.sidebar1 {
.sidebar1 {
float: left;
float: left;
-
width: 20%;
+
width: 15%;
-
padding-bottom: 10px;
+
        padding-bottom: 10px;
background-color:#04191d;
background-color:#04191d;
 +
-moz-border-radius: 8px;
 +
-webkit-border-radius: 8px;
}
}
Line 136: Line 141:
ul.nav li {
ul.nav li {
border-bottom: 0px solid #04191d;  
border-bottom: 0px solid #04191d;  
 +
}
}
Line 147: 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;
}
}
-
 
+
.frame {
 +
font:12px arial;
 +
width:700;
 +
height:350;
 +
max-height: 350px;
 +
border:none;
 +
overflow:auto;
 +
border:0px solid black;
 +
padding:5;
 +
}
.fltrt {   
.fltrt {   
float: right;
float: right;
Line 202: 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 223: Line 238:
/* collapsed panel content */
/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
.panelcollapsed .panelcontent { display: none; }
-
 
-
.panel h3, .panelcollapsed h3
 
-
{
 
-
color: #e5e5e5;
 
-
font-weight: normal;
 
-
margin:5px 200px;
 
-
padding: 5px;
 
-
-moz-border-radius: 3px;
 
-
-webkit-border-radius: 3px;
 
-
}
 
-
/* panel heading on rollover */
 
-
.panel h3:hover, .panelcollapsed h3:hover {
 
-
background-color: #f6d41b;
 
-
color: #000;
 
-
 
-
}
 
-
 
-
/* heading of a collapsed panel */
 
-
.panelcollapsed h3
 
-
{
 
-
background-image: url(arrow-dn.gif);
 
-
background-repeat: no-repeat;
 
-
background-position: 280px;
 
-
}
 
-
.gallery {
 
-
margin-right: 100px;
 
-
margin-left: 100px;
 
-
overflow: visible;
 
-
}
 
-
.thumbs {
 
-
height: 112px;
 
-
width: 550px;
 
-
display: table;
 
-
text-align: center;
 
-
background-attachment: scroll;
 
-
background-color: #000;
 
-
background-repeat: no-repeat;
 
-
list-style-type: none;
 
-
overflow: auto;
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-->
-->
Line 281: Line 249:
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
 +
i = 0
 +
var speed = 10
-
 
+
function scrollDown() {
-
 
+
i = i + speed
-
 
+
var div = document.getElementById("frame1")
-
 
+
div.scrollTop = i
 +
if (i > div.scrollHeight - 300) {i = 350}
 +
t1=setTimeout("scrollDown()",100)
 +
}
 +
function scrollUp() {
 +
i = i - speed
 +
var div = document.getElementById("frame1")
 +
div.scrollTop = i
 +
if (i < 0) {i = 0}
 +
t1=setTimeout("scrollUp()",100)
 +
}
// -----------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------
Line 372: 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);
}
}
Line 488: Line 469:
</script>
</script>
-
</head><body>
 
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
</head>
 +
<body>
<div class="container">
<div class="container">
   
   
<div class="topbar">  
<div class="topbar">  
-
     <div style="background: url(https://static.igem.org/mediawiki/2011/6/60/Topbar_imagebackground.png);
+
     <div style="filter:alpha(opacity=70);opacity:.7;">
-
    background-repeat:no-repeat;
+
-
    background-position:top;">
+
      
      
-
    <p><img name="" src="https://static.igem.org/mediawiki/2011/7/78/Imagtransp.png" width="110" height="32" alt=""><img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
+
 
 +
<img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
       <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a>
       <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
Line 526: 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 543: 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>
-
       </li><li>
+
       </li>
 +
  <li>
       <div class="panelcollapsed">
       <div class="panelcollapsed">
-
 
+
        <h2>EXTRAS</h2>
-
 
+
-
                  <h2>EXTRAS</h2>
+
     <div class="panelcontent">
     <div class="panelcontent">
-
+
<p><a href="https://2011.igem.org/Team:Tec-Monterrey/sitemap">site map</a></p>
-
 
+
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sitemap">site map</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsplatinum">sponsors platinum</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsplatinum">sponsors platinum</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsgold">sponsors gold</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsgold">sponsors gold</a></p>
Line 564: Line 556:
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/specialthanks">special thanks</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/specialthanks">special thanks</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/followus">follow us!</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/followus">follow us!</a></p>
-
 
+
    </div>
-
                </div>
+
  </div>
-
</div>
+
       </li>
       </li>
-
    </ul>
+
 
-
   
+
</ul>
 +
 
</div>
</div>
    
    
<div class="content">
<div class="content">
-
  <!--in sub pages, this divisions should be comments! :D-->
+
<div style="
-
          
+
text-align:center;">
-
  <div class="quicklinks">
+
-
 
+
<!--in sub pages, this divisions should be comments! :D-->
-
  <div style="  
+
         <div style="  
-
  text-align: center;
+
padding:25px 50px;
-
      background:url(https://static.igem.org/mediawiki/2011/3/3e/Fondogalleria.png);
+
background-color:#04191d;
-
  background-repeat:no-repeat;
+
color:#333;
-
        background-position:top;
+
text-align:left;
-
        color:#FFF;
+
margin:5px 30px;">
-
  ">
+
   
-
    <p>&nbsp;</p>
+
</head>
-
    <div class="panelcollapsed">
+
-
      <h3>ABSTRACT</h3>
+
-
  <div class="panelcontent" style="text-aling:center; background-color:#e5e5e5; color:#333; ">
+
-
        <p>&nbsp;</p>
+
-
            <p>Production of sugarcane used to be one of the most important activities in the Mexican industry.
+
-
            Nonetheless, the increasing demand for high fructose syrup has become a rising threath to most sugar companies.
+
-
            Our project´s aim is to help the sugarcane industry by giving them a competitive edge with the aid of synthetic biology.
+
-
            At the end of the summer, we will build a new genetic construct which will be able to immobilize and express fused enzymes with membrane protein fragments.</p>
+
-
<p>&nbsp;</p>
+
-
<p>This biobrick will be able to transform sucrose into fructose without any chemical process that may damage or destroy the bacteria.
+
-
Enzyme immobilization offers many industrial benefits; reducing individual processes, the ability to reuse the same enzyme batch,
+
-
control of the catalytical reaction,and the potencial use of a reaction product.
+
-
All these benefits not only mean saving resources, cutting production costs and also economical savings. </p>
+
-
    </div>
+
-
    </div>
+
-
      <p>&nbsp;</p>
+
-
   
+
-
   
+
-
   
+
-
  </div> 
+
-
  </div>
+
<body>
 +
<div align="justify">
 +
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
 +
<div class="frame" id="frame1" style="background-color:#e5e5e5;">
 +
<br>
 +
   
 +
-
</div></div></body></html>
+
<center><img src="https://static.igem.org/mediawiki/2011/9/94/Abstractimg01.png" alt="" name="" width="200" height="50" id="tgo"> </center>
 +
<br>
 +
    <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>
 +
 
 +
</p>
 +
</div>
 +
<hr>
 +
<br/>
 +
<input type="button" value="  Up  " onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
 +
<input type="button" value=" Down " onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
 +
</div></body></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.