Team:Valencia/Prueba
From 2011.igem.org
(Difference between revisions)
(34 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | img { | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | .center { | ||
+ | |||
+ | width:965px; | ||
+ | height:auto; | ||
+ | margin-left:7px; | ||
+ | margin-right:32.5px; | ||
+ | margin-top:20px; | ||
+ | margin-bottom:30px; | ||
+ | } | ||
+ | |||
+ | .col_left{ | ||
+ | width:650px; | ||
+ | height:auto; | ||
+ | float:left; | ||
+ | background-color:transparent; | ||
+ | |||
+ | } | ||
+ | |||
+ | .col_left_top{ | ||
+ | width:610px; | ||
+ | background-color:#0087ba; | ||
+ | height:20px; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:20px; | ||
+ | color:#fff; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .col_left_center{ | ||
+ | width:610px; | ||
+ | text-align:justify; | ||
+ | height: auto; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:14px; | ||
+ | color:black; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .col_left_bottom{ | ||
+ | width:525px; | ||
+ | text-align:center; | ||
+ | height: auto; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:14px; | ||
+ | color:#fff; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .col_right{ | ||
+ | width:290px; | ||
+ | margin-left:10px; | ||
+ | float:left; | ||
+ | background-color:transparent; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .col_right_top{ | ||
+ | width:250px; | ||
+ | background-color:#0087ba; | ||
+ | height:20px; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:20px; | ||
+ | color:#fff; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .col_right_center{ | ||
+ | width:200px; | ||
+ | height: auto; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:14px; | ||
+ | color:#666; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .col_right_bottom{ | ||
+ | width:335px; | ||
+ | text-align:center; | ||
+ | height: auto; | ||
+ | font-family:Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:14px; | ||
+ | color:#fff; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
html, body { | html, body { | ||
Line 11: | Line 105: | ||
body { | body { | ||
- | background: | + | background:darkblue url(https://static.igem.org/mediawiki/2011/6/65/Valencia_Aguamitadinferior1500x800.jpg) repeat-x top fixed; |
+ | |||
} | } | ||
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;} | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;} | ||
#content{ | #content{ | ||
- | background:transparent url("https://static.igem.org/mediawiki/ | + | background:transparent url("https://static.igem.org/mediawiki/2011/f/fd/Valencia_Transpa30a.png") center fixed repeat-y; |
padding: 0px; | padding: 0px; | ||
margin:0 auto; | margin:0 auto; | ||
border: none; | border: none; | ||
+ | |||
+ | |||
} | } | ||
Line 39: | Line 136: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #headerlinks{ | ||
+ | margin-left: -12px; | ||
+ | } | ||
+ | |||
+ | #nav, #nav ul { | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | .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; | ||
+ | |||
+ | } | ||
+ | |||
+ | #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); | ||
+ | |||
+ | .bannerimage { | ||
+ | |||
+ | } | ||
+ | |||
+ | a.bannerlinks { | ||
+ | color: white !important; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | a.bannertoplinks { | ||
+ | color: white !important; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.bannerlinks:hover, a.bannertoplinks:hover { | ||
+ | background-color:#00B7FA; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .bannerlinks { | ||
+ | background-color:#70DBFF ; | ||
+ | border-style: none; | ||
+ | border-color: white; | ||
+ | border-width: 1px; | ||
+ | color: white; | ||
+ | padding: 3px 20px 3px 20px; | ||
+ | margin-left: -19px; | ||
+ | } | ||
+ | |||
+ | .bannertoplinks { | ||
+ | background-color:#5579FF ; | ||
+ | border-style: none; | ||
+ | border-color: white; | ||
+ | border-width: 1px; | ||
+ | color: white; | ||
+ | margin-bottom: -2px; | ||
+ | padding: 3px 20px 3px 20px; | ||
+ | } | ||
+ | |||
+ | .bannertoplinkslast{ | ||
+ | background-color: #827B60; | ||
+ | border-style: solid ; | ||
+ | border-color: white; | ||
+ | border-width: 1px; | ||
+ | color: white; | ||
+ | margin-bottom: -2px; | ||
+ | padding: 3px 20px 3px 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
body { | body { | ||
font: 10px normal Verdana, Arial, Helvetica, sans-serif; | font: 10px normal Verdana, Arial, Helvetica, sans-serif; | ||
- | + | ||
padding: 0; | padding: 0; | ||
} | } | ||
h1 { | h1 { | ||
- | font: | + | font: 3em normal Verdana, 'Times New Roman', Times, serif; |
color: #333; | color: #333; | ||
margin: 0; | margin: 0; | ||
padding: 5px 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{ | h1 small{ | ||
Line 64: | Line 286: | ||
behavior:url(border-radius.htc); | behavior:url(border-radius.htc); | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
ul#topnav { | ul#topnav { | ||
Line 120: | Line 346: | ||
}); | }); | ||
</script> | </script> | ||
- | < | + | |
- | + | <div id="headerlinks"> | |
- | + | <ul id="nav"> | |
- | + | <li> | |
- | + | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia"><b>Home</b></a> | |
- | + | </li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<li> | <li> | ||
- | <a href="https://2011.igem.org/Team:Valencia/Modeling">Modeling</a> | + | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Team"><b>The team</b></a> |
+ | <ul style="z-index:1"> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Acknowledgements">Acknowledgements & Attributions</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Gallery">Gallery</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Project"><b>The project</b></a> | ||
+ | <ul style="z-index:1"> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Achievements">Achievements</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Hardware">Hardware</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project1">Colicin production</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project2">pH-stat</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Modeling">Modeling</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Notebook/Calender">Notebook</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Protocols">Protocols</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Parts"><b>BioBricks</b></a> | ||
+ | <ul style="z-index:1"> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Safety"><b>Human Practices</b></a> | ||
+ | <ul style="z-index:1"> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Safetyquestions">Biosafety and Biosecurity</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Safetycode">Deontological code</a></li> | ||
+ | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Experts">Asking the experts</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | |||
+ | <div class=center> | ||
+ | |||
+ | <div class=col_left> | ||
+ | <div class=col_left_top>Water Colicin Cleaner: disinfected water by E. coli</div><!-- fin clase col_left_top--> | ||
+ | <div class=col_left_center>Water Colicin Cleaner is a biological alternative for disinfecting contaminated water using synthetic biology. We kill targeted pathogens by means of antimicrobial peptides in Escherichia coli. As a proof of concept we have chosen to aim for enterobacteria, focusing on E. coli contaminated water, as a proxy of fecal water. The cleaning of E. coli will be possible thanks to the colicin protein. The activity of these proteins will be controlled by a biological pH-stat, using light-driven cyanobacteria to control pH of the media. | ||
+ | |||
+ | We will deliver a DIY kit as a prototype platform for killing pathogens responsible of diseases such as cholera, diarrhea and typhoid fever, ending with more than 2 million deaths in the last year according to the 2011 WHO Guidelines for Drinking-Water Quality. | ||
+ | |||
+ | W.C. Cleaner is an effective, low-cost device, that will help people that struggle to find pathogen-free drinking water avoid important diseases. </div><!-- fin clase col_left_top--> | ||
+ | <div class=col_left_bottom><img src="https://static.igem.org/mediawiki/2011/8/81/Valencia_logo.jpg"></div><!-- fin clase col_left_top--> | ||
+ | </div><!-- fin clase col_left--> | ||
+ | |||
+ | <div class=col_right> | ||
+ | <div class=col_right_top>Who we are</div><!-- fin clase col_right_top--> | ||
+ | |||
+ | <div class=col_right_center> | ||
+ | <img src="https://static.igem.org/mediawiki/2008/b/b7/Upv_logo.jpg"/ width="200"/> | ||
+ | </div><!-- fin clase col_right_center--> | ||
+ | |||
+ | <div class=col_right_center> | ||
+ | <img src="https://static.igem.org/mediawiki/igem.org/c/c4/Valencia_UCVlogo2.jpg" width="200" /> | ||
+ | </div><!-- fin clase col_right_center--> | ||
+ | |||
+ | <div class=col_right_center> | ||
+ | <img src="https://static.igem.org/mediawiki/2008/2/2d/Uv_logo.gif" width="200" /> | ||
+ | </div><!-- fin clase col_right_center--> | ||
+ | |||
+ | <div class=col_right_bottom></div><!-- fin clase col_right_bottom--> | ||
+ | </div><!-- fin clase col_right--> | ||
+ | |||
+ | </div><!-- fin clase center--> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Latest revision as of 10:38, 20 September 2011
Water Colicin Cleaner: disinfected water by E. coli
Water Colicin Cleaner is a biological alternative for disinfecting contaminated water using synthetic biology. We kill targeted pathogens by means of antimicrobial peptides in Escherichia coli. As a proof of concept we have chosen to aim for enterobacteria, focusing on E. coli contaminated water, as a proxy of fecal water. The cleaning of E. coli will be possible thanks to the colicin protein. The activity of these proteins will be controlled by a biological pH-stat, using light-driven cyanobacteria to control pH of the media.
We will deliver a DIY kit as a prototype platform for killing pathogens responsible of diseases such as cholera, diarrhea and typhoid fever, ending with more than 2 million deaths in the last year according to the 2011 WHO Guidelines for Drinking-Water Quality.
W.C. Cleaner is an effective, low-cost device, that will help people that struggle to find pathogen-free drinking water avoid important diseases.
Who we are