Team:Tec-Monterrey EKAM
From 2012.igem.org
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
+ | |||
+ | <!----///////////////////////////////////////////////////////////////////////////////---> | ||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | + | /*S-T-A-RSSS!!*/ | |
- | + | a, a:hover, a:visited, a:hover, a:active,ul,li,img,div,p, h1, h2, h3,h4,h5,h6{ | |
- | + | margin:0; | |
- | + | padding:0; | |
- | + | text-decoration:none; | |
- | + | color: #fff; | |
- | + | font-weight:normal; | |
+ | background: transparent; | ||
+ | list-style-type: none; | ||
+ | text-align: right; | ||
+ | text-indent:0px; | ||
+ | display: block; | ||
} | } | ||
- | + | div, p, h1, h2, h3,h4,h5,h6{ | |
- | + | color: black; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#top-section{ | #top-section{ | ||
- | display:none; | + | display:none; |
} | } | ||
.firstHeading{ | .firstHeading{ | ||
- | display:none; | + | display:none; |
} | } | ||
#content{ | #content{ | ||
- | //display:none; | + | //display:none; |
- | width: 100%; | + | width: 100%; |
} | } | ||
.visualClear{ | .visualClear{ | ||
- | display:none; | + | display:none; |
} | } | ||
#catlinks{ | #catlinks{ | ||
- | display:none | + | display:none; |
} | } | ||
#footer-box{ | #footer-box{ | ||
- | display: none; | + | display: none; |
} | } | ||
+ | /***BRRRRRRRRRR!**/ | ||
- | + | *{ | |
+ | font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important; | ||
+ | font-size:1em !important; | ||
+ | } | ||
- | + | body{ | |
- | + | background-color: white; | |
- | + | } | |
- | + | ||
- | + | .centerBody{ | |
- | + | width: 90%; | |
- | + | margin-left: auto; | |
+ | margin-right:auto; | ||
+ | } | ||
- | + | /*////MENU & NavigationBar/////////////////////////////////////////////////*/ | |
- | + | #logos{ | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | { | + | #logos div{ |
- | + | width: 80%; | |
- | + | float: left; | |
+ | margin-bottom: 20px; | ||
+ | } | ||
- | + | #headerLogo img{ /*#headerLogo */ | |
- | { | + | width: 15%; |
- | + | margin-right:10 px; | |
- | + | border: 5px solid yellow; | |
- | + | ||
- | + | /*background-image: url("http://animais.culturamix.com/blog/wp-content/uploads/2010/09/0310.jpg"); | |
+ | background-size: 100%; | ||
+ | background-repeat: no-repeat;*/ | ||
+ | } | ||
- | + | #headerCover { | |
+ | width:70%; | ||
+ | border: 5px solid black; | ||
+ | margin-left: 15%; | ||
+ | /*background-image: url("http://ianimals.com/animals/capybara.jpg"); | ||
+ | background-size: 100%; | ||
+ | background-repeat: no-repeat;*/ | ||
- | Taking advantage of the existent Mevalonate pathway in | + | } |
- | + | ||
- | + | #menu{ | |
- | + | clear:both; | |
- | + | margin-top:20px; | |
- | + | margin-bottom: 20px; | |
+ | margin-left:16.5%; | ||
+ | margin-right:0; | ||
+ | height: 100px; | ||
+ | width:90%; | ||
+ | } | ||
+ | |||
+ | #navigationBar{ | ||
+ | list-style-type: none; | ||
+ | padding: 0; | ||
+ | margin:0; | ||
+ | overflow: hidden; | ||
+ | margin-top:20px; | ||
+ | } | ||
+ | |||
+ | #navigationBar li { | ||
+ | float:left; | ||
+ | margin: 1px; | ||
+ | width:15%; | ||
+ | } | ||
+ | |||
+ | .navigationLink, #ON{ | ||
+ | display:table-cell; | ||
+ | vertical-align:middle; | ||
+ | width: 15%; | ||
+ | background-size:100%; | ||
+ | height: 80px; | ||
+ | padding: 5px; | ||
+ | //border: 1px solid #38091C; | ||
+ | background-color: #383654;//#45172A; | ||
+ | color: #fff; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | font-weight: bold; | ||
+ | //text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .navigationLink:hover{ | ||
+ | width: 150px; | ||
+ | height: 90px; | ||
+ | font-size: 1.3em; | ||
+ | //background-color:#fff; | ||
+ | //color: #45172A; | ||
+ | } | ||
+ | #ON{ | ||
+ | background-color: #242329; | ||
+ | color: white; | ||
+ | } | ||
+ | /*////SUBMENU & SideBar/////////////////////////////////////////////////*/ | ||
+ | |||
+ | #subMenu{ | ||
+ | height: 100%; | ||
+ | width:130px; | ||
+ | margin-top:0px; | ||
+ | margin-left:20px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #sideBar{ | ||
+ | height: 100%; | ||
+ | list-style-type: none; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #sideBar li { | ||
+ | margin: 1px; | ||
+ | } | ||
+ | |||
+ | .sideLink, #sideON{ | ||
+ | display:table-cell; | ||
+ | vertical-align:middle; | ||
+ | width: 110px; | ||
+ | height: 45px; | ||
+ | padding: 5px; | ||
+ | //border: 1px solid #38091C; | ||
+ | background-color: #45172A; | ||
+ | color: #fff; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | font-size: .7em; | ||
+ | //font-weight: bold; | ||
+ | //text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .sideLink:hover{ | ||
+ | width: 130px; | ||
+ | height: 60px; | ||
+ | font-size: 1em; | ||
+ | //background-color:#fff; | ||
+ | //color: #45172A; | ||
+ | } | ||
+ | #sideON{ | ||
+ | background-color: #242329; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | /*#goUp{ | ||
+ | width: 100px; | ||
+ | height: 100px; | ||
+ | background-color: black; | ||
+ | margin-top:50px; | ||
+ | }*/ | ||
+ | |||
+ | /*Main */ | ||
+ | #mainPart{ | ||
+ | margin-right:15%; | ||
+ | position: absolute; | ||
+ | left:180px; | ||
+ | } | ||
+ | |||
+ | #mainPart p{ | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | .titulo{ | ||
+ | text-align:center; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | <!----///////////////////////////////////////////////////////////////////////////////---> | ||
+ | |||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | /*Show sideMenu in a Fancy way*/ | ||
+ | $(document).ready(function(){ | ||
+ | console.log("I'm watching you!"); | ||
+ | $("#sideBar").hide(); | ||
+ | $("#sideBar").slideDown("slow"); | ||
+ | }); | ||
+ | </script> | ||
+ | <head> | ||
+ | <body> | ||
+ | <!--<div id="headerEkam" class="centerBody">--> | ||
+ | <!--<div id="logos" class="centerBody">--> | ||
+ | <img id="headerCover" src="https://static.igem.org/mediawiki/2012/5/5b/Ekam_header.png"> | ||
+ | <!--<div id="headerLogo" > <img width="20%" src="http://animais.culturamix.com/blog/wp-content/uploads/2010/09/0310.jpg"/> </div>--> | ||
+ | <!--<div id="headerCover" ><img width="80%" src="http://ianimals.com/animals/capybara.jpg"/></div>--> | ||
+ | <!--</div>--> | ||
+ | <div id="menu" class="centerBody"> | ||
+ | <ul id="navigationBar"> | ||
+ | <li><strong id="ON">Home</strong></li> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Team">Team</a></li> | ||
+ | <!-- Mandar a Team--> | ||
+ | <li><a class="navigationLink" href="https://igem.org/Team.cgi?year=2012&team_name=Tec-Monterrey_EKAM" rel="nofollow">Profile</a></li> | ||
+ | <!----> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Project">The Terpenoid Biofactory</a></li> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Notebook" >Notebook</a></li> | ||
+ | <!--Mandar a Project | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Parts" >Parts</a></li> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Modeling">Modeling</a></li> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Safety">Safety</a></li> | ||
+ | <li><a class="navigationLink" href="/Team:Tec-Monterrey_EKAM/Attributions" >Attributions</a></li> | ||
+ | --> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!--</div>--> | ||
+ | <div id="wikiBody"> | ||
+ | <div id="subMenu" style> | ||
+ | <ul id="sideBar"> | ||
+ | <li><strong id="sideON">Description ></strong></li> | ||
+ | <li><a class="sideLink">We ></a></li> | ||
+ | <li><a class="sideLink">Will ></a></li> | ||
+ | <li><a class="sideLink">Be ></a></li> | ||
+ | <li><a class="sideLink">Here ></a></li> | ||
+ | <li><a class="sideLink">Soon! ></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div id="mainPart"> | ||
+ | <p> | ||
+ | <span class="titulo">Modular Terpenoid Biofactory</span><br/><br/> | ||
+ | This project uses the yeast <i>P. pastoris</i> as a cellular factory to produce terpenoids. | ||
+ | Terpenoids are hydrocarbon molecules that serve many purposes; they have anti-inflammatory, | ||
+ | anti-neoplastic, anti-malarial and anti-bacterial qualities and are also of use in the cosmetic and chemical industries. | ||
+ | Most terpenoids come from plants and, usually, their yields are low. | ||
+ | The goal is to increase the yield through the use of synthetic biology, | ||
+ | making a bio-brick platform which could be suited to specific ends and further expanded and controlled. <br/><br/> | ||
+ | Taking advantage of the existent Mevalonate pathway in <i>P. pastoris</i> | ||
+ | (the metabolic route which provides the precursors to the terpenoid biosynthesis) | ||
+ | -engineered to limit negative feedback loops- the terpenoids of interest will be produced by introducing the appropriate synthases. | ||
+ | By means of siRNA silencing, the sterol pathway will be controlled to ensure that most of the substrates will be channeled to terpenoid production. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 17:30, 11 July 2012
Modular Terpenoid Biofactory
This project uses the yeast P. pastoris as a cellular factory to produce terpenoids.
Terpenoids are hydrocarbon molecules that serve many purposes; they have anti-inflammatory,
anti-neoplastic, anti-malarial and anti-bacterial qualities and are also of use in the cosmetic and chemical industries.
Most terpenoids come from plants and, usually, their yields are low.
The goal is to increase the yield through the use of synthetic biology,
making a bio-brick platform which could be suited to specific ends and further expanded and controlled.
Taking advantage of the existent Mevalonate pathway in P. pastoris
(the metabolic route which provides the precursors to the terpenoid biosynthesis)
-engineered to limit negative feedback loops- the terpenoids of interest will be produced by introducing the appropriate synthases.
By means of siRNA silencing, the sterol pathway will be controlled to ensure that most of the substrates will be channeled to terpenoid production.