Team:CSU Fort Collins
From 2014.igem.org
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
<html> | <html> | ||
- | <title> | + | <title>CSU iGEM 2014</title> |
+ | |||
+ | <head> | ||
+ | |||
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'> | ||
<link href='http://fonts.googleapis.com/css?family=Muli:300,400' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Muli:300,400' rel='stylesheet' type='text/css'> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | a{ | + | /* http://meyerweb.com/eric/tools/css/reset/ |
- | + | v2.0 | 20110126 | |
- | + | License: none (public domain) | |
+ | */ | ||
+ | |||
+ | html, body, div, span, applet, object, iframe, p, blockquote, pre, | ||
+ | a, abbr, acronym, address, big, cite, code, | ||
+ | del, dfn, em, img, ins, kbd, q, s, samp, | ||
+ | small, strike, strong, sub, sup, tt, var, | ||
+ | b, u, i, center, | ||
+ | dl, dt, dd, ol, ul, li, | ||
+ | fieldset, form, label, legend, | ||
+ | table, caption, tbody, tfoot, thead, tr, th, td, | ||
+ | article, aside, canvas, details, embed, | ||
+ | figure, figcaption, footer, header, hgroup, | ||
+ | menu, nav, output, ruby, section, summary, | ||
+ | time, mark, audio, video { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 90%; | ||
+ | font: inherit; | ||
+ | vertical-align: baseline; | ||
} | } | ||
- | + | /* HTML5 display-role reset for older browsers */ | |
- | + | article, aside, details, figcaption, figure, | |
+ | footer, header, hgroup, menu, nav, section { | ||
+ | display: block; | ||
} | } | ||
- | + | body { | |
- | + | line-height: 1; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ol, ul { | |
- | + | list-style: none; | |
} | } | ||
- | + | blockquote, q { | |
- | + | quotes: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | blockquote:before, blockquote:after, |
+ | q:before, q:after { | ||
+ | content: ''; | ||
+ | content: none; | ||
+ | } | ||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | } | ||
+ | |||
+ | #menubar > ul{ | ||
+ | vertical-align:center; | ||
+ | font-size:14px; | ||
+ | font-family:'Times New Roman',serif; | ||
+ | } | ||
+ | |||
+ | .firstHeading{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #textbox span{ | ||
color:#FF8533; | color:#FF8533; | ||
} | } | ||
.photo{ | .photo{ | ||
- | |||
- | |||
width:70%; | width:70%; | ||
- | |||
} | } | ||
table{ | table{ | ||
Line 54: | Line 82: | ||
body{ | body{ | ||
background-color:#EFEFEF; | background-color:#EFEFEF; | ||
+ | line-height:1.3; | ||
+ | font-size:90%; | ||
} | } | ||
#cssmenu { | #cssmenu { | ||
- | + | width:100%; | |
height: 44px; | height: 44px; | ||
background: #222222; | background: #222222; | ||
- | + | position:relative; | |
+ | text-align:center; | ||
+ | margin:auto; | ||
} | } | ||
#cssmenu ul { | #cssmenu ul { | ||
Line 288: | Line 320: | ||
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { | @media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { | ||
#cssmenu { | #cssmenu { | ||
- | width: | + | width: 100%; |
} | } | ||
#cssmenu.align-center ul { | #cssmenu.align-center ul { | ||
Line 306: | Line 338: | ||
height: auto; | height: auto; | ||
display: block; | display: block; | ||
+ | color:#EFEFEF; | ||
} | } | ||
#cssmenu > ul > li { | #cssmenu > ul > li { | ||
Line 313: | Line 346: | ||
#cssmenu > ul > li { | #cssmenu > ul > li { | ||
display: none; | display: none; | ||
+ | color:white; | ||
} | } | ||
#cssmenu ul ul, | #cssmenu ul ul, | ||
Line 341: | Line 375: | ||
width: auto; | width: auto; | ||
padding: 8px 35px; | padding: 8px 35px; | ||
+ | color:white; | ||
} | } | ||
#cssmenu.align-right ul ul li a { | #cssmenu.align-right ul ul li a { | ||
Line 346: | Line 381: | ||
} | } | ||
#cssmenu ul ul li:hover > a { | #cssmenu ul ul li:hover > a { | ||
- | background: none; | + | background:none; |
color: #ec9359; | color: #ec9359; | ||
} | } | ||
Line 405: | Line 440: | ||
} | } | ||
} | } | ||
- | . | + | .icon{ |
- | + | width:30px; | |
- | + | ||
- | + | ||
} | } | ||
- | . | + | .wrapper2{ |
- | width: | + | width:20%; |
- | + | padding:20px 0px 20px 20px; | |
- | margin- | + | display:inline-block; |
+ | margin:auto; | ||
+ | vertical-align:top; | ||
} | } | ||
- | . | + | .wrapper{ |
- | + | width:90%; | |
+ | padding:20px 0px 20px 20px; | ||
+ | padding-left:0; | ||
+ | margin:auto; | ||
+ | vertical-align: top; | ||
} | } | ||
- | . | + | .page, .container{ |
- | + | width:50%; | |
+ | min-width:600px; | ||
+ | max-width:800px; | ||
+ | padding:30px; | ||
+ | margin:auto; | ||
+ | text-align:left; | ||
+ | font-family:'Muli',sans-serif; | ||
+ | display:inline-block; | ||
} | } | ||
- | + | .page a, .container a{ | |
- | + | color:#222222; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | . | + | .page a:hover, .container a:hover{ |
- | + | color:#FF8533; | |
- | + | text-decoration:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | h1{ | |
- | + | color:#222222; | |
- | + | font-family:'Bitter',serif; | |
- | + | border-bottom:none; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | h2,h3,.toc,.show,.hide,.content{ | |
- | + | color:#222222; | |
- | + | font-family:'Bitter',serif; | |
} | } | ||
- | + | h4,h5,h6, .page{ | |
- | + | color:#222222; | |
- | + | font-family:'Muli',sans-serif; | |
} | } | ||
- | . | + | .toc{ |
- | + | text-decoration:none; | |
- | + | display:none; | |
- | + | width:100%; | |
- | + | margin:auto; | |
+ | } | ||
+ | .toc .month-group { margin: 20px 0; } | ||
+ | .toc .month-group p { padding: 0; margin: 0; } | ||
+ | #ftoc{ | ||
+ | color:#666666; | ||
+ | } | ||
+ | ul{ | ||
+ | list-style-type:none; | ||
+ | } | ||
+ | .month-group, a{ | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .month-group{ | ||
+ | margin-left:20px; | ||
+ | } | ||
+ | .month-group:hover{ | ||
+ | color:#FF8533; | ||
+ | } | ||
+ | .toc a, .toc2 a, #navi a{ | ||
+ | text-decoration:none; | ||
+ | color:#222222; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .toc a:hover, #ftoc>a:hover, #navi a:hover, .show:hover, .hide:hover, .container>a:hover{ | ||
+ | color:#FF8533 !important; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .toc a, #ftoc, .container a, #navi{ | ||
+ | border-bottom:2px dotted; | ||
+ | } | ||
+ | #navi{ | ||
+ | text-decoration:none; | ||
+ | font-family:'Bitter',serif; | ||
+ | } | ||
+ | #logo{ | ||
+ | width:120px; | ||
+ | margin:auto; | ||
+ | padding:40px; | ||
+ | border-radius:100%; | ||
+ | } | ||
+ | #banner{ | ||
+ | width:auto; | ||
+ | height:250px; | ||
+ | vertical-align:top; | ||
+ | background-color:#222222; | ||
+ | } | ||
+ | .fixed { | ||
+ | position:fixed !important; | ||
+ | top:0; | ||
+ | } | ||
+ | .disp{ | ||
+ | display:none; | ||
} | } | ||
.col { | .col { | ||
- | width: | + | width: 20%; |
float: left; | float: left; | ||
clear: right; | clear: right; | ||
Line 466: | Line 553: | ||
font-family:'Muli',sans-serif; | font-family:'Muli',sans-serif; | ||
font-weight:300; | font-weight:300; | ||
- | font-size: | + | font-size:14px; |
color:#222222; | color:#222222; | ||
+ | text-align:left; | ||
} | } | ||
.clear{ | .clear{ | ||
Line 473: | Line 561: | ||
clear:both; | clear:both; | ||
} | } | ||
- | + | .container{ | |
- | + | line-height:1.9; | |
- | + | } | |
+ | .index{ | ||
+ | margin-right:20px; | ||
+ | } | ||
+ | .toc2{ | ||
+ | display:block; | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
- | <body> | + | |
- | < | + | |
+ | <body style='margin:0'> | ||
+ | |||
+ | <div id='banner'><center><img src='https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xfp1/t1.0-9/10394562_10203246467895181_1965900158030900339_n.jpg' id='logo'/></center></div> | ||
<div id='cssmenu'> | <div id='cssmenu'> | ||
<ul> | <ul> | ||
- | <li | + | <li><a href='/Team:CSU_Fort_Collins'><span>Home</span></a></li> |
<li class='has-sub'><a href='/Team:CSU_Fort_Collins/Project/'><span>Project</span></a> | <li class='has-sub'><a href='/Team:CSU_Fort_Collins/Project/'><span>Project</span></a> | ||
<ul> | <ul> | ||
Line 511: | Line 599: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li class='has-sub'><a href='Team:CSU_Fort_Collins/Notebook/'><span>Notebook</span></a> | + | <li class='has-sub' class='active'><a href='Team:CSU_Fort_Collins/Notebook/'><span>Notebook</span></a> |
<ul style="display:block"> | <ul style="display:block"> | ||
<li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/Protocols'><span>Protocols</span></a> | <li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/Protocols'><span>Protocols</span></a> | ||
<ul> | <ul> | ||
- | <li class='last'><a href=" | + | <li><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Gibson"><span>Gibson Assembly</span></a></li> |
+ | <li><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Cloning"><span>Cloning Genes</span></a></li> | ||
+ | <li><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Miniprep"><span>Plasmid Miniprep</span></a></li> | ||
+ | <li><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Isolation"><span>Yeast DNA Isolation</span></a></li> | ||
+ | <li><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Gel"><span>Gel Electrophoresis</span></a></li> | ||
+ | <li class='last'><a href="/Team:CSU_Fort_Collins/Notebook/Protocols=Purify"><span>PCR Product Purification</span></a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 530: | Line 623: | ||
<li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/Breakdown/'><span>Breakdown</span></a> | <li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/Breakdown/'><span>Breakdown</span></a> | ||
<ul> | <ul> | ||
- | |||
<li><a href="#"><span>July</span></a></li> | <li><a href="#"><span>July</span></a></li> | ||
<li><a href='#'><span>August</span></a></li> | <li><a href='#'><span>August</span></a></li> | ||
Line 546: | Line 638: | ||
<li li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/KillSwitch/'><span>Kill Switch</span></a> | <li li class='has-sub'><a href='/Team:CSU_Fort_Collins/Notebook/KillSwitch/'><span>Kill Switch</span></a> | ||
<ul> | <ul> | ||
- | |||
<li><a href="#"><span>July</span></a></li> | <li><a href="#"><span>July</span></a></li> | ||
<li><a href='#'><span>August</span></a></li> | <li><a href='#'><span>August</span></a></li> | ||
Line 570: | Line 661: | ||
</li> | </li> | ||
<li><a href='/Team:CSU_Fort_Collins/Safety/'><span>Safety</span></a></li> | <li><a href='/Team:CSU_Fort_Collins/Safety/'><span>Safety</span></a></li> | ||
- | |||
</ul> | </ul> | ||
</div> | </div> | ||
Line 576: | Line 666: | ||
- | + | <div class="clear"></div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<div class='wrapper'> | <div class='wrapper'> | ||
- | + | <center> | |
- | + | <h1>Welcome to CSU Fort Collin's 2014 Wiki</h1> | |
- | + | ||
- | + | <div class="container"> | |
- | + | <h3>Our Project</h3> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | Approximately 3 billion gallons per year of used frying oil are produced in the U.S. alone. While some recycling efforts are put forth to turn used frying oil into biodiesel and some companies are working on more effective ways to recycle the frying oil, the iGEM team at Colorado State University is working to turn spent frying oil into a high value product. There are four major components to this year’s project including; the breakdown of frying oil, a biosensor for detecting the breakdown of frying oil, production of a high value product, and a kill switch to kill the bacteria if they were to be released into the environment. Our team aims to put each of these components into Escherichia coli. | |
+ | <br><br> | ||
+ | In order to detect that the process is working we have developed a biosensor that will detect the breakdown of Acyl-CoA, a byproduct of the breakdown pathway of lipids, in E. coli. Our biosensor is being constructed by inserting a novel promoter in front of DNA expressing a Green Fluorescent Protein (GFP). This promoter is activated by Acyl-CoA, a byproduct of the breakdown pathway of lipids in E. coli. This will result in E. coli expressing GFP when successful breakdown is occurring. | ||
+ | <br><br> | ||
+ | In order to break down the frying oil we will be taking advantage of the cell’s natural ability to break down fatty acids for use in the Kreb’s cycle. We will be upregulating the limiting enzymes that aid in the breakdown of fatty acids in order to have the cell produce more Acetyl-CoA. | ||
+ | <br><br> | ||
+ | This Acetyl-CoA can then be used in the mevalonate pathway. This pathway is common to most plants as well as yeast. We will be taking the genes from yeast and constructing two operons in order to produce isopentenyl pyrophosphate (IPP). While both IPP and dimethylallyl pyrophosphate (DMAPP) are both naturally produced in E. coli through the non-mevalonate pathway , the mevalonate pathway provides a more efficient route from acetyl-CoA to terpenoid production than the alternative. Our high-value product will be a terpenoid that has yet to be determined. | ||
+ | <br><br> | ||
+ | For our kill switch, we will be using a gene named Killer Red which is a mutant of hydrozoan chromoprotein anm2CP from Anthomedusae sp. DC-2005 . Our team plans to insert this gene into our construct and by doing so, it will provide a fail-safe in the unlikely event of our E. coli escaping into the environment. The Killer Red gene has a repressible promoter in which tryptophan acts as the repressor. There will be tryptophan present while the cell is used to break down the frying oil, but is not highly present in the environment. Without the presence of tryptophan the Killer Red gene will be activated and white light will produce reactive oxygen species within the cell, causing cell death. | ||
+ | <br><br> | ||
+ | Our biosensor is being constructed by inserting a novel promoter in front of DNA expressing a Green Fluorescent Protein (GFP). This promoter is activated by Acyl-CoA, a byproduct of the breakdown pathway of lipids in E. coli. This will result in E. coli expressing GFP when successful breakdown is occurring. | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
+ | </center> | ||
+ | </div> | ||
- | |||
- | + | <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
- | + | <script type='text/javascript'> | |
- | + | $('#cssmenu').prepend('<div id="indicatorContainer"><div id="pIndicator"><div id="cIndicator"></div></div></div>'); | |
- | + | var activeElement = $('#cssmenu>ul>li:first'); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | $('#cssmenu>ul>li').each(function() { | |
+ | if ($(this).hasClass('active')) { | ||
+ | activeElement = $(this); | ||
+ | } | ||
+ | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | var posLeft = activeElement.position().left; | |
- | + | var elementWidth = activeElement.width(); | |
- | + | posLeft = posLeft + elementWidth/2 -6; | |
- | + | if (activeElement.hasClass('has-sub')) { | |
- | + | posLeft -= 6; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | $('#cssmenu #pIndicator').css('left', posLeft); | |
- | + | var element, leftPos, indicator = $('#cssmenu pIndicator'); | |
+ | |||
+ | $("#cssmenu>ul>li").hover(function() { | ||
+ | element = $(this); | ||
+ | var w = element.width(); | ||
+ | if ($(this).hasClass('has-sub')) | ||
+ | { | ||
+ | leftPos = element.position().left + w/2 - 12; | ||
+ | } | ||
+ | else { | ||
+ | leftPos = element.position().left + w/2 - 6; | ||
+ | } | ||
- | + | $('#cssmenu #pIndicator').css('left', leftPos); | |
- | + | } | |
- | + | , function() { | |
- | + | $('#cssmenu #pIndicator').css('left', posLeft); | |
- | + | }); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | $('#cssmenu>ul').prepend('<li id="menu-button"><a>Menu</a></li>'); | ||
+ | $( "#menu-button" ).click(function(){ | ||
+ | if ($(this).parent().hasClass('open')) { | ||
+ | $(this).parent().removeClass('open'); | ||
+ | } | ||
+ | else { | ||
+ | $(this).parent().addClass('open'); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $(document).on('click', '.show', function(){ | ||
+ | $('.toc').show(100); | ||
+ | $('.show').hide(); | ||
+ | }); | ||
+ | $(document).on('click', '.hide', function(){ | ||
+ | $('.toc').hide(); | ||
+ | $('.show').show(100); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <script type='text/javascript'> | ||
+ | $(document).ready(function() { | ||
- | + | //Calculate the height of <header> | |
+ | //Use outerHeight() instead of height() if have padding | ||
+ | var aboveHeight = $('#banner').height(); | ||
- | + | //when scroll | |
- | + | $(window).scroll(function(){ | |
- | + | ||
- | + | //if scrolled down more than the header’s height | |
- | + | if ( $(window).scrollTop() > aboveHeight ){ | |
- | + | ||
- | + | // if yes, add “fixed” class to the <nav> | |
- | + | // add padding top to the #content | |
- | + | //(value is same as the height of the nav) | |
- | + | $('#cssmenu').addClass('fixed').next().css('padding-top','44'); | |
- | + | ||
- | + | ||
+ | } else { | ||
+ | |||
+ | // when scroll up or less than aboveHeight, | ||
+ | //remove the “fixed” class, and the padding-top | ||
+ | $('#cssmenu').removeClass('fixed').next().css('padding-top','0'); | ||
+ | |||
+ | } | ||
+ | |||
+ | if ( $(window).scrollTop() > aboveHeight-14 ){ | ||
+ | $('#top-section').addClass('disp'); | ||
+ | } else{ | ||
+ | $('#top-section').removeClass('disp'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
- | |||
- | |||
</body> | </body> | ||
- | + | ||
</html> | </html> |
Revision as of 02:57, 22 September 2014
Welcome to CSU Fort Collin's 2014 Wiki
Our Project
Approximately 3 billion gallons per year of used frying oil are produced in the U.S. alone. While some recycling efforts are put forth to turn used frying oil into biodiesel and some companies are working on more effective ways to recycle the frying oil, the iGEM team at Colorado State University is working to turn spent frying oil into a high value product. There are four major components to this year’s project including; the breakdown of frying oil, a biosensor for detecting the breakdown of frying oil, production of a high value product, and a kill switch to kill the bacteria if they were to be released into the environment. Our team aims to put each of these components into Escherichia coli.In order to detect that the process is working we have developed a biosensor that will detect the breakdown of Acyl-CoA, a byproduct of the breakdown pathway of lipids, in E. coli. Our biosensor is being constructed by inserting a novel promoter in front of DNA expressing a Green Fluorescent Protein (GFP). This promoter is activated by Acyl-CoA, a byproduct of the breakdown pathway of lipids in E. coli. This will result in E. coli expressing GFP when successful breakdown is occurring.
In order to break down the frying oil we will be taking advantage of the cell’s natural ability to break down fatty acids for use in the Kreb’s cycle. We will be upregulating the limiting enzymes that aid in the breakdown of fatty acids in order to have the cell produce more Acetyl-CoA.
This Acetyl-CoA can then be used in the mevalonate pathway. This pathway is common to most plants as well as yeast. We will be taking the genes from yeast and constructing two operons in order to produce isopentenyl pyrophosphate (IPP). While both IPP and dimethylallyl pyrophosphate (DMAPP) are both naturally produced in E. coli through the non-mevalonate pathway , the mevalonate pathway provides a more efficient route from acetyl-CoA to terpenoid production than the alternative. Our high-value product will be a terpenoid that has yet to be determined.
For our kill switch, we will be using a gene named Killer Red which is a mutant of hydrozoan chromoprotein anm2CP from Anthomedusae sp. DC-2005 . Our team plans to insert this gene into our construct and by doing so, it will provide a fail-safe in the unlikely event of our E. coli escaping into the environment. The Killer Red gene has a repressible promoter in which tryptophan acts as the repressor. There will be tryptophan present while the cell is used to break down the frying oil, but is not highly present in the environment. Without the presence of tryptophan the Killer Red gene will be activated and white light will produce reactive oxygen species within the cell, causing cell death.
Our biosensor is being constructed by inserting a novel promoter in front of DNA expressing a Green Fluorescent Protein (GFP). This promoter is activated by Acyl-CoA, a byproduct of the breakdown pathway of lipids in E. coli. This will result in E. coli expressing GFP when successful breakdown is occurring.