Team:Tec-Monterrey/projectdescription
From 2011.igem.org
(Difference between revisions)
(92 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; | |
- | + | ||
border: none; | border: none; | ||
- | |||
height:20px | height:20px | ||
} | } | ||
Line 15: | Line 15: | ||
position: absolute; | position: absolute; | ||
display: none; | display: none; | ||
- | + | ||
+ | } | ||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #catlinks { | ||
+ | display:none; | ||
} | } | ||
#search-controls { | #search-controls { | ||
display: none; | display: none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | #menubar | + | #menubar { background: none repeat transparent; } |
- | + | ||
- | + | ||
- | + | #menubar ul li a { color: white; } | |
- | + | ||
- | |||
.right-menu li a { | .right-menu li a { | ||
- | + | color: black; | |
- | + | background: none repeat transparent; | |
- | + | ||
} | } | ||
- | + | ||
- | background | + | #content { |
- | + | background: none repeat scroll 0 0 transparent; | |
- | + | border-left: 0 solid; | |
+ | border-right: 0 solid; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 80%; | ||
} | } | ||
- | |||
#headover ul{ | #headover ul{ | ||
Line 60: | Line 62: | ||
body { | body { | ||
- | font: | + | font: 12px Tahoma, Geneva, sans-serif; |
- | background-image: url( | + | background-image: url(https://static.igem.org/mediawiki/2011/4/43/Lefondoleposter.png); |
- | + | background-repeat:no-repeat; | |
- | + | background-size: 100%; | |
- | https://static.igem.org/mediawiki/2011/ | + | |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
margin-left: 10%; | margin-left: 10%; | ||
margin-right: 10%; | margin-right: 10%; | ||
- | color: # | + | color: #FFFFF; |
} | } | ||
/* ~~ Element/tag selectors ~~ */ | /* ~~ Element/tag selectors ~~ */ | ||
- | ul, ol, dl { | + | ul, ol, dl { |
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
} | } | ||
h1, h2, h3, h4, h5, h6, p { | h1, h2, h3, h4, h5, h6, p { | ||
- | margin-top: 0; | + | margin-top: 0; |
padding-right: 10px; | padding-right: 10px; | ||
- | padding-left: 10px; | + | padding-left: 10px; |
} | } | ||
- | a img { | + | a img { |
border: none; | border: none; | ||
} | } | ||
- | + | ||
a:link { | a:link { | ||
- | + | ||
color: #F90; | color: #F90; | ||
} | } | ||
Line 95: | Line 96: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
- | a:hover, a:active, a:focus { | + | a:hover, a:active, a:focus { |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | + | ||
.container { | .container { | ||
- | width: | + | width: 100%; |
- | max-width: 1260px; | + | max-width: 1260px; |
- | min-width: 780px; | + | min-width: 780px; |
- | + | overflow: hidden; | |
- | + | color:#FFF; | |
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.sidebar1 { | .sidebar1 { | ||
float: left; | float: left; | ||
- | width: | + | width: 15%; |
- | background: # | + | padding-bottom: 10px; |
- | + | background-color:#04191d; | |
+ | -moz-border-radius: 8px; | ||
+ | -webkit-border-radius: 8px; | ||
} | } | ||
.content { | .content { | ||
- | padding: | + | padding: none; |
width: 80%; | width: 80%; | ||
float: left; | float: left; | ||
- | + | ||
} | } | ||
- | + | ||
.content ul, .content ol { | .content ul, .content ol { | ||
padding: 0 15px 15px 40px; | padding: 0 15px 15px 40px; | ||
- | |||
} | } | ||
- | + | ||
ul.nav { | ul.nav { | ||
- | list-style: none; | + | list-style: none; |
- | border-top: | + | border-top:none; |
- | margin-bottom: 15px; | + | margin-bottom: 15px; |
+ | |||
} | } | ||
ul.nav li { | ul.nav li { | ||
- | border-bottom: | + | border-bottom: 0px solid #04191d; |
+ | |||
} | } | ||
- | ul.nav a, ul.nav a:visited { | + | ul.nav a, ul.nav a:visited { |
+ | |||
padding: 5px 5px 5px 15px; | padding: 5px 5px 5px 15px; | ||
- | display: block; | + | display: block; |
text-decoration: none; | text-decoration: none; | ||
- | + | color:#FFF; | |
- | + | ||
} | } | ||
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: # | + | background: #339dff; /*float amarillo*/ |
color: #FFF; | color: #FFF; | ||
} | } | ||
- | + | .frame { | |
- | .fltrt { | + | font:12px arial; |
+ | width:700; | ||
+ | height:350; | ||
+ | max-height: 350px; | ||
+ | border:none; | ||
+ | overflow:auto; | ||
+ | border:0px solid black; | ||
+ | padding:5; | ||
+ | } | ||
+ | .fltrt { | ||
float: right; | float: right; | ||
margin-left: 8px; | margin-left: 8px; | ||
} | } | ||
- | .fltlft { | + | .fltlft { |
float: left; | float: left; | ||
margin-right: 8px; | margin-right: 8px; | ||
} | } | ||
- | .clearfloat { | + | .clearfloat { |
clear:both; | clear:both; | ||
height:0; | height:0; | ||
Line 183: | Line 185: | ||
.panel, .panelcollapsed | .panel, .panelcollapsed | ||
{ | { | ||
- | margin: | + | margin: 3px; |
width: auto; | width: auto; | ||
-moz-border-radius: 4px; | -moz-border-radius: 4px; | ||
-webkit-border-radius: 4px; | -webkit-border-radius: 4px; | ||
- | border-top-width: | + | border-top-width: 10px; |
- | border-right-width: | + | border-right-width: 0px; |
- | border-bottom-width: | + | border-bottom-width: 10px; |
- | border-left-width: | + | border-left-width: 3px; |
padding-bottom: 5px; | padding-bottom: 5px; | ||
+ | color: #FFF; | ||
} | } | ||
+ | |||
+ | |||
+ | table { | ||
+ | background: none repeat scroll 0 0 transparent} | ||
+ | |||
/* panel heading */ | /* panel heading */ | ||
.panel h2, .panelcollapsed h2 | .panel h2, .panelcollapsed h2 | ||
{ | { | ||
+ | color: #FFF; | ||
font-weight: normal; | font-weight: normal; | ||
margin: 0px; | margin: 0px; | ||
- | padding: | + | padding: 0px; |
-moz-border-radius: 3px; | -moz-border-radius: 3px; | ||
-webkit-border-radius: 3px; | -webkit-border-radius: 3px; | ||
+ | border-bottom: 0px solid #04191d; | ||
+ | |||
} | } | ||
/* panel heading on rollover */ | /* panel heading on rollover */ | ||
.panel h2:hover, .panelcollapsed h2:hover { | .panel h2:hover, .panelcollapsed h2:hover { | ||
- | background-color: # | + | background-color: #339dff; |
color: #FFF; | color: #FFF; | ||
} | } | ||
Line 222: | Line 233: | ||
{ | { | ||
overflow: hidden; | overflow: hidden; | ||
- | font-size: | + | font-size: 14px; |
} | } | ||
Line 231: | Line 242: | ||
</style><!--[if lte IE 7]> | </style><!--[if lte IE 7]> | ||
<style> | <style> | ||
- | .content { margin-right: -1px; } | + | .content { margin-right: -1px; } |
- | ul.nav a { zoom: 1; } | + | ul.nav a { zoom: 1; } |
</style> | </style> | ||
<![endif]--> | <![endif]--> | ||
Line 238: | Line 249: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
<!-- | <!-- | ||
+ | i = 0 | ||
+ | var speed = 10 | ||
- | function | + | function scrollDown() { |
- | + | i = i + speed | |
- | + | var div = document.getElementById("frame1") | |
- | var | + | 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 338: | 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 454: | Line 469: | ||
</script> | </script> | ||
- | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | <body> | ||
<div class="container"> | <div class="container"> | ||
<div class="topbar"> | <div class="topbar"> | ||
- | <div style=" | + | <div style="filter:alpha(opacity=70);opacity:.7;"> |
- | + | ||
- | + | ||
- | + | <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> | |
- | + | <p> </p> | |
- | + | <p> </p> | |
- | + | </div> | |
+ | |||
<div class="sidebar1"> | <div class="sidebar1"> | ||
<ul class="nav"> | <ul class="nav"> | ||
<p> </p> | <p> </p> | ||
- | <!--this is our menu! D: | + | <!--this is our menu! D: --> |
<li> | <li> | ||
<div class="panelcollapsed"> | <div class="panelcollapsed"> | ||
Line 476: | Line 503: | ||
<div class="panelcontent" style=""> | <div class="panelcontent" style=""> | ||
<p><a href="https://2011.igem.org/Team:Tec-Monterrey">home</a></p> | <p><a href="https://2011.igem.org/Team:Tec-Monterrey">home</a></p> | ||
- | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription">abstract</a></p> | |
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey">videos</a></p> | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/video">videos</a></p> |
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey">step by step</a></p> | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/stepbystep">step by step</a></p> |
Line 489: | Line 516: | ||
<h2>PROJECT</h2> | <h2>PROJECT</h2> | ||
<div class="panelcontent" style=""> | <div class="panelcontent" style=""> | ||
- | + | ||
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey">parts</a></p> | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectoverview">overview</a></p> |
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey"> | + | <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">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">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"> | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p> |
- | + | ||
- | + | </div> | |
</div> | </div> | ||
</li> | </li> | ||
Line 505: | Line 537: | ||
<h2>TEAM</h2> | <h2>TEAM</h2> | ||
<div class="panelcontent"> | <div class="panelcontent"> | ||
- | + | ||
- | + | <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">headquarters</a></p> | |
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey | + | |
- | + | ||
<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">friends</a></p> | + | <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p> |
- | + | ||
+ | </div> | ||
</div> | </div> | ||
- | </li><li> | + | </li> |
+ | <li> | ||
<div class="panelcollapsed"> | <div class="panelcollapsed"> | ||
- | + | <h2>EXTRAS</h2> | |
<div class="panelcontent"> | <div class="panelcontent"> | ||
- | <p><a href="https://2011.igem.org/Team:Tec-Monterrey">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">sponsors</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">follow us!</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/sponsorssilver">sponsors silver</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> | ||
</div> | </div> | ||
- | + | </div> | |
</li> | </li> | ||
- | + | ||
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
<div class="content"> | <div class="content"> | ||
- | + | <div style=" | |
- | + | text-align:center;"> | |
- | + | ||
- | + | <!--in sub pages, this divisions should be comments! :D--> | |
- | + | <div style=" | |
- | + | padding:25px 50px; | |
- | + | background-color:#04191d; | |
- | + | color:#333; | |
- | + | text-align:left; | |
- | + | margin:5px 30px;"> | |
- | + | ||
- | + | </head> | |
+ | |||
+ | <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> |