(60 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{:Team:UPO-Sevilla/Template:CSS}} | {{:Team:UPO-Sevilla/Template:CSS}} | ||
{{:Team:UPO-Sevilla/Template:JAVA}} | {{:Team:UPO-Sevilla/Template:JAVA}} | ||
− | <html> | + | <html> |
− | + | ||
− | + | <style type="text/css"> | |
− | + | ||
− | + | * { | |
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | margin:auto; | ||
+ | width:500px; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | .nav > li { | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .nav li a { | ||
+ | background-color:#CEECF5; | ||
+ | color:#000; | ||
+ | text-decoration:none; | ||
+ | padding:10px 12px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li a:hover { | ||
+ | background-color:#434343; | ||
+ | } | ||
+ | |||
+ | .nav li ul { | ||
+ | display:none; | ||
+ | position:absolute; | ||
+ | min-width:140px; | ||
+ | } | ||
+ | |||
+ | .nav li:hover > ul { | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li ul li { | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .nav li ul li ul { | ||
+ | right:-140px; | ||
+ | top:0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<!--HEADER ROW--> | <!--HEADER ROW--> | ||
<div id="header-row"> | <div id="header-row"> | ||
Line 11: | Line 61: | ||
<div class="row" style="height:75px"> | <div class="row" style="height:75px"> | ||
<!--LOGO--> | <!--LOGO--> | ||
− | <div class="span3"><a class="brand" href="#"><img src="" width="200" height="400"></a></div> | + | <div class="span3"><a class="brand" href="#"><img src="https://static.igem.org/mediawiki/2016/9/94/T--UPO-Sevilla--upoescudo.jpg" width="200" height="400"></a></div> |
<!-- /LOGO --> | <!-- /LOGO --> | ||
<!-- MAIN NAVIGATION --> | <!-- MAIN NAVIGATION --> | ||
− | <div class="span9 | + | <div class="span9"> |
− | <div class="navbar pull-right"> | + | <div class="navbar pull-right" style="font-size:80%"> |
<div class="navbar-inner"> | <div class="navbar-inner"> | ||
<a data-target=".navbar-responsive-collapse" data-toggle="collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a> | <a data-target=".navbar-responsive-collapse" data-toggle="collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a> | ||
Line 24: | Line 74: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a class="dropdown-toggle" data-toggle="dropdown">Team<b class="caret"></b></a> |
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Sevilla">Our city</a></li> | ||
<li><a href="https://2016.igem.org/Team:UPO-Sevilla/Team">Members</a></li> | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Team">Members</a></li> | ||
<li><a href="https://2016.igem.org/Team:UPO-Sevilla/Attributions">Attributions</a></li> | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Attributions">Attributions</a></li> | ||
Line 31: | Line 82: | ||
</li> | </li> | ||
− | + | <li class="dropdown"> | |
− | <a | + | <a class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a> |
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
− | |||
<li><a href="https://2016.igem.org/Team:UPO-Sevilla/Description">Description</a></li> | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Description">Description</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Design">Design</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Proof">Proof of Concept</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Notebook">Notebook</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a class="dropdown-toggle" data-toggle="dropdown">Parts<b class="caret"></b></a> |
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
<li><a href="https://2016.igem.org/Team:UPO-Sevilla/Basic_Part">Basic Parts</a></li> | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Basic_Part">Basic Parts</a></li> | ||
Line 48: | Line 102: | ||
</li> | </li> | ||
− | + | <li class="dropdown"> | |
− | <a | + | <a class="dropdown-toggle" data-toggle="dropdown">Wet Lab<b class="caret"></b></a> |
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
− | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/ | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Protocols">Protocols</a></li> |
− | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/ | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Experiments">Experiments</a></li> |
− | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Safety">Safety</a></li> | |
− | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/ | + | </ul> |
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown">Dry Lab<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Software">Software</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Model">Modeling</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 60: | Line 121: | ||
<li><a href="https://2016.igem.org/Team:UPO-Sevilla/Collaborations">Collaborations</a></li> | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Collaborations">Collaborations</a></li> | ||
− | + | <li class="dropdown"> | |
− | + | <a class="dropdown-toggle" data-toggle="dropdown">Human Practices<b class="caret"></b></a> | |
− | + | <ul class="dropdown-menu"> | |
− | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/HP/Silver">HP Silver</a></li> | |
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Integrated_Practices">Integrated Practices</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/HP/Gold">HP Gold</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Engagement">Engagement</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 97: | Line 165: | ||
</div> | </div> | ||
− | <div class="span6"> <img src=" | + | <div class="span6"> <img src="https://static.igem.org/mediawiki/2016/f/fd/T--UPO-Sevilla--logo_uposevilla.jpg" style="width:300px;height:300px;padding-top:50px;padding-bottom:100px;padding-left:100px"></div> |
</div> | </div> | ||
Line 141: | Line 209: | ||
<div class="row"> | <div class="row"> | ||
<h1 style="text-align:center">Abstract of our Project</h1> | <h1 style="text-align:center">Abstract of our Project</h1> | ||
− | <p style="text-align:justify"> | + | <div style="text-align:center;padding-bottom:15px"> |
− | + | <video width="600px" preload controls> | |
− | + | <source src="https://static.igem.org/mediawiki/2016/f/f6/T--UPO-Sevilla--videoProm.mp4" type="video/mp4"> | |
+ | </video> | ||
+ | </div> | ||
+ | <p style="text-align:justify;font-size:15px;padding-bottom:10px"> Glycerol is a byproduct from the biodiesel industry that contaminates the environment and constitutes a real problem worldwide. To help eliminating this compound, we use it as a carbon source for bacteria. We take advantage of <i>Pseudomonas putida</i>, a bacterium capable of adhering to substrate and aggregate to form communities or biofilms. In this state, bacteria are more efficient, robust and resistant than those in suspension and are excellent catalysts of biotechnological use. By using glycerol as the carbon source, bacteria forming biofilms can produce compounds that are beneficial for human beings.</p> | ||
+ | |||
+ | <p style="text-align:justify;font-size:15px;padding-bottom:10px">We genetically manipulate <i>P. putida</i> based on in silico predictions to increase glycerol assimilation and to control formation and dispersal of biofilms. Having that, there are a lot of molecules that can be produced by introducing the genes needed for it. We propose producing propionate, as it is a small and simple molecule easy to secrete and with a lot of uses in different industries.</p> | ||
+ | |||
+ | <p style="text-align:justify;font-size:15px">This way, we develop a production platform, eliminating a contaminating compound and producing a useful one in an efficient manner.</p> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 149: | Line 224: | ||
<!-- /.Feature --> | <!-- /.Feature --> | ||
− | + | ||
<!-- Feature | <!-- Feature | ||
==============================================--> | ==============================================--> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- /.Row View --> | <!-- /.Row View --> | ||
Line 205: | Line 244: | ||
<div class="social pull-right"> | <div class="social pull-right"> | ||
− | <a href="https://www.youtube.com/channel/UCXUAle_ywH8F127dWBYrhgw" target="_blank" title="Youtube official page"><img src=" | + | <a href="https://www.youtube.com/channel/UCXUAle_ywH8F127dWBYrhgw" target="_blank" title="Youtube official page"><img src="https://static.igem.org/mediawiki/2016/a/ac/T--UPO-Sevilla--youtube.jpg" width="60" style="height:50px"</a> |
<a href="https://www.facebook.com/profile.php?id=100006118518232&fref=ts" target="_blank" title="Facebook official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/8/8b/FaceBook-icon.png/120px-FaceBook-icon.png" width="60" height="60"></a> | <a href="https://www.facebook.com/profile.php?id=100006118518232&fref=ts" target="_blank" title="Facebook official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/8/8b/FaceBook-icon.png/120px-FaceBook-icon.png" width="60" height="60"></a> |
Latest revision as of 02:02, 19 October 2016
Abstract of our Project
Glycerol is a byproduct from the biodiesel industry that contaminates the environment and constitutes a real problem worldwide. To help eliminating this compound, we use it as a carbon source for bacteria. We take advantage of Pseudomonas putida, a bacterium capable of adhering to substrate and aggregate to form communities or biofilms. In this state, bacteria are more efficient, robust and resistant than those in suspension and are excellent catalysts of biotechnological use. By using glycerol as the carbon source, bacteria forming biofilms can produce compounds that are beneficial for human beings.
We genetically manipulate P. putida based on in silico predictions to increase glycerol assimilation and to control formation and dispersal of biofilms. Having that, there are a lot of molecules that can be produced by introducing the genes needed for it. We propose producing propionate, as it is a small and simple molecule easy to secrete and with a lot of uses in different industries.
This way, we develop a production platform, eliminating a contaminating compound and producing a useful one in an efficient manner.