Team:Valencia/Project

From 2011.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 1: Line 1:
-
<html><link rel="stylesheet" href="https://2011.igem.org/wiki/index.php?title=User:Arnau/valencia.css&action=raw&ctype=text/css" type="text/css"></html>
+
[[File:Valencia Bannerv4.jpg|945px|link=https://2011.igem.org/Team:Valencia]]
{{Template:Valencia-0-3}}
{{Template:Valencia-0-3}}
-
<!---
 
<html>
<html>
-
<body style="background-color:PowderBlue;">
+
<body>
-
</body>
+
<style type="text/css">
-
</html>
+
.center {
-
{| style="color:#1b2c8a;background-color:powderblue;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="95%" align="center"
+
-
!align="center"|[[Team:Valencia|Home]]
+
-
!align="center"|[[Team:Valencia/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=Valencia Official Team Profile]
+
-
!align="center"|[[Team:Valencia/Project|Project]]
+
-
!align="center"|[[Team:Valencia/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Valencia/Modeling|Modeling]]
+
-
!align="center"|[[Team:Valencia/Notebook|Notebook]]
+
-
!align="center"|[[Team:Valencia/Safety|Safety]]
+
-
!align="center"|[[Team:Valencia/Attributions|Attributions]]
+
-
|}
+
 +
width:980px;
 +
height:auto;
 +
margin-left:px;
 +
        margin-right:px;
 +
        margin-top:20px;
 +
margin-bottom:0px;
 +
}
-
{|align="justify"
+
.col_center{
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
width:970px;
-
|[[Image:Valencia_logo.png|200px|right|frame]]
+
        height:auto;
-
|-
+
float:left;
-
|
+
background-color:transparent;
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Valencia_team.png|right|frame|Your team picture]]
+
}
-
|-
+
-
|
+
-
|align="center"|[[Team:Valencia | Team Example]]
+
-
|}
+
-
The Mission, Experiments
+
.col_center_top{
 +
width:908px;
 +
background-color:#0087ba;
 +
height:20px;
 +
font-family:Verdana, Arial, Helvetica, sans-serif;
 +
font-size:20px;
 +
color:#fff;
 +
padding:20px;
 +
        float:center;
 +
        margin-right:15px;
 +
}
 +
.col_center_center{
 +
width:900px;
 +
        text-align:justify;
 +
        height: auto;
 +
font-family:Verdana, Arial, Helvetica, sans-serif;
 +
font-size:14px;
 +
color:black;
 +
padding:20px;
 +
}
 +
.col_center_bottom{
 +
width:900px;
 +
        text-align:center;
 +
        height: auto;
 +
font-family:Verdana, Arial, Helvetica, sans-serif;
 +
font-size:14px;
 +
color:#fff;
 +
padding:20px;
 +
}
-
== '''Overall project''' ==
 
-
Your abstract
 
 +
html, body {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
body {
 +
background:darkblue url(https://static.igem.org/mediawiki/2011/6/65/Valencia_Aguamitadinferior1500x800.jpg) repeat-x top fixed;
 +
}
-
== Project Details==
+
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;}
 +
#content{
 +
                background:transparent url("https://static.igem.org/mediawiki/2011/f/fd/Valencia_Transpa30a.png") center fixed repeat-y;
 +
                padding: 0px;
 +
        margin:0 auto;
 +
                border: none; 
 +
           
 +
 +
            }
 +
</style>
 +
<script type="text/javascript"
 +
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$("ul#topnav li").hover(function() {
 +
$(this).css({ 'background' : 'transparent url(https://static.igem.org/mediawiki/2010/0/03/Valencia_navbar_active.gif) repeat-x'});
 +
$(this).find("span").show();
 +
} , function() { //on hover out...
 +
$(this).css({ 'background' : 'none'});
 +
$(this).find("span").hide();
 +
});
 +
 +
});
 +
</script>
 +
<style type="text/css">
 +
#headerlinks{
 +
      margin-left: -12px;
 +
}
 +
#nav, #nav ul {
 +
padding: 0;
 +
list-style: none;
 +
}
-
=== Part 2 ===
+
.abstractext{
 +
float:right;
 +
width="400px"
 +
}
 +
#nav a {
 +
display: block;
 +
        width: 149px;
 +
        height: 40px;
 +
        font-family:Verdana, Arial, Helvetica, sans-serif;
 +
}
 +
#nav li {
 +
float: left;
 +
width: 149px;
 +
margin-right: 41px;
 +
}
 +
#nav li ul {
 +
position: absolute;
 +
width: 130px;
 +
left: -999em;
 +
 +
}
 +
#nav li:hover ul {
 +
left: auto;
 +
      text-decoration: none;
 +
      color: white !important;
-
=== The Experiments ===
+
}
 +
#nav li:hover ul, #nav li.sfhover ul {
 +
left: auto;
 +
      text-decoration: none;
 +
      color: white !important;
 +
}
 +
sfHover = function() {
 +
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
 +
for (var i=0; i<sfEls.length; i++) {
 +
sfEls[i].onmouseover=function() {
 +
this.className+=" sfhover";
 +
}
 +
sfEls[i].onmouseout=function() {
 +
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
 +
}
 +
}
 +
}
 +
if (window.attachEvent) window.attachEvent("onload", sfHover);
 +
 +
body {
 +
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
 +
padding: 0;
 +
}
 +
h1 {
 +
font: 3em normal Verdana, 'Times New Roman', Times, serif;
 +
color: #333;
 +
margin: 0;
 +
padding: 5px 0;
 +
}
 +
h3 {
 +
font: 17px normal Verdana, 'Times New Roman', Times, serif;
 +
color: #0000;
 +
margin: 0;
 +
padding: 5px 0;
 +
margin: 10px;
 +
        text-align:justify;
 +
        margin-top: 8px;
 +
        margin-bottom: 20px;   
 +
        margin-left: 20px;
 +
        margin-right: 20px;
 +
}
 +
h1 small{
 +
font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
 +
text-transform:uppercase;
 +
letter-spacing: 1.5em;
 +
display: block;
 +
color: #fff;
 +
}
 +
.container {width: 970px; margin: 0 auto;}
-
=== Part 3 ===
+
.curved {
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        behavior:url(border-radius.htc);
 +
}
 +
   
-
== Results ==
+
ul#topnav {
-
--->
+
margin: 0; padding: 0;
 +
float: left;
 +
width: 970px;
 +
list-style: none;
 +
position: relative;
 +
font-size: 18.8px;
 +
background: url(topnav_stretch.gif) repeat-x;
 +
}
 +
ul#topnav li {
 +
float: left;
 +
margin: 0; padding: 0;
 +
border-right: 1px solid #555;
 +
}
 +
ul#topnav li a {
 +
padding: 10px 15px;
 +
display: block;
 +
color: darkblue;
 +
text-decoration: none;
 +
}
 +
li span {
 +
float: left;
 +
padding: 15px 0;
 +
position: absolute;
 +
left: 0; top:40px;
 +
display: none;
 +
width: 965px;
 +
background: lightblue;
 +
color: white;
 +
-moz-border-radius-bottomright: 5px;
 +
-khtml-border-radius-bottomright: 5px;
 +
-webkit-border-bottom-right-radius: 5px;
 +
-moz-border-radius-bottomleft: 5px;
 +
-khtml-border-radius-bottomleft: 5px;
 +
-webkit-border-bottom-left-radius: 5px;
 +
}
 +
ul#topnav li:hover span { display: block; }
 +
ul#topnav li span a { display: inline; }
 +
ul#topnav li span a:hover {text-decoration: underline;}
 +
</style>
 +
<script type="text/javascript"
 +
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
 +
$("ul#topnav li").hover(function() { //Hover over event on list item
 +
$(this).css({ 'background' : '#1376c9 url(topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
 +
$(this).find("span").show(); //Show the subnav
 +
} , function() { //on hover out...
 +
$(this).css({ 'background' : 'none'}); //Ditch the background
 +
$(this).find("span").hide(); //Hide the subnav
 +
});
 +
 +
});
 +
</script>
-
Objectiu
 
-
Resultats
 
-
[[Image:comopetent lisys.jpg|center|300px|Competent cells lysed by the colicin H activity in a plate with Chrom ID medium.]]
 
-
Links a les diferents parts
+
 
 +
<div class=center>
 +
 
 +
<div class=col_center>
 +
<div class=col_center_top><b>The Project</b></div><!-- fin clase col_left_top-->
 +
<div class=col_center_center>
 +
 
 +
 
 +
<h1>Water Colicin Cleaner: disinfected water by E. coli</h1>
 +
 
 +
<p>We have designed and implemented a biological alternative for the disinfection of contaminated water.</p>
 +
<center><IMG SRC="https://static.igem.org/mediawiki/2011/c/cd/Montajev5.gif" ALT="Project description "></center><br/>
 +
 
 +
<p>We demonstrate the <a href="https://2011.igem.org/Team:Valencia/Project1" TARGET="_blank" title="antimicrobial effectiveness of colicin G, colicin H and microcin C51">antimicrobial effectiveness of colicin G, colicin H and microcin C51</a>. These proteins are produced and used naturally by the bacteria to compete with related bacteria killing them in a specific way.</p>
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2011/6/63/Comopetent_lisys.jpg" width="300"/><br><i>Lysed bacteria (blue areas) upon addition of bacteriocin over an enterobacteria lawn</i></center>
 +
 
 +
<p>Polypeptides activity is dependent on three-dimensional structure, based on it, we want to control their activity by changing the pH of the water, for this reason, we have work on the cyanobacterium <i>Synechocystis</i> sp. PCC6803, which is <a href="https://2011.igem.org/Team:Valencia/Project2" TARGET="_blank" title="capable of altering the pH as a result of its growth and proliferation">capable of altering the pH as a result of its growth and proliferation</a> on carbon dioxide and light. On top of this, we have performed this on a low-cost photobiorreactor.</p>
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2011/4/45/Valencia_PHvariation.png" width="450"/><br><i>pH change upon activation and inactivation of light due to the activity of the cyanobacteria</i></center>
 +
 
 +
<p>In order to eliminate pathogenic bacteria from contaminated water, we have designed a system of pipes, membranes and pumps using our engineering knowledge, allowing <a href="https://2011.igem.org/Team:Valencia/Hardware" TARGET="_blank" title="effectively and safely contaminated water disinfection">effectively and safely contaminated water disinfection</a>.</p>
 +
 
 +
<p>Furthemore, we have <a href="https://2011.igem.org/Team:Valencia/Modeling" TARGET="_blank" title="modelled all these behaviours">modelled all these behaviours</a> so to have insight on what variables are relevant and which were less important. Last, but not least, we have taken big amount of time to think, reflect and conclude about <a href="https://2011.igem.org/Team:Valencia/Safety" TARGET="_blank" title="Human Practices issues">Human Practices issues</a> regarding our project and similar ones that may look harmful for society.
 +
 
 +
<h2>Project description</h2>
 +
 
 +
As you can see in the above animation, the prototype is split into two different functional devices, each one with a different culture inside a flask over a stirrer and the final part, a vessel that contains the water that has to be purified:
 +
</br></br>
 +
 
 +
<b>1. Bacteriocin production system</b><br>
 +
<p>In this compartment, <a href="https://2011.igem.org/Team:Valencia/Project1" TARGET="_blank" title="genetically modified <i>E. coli</i> produce a specific bacteriocin">genetically modified <i>E. coli</i> produce a specific bacteriocin</a>. After some time of protein expression, the entire culture medium, including the bacterias, is driven by a peristaltic pump into <a href="https://2011.igem.org/Team:Valencia/Hardware" TARGET="_blank" title="the Module of Bacteriocin Separation (MoBS">the Module of Bacteriocin Separation (MoBS</a>). Once there, flow is separated into two; most of it returns back to the original flask and a small amount of water goes through the ultrafiltration membrane. This permeate liquid is rich in bacteriocins and other small molecules that have gone through the membrane, where bacterias and other big molecules are not able to pass through the pores.</p><p>After the membrane, the filtered stream falls down through a small plastic funnel into the container that is full of contaminated water that needs to be disinfected.</p>
 +
 
 +
<b>2. pH stat</b>
 +
<p>The aim of this part, <a href="https://2011.igem.org/Team:Valencia/Project2" TARGET="_blank" title="the controller of pH (CopH)">the controller of pH (CopH)</a>, is to regulate the pH during the disinfection process to ensure that peptides only work at the desired moment. For this, we use cyanobacteria that are able to raise pH when they are illuminated and therefore growing on CO<sub>2</sub>. pH can reach high values (around 9) which inhibit the peptides activity. After some time under the absence of light these cells can modify pH back to previous values. In other words, once there are enough peptides in the <i>E. coli</i> growth container to wipe out the target pathogen culture we can modify pH to activate the peptides and start disinfection. The transient of protons to the final vessel is carried out by a dialysis membrane which keeps the cyanobacteria separated from the rest of the set-up. </p>
 +
 
 +
<b>3. Drink vessel</b><br>
 +
<p>It is the vessel containing the water with pathogens, where bacteriocins end up. Wait some time and you will get your clean water! </p>
 +
 
 +
<p>We encourage you to know more about this exciting project browsing through the different parts.</p>
 +
 
 +
 
 +
 
 +
<br>
 +
 
 +
</div><!-- fin clase col_center_top-->
 +
<!-- fin clase col_left_top-->
 +
</div><!-- fin clase col_center-->
 +
 
 +
</div><!-- fin clase center-->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</body>
 +
 
 +
</html>

Latest revision as of 03:43, 22 September 2011

Valencia Bannerv4.jpg



The Project

Water Colicin Cleaner: disinfected water by E. coli

We have designed and implemented a biological alternative for the disinfection of contaminated water.

Project description

We demonstrate the antimicrobial effectiveness of colicin G, colicin H and microcin C51. These proteins are produced and used naturally by the bacteria to compete with related bacteria killing them in a specific way.


Lysed bacteria (blue areas) upon addition of bacteriocin over an enterobacteria lawn

Polypeptides activity is dependent on three-dimensional structure, based on it, we want to control their activity by changing the pH of the water, for this reason, we have work on the cyanobacterium Synechocystis sp. PCC6803, which is capable of altering the pH as a result of its growth and proliferation on carbon dioxide and light. On top of this, we have performed this on a low-cost photobiorreactor.


pH change upon activation and inactivation of light due to the activity of the cyanobacteria

In order to eliminate pathogenic bacteria from contaminated water, we have designed a system of pipes, membranes and pumps using our engineering knowledge, allowing effectively and safely contaminated water disinfection.

Furthemore, we have modelled all these behaviours so to have insight on what variables are relevant and which were less important. Last, but not least, we have taken big amount of time to think, reflect and conclude about Human Practices issues regarding our project and similar ones that may look harmful for society.

Project description

As you can see in the above animation, the prototype is split into two different functional devices, each one with a different culture inside a flask over a stirrer and the final part, a vessel that contains the water that has to be purified:

1. Bacteriocin production system

In this compartment, genetically modified E. coli produce a specific bacteriocin. After some time of protein expression, the entire culture medium, including the bacterias, is driven by a peristaltic pump into the Module of Bacteriocin Separation (MoBS). Once there, flow is separated into two; most of it returns back to the original flask and a small amount of water goes through the ultrafiltration membrane. This permeate liquid is rich in bacteriocins and other small molecules that have gone through the membrane, where bacterias and other big molecules are not able to pass through the pores.

After the membrane, the filtered stream falls down through a small plastic funnel into the container that is full of contaminated water that needs to be disinfected.

2. pH stat

The aim of this part, the controller of pH (CopH), is to regulate the pH during the disinfection process to ensure that peptides only work at the desired moment. For this, we use cyanobacteria that are able to raise pH when they are illuminated and therefore growing on CO2. pH can reach high values (around 9) which inhibit the peptides activity. After some time under the absence of light these cells can modify pH back to previous values. In other words, once there are enough peptides in the E. coli growth container to wipe out the target pathogen culture we can modify pH to activate the peptides and start disinfection. The transient of protons to the final vessel is carried out by a dialysis membrane which keeps the cyanobacteria separated from the rest of the set-up.

3. Drink vessel

It is the vessel containing the water with pathogens, where bacteriocins end up. Wait some time and you will get your clean water!

We encourage you to know more about this exciting project browsing through the different parts.