Difference between revisions of "Team:Uppsala/Project"

Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
 
<link href="" type="text/css" rel="stylesheet">
 
 
<script src="Faiyaz.js"></script>
 
<script type="text/javascript" src="jquery-latest.js"></script>
 
<script type="text/javascript" src="jquery.tablesorter.js"></script>
 
<script>$(document).ready(function()
 
    {
 
        $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
 
    }
 
);
 
 
 
</script>
 
 
 
<style>
 
<style>
  
 
body {
 
body {
 
background-color: #FFFFFF;
 
background-color: #FFFFFF;
padding: 0 15%;
 
 
}
 
}
  
Line 53: Line 38:
 
}
 
}
  
/*
+
/*CSS for the navbar*/
html, body {
+
  min-height: 100%;
+
  position: relative;
+
  height: 100%;
+
  margin: 0;
+
}
+
*/
+
/* What are these for?*/
+
.grid-container{
+
  max-width: 600px;
+
  min-height: 10%;
+
  background-color: #c7c7c7;
+
  margin: 0 auto;
+
  text-align: justify;
+
}
+
 
+
.grid-container:after{
+
  content:'';
+
  display: inline-block;
+
  width: 100%;
+
}
+
 
+
.grid-item{
+
  width: 25%;
+
  min-width: 50px;
+
  display: inline-block;
+
  vertical-align: top;
+
  height: 125px;
+
  background-color: #ff3819;
+
  margin-bottom: 20px;
+
  margin-top: 25px;
+
}
+
 
+
 
+
 
+
/*ul .listelem {
+
    list-style-type: none;
+
    margin: 0;
+
    padding: 0;
+
    overflow: hidden;
+
}
+
 
+
li {
+
    float: left;
+
}
+
 
+
.listelem a {
+
    display: block;
+
    width: 135px;
+
    font-weight: bold;
+
    color: #FFFFFF;
+
    background-color: #EFEFEF;
+
    text-align: center;
+
    padding: 25px;
+
    text-decoration: none;
+
    text-transform: uppercase;
+
}
+
 
+
.listelem a:hover, .listelem a:active {
+
    background-color: #333385;
+
}
+
*/
+
 
+
 
+
  
 
/*Hide the sub-menus*/
 
/*Hide the sub-menus*/
 
nav ul ul {  
 
nav ul ul {  
display: none;
+
    display: none;
 
}
 
}
 
/*Show the sub-menus when you hover over the bar elements*/
 
/*Show the sub-menus when you hover over the bar elements*/
 
nav ul li:hover > ul {  
 
nav ul li:hover > ul {  
display: block;
+
    display: block;
 
}
 
}
 
/*Change of the box around the bar*/
 
/*Change of the box around the bar*/
 
nav ul {  
 
nav ul {  
background-color: #A5A5C1;
+
    background-color: #FFFFFF;
        background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
    font-family: "Trebuchet MS";
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
+
    color: black;
font-family: serif;
+
    text-align: center;
text-align: center;
+
    list-style: none;
        list-style: none;
+
    text-transform: uppercase;
+
    padding: 0 15px;
padding: 0 15px;
+
    display: inline-table;        
display: inline-table;
+
 
}
 
}
 
nav > ul {
 
nav > ul {
margin-top: 0px;
+
    margin-top: 0px;
margin-left: auto;
+
    margin-left: auto;
margin-right: auto;
+
    margin-right: auto;
 
}
 
}
 
nav ul li {
 
nav ul li {
float: left;
+
    float: left;
 
}
 
}
  
 
/*Only affects links in the first ul, the bar*/
 
/*Only affects links in the first ul, the bar*/
nav ul li:hover > a{  
+
nav ul li:hover > a {  
        background-color: #4b545f;
+
    color: #CC0000;
color: #CC0000;
+
    text-decoration: none;
        text-decoration: none;
+
    border-bottom: 2px solid #CC0000;
background-color: #A5A5C1;
+
    opacity: 1;
 
}
 
}
  
 
/* Change of link text in the bar*/
 
/* Change of link text in the bar*/
 
nav ul li a {  
 
nav ul li a {  
display: block;  
+
    display: block;  
padding: 2px 15px;
+
    padding: 10px 15px 0px 15px;  
text-decoration: none;
+
        color: white;
+
 
}
 
}
 
/*List of sub-menus*/
 
/*List of sub-menus*/
 
nav ul ul {  
 
nav ul ul {  
background: #5f6975;
+
    background-color: #FFFFFF;
border-radius: 0px;
+
    border-radius: 10px;
padding: 0;
+
    padding: 0px;
position: absolute;  
+
    box-shadow: 0px 1px 1px 1px;
        top: 100%;
+
    margin-top: 0px;
 +
    position: absolute;  
 +
    top: 100%;
 
}
 
}
 
/*The individual sub-menu elements*/
 
/*The individual sub-menu elements*/
 
nav ul ul li {  
 
nav ul ul li {  
float: none;  
+
    float: none;  
background-color: #A5A5C1;
+
    border-radius: 5px;
border-top: 1px solid #6b727c;
+
    position: relative;
border-bottom: 1px solid #575f6a;
+
position: relative;
+
 
}
 
}
 
/*The individual link texts in the sub-menus*/
 
/*The individual link texts in the sub-menus*/
 
nav ul ul li a {  
 
nav ul ul li a {  
padding: 15px 20px;
+
    padding: 0px 5px 5px 5px;
 
}
 
}
  
 
nav ul ul li a:hover {
 
nav ul ul li a:hover {
background: #4b545f;
+
    /*background: #4b545f;*/
 +
    border: none;
 
}
 
}
 +
 +
  
 
/*Supposed to make the navigation bar fixed up top*/
 
/*Supposed to make the navigation bar fixed up top*/
nav.fixed {
+
.fixed {
 
   position: fixed;
 
   position: fixed;
 
   top: 0;
 
   top: 0;
Line 196: Line 117:
 
   margin: auto;
 
   margin: auto;
 
   margin-top: 15px;
 
   margin-top: 15px;
  width: 100%;
 
 
}
 
}
  
#footer {
+
#full_width {
        background: #d3dfe4
+
width:100%;
       
+
 
}
 
}
 +
 +
/*End of CSS for the navbar*/
 +
 +
/*Reset of the wiki default settings*/
 +
#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.) --*/
 +
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#globalWrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
#content {
 +
background-color: #ffffff;     
 +
width: 100%;   
 +
border: 0px;
 +
margin: 0px;
 +
padding-left: 0px; /*should be set to 0 in alt.1) */
 +
padding-right: 0px;
 +
padding-bottom: 0px;       
 +
padding-top: 50px;
 +
}
 +
 +
html, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent; 
 +
}
 +
/*End of wiki reset*/
  
 
</style>
 
</style>
Line 210: Line 173:
  
 
<nav class="fixed">
 
<nav class="fixed">
<ul class="navbar">
+
<ul id="full_width">
   <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
+
   <li><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><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
+
   <li><a href="#">Project</a>
 
       <ul>
 
       <ul>
<a href="https://2015.igem.org/Team:Uppsala/Description"><li>Description</li></a>
+
    <li><a href="https://2015.igem.org/Team:Uppsala/Description">Description</a></li>  
<a href="https://2015.igem.org/Team:Uppsala/Experiments"><li>Experiments &amp; Protocols</li></a>
+
    <li><a href="https://2015.igem.org/Team:Uppsala/Results">Results</a></li>
<a href="https://2015.igem.org/Team:Uppsala/Results"><li>Results</li></a>
+
    <li><a href="https://2015.igem.org/Team:Uppsala/Design">Design</a></li>
<a href="https://2015.igem.org/Team:Uppsala/Design"><li>Design</li></a>
+
    <li><a href="https://2015.igem.org/Team:Uppsala/Software">Software</a></li>
 
       </ul>
 
       </ul>
   </a></li>
+
   </li>
   <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Parts">Parts</a></li>
+
   <li><a href="#">Parts</a>
 
       <ul>
 
       <ul>
<a href="https://2015.igem.org/Team:Uppsala/Parts"><li>Team Parts</li></a>
+
      <li><a href="https://2015.igem.org/Team:Uppsala/Parts">Team Parts</a></li>
<a href="https://2015.igem.org/Team:Uppsala/Basic_Part"><li>Basic Parts</li></a>   
+
      <li><a href="https://2015.igem.org/Team:Uppsala/Basic_Part">Basic Parts</a></li>   
<a href="https://2015.igem.org/Team:Uppsala/Composite_Part"><li>Composite Parts</li></a>
+
      <li><a href="https://2015.igem.org/Team:Uppsala/Composite_Part">Composite Parts</a></li>
<a href="https://2015.igem.org/Team:Uppsala/Part_Collection"><li>Part Collection</li></a>   
+
      <li><a href="https://2015.igem.org/Team:Uppsala/Part_Collection">Part Collection</a></li>   
 
       </ul>
 
       </ul>
   <li><a href="https://2015.igem.org/Team:Uppsala/Notebook">Notebook</a></li>
+
  </li>
  <li><a href="https://2015.igem.org/Team:Uppsala/Attributions">Attributions</a></li>
+
   <li><a href="https://2015.igem.org/Team:Uppsala/Notebook">Notebook</a>
   <li><a href="https://2015.igem.org/Team:Uppsala/Collaborations">Collaborations</a></li>
+
      <ul>
 +
        <li><a href="https://2015.igem.org/Team:Uppsala/Experiments">Experiments &amp; Protocols</a></li>  
 +
        <li><a href="https://2015.igem.org/Team:Uppsala/Calendar">Calendar</a></li>
 +
      </ul>
 +
  </li>
 +
   <li><a href="https://2015.igem.org/Team:Uppsala/Attributions">Attributions</a>
 +
    <ul>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Collaborations">Collaborations</a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Acknowledgements">Acknowledgements</a></li>
 +
    </ul>
 +
  </li>
 
   <li><a href="https://2015.igem.org/Team:Uppsala/Practices">Human Practices</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/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/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>
 
</ul>
 
</nav>
 
</nav>
  
 
+
    <div id="main">
 
+
    <img src="https://static.igem.org/mediawiki/2015/4/44/Uppsala_TeamLogo.png">
 
     <h1 class="header">Project</h1>
 
     <h1 class="header">Project</h1>
 
     <hr>
 
     <hr>
 
     <h2 class="header">Description</h2>
 
     <h2 class="header">Description</h2>
 
     <p>
 
     <p>
     Our project has been aimed to develop a method for degradation and detection of the carcinogenic substances polycyclic aromatic hydrocarbons (PAHs), which results from industrial practices such as: burning of fuel, wood, waste, polypropylene, polystyrene and petroleum products. PAHs are also dominant in petrol leakages and petrol industries. Hence, breaking of these PAHs could  contribute to solve one of the world's many environmental problems. Apart from environmental issues, researchers prove that PAHs caused skin, lung, bladder, liver, and stomach cancers in lab mice. So, the importance of degrading these substances is in dire need.  
+
     Our project is aimed at developing a method for degradation and detection of carcinogenic substances called polycyclic aromatic hydrocarbons, often abbreviated as PAHs. These are organic compunds formed as biproducts resulting from industrial practices such as: burning of fuel, wood, waste, polypropylene, polystyrene and petroleum products. PAHs are also dominant in petrol leakages and petrol industries. Hence, degradation of these compunds could  contribute to solving one of the world's many environmental problems. Apart from environmental issues, PAHs are toxic, teratogenic and carcinogenic, as research proves that they cause skin, lung, bladder, liver, and stomach cancers in lab mice. Therefore, the importance of degrading these compunds is great.  
</p>
+
    </p>
 
     <p>
 
     <p>
     Our priorities are to detect these substances in an automated manner and to optimize enzyme efficiency, which will result in one distinct product. Four previous iGEM teams were interested in this topic and succeeded to some degree in degrading low-molecular weight PAHs. We plan to benefit from this and from our own team’s knowledge and target high-molecular weight PAHs as well.
+
     Our priorities are to detect these substances in an automated manner. Four previous iGEM teams were interested in this topic and succeeded to some degree in degrading low-molecular weight PAHs. We plan to benefit from this and from our own team’s knowledge and target high-molecular weight PAHs as well.
 
     </p>
 
     </p>
 
     <h2 class="header">Goal</h2>
 
     <h2 class="header">Goal</h2>
 
     <p>
 
     <p>
     First, we are working on developing a bacterium that will degrade high and low molecular weight PAHs. We aim to engineer a biobrick that contains the necessary genetic information and then transferring it into E. coli, which is a non-pathogenic bacterium. We are working not only to degrade PAHs, but also to provide an automated biosensor that can be used to detect the presence of these substances in different samples. The PAH biosensor can be used in food factories, waste management facilities, and water treatment plants. With our detector we can encourage industries to monitor their PAH emissions.
+
     First, we are working on developing a bacterium that will degrade high and low molecular weight PAHs. We aim to engineer biobricks that contain the necessary genetic information and then transfer it into Escherichia coli, a non-pathogenic bacterium. We are working not only to degrade PAHs, but also to provide an automated biosensor that can be used to detect the presence of these substances in different samples. The PAH biosensor can be used in food factories, waste management facilities, and water treatment plants. With our detector we can encourage industries to monitor their PAH emissions.
 
     </p>
 
     </p>
 
     <h2 class="header">The construct</h2>
 
     <h2 class="header">The construct</h2>
 
     <p>
 
     <p>
     In our construct we strive to degrade both the heavy molecular weight PAHs, such as BaP(Benzo(a)pyrene), as well as low molecular PAHs, such as naphthalene. The low molecular weight PAHs can freely diffuse over the bacterial cell membranes, while the heavy molecular weight PAHs diffuse at a lesser degree. PAHs found as pollutants are always found in heterogeneous mixes of heavy and low molecular weight. In our system the light weight PAHs, naphthalene, will be degraded by six enzymes acquired from a naphthalene-degrading plasmid from Pseudomonas putida. These enzymes will degrade the naphthalene into the smaller and less toxic salicylate, which in turn will bind to the inducer NahR, acquired from the same pathway. The NahR inducer has been utilized to activate the production of two enzymes, a laccase and a dioxygenase. These two enzymes will be exported out of our cell in order to degrade the heavy-weight BaP. Since BaP will not freely enter the cell we have attached export tags so our enzymes could work extracellularly. This NahR will also induce the production of a fluorescent protein to give a visual indication of the presence of PAHs in the medium.
+
     In our construct we strive to degrade both heavy molecular weight PAHs, such as Benzo(a)pyrene, as well as low molecular PAHs, such as naphthalene. The low molecular weight PAHs can freely diffuse over the bacterial cell membranes, while the heavy molecular weight PAHs diffuse at a lesser degree. PAHs found as pollutants are always found in heterogeneous mixes of heavy and low molecular weight compounds. In our system, one of the light weight PAHs, naphthalene, will be degraded by six enzymes acquired from a naphthalene-degrading plasmid from Pseudomonas putida. These enzymes will degrade naphthalene into the smaller and less toxic compund salicylate, which in turn will bind to the inducer NahR, acquired from the same pathway. The NahR inducer has been utilized to activate the production of two enzymes, a laccase and a dioxygenase. These two enzymes will be exported out of our cell in order to degrade the heavy-weight BaP. Since BaP will not freely enter the cell we have attached export tags so our enzymes could work extracellularly. NahR will also induce the production of a fluorescent protein to give a visual indication of the presence of PAHs in the medium.
 
     </p>
 
     </p>
 
     <p>
 
     <p>
 
     To further optimize our construct, we have also included the expression of biosurfactant-producing enzymes RhlA and RhlB. As the PAHs are highly hydrophobic they tend to aggregate in an aqueous solution, making it difficult for the active sites of the degrading enzymes to reach their substrates. The biosurfactants will dissolve these aggregates, freeing up more PAHs for the enzymes to degrade.
 
     To further optimize our construct, we have also included the expression of biosurfactant-producing enzymes RhlA and RhlB. As the PAHs are highly hydrophobic they tend to aggregate in an aqueous solution, making it difficult for the active sites of the degrading enzymes to reach their substrates. The biosurfactants will dissolve these aggregates, freeing up more PAHs for the enzymes to degrade.
 
     </p>
 
     </p>
   
 
 
 
 
     <hr>
 
     <hr>
 
     </div>
 
     </div>
 
<div id="footer">
 
Copyright © Wiki Team
 
</div>
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 16:13, 2 August 2015

Project


Description

Our project is aimed at developing a method for degradation and detection of carcinogenic substances called polycyclic aromatic hydrocarbons, often abbreviated as PAHs. These are organic compunds formed as biproducts resulting from industrial practices such as: burning of fuel, wood, waste, polypropylene, polystyrene and petroleum products. PAHs are also dominant in petrol leakages and petrol industries. Hence, degradation of these compunds could contribute to solving one of the world's many environmental problems. Apart from environmental issues, PAHs are toxic, teratogenic and carcinogenic, as research proves that they cause skin, lung, bladder, liver, and stomach cancers in lab mice. Therefore, the importance of degrading these compunds is great.

Our priorities are to detect these substances in an automated manner. Four previous iGEM teams were interested in this topic and succeeded to some degree in degrading low-molecular weight PAHs. We plan to benefit from this and from our own team’s knowledge and target high-molecular weight PAHs as well.

Goal

First, we are working on developing a bacterium that will degrade high and low molecular weight PAHs. We aim to engineer biobricks that contain the necessary genetic information and then transfer it into Escherichia coli, a non-pathogenic bacterium. We are working not only to degrade PAHs, but also to provide an automated biosensor that can be used to detect the presence of these substances in different samples. The PAH biosensor can be used in food factories, waste management facilities, and water treatment plants. With our detector we can encourage industries to monitor their PAH emissions.

The construct

In our construct we strive to degrade both heavy molecular weight PAHs, such as Benzo(a)pyrene, as well as low molecular PAHs, such as naphthalene. The low molecular weight PAHs can freely diffuse over the bacterial cell membranes, while the heavy molecular weight PAHs diffuse at a lesser degree. PAHs found as pollutants are always found in heterogeneous mixes of heavy and low molecular weight compounds. In our system, one of the light weight PAHs, naphthalene, will be degraded by six enzymes acquired from a naphthalene-degrading plasmid from Pseudomonas putida. These enzymes will degrade naphthalene into the smaller and less toxic compund salicylate, which in turn will bind to the inducer NahR, acquired from the same pathway. The NahR inducer has been utilized to activate the production of two enzymes, a laccase and a dioxygenase. These two enzymes will be exported out of our cell in order to degrade the heavy-weight BaP. Since BaP will not freely enter the cell we have attached export tags so our enzymes could work extracellularly. NahR will also induce the production of a fluorescent protein to give a visual indication of the presence of PAHs in the medium.

To further optimize our construct, we have also included the expression of biosurfactant-producing enzymes RhlA and RhlB. As the PAHs are highly hydrophobic they tend to aggregate in an aqueous solution, making it difficult for the active sites of the degrading enzymes to reach their substrates. The biosurfactants will dissolve these aggregates, freeing up more PAHs for the enzymes to degrade.