Difference between revisions of "Team:Uppsala"

 
(103 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Uppsala_NewTemplate}}
 
<html>
 
<html>
<head>
 
  
 
<style>
 
<style>
  
body {
+
#home_image {
background-color: #ffffff;
+
  margin: 0 auto;
padding: 0 10%;
+
  display: block;
 
+
  margin-top: -16px;
 
}
 
}
  
.navbar {
 
width: 100%;
 
}
 
  
#main {
+
/*Design for the buttons*/
background-color: #C7EDD3;
+
margin-left:auto;
+
margin-right:auto;
+
/*width:1100px;*/
+
padding: 5px;
+
border: 2px solid red;
+
}
+
  
h1,h2,h3 {
+
/*Div with the project buttons*/
font-family:"Trebuchet MS", Helvetica;
+
#buttonbox {
color: #FF3300;
+
      border: 2px black solid;
text-shadow: 2px 2px 5px #888888;
+
border: none;
+
 
}
 
}
  
#home_image {
+
/*Buttons that lead to the project page*/
  /*margin: 20px auto;*/
+
.buttons {
  display: block;
+
/*border: 3px solid black;
  padding: 25px 0 0 0;
+
border-radius: 20px;*/
 +
        box-shadow: 10px 10px 20px #888888;
 +
        /*margin-right: 15px;*/
 +
        background-color: #E84243;
 +
        margin-right: 20px;
 +
        margin-top:15px;
 +
width: 350px;
 +
height: 583px;
 +
        overflow: hidden;
 +
        z-index:0;
 
}
 
}
  
hr {
+
/*Button effects*/
background-color: #FF3300;
+
 
 +
.buttons img:hover, #nic img, #med img {
 +
        opacity: 1;
 
}
 
}
  
p {
+
.buttons img:hover, #nic img:hover, #med img:hover {
font-family:Garamond, "Times New Roman";
+
        opacity: 0.2;
font-size: 150%;
+
 
}
 
}
  
 
+
.description {
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
+
        position: absolute;
@charset "UTF-8";
+
        top: inherit;
/* Base Styles */
+
        bottom: inherit;
#cssmenu ul,
+
        left: inherit;
#cssmenu li,
+
        right: inherit;
#cssmenu a {
+
        visibility: hidden;
  list-style: none;
+
        opacity: 0;
  margin: 0;
+
        text-align: center;
  padding: 0;
+
        width: 350px;
  border: 0;
+
        font-family: "Fira Sans";
  line-height: 1;
+
        font-size: 200%;
  font-family: 'Lato', sans-serif;
+
        color: #F8F8FF;
}
+
        -webkit-transition: all 300ms ease-out;
#cssmenu {
+
-moz-transition: all 300ms ease-out;
  border: 1px solid #133e40;
+
transition: all 300ms ease-out
  -webkit-border-radius: 5px;
+
       
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  width: auto;
+
}
+
#cssmenu ul {
+
  zoom: 1;
+
  background: #461972;
+
  background: -moz-linear-gradient(top, #4619720%, #2a8a8f 100%);
+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #461972), color-stop(100%, #2a8a8f));
+
  background: -webkit-linear-gradient(top, #4619720%, #2a8a8f 100%);
+
  background: -o-linear-gradient(top, #4619720%, #2a8a8f 100%);
+
  background: -ms-linear-gradient(top, #4619720%, #2a8a8f 100%);
+
  background: linear-gradient(top, #4619720%, #2a8a8f 100%);
+
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
+
  padding: 5px 10px;
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
}
+
#cssmenu ul:before {
+
  content: '';
+
  display: block;
+
}
+
#cssmenu ul:after {
+
  content: '';
+
  display: table;
+
  clear: both;
+
}
+
#cssmenu li {
+
  float: left;
+
  margin: 0 5px 0 0;
+
  border: 1px solid transparent;
+
}
+
#cssmenu li a {
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  padding: 8px 10px 9px 10px;
+
  display: block;
+
  text-decoration: none;
+
  color: #ffffff;
+
  border: 1px solid transparent;
+
  font-size: 16px;
+
 
+
}
+
#cssmenu li.active {
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  border: 1px solid #36b0b6;
+
}
+
#cssmenu li.active a {
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  display: block;
+
  background: #1e6468;
+
  border: 1px solid #133e40;
+
  -moz-box-shadow: inset 0 5px 10px #133e40;
+
  -webkit-box-shadow: inset 0 5px 10px #133e40;
+
  box-shadow: inset 0 5px 10px #133e40;
+
}
+
#cssmenu li:hover {
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  border: 1px solid #36b0b6;
+
}
+
#cssmenu li:hover a {
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -ms-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
  display: block;
+
  background: #1e6468;
+
  border: 1px solid #133e40;
+
  -moz-box-shadow: inset 0 5px 10px #133e40;
+
  -webkit-box-shadow: inset 0 5px 10px #133e40;
+
  box-shadow: inset 0 5px 10px #133e40;
+
 
}
 
}
  
 
+
.buttons .description {
/*Hide the sub-menus*/
+
padding: 3px;
nav ul ul {  
+
font-size: 170%;
display: none;
+
}
+
/*Show the sub-menus when you hover over the bar elements*/
+
nav ul li:hover > ul {
+
display: block;
+
}
+
/*Change of the box around the bar*/
+
nav ul {
+
background-color: #A5A5C1;
+
        background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
+
font-family: serif;
+
text-align: center;
+
        list-style: none;
+
+
padding: 0 15px;
+
display: inline-table;
+
}
+
nav > ul {
+
margin-top: 0px;
+
margin-left: auto;
+
margin-right: auto;
+
 
}
 
}
nav ul li {
+
#nic .description, #med .description {
float: left;
+
        width:75%;
 +
        margin: auto;
 
}
 
}
  
/*Only affects links in the first ul, the bar*/
+
.buttons:hover .description, #nic:hover .description, #med:hover .description {
nav ul li:hover > a{  
+
         visibility: visible;
         background-color: #4b545f;
+
        opacity: 1;
color: #CC0000;
+
         -moz-transform: translateY(140px);
         text-decoration: none;
+
-webkit-transform: translateY(140px);
background-color: #A5A5C1;
+
transform: translateY(140px);
 
}
 
}
  
/* Change of link text in the bar*/
+
#med:hover .description {
nav ul li a {  
+
        visibility: visible;
display: block;  
+
        opacity: 1;
padding: 2px 15px;  
+
        -moz-transform: translateY(40px);
text-decoration: none;
+
-webkit-transform: translateY(40px);
        color: white;
+
transform: translateY(40px);
 
}
 
}
/*List of sub-menus*/
 
nav ul ul {
 
background: #5f6975;
 
border-radius: 0px;
 
padding: 0;
 
position: absolute;
 
        top: 100%;
 
}
 
/*The individual sub-menu elements*/
 
nav ul ul li {
 
float: none;
 
background-color: #A5A5C1;
 
border-top: 1px solid #6b727c;
 
border-bottom: 1px solid #575f6a;
 
position: relative;
 
}
 
/*The individual link texts in the sub-menus*/
 
nav ul ul li a {
 
padding: 15px 20px;
 
}
 
  
nav ul ul li a:hover {
+
/*Affects all effects on the buttons (opacity, resize). Makes a smooth 300ms transition.*/
background: #4b545f;
+
.button_grid img {
 +
        -webkit-transition: all 300ms;
 +
-moz-transition: all 300ms;
 +
transition: all 300ms;
 
}
 
}
  
/*Supposed to make the navigation bar fixed up top*/
+
/*Resize of the buttons on hover*/
.fixed {
+
.button_grid td:hover img {
  position: fixed;
+
        -webkit-transform: scale(1.2);
  top: 0;
+
-moz-transform: scale(1.2);
  right: 0;
+
transform: scale(1.2);
  left: 0;
+
  margin: auto;
+
  margin-top: 15px;
+
  width: 100%;
+
 
}
 
}
  
/*Div with the project buttons*/
+
 
#buttonbox {
+
#results_button {
      background-color: #d3dfe4;
+
box-shadow: 3px 3px 10px #888888;
      border: 2px black solid;
+
margin-left: 10px;
 
}
 
}
  
/*Buttons that lead to the project page*/
+
#nic {
.buttons {
+
/*border: 3px solid black;
border: 3px solid black;
+
border-radius: 20px;*/
border-radius: 20px;
+
box-shadow:  10px 10px 20px #888888;
        background-color: #d3dfe4;
+
/*background-color: #d3dfe4;*/
        margin-right: 10px;
+
background-color: #E84243;
        margin-left: 10px;
+
margin-top: 17px;
width: 250px;
+
width: 1100px;
height: 250px;
+
height: 263px;
 +
overflow: hidden;
 +
 
}
 
}
  
Line 262: Line 127:
 
display:table;
 
display:table;
 
margin: 0 auto;
 
margin: 0 auto;
 +
}
 +
 +
#medal {
 +
/*padding: 25px 0px;*/
 +
/*box-shadow: 10px 10px 20px #888888;*/
 +
/*margin-top: 14px;
 +
margin-bottom: 3px;*/
 +
}
 +
 +
#med {
 +
width: 1100px;
 +
height: 103px;
 +
box-shadow: 10px 10px 20px #888888;
 +
overflow: hidden;
 +
margin-top: 10px;
 +
background-color: #E84243;
 
}
 
}
  
  
/*Reset of the wiki default settings*/
+
*flipping images*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
  
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
/* entire container, keeps perspective */
+
.flip-container{
border: 0 none;
+
/*perspective*/
height: 14px;
+
-webkit-perspective:1000;
z-index: 100;
+
  -moz-perspective:1000;
top: 0;
+
    -ms-perspective:1000;
position: fixed;
+
    -o-perspective:1000;
width: 975px;  
+
        perspective:1000;
left: 50%;  
+
}
margin-left: -487px;
+
/* flip the pane when hovered */
 +
.flipped {
 +
/*transform*/
 +
-webkit-transform:rotateY(180deg);
 +
  -moz-transform:rotateY(180deg);
 +
    -ms-transform:rotateY(180deg);
 +
    -o-transform:rotateY(180deg);
 +
        transform:rotateY(180deg);
 
}
 
}
  
#globalWrapper { /*-- changes default wiki settings --*/
+
.flip-container, .front, .back{
width: 100%;  
+
width: 100%;
height: 100%;
+
height: 461px;
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
 
}
 
}
  
#content {
+
 
background-color: #ffffff;      
+
/* flip speed goes here */
width: 100%;    
+
.flipper {
border: 0px;
+
/*transition*/
margin: 0px;  
+
-webkit-transition:1s;
padding-left: 0px; /should be set to 0 in alt.1) /
+
  -moz-transition:1s;
padding-right: 0px;
+
    -o-transition:1s;
padding-bottom: 0px;      
+
        transition:1s;
padding-top: 50px;
+
/*transform-style*/
 +
-webkit-transform-style:preserve-3d;
 +
  -moz-transform-style:preserve-3d;
 +
    -ms-transform-style:preserve-3d;
 +
    -o-transform-style:preserve-3d;
 +
        transform-style:preserve-3d;
 +
position:relative;
 
}
 
}
  
html, .wrapper { /*-- changes default wiki settings --*/
+
/* hide back of pane during swap */
width: 100%;  
+
.front, .back{
height: 100%;  
+
/*backface-visibility*/
background-color: transparent;
+
-webkit-backface-visibility:hidden;
 +
  -moz-backface-visibility:hidden;
 +
    -ms-backface-visibility:hidden;
 +
    -o-backface-visibility:hidden;
 +
        backface-visibility:hidden;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
}
 +
 
 +
 
 +
 
 +
/* front pane, placed above back */
 +
.front{
 +
z-index:2;
 +
}
 +
 
 +
 
 +
/* back, initially hidden pane */
 +
.back{
 +
/*transform*/
 +
-webkit-transform:rotateY(180deg);
 +
  -moz-transform:rotateY(180deg);
 +
    -ms-transform:rotateY(180deg);
 +
    -o-transform:rotateY(180deg);
 +
        transform:rotateY(180deg);
 
}
 
}
/*End of wiki reset*/
 
  
 
</style>
 
</style>
 
</head>
 
</head>
 
 
<body>
 
<body>
<div id="cssmenu">
 
<nav class="fixed">
 
<ul class="navbar">
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Team">Team</a></li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Project">Project</a>
 
      <ul>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Description">Description</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Experiments">Experiments &amp; Protocols</a></li> 
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Results">Results</a></li> 
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Design">Design</a></li>
 
      </ul>
 
  </li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Parts">Parts</a>
 
      <ul>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Parts">Team Parts</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Basic_Part"><li>Basic Parts</a></li> 
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Composite_Part"><li>Composite Parts</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Part_Collection"><li>Part Collection</a></li> 
 
      </ul>
 
  </li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Notebook">Notebook</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Attributions">Attributions</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Collaborations">Collaborations</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Practices">Human Practices</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Safety">Safety</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Modeling">Modeling</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Measurement">Measurement</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Software">Software</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Entrepreneurship">Entrepreneurship</a></li>
 
</ul>
 
</nav>
 
</div>
 
  
<div>
+
    <!--<img id="home_image" src="https://static.igem.org/mediawiki/2015/4/4d/Uppsala_NewFront.png" alt="iGEM Uppsala" style="width:100%;height:100%;">-->
<img id="home_image" src="https://static.igem.org/mediawiki/2015/8/8a/Uppsala_HomeHeader.png" alt="iGEM Uppsala" style="width:960px;height:611px;>
+
 
 +
<div class="flip-container">
 +
<div class="flipper" onclick="this.classList.toggle('flipped')">
 +
<div class="front">
 +
<img id="home_image" src="https://static.igem.org/mediawiki/2015/4/4d/Uppsala_NewFront.png" alt="iGEM Uppsala" style="width:100%;">
 +
</div>
 +
<div class="back">
 +
<img id="home_image" src="https://static.igem.org/mediawiki/2015/7/72/Uppsala_MansFront.png" alt="iGEM Uppsala" style="width:100%;">
 +
</div>
 +
</div>
 
</div>
 
</div>
<div id="maincontent">
 
  
     <h1 class="header">Home</h1>
+
     <div id="main">
 +
 
 +
   
 
     <h2 class="header">Abstract</h2>
 
     <h2 class="header">Abstract</h2>
 
     <hr>
 
     <hr>
     <p>
+
      
     Nature is a biologist’s working bench - and as such we like to keep it tidy. Polycyclic aromatic hydrocarbons (PAHs) are a major pollutant derived from human activity - coil burning, oil spills, gasification plant waste. It’s carcinogenic, insoluble in water and hard to degrade. Thankfully, we’re also engineers and we decided to help nature do it’s thing.
+
  <table>
    </p>
+
    <tr>
    <p>
+
    <td>
    We took a twoway approach for the project  first we’ll enhance E.coli with the ability to degrade PAHs by inserting a biobrick construct  containing laccase  a powerful enzyme that helps get rid of those pesky compounds. And second, we’ll develop a biosensor, so that bacteria don’t waste their time producing enzymes when there is nothing to break down.
+
      <p>
    </p>
+
     Polycyclic aromatic hydrocarbons (PAHs) are potent carcinogens produced by various activities ranging from grilling meat to coal gasification. Our project aims to degrade high molecular weight PAHs present in industrial waste from district heating plants. There is currently no sustainable way to handle this waste and therefore it is deposited in landfills. We want to solve this problem by  employing a bacterial based system.  
    <p>
+
    </p>
    PAHs are a major problem because they are stable and hydrophobic  meaning once an area is polluted, cleaning up is very hard  like trying to wash a greasy pan by dipping it in cold water! By using the help of bacteria, these contaminants can be removed from the environment (for example in wastewater treatment plants). Best of all  it will require minimum effort, because bacteria will degrade the compounds all by themselves, and with pleasure. Imagine eating doughnuts for homework!
+
    <p>Our cells need to be able to detect the PAHs for direct degradation. However the high molecular weight PAHs do not readily pass through the cell membrane. We solved this obstacle by using the low weight PAH, naphthalene, as an indicator for the presence of heavier PAHs. The degradation of this small PAH inside the cell relieves repression of genes under the control of the NahR/Psal promoter system. This causes the expression of a series of enzymes for PAH degradation which are secreted outside the cell where they can oxidize and cleave the ring structures of the carcinogenic compounds. This in turn makes them available for downstream biodegradation. To increase the degradation efficiency, our system also produces rhamnolipids. These are biosurfactants that prevent the PAHs from aggregating, making them easier for the enzymes to access.  
     </p>
+
      </p>
 +
      </td>
 +
      <td>
 +
      <a href="https://2015.igem.org/Team:Uppsala/Results">
 +
        <img id="results_button" src="https://static.igem.org/mediawiki/2015/e/eb/Uppsala_ResultsButton.png" style="width:90px;">
 +
      </a>
 +
      </td>
 +
    </tr>
 +
     </table>
 
     <hr>
 
     <hr>
 +
  
  
<table >
+
<table class="button_grid">
 +
        <tr>
 +
             
 +
                <td colspan="3" >
 +
                    <div id="med" >
 +
<a href="https://2015.igem.org/Team:Uppsala/Journey">
 +
                              <p class="description">Click here to read about our journey to gold!</p>
 +
      <img id="medal" src="https://static.igem.org/mediawiki/2015/f/f7/Uppsala_goldmedal.png">
 +
                              <!--<h2><span id="textbox">Nordic iGEM Conference</span></h2>-->
 +
</a>
 +
</div>
 +
                </td>
 +
        </tr>
 
    <tr>
 
    <tr>
<td class="buttons">
+
<td >
<div>
+
<div class="buttons">
  <a href="#">
+
  <a href="https://2015.igem.org/Team:Uppsala/Enzymes">
<img class="button" src="" alt="">
+
                                        <p class="description">Laccase and dioxygenase are enzymes that are central to our project. Click here to learn more about how we use them!</p>
                                         <h2><span id="textbox">Enzymatic Degradation</span></h2>
+
<img class="button" src="https://static.igem.org/mediawiki/2015/9/95/Uppsala_Degradation.png" alt="Enyzmatic degradation" style="width:350px;height:583px">
 +
                                         <!--<h2><span id="textbox">Enzymatic Degradation</span></h2>-->
 
    </a>
 
    </a>
 
</div>
 
</div>
 
</td>
 
</td>
<td class="buttons">
+
<td >
<div>
+
<div class="buttons">
<a href="#">
+
<a href="https://2015.igem.org/Team:Uppsala/Naphthalene">
<img src="" alt="">
+
                              <p class="description">The degradation of naphthalene is what activates our whole construct. Click here to learn more about how this happens!</p>
                                <h2><span id="textbox">Biosurfactants</span></h2>
+
      <img src="https://static.igem.org/mediawiki/2015/9/92/Uppsala_NewNahButton.png" alt="Naphthalene pathway" style="width:350px;height:583px">
 +
                              <!--<h2><span id="textbox">Naphthalene Pathway</span></h2>-->
 
</a>
 
</a>
 
</div>
 
</div>
 
</td>
 
</td>
<td class="buttons">
+
                <td >
<div>
+
<div class="buttons">
<a href="#">
+
<a href="https://2015.igem.org/Team:Uppsala/Biosurfactants">
      <img src="" alt="">
+
                                <p class="description">We used rhamnolipids to increase our enzymes' accessibility to the PAH:s. Click here to find out more about how we incorporated them into our system!</p>
                              <h2><span id="textbox">Naphtalene Pathway</span></h2>
+
<img src="https://static.igem.org/mediawiki/2015/7/73/Uppsala_NewBiosurfButton.png" alt="Biosurfactants" style="width:350px;height:583px">
 +
                                <!--<h2><span id="textbox">Biosurfactants</span></h2>-->
 
</a>
 
</a>
 
</div>
 
</div>
 
</td>
 
</td>
 
</tr>
 
</tr>
 +
        <tr>
 +
             
 +
                <td colspan="3" >
 +
                    <div id="nic" >
 +
<a href="https://2015.igem.org/Team:Uppsala/Software">
 +
                              <p class="description">We needed a fluorometer to measure the efficiency of our system, but we quickly noticed that getting hold of one was not that easy. Therefore, we built our own!</p>
 +
      <img  src="https://static.igem.org/mediawiki/2015/2/27/Uppsala_fluorometer.png" alt="NiC" style="width:1100px; height:263px">
 +
                              <!--<h2><span id="textbox">Nordic iGEM Conference</span></h2>-->
 +
</a>
 +
</div>
 +
                </td>
 +
        </tr>
 +
        <tr>
 +
             
 +
                <td colspan="3" >
 +
                    <div id="nic" >
 +
<a href="https://2015.igem.org/Team:Uppsala/nic">
 +
                              <p class="description">We collaborated with the iGEM team from Stockholm to arrange a meetup of nordic teams in Uppsala. Click here to learn more about the Nordic iGEM Conference!</p>
 +
      <img  src="https://static.igem.org/mediawiki/2015/a/ac/Uppsala_NewNiCButton.png" alt="NiC" style="width:1100px; height:263px">
 +
                              <!--<h2><span id="textbox">Nordic iGEM Conference</span></h2>-->
 +
</a>
 +
</div>
 +
                </td>
 +
        </tr>
 
</table>
 
</table>
  
 
</div>  
 
</div>  
 
 
<div id="footer">
 
Copyright © Wiki Team
 
</div>
 
 
 
</body>
 
</body>
 
</html>
 
</html>
 +
 +
{{Uppsala_NewFooter}}

Latest revision as of 22:45, 20 November 2015

iGEM Uppsala
iGEM Uppsala

Abstract


Polycyclic aromatic hydrocarbons (PAHs) are potent carcinogens produced by various activities ranging from grilling meat to coal gasification. Our project aims to degrade high molecular weight PAHs present in industrial waste from district heating plants. There is currently no sustainable way to handle this waste and therefore it is deposited in landfills. We want to solve this problem by employing a bacterial based system.

Our cells need to be able to detect the PAHs for direct degradation. However the high molecular weight PAHs do not readily pass through the cell membrane. We solved this obstacle by using the low weight PAH, naphthalene, as an indicator for the presence of heavier PAHs. The degradation of this small PAH inside the cell relieves repression of genes under the control of the NahR/Psal promoter system. This causes the expression of a series of enzymes for PAH degradation which are secreted outside the cell where they can oxidize and cleave the ring structures of the carcinogenic compounds. This in turn makes them available for downstream biodegradation. To increase the degradation efficiency, our system also produces rhamnolipids. These are biosurfactants that prevent the PAHs from aggregating, making them easier for the enzymes to access.