Team:Groningen

From 2014.igem.org

(Difference between revisions)
 
(1999 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{:Team:Groningen/Template/MODULE/basepage|home|category1|btnone|d/df/Overlay.home.png}}
-
<body>
+
-
 
+
-
 
+
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript">
+
-
// This will load an important jquery library.
+
-
</script>
+
-
 
+
-
<script type="text/javascript">
+
-
// The script below will remove all wikistylesheets, so you now have unlimited freedom for inline CSS.
+
-
for ( i=0; i<document.styleSheets.length; i++) {
+
-
    void(document.styleSheets.item(i).disabled=true);
+
-
}
+
-
 
+
-
// This script will make sure the navigation stuff always stays on top of the page, after you scrolled past the logo and banner.
+
-
$(function(){
+
-
  $(window).scroll(function(){
+
-
    if( $(window).scrollTop() > 205) {
+
-
      $('#noscroll').css({position: 'fixed', top: '0px'});
+
-
    } else {
+
-
      $('#noscroll').css({position: 'absolute', top: '205px'});
+
-
    }
+
-
  });
+
-
});
+
-
 
+
-
// The variables set below will make sure the page displays correctly and not empty on startup.
+
-
var page="home";
+
-
</script>
+
-
 
+
-
<style type="text/css">
+
-
/*The text below will make some of the annoying standard elements invisible, like the mega iGEM logo, the search box and the footer about wikimedia. Because our custom div (in which we code our entire site) is embedded inside #globalwrapper, that we just made invisible, we have to make the custom div visible again. The same counts for the #menubar, that is one of the elements that MUST stay on the page.*/
+
-
#globalWrapper{visibility:hidden; position:relative;}
+
-
#menubar{visibility:visible;}
+
-
#scrollablecontent{visibility:visible;}
+
-
#noscroll{visibility:visible;}
+
-
 
+
-
/*Below is our unlimited freedom CSS inline stylesheet. :D */
+
-
 
+
-
body{
+
-
background:#000000;
+
-
}
+
-
 
+
-
#menubar ul{
+
-
/*Everything related to the menubar. The menubar is one of the things we MUST keep. Note that there are two elements with the id menubar, and that they are divided into two classes, namely left-menu noprint and right-menu noprint.*/
+
-
width:365px;
+
-
height:12px;
+
-
background:#000000;
+
-
position:absolute;
+
-
top:-24px;
+
-
left:50%;
+
-
padding: 0;
+
-
list-style-type: none;
+
-
}
+
-
 
+
-
.left-menu ul{
+
-
margin-left:-365px;
+
-
}
+
-
 
+
-
.left-menu li{
+
-
float:left;
+
-
margin-right:10px;
+
-
display: inline;
+
-
color:#ffffff;
+
-
font:10px arial,sans-serif;
+
-
}
+
-
 
+
-
.right-menu li{
+
-
float:right;
+
-
margin-left:10px;
+
-
display: inline;
+
-
color:#ffffff;
+
-
font:10px arial,sans-serif;
+
-
}
+
-
 
+
-
#menubar a{
+
-
color:#ffffff;
+
-
font:10px arial,sans-serif;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
#scrollablecontent{
+
-
/*Everything related to the container where we put the entire scrollable part of the site in.*/
+
-
position:absolute;
+
-
width:730px;
+
-
height:300px;
+
-
left:50%;
+
-
top:5px;
+
-
margin-left:-365px;
+
-
}
+
-
 
+
-
#logobox{
+
-
/*Everything related to the logobox*/
+
-
background:#ffff00;
+
-
width:220px;
+
-
height:200px;
+
-
position:absolute;
+
-
left:0px;
+
-
top:0px;
+
-
}
+
-
 
+
-
#bannerbox{
+
-
/*Everything related to the banner*/
+
-
background:#ff00ff;
+
-
width:510px;
+
-
height:200px;
+
-
position:absolute;
+
-
left:220px;
+
-
top:0px;
+
-
}
+
-
 
+
-
#contentbox{
+
-
/*Everything related to the contents (multiple stylesheets, because the content is dynamically switched with javascript, and different pages could need different stylesheets.*/
+
-
background:#ff0000;
+
-
width:510px;
+
-
height:500px;
+
-
position:absolute;
+
-
left:220px;
+
-
top:240px;
+
-
}
+
-
 
+
-
#noscroll{
+
-
/*Everything related to the container where we put the entire not scrollable part of the site in. Inside this container are the language menu, the navigation menu and the title of the content. The idea is that this part only scrolls a little bit, and after that, it stays on top of the page.*/
+
-
position:absolute;
+
-
width:730px;
+
-
height:300px;
+
-
left:50%;
+
-
top:205px;
+
-
margin-left:-365px;
+
-
}
+
-
 
+
-
#languagemenubox{
+
-
/*Everything related to the languagemenu*/
+
-
background:#ffaaff;
+
-
width:220px;
+
-
height:40px;
+
-
position:absolute;
+
-
left:0px;
+
-
top:0px;
+
-
}
+
-
 
+
-
#titlebox{
+
-
/*Everything related to the content title box*/
+
-
background:#ff99ff;
+
-
width:510px;
+
-
height:40px;
+
-
position:absolute;
+
-
left:220px;
+
-
top:0px;
+
-
}
+
-
 
+
-
#titlebox h1{
+
-
color:#00ff00;
+
-
font:20px arial,sans-serif;
+
-
}
+
-
 
+
-
#navigationmenubox{
+
-
/*Everything related to the navigation menu*/
+
-
background:#00ff00;
+
-
width:220px;
+
-
height:500px;
+
-
position:absolute;
+
-
left:0px;
+
-
top:40px;
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<div id="scrollablecontent"> /*This div is used to program all our own content in.*/
+
-
  <div id="logobox">logo</div>
+
-
  <div id="bannerbox"></div>
+
-
  <div id="contentbox">
+
-
<p>
+
-
Starting in 2008 the University of Groningen has attended the iGEM (international Genetically Engineered Machine) competition every year. This year the team of Groningen is making a bandage containing <i>Lactococcus lactis</i>. <i>L. Lactis</i> is generally known as the lactic acid producing bacterium used in the food industry such as in the production of yoghurt. This bacterium is able to protect the wound against several bacteria that can cause painful infections in burn wounds.
+
-
Infections in burn wounds are currently only treatable with antibiotics. An increase in antibiotic resistance makes it harder every day to fight these bacteria. In our system <i>L. Lactis<i> produces a so-called lantibiotic, nisin. Nisin is effective against about half of all bacteria species and resistance against nisin is hardly ever found and if found, the resistance does not last.
+
-
Beside nisin the <i>L. lactis</i> will be able to produce AiiA and DspB. AiiA will disrupt the communication mechanism of the harmful bacteria, this way the bacteria will not cause any trouble because it 'thinks' it is alone.  DspB is a molecule that prevents the harmful bacteria to form a layer (biofilm) on the wound. Additionally we want to try to make the bandage 'active' (producing nisin, DspB and AiiA) only when harmful bacteria are present in the wound. The bandage targets <i>Staphyolococcus Aureus</i> and <i>Pseudomonas Aeruginosa</i> specifically, two bacteria that are a problem in burn wound centres.
+
-
The design of the bandage is important as well. <i>L. lactis</i> should not be able to get out of the bandage, but the anti-microbial molecules should be able to reach the wound. Besides containing <i>L. Lactis</i> the bandage should allow sufficient oxygen to reach the wound.
+
-
Finally, the whole package needs to be able to be stored for quite a while and still work. Therefore <i>L. lactis</i> will be stored as a powder and can be activated with water when the bandage is needed.
+
-
We are also investigating the possibilities of having L. Lactis produce growth factors to aid in wound healing and to link the detection to the production of a chromoprotein to show when the bandage detects harmful bacteria.
+
-
</p>
+
-
 
+
-
</div>
+
-
</div>
+
-
 
+
-
<div id="noscroll">
+
-
  <div id="languagemenubox"></div>
+
-
  <div id="titlebox">
+
-
<script type="text/javascript">
+
-
if ($(page)="home") {
+
-
print("<h1>LactoAid</h1>")
+
-
} else if (page="team") {
+
-
block of code to be executed if the condition1 is false and condition2 is true
+
-
} else {
+
-
block of code to be executed if the condition1 is false and condition2 is false
+
-
}
+
-
</script>
+
-
 
+
-
  </div>
+
-
  <div id="navigationmenubox">
+
-
    <ul>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/home"style="color:#000000">Home</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Team"style="color:#000000"> Team</a></li>
+
-
      <li><a target="content" href="https://igem.org/Team.cgi?year=2014&team_name=Groningen"style="color:#000000"> Official Team Profile</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Project"style="color:#000000"> Project</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Parts"style="color:#000000"> Parts</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Modeling"style="color:#000000"> Modeling</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Notebook"style="color:#000000"> Notebook</a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Safety"style=" color:#000000"> Safety </a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Team:Groningen/Attributions"style="color:#000000"> Attributions </a></li>
+
-
      <li><a target="content" href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="30px"></a></li>
+
-
    </ul>
+
-
  </div>
+
-
</div>
+
-
 
+
-
</body>
+
-
</html>
+

Latest revision as of 07:25, 16 October 2014

 
 
 
 
Home > Overview
 
 
 
 
 
 
 
 
We are still looking for sponsors
 
 
We are still looking for sponsors
 
Please contact our acquisition team via Anna Lauxen if you want to sponsor us. You can reach her via annalauxen@igemgroningen.com.
 
 
 
 
Project
 
 
Project
 
Read everything about our project.
 
 
 
 
Building manual
 
 
Building manual
 
Problem making the paper toy on the flyer? Click here!
 
 
 
 
Abstract (Click to see all 11 languages):
 
 
Abstract (Click to see all 11 languages):
 
Infections caused by Staphylococcus aureus and Pseudomonas aeruginosa often pose problems for burn wound treatments. We developed a new kind of bandage that prevents these infections and reduces the use of antibiotics, thereby lowering the risk of developing antibiotic resistance. The bandage consists of a hydrogel that contains genetically engineered Lactococcus lactis with nutrients. The engineered strain of L. lactis detects the quorum sensing molecules of the two pathogens in the wound and subsequently produces the antimicrobial nisin as well as some other Infection-Preventing-Molecules (IPMs). These IPMs are the anti-biofilm protein Dispersin B and the quorum quenching protein AHLase. The gel is placed between two layers, a top layer to allow diffusion of gases and a bottom layer to contain the bacteria within the bandage. Hydrating the gel by breaking adjacent water pockets initiates the growth of the bacteria, thereby activating the bandage.
 
 
 
 
Policy and Practice
 
 
Policy and Practice
 
We reached out to the public and spread amazement and inspiration. Apart from that, we considered the ethical implications and future of our project and constructively thought about GMO regulation.
 
 
 
 
View our medal checklist
 
 
View our medal checklist
 
A quick link to the medal requirements we fulfilled.