Results.html

From 2014hs.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
<!DOCTYPE html>
+
{{Team:TP_CC-SanDiego/ContentFix}}
<html>
<html>
-
  <head>
+
<head>
-
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
+
<meta charset="utf-8">
-
    <title>GenetiX - Construction</title>
+
<title>iGEM San Diego</title>
-
    <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600%7CSource+Code+Pro"
+
<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>
-
      rel="stylesheet">
+
<!--<script>
-
    <!--[if lte IE 8]><script src="html5shiv.js" type="text/javascript"></script><![endif]-->
+
$(document).ready(function() { 
-
    <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
+
var stickyNavTop = $('.nav').offset().top; 
-
    <script src="js/jquery.dropotron.min.js"></script>
+
 
-
     <script src="skel.min.js">
+
var stickyNav = function(){ 
-
{
+
var scrollTop = $(window).scrollTop(); 
-
prefix: 'css/style',
+
     
-
preloadStyleSheets: true,
+
if (scrollTop > stickyNavTop) { 
-
resetCSS: true,
+
     $('.nav').addClass('sticky'); 
-
boxModel: 'border',
+
} else {
-
grid: { gutters: 30 },
+
    $('.nav').removeClass('sticky'); 
-
breakpoints: {
+
-
wide: { range: '1200-', containers: 1140, grid: { gutters: 50 } },
+
}; 
-
narrow: { range: '481-1199', containers: 960 },
+
 
-
mobile: { range: '-480', containers: 'fluid', lockViewport: true, grid: { collapse: true } }
+
stickyNav(); 
 +
 
 +
$(window).scroll(function() {
 +
    stickyNav(); 
 +
}); 
 +
}); 
 +
</script>-->
 +
<style>
 +
#content{
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
 +
background-color:transparent;
 +
border: none;
}
}
-
}
+
-
</script>
+
body{
-
    <script>
+
width: 100%;
-
$(function() {
+
margin: 0;
 +
padding: 0;
 +
background-color:none;
 +
border: none;
 +
}
 +
#globalwrapper{
 +
width: 100%;
 +
height: 100%;
 +
background: none;
 +
}
-
// Note: make sure you call dropotron on the top level <ul>
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
$('#main-nav > ul').dropotron({
+
    display:none;}
-
offsetY: -10 // Nudge up submenus by 10px to account for padding
+
#top-section {
-
});
+
    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>
-
});
+
<div id="globalwrapper">
-
</script>
+
<body>
-
    <script>
+
<div id="navbar-wrapper" class="nav">
-
// DOM ready
+
    <div id="inside-wrapper">
-
$(function() {
+
    <div id="logo-holder">
 +
            Logo Will Go Here
 +
        </div>
 +
        <nav id="navbar">
 +
            <a style= href="https://2014hs.igem.org/Team:TP_CC-SanDiego">Home</a>
 +
            <a href="/Team:TP_CC-SanDiego/Project.html">Project</a>
 +
            <a href="Results.html" style="border-bottom: 1px solid #e8e8e8;">Results</a>
 +
            <a href="TheTeam.html">The Team</a>
 +
            <a href="Journal.html">Journal</a>
 +
                <a href="Outreach.html">Outreach</a>
 +
            <a href="Safety.html">Safety</a>
 +
            <a href="igem.org" style="padding-right: 0;">iGEM</a>
 +
        </nav>
 +
        </div>
 +
</div>
      
      
-
// Create the dropdown base
 
-
$("<select />").appendTo("nav");
 
-
 
 
-
// Create default option "Go to..."
 
-
$("<option />", {
 
-
"selected": "selected",
 
-
"value"  : "",
 
-
"text"    : "Menu"
 
-
}).appendTo("nav select");
 
-
 
 
-
// Populate dropdown with menu items
 
-
$("nav a").each(function() {
 
-
var el = $(this);
 
-
$("<option />", {
 
-
"value"  : el.attr("href"),
 
-
"text"    : el.text()
 
-
}).appendTo("nav select");
 
-
});
 
-
 
 
-
// To make dropdown actually work
 
-
// To make more unobtrusive: http://css-tricks.com/4064-unobtrusive-page-changer/
 
-
$("nav select").change(function() {
 
-
window.location = $(this).find("option:selected").val();
 
-
});
 
-
 
 
-
});
 
-
</script>
 
-
  </head>
 
-
  <body>
 
-
    <div id="header_container">
 
-
      <div class="container"> <!-- Header -->
 
-
        <div id="header" class="row">
 
-
          <div class="4u">
 
-
            <h1><img src="https://static.igem.org/mediawiki/2014hs/c/c9/Logo.png" alt="" usemap="#Map" height="101" width="301">
 
-
              <map name="Map">
 
-
                <area shape="rect" coords="-1,19,68,81" href="https://2014hs.igem.org/Main_Page"
 
-
                  target="_blank" alt="logo">
+
<div id="header-holder">
-
                <area shape="rect" coords="68,3,300,103" href="index.html">
+
<div id="linkheadertwo"></div>
-
              </map>
+
<div id="header-text">
-
            </h1>
+
        Engineering<br />
-
          </div>
+
    <span style="font-family: 'Lato'; font-size: 18px;">E. Coli Capable of Extracelluar Secretion of Mycotoxin Detoxifying Enzymes</span>
-
          <nav id="main-nav" class="8u">
+
-
            <ul>
+
-
              <li><a href="index.html">Home</a></li>
+
-
              <li><a href="project.html">The Project</a>
+
-
                <ul>
+
-
                  <li><a href="project_biosensor.html">Biosensor</a></li>
+
-
                  <li><a href="project_eutrophication.html">Eutrophication</a></li>
+
-
                  <li><a href="project_localization.html">Localization</a></li>
+
-
                </ul>
+
-
              </li>
+
-
              <li><a class="active" href="results.html">Results</a> </li>
+
-
              <li><a href="#">Human Practices</a>
+
-
                <ul>
+
-
                  <li><a href="human_practices_travesuras2014.html">Travesuras
+
-
                      2014</a></li>
+
-
                  <li><a href="human_practices_travesuras2013.html">Travesuras
+
-
                      2013</a></li>
+
-
                  <li><a href="human_practices_conference.html">Conference</a><a
+
-
 
+
-
                      href="human_practices_travesuras2014.html"></a></li>
+
-
                </ul>
+
-
              </li>
+
-
              <li> <a href="#">Data</a>
+
-
                <ul>
+
-
                  <li><a href="data_safety.html">Safety</a></li>
+
-
                  <li><a href="data_notebook.html">Notebook</a></li>
+
-
                  <li> <a href="data_biobricks.html">Biobricks</a></li>
+
-
                </ul>
+
-
              </li>
+
-
              <li><a href="#">The Team</a>
+
-
                <ul>
+
-
                  <li><a href="team_members.html">Members</a></li>
+
-
                  <li><a href="team_sponsors.html">Sponsors</a> </li>
+
-
                </ul>
+
-
              </li>
+
-
            </ul>
+
-
          </nav>
+
-
        </div>
+
-
      </div>
+
     </div>
     </div>
-
    <div id="site_content">
+
</div>
-
      <div class="container">
+
-
        <!-- Banner -->
+
-
        <div id="banner"> <a href="#"><img src="https://static.igem.org/mediawiki/2014hs/2/2f/Results.jpg" alt="banner image"></a>
+
-
        </div>
+
-
        <!-- Features -->
+
-
        <div class="row">
+
-
          <section class="8u">
+
-
            <h2>Results</h2>
+
-
            <p>Construction of the proposed biosensors was not completed
+
-
              successfully due to what appear to be flawed ligations and/or low
+
-
              efficiency competent cells. The necessary methodology and
+
-
              procedures have been laid down for further work on construction,
+
-
              development and improvement of the biosensor system in the future.
+
-
              Further work include the completion of the biosensors, proof of
+
-
              concept growing bacteria in absence and presence of stimuli and
+
-
              application of biosensors to a range of samples from specific
+
-
              points distributed all along Xochimilco lake. Results of these
+
-
              tests could be then applied in the construction a map of the lake
+
-
              specifying the most critical points that need to be treated.</p>
+
-
            <p><img src="https://static.igem.org/mediawiki/2014hs/1/17/Results.png" alt="" class="8u center" height="360"
+
-
                width="500"></p>
+
<div id="phase-wrapper" style="background:url(https://static.igem.org/mediawiki/2014/9/94/G1.jpg);">
-
            <p class="8u center">Figure 1. The agarose gel shows the unsuccesful
+
  <div id="third-phase">
-
              ligations, represented on the right.</p>
+
    <img src="images/bannerphase4 transparent white text.png" width="1070" height="292"/>
-
          </section>
+
    <div id="third-text"> Microfungi that produce harmful mycotoxins flourish on improperly-stored nuts, grains, meat, and dairy. They especially thrive in developing countries, where the lack of advanced food storage and mycotoxin exposure causes 40% of the diseases. To lessen the problem, our team engineered E. coli strains using synthetic biology tools to produce chimeric mycotoxin-degrading fungal enzymes, Aflatoxin-Detoxifizyme (ADTZ) and Zearalenone Hydrolase (ZHD101), which are designed to be secreted to extra-cellular space by fusing with secretion signal peptides from alpha-amylase and beta-lactamase. In this study, we have successfully generated synthetic genetic materials to produce four chimeric mycotoxin-detoxifying enzymes. The levels of extracellular secretion is also characterized and analyzed. The project will allow a mass production of detoxification enzymes in cost effective way, preventing the squandering of harvested crops, and limiting mycotoxin-related diseases. Increased access to th ese proteins will have an immense commercial, industrial, agricultural, and health impact.</div> 
-
          <section class="4u">
+
</div>
-
            <div id="sidebar">
+
</div>
-
              <section class="12u">
+
-
                <h5 class="12u italic"><img src="https://static.igem.org/mediawiki/2014hs/a/a6/Winston.png" alt="" class="center"
+
-
                    height="250" width="250"></h5>
+
<div id="sponsor-footer-wrapper">
-
                <h5 class="12u italic"><strong><em>"Success is not final,
+
<div id="sponsor-footer">
-
                      failure is not fatal: it is the courage to continue that
+
    SPONSORS
-
                      counts.</em></strong><em>"</em></h5>
+
-
                <p><em class="12u right">Winston Churchill</em></p>
+
-
              </section>
+
-
              <section class="12u"> </section>
+
-
            </div>
+
-
          </section>
+
-
        </div>
+
-
      </div>
+
     </div>
     </div>
-
    <div id="footer_container">
+
</div>
-
      <div class="container">
+
-
        <!-- Footer -->
+
-
        <footer>
+
-
          <p><a href="https://twitter.com/GenetiXCCM" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/f/f7/Twitter.png"
+
-
                alt="twitter"></a>&nbsp;<a href="https://www.facebook.com/pages/Genetix/231542983696246"
+
</body>
-
 
+
</div>
-
              target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/5/55/Facebook.png" alt="facebook"></a>&nbsp;<a
+
-
 
+
-
              href="mailto:genetixccm@gmail.com?Subject=Hi%20GenetiX" target="_top"><img
+
-
 
+
-
                src="https://static.igem.org/mediawiki/2014hs/0/09/Rss.png" alt="rss"></a></p>
+
-
          <p><a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"
+
-
 
+
-
              target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/3/3a/Itesm_ccm.png" alt="" height="64"
+
-
 
+
-
                width="176"></a><a href="http://www.hidrosina.com.mx/new/" target="_blank"><img
+
-
 
+
-
                src="https://static.igem.org/mediawiki/2014hs/5/5d/Hidrosina.png" alt="" height="32" width="110"></a></p>
+
-
          <p>Copyright © GenetiX | <a href="http://skeljs.org/">skel.js</a> | <a
+
-
 
+
-
              href="http://www.css3templates.co.uk">design from
+
-
              css3templates.co.uk</a></p>
+
-
        </footer>
+
-
      </div>
+
-
    </div>
+
-
  </body>
+
</html>
</html>

Latest revision as of 03:26, 21 June 2014

iGEM San Diego

Engineering
E. Coli Capable of Extracelluar Secretion of Mycotoxin Detoxifying Enzymes
Microfungi that produce harmful mycotoxins flourish on improperly-stored nuts, grains, meat, and dairy. They especially thrive in developing countries, where the lack of advanced food storage and mycotoxin exposure causes 40% of the diseases. To lessen the problem, our team engineered E. coli strains using synthetic biology tools to produce chimeric mycotoxin-degrading fungal enzymes, Aflatoxin-Detoxifizyme (ADTZ) and Zearalenone Hydrolase (ZHD101), which are designed to be secreted to extra-cellular space by fusing with secretion signal peptides from alpha-amylase and beta-lactamase. In this study, we have successfully generated synthetic genetic materials to produce four chimeric mycotoxin-detoxifying enzymes. The levels of extracellular secretion is also characterized and analyzed. The project will allow a mass production of detoxification enzymes in cost effective way, preventing the squandering of harvested crops, and limiting mycotoxin-related diseases. Increased access to th ese proteins will have an immense commercial, industrial, agricultural, and health impact.