Difference between revisions of "Team:UT-Knoxville"

 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<!DOCTYPE html>
 
<html lang="en" dir="ltr" class="client-nojs">
 
<html lang="en" dir="ltr" class="client-nojs">
 
<head>
 
<head>
Line 42: Line 43:
 
    {  t:"Team%3AUT-Knoxville%2FTeam",
 
    {  t:"Team%3AUT-Knoxville%2FTeam",
 
a:"View+%2FTeam%3AUT-Knoxville%2FTeam++View source+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dedit++History+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dhistory++Move+%2FSpecial%3AMovePage%2FTeam%3AUT-Knoxville%2FTeam++Unwatch+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dunwatch%26token%3Db38b9d11b1ba5cf6852c759d1e3e2873%252B%255C++Page+%2FTeam%3AUT-Knoxville%2FTeam++Discussion+%2Fwiki%2Findex.php%3Ftitle%3DTalk%3ATeam%3AUT-Knoxville%2FTeam%26action%3Dedit%26redlink%3D1++" });
 
a:"View+%2FTeam%3AUT-Knoxville%2FTeam++View source+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dedit++History+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dhistory++Move+%2FSpecial%3AMovePage%2FTeam%3AUT-Knoxville%2FTeam++Unwatch+%2Fwiki%2Findex.php%3Ftitle%3DTeam%3AUT-Knoxville%2FTeam%26action%3Dunwatch%26token%3Db38b9d11b1ba5cf6852c759d1e3e2873%252B%255C++Page+%2FTeam%3AUT-Knoxville%2FTeam++Discussion+%2Fwiki%2Findex.php%3Ftitle%3DTalk%3ATeam%3AUT-Knoxville%2FTeam%26action%3Dedit%26redlink%3D1++" });
 +
       
 
</script>
 
</script>
  
Line 63: Line 65:
 
                 <div id="bodyContent">
 
                 <div id="bodyContent">
 
            <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><p>
 
            <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><p>
 +
 +
 
<style type="text/css">
 
<style type="text/css">
  
Line 72: Line 76:
 
}
 
}
  
+
.topimage {
 +
position: relative;
 +
z-index: 0;
 +
left: 0;
 +
top: 0;
 +
height: auto;
 +
width: 100%;}
 +
 
 +
.topimage img {
 +
        margin-top: -80px;
 +
width: 100%;
 +
height: 275px;}
 +
 +
h1 {
 +
position: absolute;
 +
width: 100%;
 +
left: 0;
 +
top: 90px;}
 +
 
 +
h1 span {
 +
display: flex;
 +
color: orange;
 +
font: bold 64px/64px Helvetica, Helvetica;
 +
letter-spacing: -1px;
 +
padding: 10px;}
 +
 
 +
h1 span.spacer1 {
 +
margin-left: 50px;
 +
text-align: left;
 +
color:orange;
 +
padding:0 5px;}
 +
 
 +
h1 span.spacer2 {
 +
margin-left: 0px;
 +
text-align: left;
 +
color:white;
 +
padding:0 5px;}
 +
 +
body {
 +
margin: 0;
 +
overflow-y: scroll;
 +
font-family: Arial;
 +
font-size: 18px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
.main-nav {
 +
background-color: rgb(250,128,0);
 +
position: relative;
 +
width:968px;
 +
margin-bottom: -55px;
 +
margin-top: 0;
 +
text-align: center;
 +
width: 100%;
 +
height: 55px;
 +
z-index: 150;
 +
}
 +
 
 +
.main-nav-scrolled {
 +
position: fixed;
 +
top: 0;
 +
width: 100%;
 +
}
 +
 
 +
 
 +
.main-nav ul {
 +
list-style-type: none;
 +
padding: 0;
 +
margin: 0;
 +
position: relative;
 +
min-width: 200px;
 +
color: black;
 +
}
 +
 
 +
 
 +
.main-nav ul li {
 +
display: inline-block;
 +
text-align: left;
 +
}
 +
 
 +
 
 +
.main-nav ul li:hover{
 +
background-color: #333;
 +
}
 +
 
 +
 
 +
.main-nav ul li a,visited{
 +
color: rgb(255,255,255);
 +
display: block;
 +
padding: 15px;
 +
text-decoration: none;
 +
}
 +
 
 +
 
 +
.main-nav ul li a:hover{
 +
color: rgb(250,128,0);
 +
text-decoration: none;
 +
}
 +
 
 +
 
 +
.main-nav ul li:hover ul {
 +
display: block;
 +
background-color: rgb(250,128,0);
 +
}
 +
 
 +
 
 +
.main-nav ul ul {
 +
display: none;
 +
position: absolute;
 +
background-color: #333;
 +
}
 +
 
 +
 
 +
.main-nav ul ul li {
 +
display: block;
 +
}
 +
 
 +
 
 +
.main-nav ul ul li a,visited{
 +
color: rgb(255,255,255);
 +
}
 +
 
 +
.main-nav ul ul li a:hover{
 +
color: rgb(255,255,255);
 +
background-color: #333;
 +
}
 +
 
 +
 
 +
.main {
 +
position: relative;
 +
    margin-right: 150px;
 +
margin-left: 150px;
 +
margin-top: 100px;
 +
margin-bottom: 50px;
 +
border: 2px solid orange;
 +
border-radius: 10px;
 +
background-color:white;
 +
}
 +
 
 +
.po{
 +
padding:10px;
 +
margin:50px 70px 0px 80px;
 +
text-align:left;}
 +
 +
 
 +
.para{
 +
color:black;
 +
margin: 10px 80px 20px 80px;
 +
font-size:100%;
 +
text-align:justify;
 +
padding:10px;
 +
}
 +
 +
 
 +
.footer img {
 +
width: 100%;
 +
height: auto;
 +
margin-bottom: -38px;
 +
margin-top: 25px;
 +
}
 +
 
 +
 
 +
.refineryy{
 +
position:static;
 +
z-index:2;
 +
width:60%;
 +
height:45%;
 +
margin-left:100px;
 +
margin-right:10px;
 +
}
 +
 
 +
.ecolii{
 +
position:relative;
 +
z-index:1;
 +
width:60%;
 +
height:45%;
 +
margin-left:100px;
 +
margin-right:10px;
 +
margin-top:0px;
 +
}
 +
 
 +
.productss{
 +
position:relative;
 +
z-index:3;
 +
width:60%;
 +
height:45%;
 +
margin-top:0px;
 +
margin-left:80px;
 +
margin-right:10px;
 +
}
 +
 
 +
.refinery{
 +
float: left;
 +
margin: 0px 0px 0px 100px;
 +
width: 400px;
 +
height: 400px;
 +
}
 +
 
 +
.ecoli{
 +
float: left;
 +
margin: 0px 0px 0px 100px;
 +
width: 400px;
 +
height: 400px;
 +
}
 +
 
 +
.products{
 +
float: left;
 +
margin: 0px 0px 0px 90px;
 +
width: 400px;
 +
height: 400px;
 +
}
 +
 
 +
=========== Team Page ===========
 +
 
 +
.teampic {
 +
position: relative;
 +
}
 +
 
 +
.teampic img{
 +
margin-top:50px;
 +
margin-bottom:5px;
 +
width: 75%;
 +
}
 +
 
 +
.teampiccap{
 +
font-size:14px;
 +
margin-top: 0px;
 +
margin-left: 100px;
 +
margin-right: 100px;
 +
}
 +
 
 +
.ti{
 +
padding:10px;
 +
margin-bottom:15px;
 +
text-align:center;
 +
}
 +
 
 +
.team {
 +
width:250px;
 +
height:350px;
 +
}
 +
 
 +
.rotate90 {
 +
    -webkit-transform: rotate(90deg);
 +
    -moz-transform: rotate(90deg);
 +
    -o-transform: rotate(90deg);
 +
    -ms-transform: rotate(90deg);
 +
    transform: rotate(90deg);
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=========== Outreach Page ===========
 +
 
 +
.hsvpara{
 +
color:black;
 +
margin: 0px 80px 0px 80px;
 +
font-size:100%;
 +
text-align:justify;
 +
padding:10px;
 +
}
 +
 +
 
 +
.pooutreach{
 +
padding:10px;
 +
margin-top: 50px;
 +
margin-bottom: 20px;
 +
text-align:center;
 +
}
 +
 
 +
.hitestable {
 +
margin: 20px 115px 10px 115px;
 +
background-color: white;
 +
padding: 10px;
 +
}
 +
 
 +
.pooutreach2{
 +
padding:10px;
 +
margin-top: 25px;
 +
margin-bottom: 20px;
 +
text-align:center;
 +
}
 +
 
 +
.rotate180 {
 +
    -webkit-transform: rotate(180deg);
 +
    -moz-transform: rotate(180deg);
 +
    -o-transform: rotate(180deg);
 +
    -ms-transform: rotate(180deg);
 +
    transform: rotate(180deg);
 +
}
 +
 
 +
.menu_wrapper {
 +
                        display:none;
 +
}
 +
 
 +
.logo_2016 {
 +
                      display:none;
 +
}
 +
 
 +
.logo_2017 {
 +
                      display:none;
 +
}
 +
 
 
#sideMenu {
 
#sideMenu {
 
                       display:none;
 
                       display:none;
Line 109: Line 419:
 
<a href="https://2017.igem.org/Team:UT-Knoxville/Team">TEAM</a></li><li>
 
<a href="https://2017.igem.org/Team:UT-Knoxville/Team">TEAM</a></li><li>
 
<a href="https://2017.igem.org/Team:UT-Knoxville/Project">PROJECT</a>
 
<a href="https://2017.igem.org/Team:UT-Knoxville/Project">PROJECT</a>
<ul>
+
<ul>
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#motivation">Motivation</a></li>
+
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#Motivation">Motivation</a></li>
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#pputida"><i>Pseudomonas Putida</i></a></li>
+
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#PuPromoter">Pu Promoter</a></li>
                                                        <li><a href="https://2016.igem.org/Team:UT-Knoxville/Project#ecoli"><i>E. coli</i>Platform</a></li>
+
                            <li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#ToxicityEffluxPumps">Toxicity Efflux Pumps</a></li>
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#substrates">Substrates</a></li>
+
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#EnzymeHomologues">Enzyme Homologues</a></li>
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#result">Results</a></li>
+
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#References">References</a></li>
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#indigo">Indigo Production</a></li>
+
</ul>
                                                        <li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#realworldapp">Real-World Applications</a></li>
+
                                                        <li><a href="https://2017.igem.org/Team:UT-Knoxville/Project#conclusion">Conclusion</a></li>
+
</ul>
+
 
</li><li>
 
</li><li>
 
<a href="#">NOTEBOOK</a>
 
<a href="#">NOTEBOOK</a>
Line 143: Line 450:
 
                                                         <li><a href="https://2017.igem.org/Team:UT-Knoxville/Proof">Medal Requirements</a></li>
 
                                                         <li><a href="https://2017.igem.org/Team:UT-Knoxville/Proof">Medal Requirements</a></li>
 
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Collaborations">Collaborations</a></li>
 
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Collaborations">Collaborations</a></li>
 +
<li><a href="https://2017.igem.org/Team:UT-Knoxville/Interlab">Interlab</a></li>
 
                                                         <li><a href="https://2017.igem.org/Team:UT-Knoxville/Parts">Submitted Parts</a></li>
 
                                                         <li><a href="https://2017.igem.org/Team:UT-Knoxville/Parts">Submitted Parts</a></li>
 
                                                 </ul>
 
                                                 </ul>
Line 148: Line 456:
 
</ul>
 
</ul>
 
</nav>
 
</nav>
 +
 
<div class="main">
 
<div class="main">
 
 
<center><h3 class="po"><b> ABSTRACT </b></h3></center>
+
<center><h3 style="padding:10px; margin:50px 70px 0px 80px;"><b> ABSTRACT </b></h3></center>
<p class="para"> Crude oil processing produces toxic byproducts, such as benzene, toluene, and xylenes (BTX) capable of contaminating groundwater and soil leading to potentially serious health risks for both humans and wildlife. Thus, the effective removal of these hazardous organic compounds is imperative towards protecting natural resources. While it is possible to manually clean contaminated sites, such efforts are costly and time consuming. Our project seeks to degrade the toluene-based contaminants into valuable aromatic aldehydes by expressing the xyl ortho pathway from Pseudomonas putida in E. coli. As a continuation of our 2016 project, the 2017 UT-Knoxville iGEM team aims to use synthetic biology and metabolic engineering techniques to further develop our bioremediation strain. First, regulatory elements sensitive to the presence of aromatic hydrocarbons are engineered to fine-tune protein production. Second, overexpression of broadly specific efflux pumps intend to increase organic solvent tolerance and alleviate toxic effects. And third, exploring enzymatic homologs can expand our product library. Our project aims to increase production titers and develop a more robust microorganism suitable for manufacturing and bioremediation needs.
+
<p class="para"> Crude oil processing produces toxic byproducts, such as benzene, toluene, and xylenes (BTX) capable of contaminating groundwater and soil leading to potentially serious health risks for both humans and wildlife. Thus, the effective removal of these hazardous organic compounds is imperative towards protecting natural resources. While it is possible to manually clean contaminated sites, such efforts are costly and time consuming. Our project seeks to degrade the toluene-based contaminants into valuable aromatic aldehydes by expressing the xyl ortho pathway from <i>Pseudomonas putida</i> in <i>E. coli</i>. As a continuation of our 2016 project, the 2017 UT-Knoxville iGEM team aims to use synthetic biology and metabolic engineering techniques to further develop our bioremediation strain. First, regulatory elements sensitive to the presence of aromatic hydrocarbons are engineered to fine-tune protein production. Second, overexpression of broadly specific efflux pumps intend to increase organic solvent tolerance and alleviate toxic effects. And third, exploring enzymatic homologs can expand our product library. Our project aims to increase production titers and develop a more robust microorganism suitable for manufacturing and bioremediation needs.
 
</p>
 
</p>
 
 
<center><h4 class="po"><b> UT-Knoxville 2016 Project Overview </b></h4></center>
+
<center><h4 style="padding:10px;margin:50px 70px 0px 80px;"><b> UT-Knoxville 2016 Project Overview </b></h4></center>
 
<table>
 
<table>
 
<tr>
 
<tr>

Latest revision as of 00:04, 2 November 2017

<!DOCTYPE html> Team:UT-Knoxville/Team - 2016.igem.org

Team:UT-Knoxville/Team

Team UT Knoxville

UTK
iGEM

ABSTRACT

Crude oil processing produces toxic byproducts, such as benzene, toluene, and xylenes (BTX) capable of contaminating groundwater and soil leading to potentially serious health risks for both humans and wildlife. Thus, the effective removal of these hazardous organic compounds is imperative towards protecting natural resources. While it is possible to manually clean contaminated sites, such efforts are costly and time consuming. Our project seeks to degrade the toluene-based contaminants into valuable aromatic aldehydes by expressing the xyl ortho pathway from Pseudomonas putida in E. coli. As a continuation of our 2016 project, the 2017 UT-Knoxville iGEM team aims to use synthetic biology and metabolic engineering techniques to further develop our bioremediation strain. First, regulatory elements sensitive to the presence of aromatic hydrocarbons are engineered to fine-tune protein production. Second, overexpression of broadly specific efflux pumps intend to increase organic solvent tolerance and alleviate toxic effects. And third, exploring enzymatic homologs can expand our product library. Our project aims to increase production titers and develop a more robust microorganism suitable for manufacturing and bioremediation needs.

UT-Knoxville 2016 Project Overview

  • Crude oil processing produces toxic byproducts, such as benzene, toluene, and xylenes.

  • These byproducts can contaminate the groundwater and soil.
  • These harmful byproducts can be converted to useful products in a renewable, environmentally-friendly, and high-yield manner via E. coli.

  • The TOL pathway in P. putida can convert these byproducts into aromatic aldehydes.
  • The aromatic aldehyde products are used in the fragrance and pharmaceutical industries.

×

Loading ...