Difference between revisions of "Team:Uppsala"

Line 61: Line 61:
 
          
 
          
 
}
 
}
 
 
  
 
.buttons:hover .description {
 
.buttons:hover .description {
Line 70: Line 68:
 
-webkit-transform: translateY(140px);
 
-webkit-transform: translateY(140px);
 
transform: translateY(140px);
 
transform: translateY(140px);
 +
}
 +
 +
/*Affects all effects on the buttons (opacity, resize). Makes a smooth 300ms transition.*/
 +
.button_grid img {
 +
        -webkit-transition: all 300ms;
 +
-moz-transition: all 300ms;
 +
transition: all 300ms;
 +
}
 +
 +
/*Resize of the buttons on hover*/
 +
.button_grid td:hover img {
 +
        -webkit-transform: scale(1.2);
 +
-moz-transform: scale(1.2);
 +
transform: scale(1.2);
 
}
 
}
  
Line 99: Line 111:
 
}
 
}
  
/*Affects all effects on the buttons (opacity, resize). Makes a smooth 300ms transition.*/
 
.button_grid img {
 
        -webkit-transition: all 300ms;
 
-moz-transition: all 300ms;
 
transition: all 300ms;
 
}
 
  
/*Resize of the buttons on hover*/
 
.button_grid td:hover img {
 
        -webkit-transform: scale(1.2);
 
-moz-transform: scale(1.2);
 
transform: scale(1.2);
 
}
 
  
  

Revision as of 15:30, 8 August 2015

iGEM Uppsala

Home

Abstract


Polycyclic aromatic hydrocarbons (PAHs) are produced by various activities, from grilling meat to coal gasification, and are potent carcinogens. Our project aims to degrade PAHs in industrial waste. The current waste handling method for PAHs is simply to deposit them in landfills where they leak into the environment. The bacterial cells we use need to detect the PAHs for the degradation. However, the molecules do not readily pass through the membrane.

We solved this predicament by using one of the smaller PAHs as an indicator to degrade the larger, more dangerous 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 a series of enzymes to get expressed and secreted outside the cell, oxidising and cleaving the ring structures of the carcinogenic compounds, making them available for downstream biodegradation. To increase the degradation efficiency our system also produces rhamnolipids.