Team:TP CC-SanDiego/Project

From 2014hs.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:TPHS/Main}}
 
-
{{Team:TPHS/ContentFix}}
 
<html>
<html>
 +
<head>
 +
<meta charset="utf-8">
 +
<title>iGEM San Diego - Project</title>
 +
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
 +
<script>
 +
$(function() {
 +
  $('a[href*=#]:not([href=#])').click(function() {
 +
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 +
      var target = $(this.hash);
 +
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
 +
      if (target.length) {
 +
        $('html,body').animate({
 +
          scrollTop: target.offset().top
 +
        }, 1000);
 +
        return false;
 +
      }
 +
    }
 +
  });
 +
});
 +
</script>
 +
<!--<script>
 +
$(document).ready(function() { 
 +
var stickyNavTop = $('.nav').offset().top; 
 +
 
 +
var stickyNav = function(){ 
 +
var scrollTop = $(window).scrollTop(); 
 +
     
 +
if (scrollTop > stickyNavTop) { 
 +
    $('.nav').addClass('sticky'); 
 +
} else { 
 +
    $('.nav').removeClass('sticky'); 
 +
 +
}; 
 +
 
 +
stickyNav(); 
 +
 
 +
$(window).scroll(function() { 
 +
    stickyNav(); 
 +
}); 
 +
}); 
 +
</script>-->
-
<section id="Content">
+
</script>
-
<h1>Project Description</h1>
+
-
<p>
+
-
Our project focuses on two main points: </p>
+
-
<p>
+
-
1) The breakdown of deadly mycotoxins into harmless byproducts through the use of  various enzymes.</p>
+
-
<p>
+
-
2) The maximization of enzyme production rates. Mycotoxins are a type of harmful, and sometimes lethal, toxin produced by fungi. These fungi readily colonize improperly stored crops like maize, coffee beans, peanuts, pistachios, and tobacco. Consequently, mycotoxicosis, or poisoning from the consumption of mycotoxins, has become a prevalent problem in third world countries where crops are commonly improperly stored in moist conditions. Mycotoxicosis is also spread through the consumption of infected animals, including but not limited to, pigs, cows, and birds. </p>
+
-
<p>
+
-
One notable mycotoxin is Aflatoxin B1 (AFB1), a potent natural carcinogen and an acutely toxic agent synthesized by Aspergillus flavus. 5-50 mg of AFB1 per kilogram of body mass will kill a median member of the human population, as grimly proved in Kenya, where the development of A. flavus on maize killed 120 local people and affected hundreds more in 2003. </p>
+
-
<p>
+
<!--<script>
-
Another widespread mycotoxin is Zearalenone, which is secreted by fungi of the Fusarium genus, including F. graminearum and F. cerealis. Zearalenone affects many cereal plants, including barley, oats, wheat, rice, and maize. Although the Zearalenone toxin (ZEN) is not as lethal as AFB1, it also functions as an oestrogen. Research has shown high levels of ZEN causes birth defects and interference with ovulation, implantation, and fetal development.</p>
+
$(document).ready(function() { 
-
<p>
+
var stickyNavTop = $('.nav').offset().top; 
-
Thankfully, there is a solution to this dangerously extensive problem. Through research we found multiple mycotoxin-degrading organisms that secrete various detoxifying enzymes. These organisms, Armillariella tabescens and Clonostachys rosea, produce Aflatoxin-Detoxifizyme (ADTZ) and Zearalenone Hydrolase (ZHD101), respectively. ADTZ’s method of degradation of AFB1 is as follows: AFB1 is first converted into AFB1-epoxide and then hydrolyzed to form dihydrodiol. The final hydrolysis opens the difuran ring in dihydrodiol, ending the conversion of AFB1 into a vastly less dangerous form. The method of degradation used by ZHD101 on ZEN is unclear to researchers as of now, but it is hypothesized that the ZEN molecule is converted into a less oestrogenic form through a simple cleavage. </p>
+
 
-
<p>
+
var stickyNav = function()
-
While these detoxifying enzymes are successfully synthesized by the fungi, secretion could be vastly improved by producing these enzymes in high-secretion bacteria such as E Coli. By creating a bacterial plasmid containing the signaling sequence (-lactamase or α-amylase), the gene of interest (ZHD101 or ADTZ), sfGFP (a super-folding variant of the classic Green Fluorescent Protein), and a HIS tag (for protein detection), the synthesized protein would be easily secretable, detectable, and isolatable. The increased production system using E. Coli will allow large quantities of detoxifying enzymes to be harvested for agricultural application. These mass-produced enzymes can then be used to destroy AFB1 and ZEN present on crops, reducing cancer incidences and deaths from mycotoxicosis. Perhaps, with the detoxifying enzymes that will be produced in our experimentation, the deadly outbreaks of these deleterious mycotoxins will be an incidence of the past.</p>
+
var scrollTop = $(window).scrollTop(); 
 +
     
 +
if (scrollTop > stickyNavTop) { 
 +
    $('.nav').addClass('sticky')
 +
} else { 
 +
    $('.nav').removeClass('sticky'); 
 +
 +
}; 
 +
 
 +
stickyNav()
 +
 
 +
$(window).scroll(function()
 +
    stickyNav()
 +
}); 
 +
}); 
 +
</script>-->
 +
<style>
 +
#content{
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
 +
background-color:transparent;
 +
border: none;
 +
}
 +
 +
body{
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
 +
background-color:none;
 +
border: none;
 +
}
 +
#globalwrapper{
 +
width: 100%;
 +
height: 100%;
 +
background: none;
 +
}
-
<iframe src="https://docs.google.com/document/d/1SxdnKU2yvvn47fRLmYKaOHCAVl7PiyRStD3nLr5RCEo/pub?embedded=true" width="875" height="1000" border="10"></iframe>
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
<br/>
+
    display:none;}
-
<br/>
+
#top-section {
-
<br/>
+
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}
 +
</style>
 +
<!--<link href="style.css" rel="stylesheet" type="text/css">-->
 +
<link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
 +
<link href="https://e65ae602ef428322892bf5f667f9d51420f9cd4d.googledrive.com/host/0B21Mp8HDTzNfV3llTVVETkdxSjA/style.css" rel="stylesheet" type="text/css">
 +
 
 +
</head>
 +
 
 +
<body>
 +
<div id="navbar-wrapper" class="nav">
 +
<div id="inside-wrapper">
 +
    <div id="logo-holder">
 +
          Logo Will Go Here
 +
      </div>
 +
        <nav id="navbar">
 +
          <a style="padding-left: 0;" href="index.html">Home</a>
 +
            <a href="Team:TP_CC-SanDiego/Project.html" style="border-bottom: 1px solid #e8e8e8;">Project</a>
 +
                <a href="Team:TP_CC-SanDiego/Results.html">Results</a>
 +
            <a href="Team:TP_CC-SanDiego/TheTeam.html">The Team</a>
 +
            <a href="Team:TP_CC-SanDiego/Journal.html">Journal</a>
 +
                <a href="Team:TP_CC-SanDiego/Outreach.html">Outreach</a>
 +
            <a href="Team:TP_CC-SanDiego/Safety.html">Safety</a>
 +
            <a href="igem.org" style="padding-right: 0;">iGEM</a>
 +
    </nav>
 +
    </div>
 +
    <div id="inside-wrapper-second">
 +
    <div id="secondnav">
 +
          <a href="#header-holder">Background</a>
 +
          <a href="#linkheadertwo">Idea</a>
 +
        <a href="#linkheaderthree">How</a>
 +
        </div>
 +
    </div>
 +
</div>
 +
   
 +
<!--<div id="phase-wrapper">
 +
  <div id="first-phase">
 +
      <img src="images/front page diagram white 3.png" width="400px" height="400px"/><br />
 +
<a href="#header-text">See Statistics</a>
 +
    </div>
 +
</div>-->
 +
 
 +
<div id="header-holder">
 +
<div id="header-text">
 +
        Background<br />
 +
    <span style="font-family: 'HelveticaNeueLT Pro 25 UltLt'; font-size: 18px;">The Project Background and Explanation</span>
 +
    </div>
 +
</div>
 +
   
 +
<div id="second-phase-wrapper">
 +
  <div id="second-phase">
 +
  <div id="first-statistic">
 +
      <img src="images/600px-White_Globe_Icon.png" width="150px" height="150px" /><br />
 +
            AflatoxinB1-Detoxifizyme is produced by <a style="text-decoration:underline; color:black; font-size: 18px; background: none; padding:0px;" href="http://www.ncbi.nlm.nih.gov/pubmed/21239152">Armillariella Tabescens</a> intracellularly. Its gene is analyzed to have no introns and has been recombined into a plasmid <a style="text-decoration:underline; color:black; font-size: 18px; background: none; padding:0px;" href="https://www.legionpatent.com/patents/7695751/">before</a>. Extraction is rather difficult and commercialization has not been able to be done yet.
 +
      </div>
 +
<div id="second-statistic">
 +
      <img src="images/600px-White_Globe_Icon.png" width="150px" height="150px" /><br />
 +
            Zearalenone Hydorlase is produced by Clonostachys Rosea. Its gene is also analyzed to have no introns and has been recombined into a plasmid <a style="text-decoration:underline; color:black; font-size: 18px; background: none; padding:0px;" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1222652/">before</a>. Similar to ADTZ, commercialization has not been done yet.
 +
        <div id="third-phase-button"><br /></div>
 +
        </div>
 +
    <div id="third-statistic">
 +
      <img src="images/600px-White_Globe_Icon.png" width="150px" height="150px" /><br />
 +
            Natural E. coli secretes various proteins by signal peptides that recognize translocons. We focus on the SEC pathway that lets the protein fold in the periplasm first, as it usually results in more correct folding, correct formation of disulfide bridges, minimizes degradation, and is less likely to result in accumulation.
 +
    </div>
 +
    </div>
 +
</div>
 +
 
 +
<div id="header-holder">
 +
<div id="linkheadertwo"></div>
 +
<div id="header-text">
 +
        Idea<br />
 +
    <span style="font-family: 'HelveticaNeueLT Pro 25 UltLt'; font-size: 18px;">E. Coli Capable of Extracelluar Secretion of Mycotoxin Detoxifying Enzymes</span>
 +
    </div>
 +
</div>
 +
 
 +
<div id="phase-wrapper" style="background:url(images/blue-blue.png);">
 +
  <div id="third-phase">
 +
    <img src="images/image.png" width="1070" height="292"/>
 +
    <div id="third-text">  Our idea is to attach signal peptides to the N-terminus of the detoxifying enzymes. We use alpha amylase <a href="http://www.signalpeptide.com/index.php?sess=&m=listspdb_bacteria&s=details&id=37&listname=">signal peptides</a> and
 +
    beta-lactamase <a href="http://www.signalpeptide.com/index.php?sess=&m=listspdb_bacteria&s=details&id=34&listname=">signal peptides</a>. The original proteins for these signal peptides are secreted out naturally by E. Coli, especially in strain K that we use for our project. They both follow sec-dependent pathways. In the case of beta-lactamase signal protein, cases have been shown of successful fusion proteins secreted by the beta-lactamase signal protein (link to: http://www.ncbi.nlm.nih.gov/pubmed/6607473). Successful continual excretion of the mycotoxin degradation enzymes can be purified in mass amounts periodically, or the chimeric E. Coli can be placed directly on crops to prevent </div> 
 +
</div>
 +
</div>
 +
 
 +
<div id="header-holder">
 +
<div id="linkheaderthree"></div>
 +
<div id="header-text">
 +
        How<br />
 +
    <span style="font-family: 'HelveticaNeueLT Pro 25 UltLt'; font-size: 18px;">The Process to Complete our Project</span>
 +
    </div>
 +
</div>
 +
 
 +
<div id="phase-wrapper" style="background:url(images/blue-blue.png);">
 +
  <div id="third-phase">
 +
    Project 1 - 9
 +
    </div>
 +
</div>
 +
 
 +
<div id="sponsor-footer-wrapper">
 +
<div id="sponsor-footer">
 +
    SPONSORS
 +
    </div>
 +
</div>
 +
 
 +
 
 +
</body>
</html>
</html>

Latest revision as of 21:45, 19 June 2014

iGEM San Diego - Project

Background
The Project Background and Explanation

AflatoxinB1-Detoxifizyme is produced by Armillariella Tabescens intracellularly. Its gene is analyzed to have no introns and has been recombined into a plasmid before. Extraction is rather difficult and commercialization has not been able to be done yet.

Zearalenone Hydorlase is produced by Clonostachys Rosea. Its gene is also analyzed to have no introns and has been recombined into a plasmid before. Similar to ADTZ, commercialization has not been done yet.


Natural E. coli secretes various proteins by signal peptides that recognize translocons. We focus on the SEC pathway that lets the protein fold in the periplasm first, as it usually results in more correct folding, correct formation of disulfide bridges, minimizes degradation, and is less likely to result in accumulation.
Idea
E. Coli Capable of Extracelluar Secretion of Mycotoxin Detoxifying Enzymes
Our idea is to attach signal peptides to the N-terminus of the detoxifying enzymes. We use alpha amylase signal peptides and beta-lactamase signal peptides. The original proteins for these signal peptides are secreted out naturally by E. Coli, especially in strain K that we use for our project. They both follow sec-dependent pathways. In the case of beta-lactamase signal protein, cases have been shown of successful fusion proteins secreted by the beta-lactamase signal protein (link to: http://www.ncbi.nlm.nih.gov/pubmed/6607473). Successful continual excretion of the mycotoxin degradation enzymes can be purified in mass amounts periodically, or the chimeric E. Coli can be placed directly on crops to prevent
How
The Process to Complete our Project
Project 1 - 9