Team:Valencia/Achievements

From 2011.igem.org

(Difference between revisions)
 
(12 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>
 
{{Template:Valencia-0-3}}
{{Template:Valencia-0-3}}
-
We have:
+
<html>
-
# Developed a ready-to-use low-cost disinfection system, which can be done in your own garage.
+
<body>
-
# Valencia iGEM Team 2011 has <i>tamed</i> Colicin G and H and Microcin parts and standardized them in BrioBricks.
+
<style type="text/css">
-
# We have been tested and proven under what conditions the culture of Synechocystis PCC. 6803 is more feasible and has a higher concentration with low-cost material.
+
.center {
-
# We have maintained a culture of Synechocystis PCC. 6803 under laboratory conditions.
+
-
# We tested the pH variations on the environment caused by the exchange of protons in the Synechocystis PCC. 6803
+
 +
width:980px;
 +
height:auto;
 +
margin-left:px;
 +
        margin-right:px;
 +
        margin-top:20px;
 +
margin-bottom:0px;
 +
}
-
<!-- https://2009.igem.org/Team:Valencia/Project/Results
+
.col_center{
-
https://2010.igem.org/Team:Valencia/Achievements -->
+
width:970px;
 +
        height:auto;
 +
float:left;
 +
background-color:transparent;
 +
 +
}
 +
 
 +
.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:800px;
 +
        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;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
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;
 +
 
 +
}
 +
 
 +
#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;
 +
}
 +
 
 +
.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);
 +
 +
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;}
 +
 
 +
.curved {
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        behavior:url(border-radius.htc);
 +
}
 +
   
 +
 
 +
 
 +
 
 +
 
 +
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>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class=center>
 +
 
 +
<div class=col_center>
 +
<div class=col_center_top><b>Achievements</b></div><!-- fin clase col_left_top-->
 +
<div class=col_center_center>
 +
 
 +
<br>
 +
<ol>
 +
<li> Designed and developed a <a href="https://2011.igem.org/Team:Valencia/Hardware" TARGET="_blank" title="ready-to-use low-cost disinfection system">ready-to-use low-cost disinfection system</a>, which can be done in your own garage.</li>
 +
<li>Valencia iGEM Team 2011 has <i>tamed</i> <a href="https://2011.igem.org/Team:Valencia/Parts" TARGET="_blank" title="Colicin G and H and Microcin parts">Colicin G and H and Microcin parts</a> and sent them to <a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2011&group=Valencia&Done=1" TARGET="_blank" title="the Registry">the Registry</a>.</li>
 +
<li>We have successfully produced and used <a href="https://2011.igem.org/Team:Valencia/Project1" TARGET="_blank" title="Colicin G and H and Microcin">Colicin G and H and Microcin</a> in order to kill pathogens.</li>
 +
<li>We have tested and proven under what conditions the culture of <i>Synechocystis</i> sp. PCC6803 <a href="https://2011.igem.org/Team:Valencia/Project2" TARGET="_blank" title="is more feasible and has a higher concentration">is more feasible and has a higher concentration</a> with low-cost material.</li>
 +
<li>We have <a href="https://2011.igem.org/Team:Valencia/Project2" TARGET="_blank" title="tested pH variations">tested pH variations</a> on the environment caused by the irradiance of protons and growth of <i>Synechocystis</i> sp. PCC6803</li>
 +
<li>We have accomplished to <a href="https://2011.igem.org/Team:Valencia/Project2" TARGET="_blank" title="grow <i>Synechocystis</i> sp. PCC6803">grow <i>Synechocystis</i> sp. PCC6803</a> on a low-cost photobioreactor under laboratory conditions.</li>
 +
<li>Valencia iGEM 2011 has performed an <a href="https://2011.igem.org/Team:Valencia/Safety" TARGET="_blank" title="outstanding work on Human Practices">outstanding work on Human Practices</a> regarding the design, development and use of an ethically arousing project like <a href="https://2011.igem.org/Team:Valencia/Project" TARGET="_blank" title="this one">this one</a>.</li>
 +
<li>Students have carried all the weight of the project. Faculty was contacted when we had to decide on a project and advisor were seldom bumped with issues and doubts, but all the results, conclusion and works have been done by students.</li>
 +
<li>Finally, we think we fulfill all the requirements in order to have a Gold Medal.</li>
 +
</ol>
 +
<br><br><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:01, 22 September 2011



Achievements

  1. Designed and developed a ready-to-use low-cost disinfection system, which can be done in your own garage.
  2. Valencia iGEM Team 2011 has tamed Colicin G and H and Microcin parts and sent them to the Registry.
  3. We have successfully produced and used Colicin G and H and Microcin in order to kill pathogens.
  4. We have tested and proven under what conditions the culture of Synechocystis sp. PCC6803 is more feasible and has a higher concentration with low-cost material.
  5. We have tested pH variations on the environment caused by the irradiance of protons and growth of Synechocystis sp. PCC6803
  6. We have accomplished to grow Synechocystis sp. PCC6803 on a low-cost photobioreactor under laboratory conditions.
  7. Valencia iGEM 2011 has performed an outstanding work on Human Practices regarding the design, development and use of an ethically arousing project like this one.
  8. Students have carried all the weight of the project. Faculty was contacted when we had to decide on a project and advisor were seldom bumped with issues and doubts, but all the results, conclusion and works have been done by students.
  9. Finally, we think we fulfill all the requirements in order to have a Gold Medal.