Line 1: | Line 1: | ||
− | {{UPO-Sevilla}} | + | {{https://2016.igem.org/Team:UPO-Sevilla/Template:CSS}} |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <title>ShapeBootstrap Clean Template</title> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
+ | <!-- Bootstrap --> | ||
+ | <link href="css/bootstrap.css" rel="stylesheet"> | ||
+ | <link href="css/bootstrap-responsive.css" rel="stylesheet"> | ||
+ | <link href="css/style.css" rel="stylesheet"> | ||
+ | |||
+ | <!--Font--> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
+ | <![endif]--> | ||
+ | |||
+ | <!-- Fav and touch icons --> | ||
+ | <link rel="shortcut icon" href="ico/favicon.ico"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png"> | ||
− | |||
− | |||
− | |||
− | + | ||
− | < | + | <!-- SCRIPT |
− | < | + | ============================================================--> |
− | + | <script src="http://code.jquery.com/jquery.js"></script> | |
− | < | + | <script src="js/bootstrap.min.js"></script> |
− | + | ||
− | < | + | |
− | < | + | </head> |
− | </ | + | <body> |
− | + | <!--HEADER ROW--> | |
+ | <div id="header-row"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <!--LOGO--> | ||
+ | <div class="span3"><a class="brand" href="#"><img src="img/upoescudo.jpg" width="200" height="400"></a></div> | ||
+ | <!-- /LOGO --> | ||
− | <div class=" | + | <!-- MAIN NAVIGATION --> |
− | <div class=" | + | <div class="span9"> |
− | < | + | <div class="navbar pull-right"> |
− | < | + | <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> |
− | </ | + | <div class="nav-collapse collapse navbar-responsive-collapse"> |
− | </ | + | <ul class="nav"> |
− | --> | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla">Home</a></li> |
− | < | + | |
− | < | + | <li class="dropdown"> |
− | < | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team<b class="caret"></b></a> |
− | < | + | <ul class="dropdown-menu"> |
+ | <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> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="about.html">Overview</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Description">Description</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="about.html" class="dropdown-toggle" data-toggle="dropdown">Parts<b class="caret"></b></a> | ||
+ | <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/Composite_Part">Composite Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | < | + | <li class="dropdown"> |
− | </ | + | <a href="about.html" class="dropdown-toggle" data-toggle="dropdown">Wet Lab<b class="caret"></b></a> |
− | </div> | + | <ul class="dropdown-menu"> |
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Experiments">Protocols</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Notebook">Notebook</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/Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Human_Practices">Human Practices</a></li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Model">Modeling</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
− | <div> | + | </div> |
− | + | </div> | |
− | + | </div> | |
+ | <!-- MAIN NAVIGATION --> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- /HEADER ROW --> | ||
− | + | <div class="container"> | |
− | + | <!--Carousel | |
− | + | ==================================================--> | |
− | + | ||
− | + | <div id="myCarousel" class="carousel slide" style="height:400px"> | |
− | <div class=" | + | <div class="carousel-inner"> |
− | < | + | |
− | + | ||
− | < | + | <div class="active item"> |
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span6"> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1 style="text-align:center"><b>BIOFILM TRANSFORMERS</b></h1> | ||
+ | <h3 class="lead" style="text-align:center">Give us a biofilm and we will change the world.</h3> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="span6"> <img src="img/logo.uposevilla.jpg" style="width:300px;height:300px;padding-top:50px;padding-bottom:100px;padding-left:100px"></div> | ||
− | <div | + | </div> |
− | + | </div> | |
− | + | ||
− | < | + | </div> |
− | < | + | <div class="item"> |
+ | |||
+ | <div class="container"> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span6"> | ||
+ | <div class="carousel-caption" style="margin-top:5px"> | ||
+ | <img src="img/Giralda.png" style="width:550px;height:330px"> | ||
+ | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
+ | <div class="span6" style="margin-top:5px"> <img src="img/PlazaEspaña.jpg" style="width:550px;height:330px"></div> | ||
− | <div | + | </div> |
− | + | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
− | <div | + | </div> |
− | + | ||
− | + | ||
− | + | ||
+ | </div> | ||
+ | |||
+ | <!-- Carousel nav --> | ||
+ | <a class="carousel-control left " href="#myCarousel" data-slide="prev"><i class="icon-chevron-left"></i></a> | ||
+ | <a class="carousel-control right" href="#myCarousel" data-slide="next"><i class="icon-chevron-right"></i></a> | ||
+ | <!-- /.Carousel nav --> | ||
− | <div | + | </div> |
− | + | ||
− | </ | + | <!-- /Carousel --> |
+ | <!-- Row View --> | ||
+ | |||
+ | <div class="row"> | ||
+ | <h1 style="text-align:center">Abstract of our Project</h1> | ||
+ | <p style="text-align:justify"> Bacteria are an amazing field to work on. They can develop a wide variety of functionalities and properties in a very short time, being easy to work with and extremely versatile. On this basis, we wanted to take advantage of one of the most remarkable characteristics of the bacteria we work with, Pseudomonas putida – the ability to form biofilms. These structures are composed of communities of bacteria which are integrated in an extracellular polysaccharide matrix that protects them from several kinds of stress. In addition, they have an increased metabolism, a feature that is often required in industrial production. </p> | ||
+ | |||
+ | <p style="text-align:justify">Therefore, we thought that it would be a good application to try and do some bioremediation with these strong and powerful bacteria. First, we thought about glyphosate, an herbicide that has been proved to be toxic to human. But due to technical difficulties, we could not continue with that idea. Instead, we found out about glycerol. It is being overproduced in the biofuel industry, and it is starting to become an environmental problem. So we started to model how our bacteria would eat that glycerol, using biofilms for that. But, is there anything else we can do once the bacteria are eating glycerol? We decided that there could be a compound we could produce with these biological reactors, and our choice was propionate. It is widely used in a large variety of fields, easy to excrete from our bacteria and, according to the model, easy to produce. Let’s get started!</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- /.Feature --> | ||
+ | |||
+ | <div class="hr-divider"></div> | ||
+ | |||
+ | <!-- Feature | ||
+ | ==============================================--> | ||
+ | |||
+ | |||
+ | <div class="row feature-box" style="width:1300px;margin-left:30px" > | ||
+ | <div class="span12 cnt-title"> | ||
+ | <h1 style="text-align:center">The main parts of our proyect</h1> | ||
+ | <span></span> | ||
+ | </div> | ||
+ | |||
+ | <div class="span4" style="width:400px"> | ||
+ | <img src="img/glicerol.upo.png" width="370" height="600"> | ||
+ | <h2>Glycerol</h2> | ||
+ | <p style="text-align:justify"> | ||
+ | This molecule is produced in high amount in the biofuel industry. It has several uses, but what can we do with the surplus? | ||
+ | </p> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="span4" style="width:400px"> | ||
+ | <img src="img/biofilm.upo.jpg" width="350" height="600"> | ||
+ | <h2>Biofilm</h2> | ||
+ | <p style="text-align:justify"> | ||
+ | Some kinds of microorganisms can adhere to a surface and between them, forming a tridimensional colony that protects themo from different risks. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="span4 style=width:400px"> | ||
+ | <img src="img/propionate.upo.gif" width="305" height="600"> | ||
+ | <h2>Propionate</h2> | ||
+ | <p style="text-align:justify"> | ||
+ | This small molecule can be easily produced and secreted by the microorganisms, and it has plenty of uses for the human being. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
− | |||
+ | |||
+ | <!-- /.Row View --> | ||
+ | |||
+ | |||
+ | |||
+ | <!--Footer | ||
+ | ==========================--> | ||
+ | |||
+ | <footer> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="span6"><br> | ||
+ | </div> | ||
+ | <div class="span6"> | ||
+ | <div class="social pull-right"> | ||
+ | |||
+ | <a href="https://www.youtube.com/channel/UCXUAle_ywH8F127dWBYrhgw" target="_blank" title="Youtube official page"><img src="img/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://twitter.com/iGEM_UPO target="_blank" title="Twitter official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/1/1a/Twitter_logo.png/120px-Twitter_logo.png" width="60" height="60"></a> | ||
+ | |||
+ | <a href="https://www.instagram.com/igemupo/" target="_blank" title="Instagram official page"><img src="https://static.igem.org/mediawiki/2016/thumb/f/f7/Instagram.jpeg/120px-Instagram.jpeg.png" width="60" height="60"></a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | |||
+ | <!--/.Footer--> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 10:15, 22 September 2016
Template:Https://2016.igem.org/Team:UPO-Sevilla/Template:CSS
Abstract of our Project
Bacteria are an amazing field to work on. They can develop a wide variety of functionalities and properties in a very short time, being easy to work with and extremely versatile. On this basis, we wanted to take advantage of one of the most remarkable characteristics of the bacteria we work with, Pseudomonas putida – the ability to form biofilms. These structures are composed of communities of bacteria which are integrated in an extracellular polysaccharide matrix that protects them from several kinds of stress. In addition, they have an increased metabolism, a feature that is often required in industrial production.
Therefore, we thought that it would be a good application to try and do some bioremediation with these strong and powerful bacteria. First, we thought about glyphosate, an herbicide that has been proved to be toxic to human. But due to technical difficulties, we could not continue with that idea. Instead, we found out about glycerol. It is being overproduced in the biofuel industry, and it is starting to become an environmental problem. So we started to model how our bacteria would eat that glycerol, using biofilms for that. But, is there anything else we can do once the bacteria are eating glycerol? We decided that there could be a compound we could produce with these biological reactors, and our choice was propionate. It is widely used in a large variety of fields, easy to excrete from our bacteria and, according to the model, easy to produce. Let’s get started!
The main parts of our proyect
Glycerol
This molecule is produced in high amount in the biofuel industry. It has several uses, but what can we do with the surplus?
Biofilm
Some kinds of microorganisms can adhere to a surface and between them, forming a tridimensional colony that protects themo from different risks.
Propionate
This small molecule can be easily produced and secreted by the microorganisms, and it has plenty of uses for the human being.