Difference between revisions of "Team:Uppsala"

 
(87 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Uppsala_NewTemplate}}
 
{{Uppsala_NewTemplate}}
 
<html>
 
<html>
<!--<head>
+
 
 
<style>
 
<style>
 
body {
 
background-color: #FFFFFF;
 
}
 
 
#main {
 
background-color: #FFFFFF;
 
margin-left:auto;
 
margin-right:auto;
 
width:1100px;
 
padding: 5px;
 
}
 
 
h1, h2 {
 
font-family:"Trebuchet MS", Helvetica;
 
color: #FF3300;
 
text-shadow: 2px 2px 5px #888888;
 
border: none;
 
}
 
  
 
#home_image {
 
#home_image {
 
   margin: 0 auto;
 
   margin: 0 auto;
 
   display: block;
 
   display: block;
   margin-top: -100px;
+
   margin-top: -16px;
  padding-bottom: 15px;
+
 
}
 
}
  
hr {
 
background-color: #FF3300;
 
}
 
  
a hr {
+
/*Design for the buttons*/
background-color: black;
+
}
+
  
p {
+
/*Div with the project buttons*/
font-family:Garamond, "Times New Roman";
+
#buttonbox {
font-size: 150%;
+
      border: 2px black solid;
 
}
 
}
  
a:link, a:visited {
+
/*Buttons that lead to the project page*/
color:black;
+
.buttons {
 +
/*border: 3px solid black;
 +
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;
 
}
 
}
  
/*CSS for the navbar*/
+
/*Button effects*/
  
/*Hide the sub-menus*/
+
.buttons img:hover, #nic img, #med img {
nav ul ul {  
+
        opacity: 1;
    display: none;
+
 
}
 
}
/*Show the sub-menus when you hover over the bar elements*/
+
 
nav ul li:hover > ul {  
+
.buttons img:hover, #nic img:hover, #med img:hover {
    display: block;
+
        opacity: 0.2;
 
}
 
}
/*Change of the box around the bar*/
+
 
nav ul {  
+
.description {
    background-color: #FFFFFF;
+
        position: absolute;
    font-family: "Trebuchet MS";
+
        top: inherit;
    color: black;
+
        bottom: inherit;
    border-bottom: 1px solid black;
+
        left: inherit;
    text-align: center;
+
        right: inherit;
    list-style: none;
+
        visibility:  hidden;
    text-transform: uppercase;
+
        opacity: 0;
    padding: 0 15px;
+
        text-align: center;
    display: inline-table;         
+
        width: 350px;
 +
        font-family: "Fira Sans";
 +
        font-size: 200%;
 +
        color: #F8F8FF;
 +
        -webkit-transition: all 300ms ease-out;
 +
-moz-transition: all 300ms ease-out;
 +
transition: all 300ms ease-out
 +
          
 
}
 
}
nav > ul {
+
 
    margin-top: 0px;
+
.buttons .description {
    margin-left: auto;
+
padding: 3px;
    margin-right: auto;
+
font-size: 170%;
 
}
 
}
nav ul li {
+
#nic .description, #med .description {
    float: left;
+
        width:75%;
 +
        margin: auto;
 
}
 
}
/* Change of link text in the bar*/
+
 
nav ul li a {  
+
.buttons:hover .description, #nic:hover .description, #med:hover .description {
    display: block;  
+
        visibility: visible;
    padding: 10px 30px 5px 30px;  
+
        opacity: 1;
    color: black;
+
        -moz-transform: translateY(140px);
    font-size: 125%;
+
-webkit-transform: translateY(140px);
    border-bottom: 2px solid #FFFFFF;
+
transform: translateY(140px);
 
}
 
}
  
/*Only affects links in the first ul, the bar*/
+
#med:hover .description {
nav ul li:hover > a {  
+
        visibility: visible;
    color: #CC0000;
+
        opacity: 1;
    text-decoration: none;
+
        -moz-transform: translateY(40px);
    border-bottom: 2px solid #CC0000;
+
-webkit-transform: translateY(40px);
    opacity: 1;
+
transform: translateY(40px);
 
}
 
}
  
 +
/*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;
 +
}
  
/*List of sub-menus*/
+
/*Resize of the buttons on hover*/
nav ul ul {  
+
.button_grid td:hover img {
    background-color: #FFFFFF;
+
        -webkit-transform: scale(1.2);
    /*border-radius: 10px;*/
+
-moz-transform: scale(1.2);
    padding: 0px;
+
transform: scale(1.2);
    /*box-shadow: 0px 1px 1px 1px;*/
+
    margin-top: 0px;
+
    position: absolute;
+
    top: 100%;
+
}
+
/*The individual sub-menu elements*/
+
nav ul ul li {
+
    float: none;
+
    /*border-radius: 5px;*/
+
    position: relative;
+
}
+
/*The individual link texts in the sub-menus*/
+
nav ul ul li a {
+
    padding: 5px 5px 5px 5px;
+
    border: none;
+
 
}
 
}
  
  
nav ul ul li a:hover {
+
#results_button {
    /*background: #4b545f;*/
+
box-shadow: 3px 3px 10px #888888;
    border: none;
+
margin-left: 10px;
 
}
 
}
  
 +
#nic {
 +
/*border: 3px solid black;
 +
border-radius: 20px;*/
 +
box-shadow:  10px 10px 20px #888888;
 +
/*background-color: #d3dfe4;*/
 +
background-color: #E84243;
 +
margin-top: 17px;
 +
width: 1100px;
 +
height: 263px;
 +
overflow: hidden;
 +
 +
}
  
 
+
/*Text on the button*/
/*Supposed to make the navigation bar fixed up top*/
+
#textbox {
.fixed {
+
color: white;
  position: fixed;
+
padding: 5px;
  top: 0;
+
background: rgba(0, 0, 0, 0.6);
  right: 0;
+
display:table;
  left: 0;
+
margin: 0 auto;
  margin: auto;
+
  margin-top: 15px;
+
 
}
 
}
  
#full_width {
+
#medal {
  width:100%;
+
  /*padding: 25px 0px;*/
 +
/*box-shadow: 10px 10px 20px #888888;*/
 +
/*margin-top: 14px;
 +
margin-bottom: 3px;*/
 
}
 
}
  
.black {
+
#med {
  color: black;
+
  width: 1100px;
 +
height: 103px;
 +
box-shadow: 10px 10px 20px #888888;
 +
overflow: hidden;
 +
margin-top: 10px;
 +
background-color: #E84243;
 
}
 
}
  
/*End of CSS for the navbar*/
 
  
/*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;
 
}
 
}
/*End of wiki reset*/
 
  
</style>
 
-->
 
  
<style>
 
  
#home_image {
+
/* front pane, placed above back */
  margin: 0 auto;
+
.front{
  display: block;
+
z-index:2;
  margin-top: -35px
+
 
}
 
}
  
/*Design for the buttons*/
 
  
/*Div with the project buttons*/
+
/* back, initially hidden pane */
#buttonbox {
+
.back{
      background-color: #d3dfe4;
+
/*transform*/
      border: 2px black solid;
+
-webkit-transform:rotateY(180deg);
}
+
  -moz-transform:rotateY(180deg);
 
+
    -ms-transform:rotateY(180deg);
/*Buttons that lead to the project page*/
+
    -o-transform:rotateY(180deg);
.buttons {
+
         transform:rotateY(180deg);
border: 3px solid black;
+
border-radius: 20px;
+
        background-color: #d3dfe4;
+
        margin-right: 15px;
+
         margin-left: 10px;
+
width: 355px;
+
height: 225px;
+
}
+
 
+
/*Text on the button*/
+
#textbox {
+
color: white;
+
padding: 5px;
+
background: rgba(0, 0, 0, 0.6);
+
display:table;
+
margin: 0 auto;
+
 
}
 
}
  
 
</style>
 
</style>
 
 
</head>
 
</head>
 
<body>
 
<body>
 +
 +
    <!--<img id="home_image" src="https://static.igem.org/mediawiki/2015/4/4d/Uppsala_NewFront.png" alt="iGEM Uppsala" style="width:100%;height:100%;">-->
 +
 +
<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 id="main">
 
     <div id="main">
    <img id="home_image" src="https://static.igem.org/mediawiki/2015/0/08/Uppsala_NewFrontHeader.png" alt="iGEM Uppsala" style="width:1100px;height:517px;">
+
 
     <h1 class="header">Home</h1>
+
      
 
     <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 two-way 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">Naphthalene 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>
Line 276: Line 306:
 
</tr>
 
</tr>
 
         <tr>
 
         <tr>
               <td class="buttons">
+
                
                     <div>
+
                <td colspan="3" >
<a href="#">
+
                     <div id="nic" >
      <img src="" alt="">
+
<a href="https://2015.igem.org/Team:Uppsala/Software">
                               <h2><span id="textbox">Results</span></h2>
+
                              <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>
 
</a>
    </div>
+
</div>
                </td>
+
                </td>
                 <td class="buttons">
+
        </tr>
                     <div>
+
        <tr>
<a href="#">
+
             
      <img src="" alt="">
+
                 <td colspan="3" >
                               <h2><span id="textbox">Nordic iGEM Conference</span></h2>
+
                     <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>
 
</a>
 
</div>
 
</div>
Line 296: Line 332:
  
 
</div>  
 
</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.