User:Yovaluflo

From 2014.igem.org

(Difference between revisions)
(Created page with "{{:Team:UANL_Mty-Mexico/Wiki}} {{:Team:UANL_Mty-Mexico/Menu}} <html> <style> - Top Banner: #topheader{ display:block; position:absolute; top:-15px; width:100%;...")
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:UANL_Mty-Mexico/Wiki}}
+
{{Team:Calgary/Main}}
-
{{:Team:UANL_Mty-Mexico/Menu}}
+
<html>
<html>
-
<style>
+
<head>
-
/* Top Banner */
+
<link href="https://2013.igem.org/Team:Calgary/StyleSheets/HomePage?action=raw&ctype=text/css" rel="stylesheet">
-
#topheader{
+
<script>
-
    display:block;
+
$(document).ready(function() {
-
    position:absolute;
+
//Display slider for Javascript users
-
    top:-15px;
+
$('#Slider').css('display', 'block');
-
    width:100%;
+
-
    margin-bottom:-120px;
+
//Set height of slider (16/5 ratio)
-
    position:relative;
+
$('#Slider').css('height', ($('body').width() / 3.2));
-
}
+
-
#BotArrow{
+
//Position right/left arrows
-
    position: relative;-
+
var BarHeight = $('#Slider').height() - $('#BottomLinks').height();
-
    z-index:2;
+
$('#LeftBar, #RightBar').css('height', BarHeight);
-
    bottom:42px;
+
$('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2);
-
    margin-bottom:-42px;
+
-
}
+
-
#PBlogo {
+
-
    position:relative;
+
-
    bottom:580px;
+
-
    left:30px;
+
-
}
+
-
/* Panels */
+
-
.panel {
+
-
    width:1100px;
+
-
    height:528px;
+
-
    margin:0;
+
-
    margin-bottom:0px;
+
-
    color: rgb(30,39,43);
+
-
    font-family: 'Yanone Kaffeesatz', sans-serif;
+
-
}
+
-
.panel a {
+
-
    color: rgb(46,43,52);
+
-
    text-decoration:none;
+
-
}
+
-
/* Subpanels */
+
-
.narrowimg {/* Subpanels background*/
+
-
    /*position:absolute;*/  
+
-
    z-index:2;
+
-
    opacity:0.3;
+
-
    filter: alpha(opacity=30);
+
-
}
+
-
.titlebox {/* Subpanels Title*/
+
-
    z-index:1;
+
-
    position:relative;
+
-
    bottom:480px;
+
-
    background:transparent;
+
-
}
+
-
/* PROJECT Panels*/
+
-
.subpanel1 { /*MODULES DESCRIPTION*/
+
-
    float:left;
+
-
    width:535px;
+
-
    height:428px;
+
-
    margin-top:0;
+
-
    margin-right:20px;
+
-
    margin-bottom:12px;
+
-
    border-radius:7px;
+
-
    background:rgb(252,250,229);
+
-
}
+
-
.spdesc { /* MODULES DESCRIPTION */
+
-
    display:none;
+
-
    height:100px;
+
-
    color:rgb(30,39,43);
+
-
}
+
-
.cont { /* MODULES DESCRIPTION */
+
-
    width:90%;
+
-
    height:auto;
+
-
    margin-left:5%;
+
-
    margin-top:5%;
+
-
    background:transparent;
+
-
}
+
-
.cont p {
+
-
    line-height:28px;
+
-
    width:auto;
+
-
    height:auto;
+
-
    margin:5% 2%;
+
-
}
+
-
.subpanel2 { /* Projects */
+
-
    float:left;
+
-
    width:125px;
+
-
    height:492px;
+
-
    font-size:22px;
+
-
    text-align:center;
+
-
    margin-top:0;
+
-
    margin-right:11px;
+
-
    border-radius:7px;
+
-
    overflow:hidden;
+
-
}
+
-
.subpanel2:hover{
+
-
    font-weight:bold;
+
-
}
+
-
.subpanel2:hover .narrowimg {
+
-
    opacity:0.8;
+
-
    filter: alpha(opacity=80);
+
-
}
+
-
.subpanel3 { /* Results */
+
-
    float:left;
+
-
    width:535px;
+
-
    height:50px;
+
-
    font-size:30px;
+
-
    text-align:left;
+
-
    line-height:50px;
+
-
    background:rgb(30,39,43);
+
-
    color:white;
+
-
    border-radius:7px;
+
-
    position:relative;
+
-
    bottom:50px;
+
-
    font-family: 'Great Vibes', cursive;
+
-
    font-size: 35px;
+
-
}
+
-
/* WETLAB */
+
-
.subpanel4 { /* divide page in 3 */
+
-
    float:left;
+
-
    width:354px;
+
-
    height:492px;
+
-
    font-size:22px;
+
-
    margin-top:0;
+
-
    margin-right:18px;
+
-
}
+
-
.subpanel5 { /* NOTEBOOK, PROTOCOLS, SAFETY*/
+
-
    height:156px;
+
-
    text-align:center;
+
-
    margin-bottom:11px;
+
-
    background:rgb(255,255,255);
+
-
    color:black;
+
-
    border-radius:7px;
+
-
    overflow:hidden;
+
-
}
+
-
.subpanel5:hover{
+
-
    font-weight:bold;
+
-
}
+
-
.subpanel5:hover .narrowimg {
+
-
    opacity:0.8;
+
-
    filter: alpha(opacity=80);
+
-
}
+
-
.subpanel6 { /* HUMAN PRACTICE */
+
-
    height:240.5px;
+
-
    margin:0;
+
-
    margin-bottom:11px;
+
-
    border-radius:7px;
+
-
    overflow:hidden;
+
-
    background:rgb(255,255,255);
+
-
    color:Black;
+
-
    text-align:center;
+
-
}
+
-
.subpanel6:hover{
+
-
    font-weight:bold;
+
-
}
+
-
.subpanel6:hover .narrowimg {
+
-
    opacity:0.8;
+
-
    filter: alpha(opacity=80);
+
-
}
+
-
/* Panels at the bottom */
+
-
.subpanel8 {
+
-
    float:left;
+
-
    height:96px;
+
-
    width:261.5px;
+
-
    margin-right:18px;
+
-
    border-radius:7px;
+
-
    overflow:hidden;
+
-
    background:rgb(30,39,43);
+
-
    color:white;
+
-
}
+
-
.subpanel8 img {
+
-
    margin-top:16px;
+
-
    background:white;
+
-
}
+
-
.subpanel8 img:hover {
+
-
    background:rgb(252,250,229);
+
-
}
+
-
</style>
+
-
  <div id="topheader">
+
//Repeats for window resize
-
    <img style="margin-top:-1px" src="https://static.igem.org/mediawiki/2013/0/0a/PB_frontpagebanner7.png" width="1100px" height="632"/>
+
$(window).resize(function() {
-
    <img id="BotArrow" src="https://static.igem.org/mediawiki/2013/7/7d/PB_Banner_Lines2.gif" width="1100px">
+
$('#Slider').css('height', ($('body').width() / 3.2));
-
    <img id="PBlogo" src="https://static.igem.org/mediawiki/2014/6/6e/Uanl_mty_lovaforo.png" width="122px"/>
+
-
  </div>
+
var BarHeight = $('#Slider').height() - $('#BottomLinks').height();
-
  <div style="clear: both;"></div>
+
$('#LeftBar, #RightBar').css('height', BarHeight);
-
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
+
$('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2);
-
  <div id="page">
+
});
-
    <div class="panel">
+
-
      <a href="https://2013.igem.org/Team:Paris_Bettencourt/Project/Overview" title="Project Overview">
+
var TotalSlides = $('.Slides').length;
-
<div class="subpanel1">
+
var CurrentSlide = 0;
-
  <div style="position:relative;bottom:0px">
+
-
    <div class="cont"><p style="font-size:32px;line-height:34px;">THE REPROGRAMMATOR PROJECT</p></div>
+
-
    <div class="cont">
+
-
      <p style="font-size:26px;">
+
-
In order to be capable of controlling transformed bacteria and reprogram its function as many times as would be required, we designed a system consisting of a bacteriophage that infects just one specific strain of bacteria and has on its genome the information to codify a <b>TALEN/ZFN</b> enzyme and a reporter gene. With this tools <b>(TALEN/ZFN)</b> we can target a specific sequence of the host's plasmids to degrade them. The bacteriophages will replace the plasmids, giving it a new function or characteristic that could be a totally new one.
+
-
      </p>
+
-
    </div>
+
-
    <div id="psdesc" class="spdesc">
+
-
      <div class="cont">
+
-
<p style="font-size:26px;">A biosensor that detects the presence of sequence specific antibiotic resistance genes.</p>
+
-
      </div>
+
-
    </div>
+
-
    <div id="dsdesc" class="spdesc">
+
-
      <div class="cont">
+
-
<p style="font-size:26px;">A safe and specific high-throughput drug screening method that targets essential mycobacterial metabolic proteins.</p>
+
-
      </div>  
+
-
    </div>
+
-
    <div id="thdesc" class="spdesc">
+
-
      <div class="cont">
+
-
<p style="font-size:26px;">A phage system with low fitness cost producing sRNA, which inhibits the synthesis of antibiotic resistance proteins.</p>
+
-
      </div>
+
-
    </div>
+
-
    <div id="tcdesc" class="spdesc">
+
-
      <div class="cont">
+
-
<p style="font-size:26px;">Infiltrate macrophages with an <i>E.coli</i> producing TDMH, an enzyme that will lyse the Mycobacteria cell wall.</p>
+
-
      </div>
+
-
    </div>
+
-
  </div>
+
-
</div>
+
-
      </a>
+
-
      <a href="https://2013.igem.org/Team:Paris_Bettencourt/Project/Detect" title="Detect">
+
-
<div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
+
-
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/a/a8/PB_DetectNarrow.jpg" width="125px" height="500px"/>
+
-
  <div class="titlebox">
+
-
    <center><img src="https://static.igem.org/mediawiki/2013/0/0b/PB_detecticon.gif" style="height:60px;margin-bottom:20px;"/></center>
+
-
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
    Detect
+
-
  </div>
+
-
</div>
+
-
      </a>
+
-
      <a href="https://2013.igem.org/Team:Paris_Bettencourt/Project/Target" title="Target">
+
-
<div id="dspanel" class="subpanel2">
+
-
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/e/e2/PB_TargetNarrow.jpg" width="125px" height="500px"/>
+
-
  <div class="titlebox">
+
-
    <center><img src="https://static.igem.org/mediawiki/2013/1/11/PB_TargetIcon.gif" style="height:60px;margin-bottom:20px;"/></center>
+
-
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
    Target
+
-
  </div>
+
-
</div>
+
-
      </a>
+
-
      <a href="https://2013.igem.org/Team:Paris_Bettencourt/Project/Infiltrate" title="Infiltrate">
+
-
<div id="tcpanel" class="subpanel2">
+
-
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/2/21/PB_InfiltrateNarrow.jpg" width="125px" height="500px"/>
+
-
  <div class="titlebox">
+
-
    <center><img src="https://static.igem.org/mediawiki/2013/6/6c/PB_infiltrate.gif" style="height:60px;margin-bottom:20px;"/></center>
+
-
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
    Infiltrate
+
-
  </div>
+
-
</div>
+
-
      </a>
+
-
      <a href="https://2013.igem.org/Team:Paris_Bettencourt/Project/Sabotage" title="Sabotage">
+
-
<div id="thpanel" class="subpanel2">     
+
-
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/4/42/PB_SabotageNarrow.jpg" width="125px" height="500px"/>
+
-
  <div class="titlebox">
+
-
    <center><img src="https://static.igem.org/mediawiki/2013/8/81/PB_sabotageicone.gif" style="height:60px;margin-bottom:20px;"/></center>
+
-
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
    Sabotage
+
-
  </div>
+
-
</div>
+
-
      </a>
+
-
      <a href="https://2014.igem.org/Team:UANL_Mty-Mexico/Project/Results" title="Results">
+
-
<div class="subpanel3" >
+
-
  <img width="70px" style="margin-left:80px;margin-right:15px;position:relative;bottom:1px" src="https://static.igem.org/mediawiki/2013/d/d5/PB_handresults.gif"/>GO TO RESULTS
+
-
</div>
+
-
      </a>
+
-
    </div>
+
-
    <div style="clear: both;"></div>
+
-
    <div class="panel" style="background:white;">
+
-
      <div class="subpanel4">
+
-
<a href="https://2013.igem.org/Team:Paris_Bettencourt/Human_Practice/TB_Facts" title="TB Facts">
+
-
  <div class="subpanel5">
+
-
    <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/f/f9/PB_TBfacts2.png" width="354px" height="156px"/>
+
-
    <div style="position:relative;bottom:148px">
+
-
              <center><img src="https://static.igem.org/mediawiki/2013/6/69/PB_logoTBfacts.png" style="height:50px;margin-top:10px;margin-bottom:20px;"/></center>
+
-
              <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
              TB Facts
+
-
    </div>
+
-
  </div>
+
-
</a>     
+
-
<a href="https://2013.igem.org/Team:Paris_Bettencourt/Human_Practice/TB_France" title="TB in France">
+
-
  <div class="subpanel5">
+
-
    <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/3/39/PB_TBinFrance.png" width="354px" height="156px"/>     
+
-
    <div style="position:relative;bottom:158px">       
+
-
              <center><img src="https://static.igem.org/mediawiki/2013/c/cf/PB_logofrance.png" style="height:50px;margin-top:10px;margin-bottom:20px;"/></center>
+
-
              <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
              TB in France
+
-
            </div>
+
-
  </div>
+
-
</a>
+
-
<a href="https://2013.igem.org/Team:Paris_Bettencourt/Human_Practice/TB_Gallery" title="TB Gallery">
+
-
  <div class="subpanel5" style="margin-bottom:0;height:158px;">
+
-
    <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/2/2f/PB_TBgallery%281%29.png" width="354px" height="156px"/>
+
-
    <div style="position:relative;bottom:158px">
+
-
              <center><img src="https://static.igem.org/mediawiki/2013/d/de/PB_logoTBgallery.png" style="height:60px;margin-top:10px;margin-bottom:10px;"/></center>
+
-
              <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
              TB Gallery
+
-
    </div>
+
-
  </div>
+
-
</a>
+
-
      </div>
+
-
      <div class="subpanel4">
+
-
<a href="https://2013.igem.org/Team:Paris_Bettencourt/Human_Practice/Gender_Study" title="Gender Study">
+
-
  <div class="subpanel7">
+
-
    <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/8/8c/Gender.png" width="354px" height="283px"/>
+
-
    <div style="position:relative;bottom:258px">
+
-
              <center><img src="https://static.igem.org/mediawiki/2013/d/da/PB_logogender.png" style="height:60px;margin-top:10px;margin-bottom:10px;"/></center>
+
-
              <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
              Gender Study
+
-
    </div>
+
-
  </div>
+
-
</a>
+
-
<a href="https://2013.igem.org/Team:Paris_Bettencourt/Human_Practice/Technology_Transfer" title="Technology Transfer">
+
-
  <div class="subpanel9" style="font-size:26px;">
+
-
    <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/3/3c/TB_knowledge.png" width="354px" height="283px"/>
+
-
    <div style="position:relative;bottom:258px">       
+
-
              <center><img src="https://static.igem.org/mediawiki/2013/6/6d/PB_logotransferttechno.png" style="height:60px;margin-top:10px;margin-bottom:10px;"/></center>
+
-
              <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
              Technology Transfer
+
-
    </div>
+
-
  </div>
+
-
</a>
+
-
      </div>
+
-
      <div class="subpanel4" style="margin-right:0px">
+
-
<div style="margin-right:0;width:356px">
+
-
  <a href="https://2013.igem.org/Team:Paris_Bettencourt/Collaboration" title="Collaboration">
+
-
    <div class="subpanel6">
+
-
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/e/e4/TB_collboration2.png" width="354px" height="283px"/>
+
-
      <div style="position:relative;bottom:258px">
+
-
<center><img src="https://static.igem.org/mediawiki/2013/7/75/PB_lofocollaboration.png" style="height:50px;margin-top:15px;margin-bottom:15px;"/></center>
+
-
<div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
Collaboration
+
-
      </div>
+
-
    </div>
+
-
  </a>
+
-
  <a href="https://2013.igem.org/Team:Paris_Bettencourt/SensiGEM" title="SensiGEM">
+
-
    <div class="subpanel6" style="margin-bottom:0">
+
-
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2013/d/d5/TB_senigem.png" width="354px" height="283px"/>
+
-
      <div style="position:relative;bottom:258px">
+
-
<center><img src="https://static.igem.org/mediawiki/2013/3/3c/PB_logosenigem.png" style="height:60px;margin-top:10px;margin-bottom:10px;"/></center>
+
-
<div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
+
-
SensiGEM
+
-
      </div>
+
-
    </div>
+
-
  </a>
+
-
</div>
+
-
      </div>
+
-
    </div>
+
-
 
+
$('#RightArrow').click(function() {
-
  <script>
+
CurrentSlide = ++CurrentSlide % TotalSlides;
-
    $(document).ready(function(){$('div .igemlogo').mouseover(function(){div = $('.left-menu'); div.fadeIn(1);}).mouseout(function(){div.fadeOut(100);});});
+
changeSlide(CurrentSlide);
-
    $(document).ready(function(){$('div #pspanel').mouseover(function(){div = $('#psdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
+
});
-
    $(document).ready(function(){$('div #dspanel').mouseover(function(){div = $('#dsdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
+
-
    $(document).ready(function(){$('div #thpanel').mouseover(function(){div = $('#thdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
+
$('#LeftArrow').click(function() {
-
    $(document).ready(function(){$('div #tcpanel').mouseover(function(){div = $('#tcdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
+
CurrentSlide = (CurrentSlide + TotalSlides - 1) % TotalSlides;
-
  </script>
+
changeSlide(CurrentSlide);
-
  <!--
+
});
-
  <center><a href="http://www.digits.com" target="_blank"><img src="http://counter.digits.com/?counter={39ed2bc8-e9ee-aa74-01bb-15a2129b5b32}&template=simple&foreground=ffffff&background=272b1e" alt="Hit Counter by Digits" border="0"/></a></center>
+
-
  --!>
+
$('.SlideLink').click(function() {
-
</div>
+
var ClickedSlide = $(this).attr('id');
-
</html>
+
CurrentSlide = parseInt(ClickedSlide.replace('Link', ''));
 +
changeSlide(CurrentSlide);
 +
});
 +
 +
function changeSlide(num){
 +
var SlideID = '#Slide' + num;
 +
$('.Slides').css('display', 'none');
 +
$(SlideID).css('display', 'block');
 +
}
 +
});
 +
</script>
 +
</head>
 +
 +
<body>
 +
<section id="HomePageContent">
 +
<div id="Slider">
 +
<div id="Slide0" class="Slides current"></div>
 +
<div id="Slide1" class="Slides"></div>
 +
<div id="Slide2" class="Slides"></div>
 +
<div id="Slide3" class="Slides"></div>
 +
<div id="Slide4" class="Slides"></div>
 +
<div id="Slide5" class="Slides"></div>
 +
<div id="LeftBar" class="SideBar"><div id="LeftArrow"></div></div>
 +
<div id="RightBar" class="SideBar"><div id="RightArrow"></div></div>
 +
<ul id="BottomLinks">
 +
<li id="Link0" class="SlideLink">Intro</li><li id="Link1" class="SlideLink">Problem</li><li id="Link2" class="SlideLink">Situation</li><li id="Link3" class="SlideLink">Idea</li><li id="Link4" class="SlideLink">Solution</li><li id="Link5" class="SlideLink">Platform</li>
 +
</ul>
 +
</div>
 +
 +
<section id="Overview">
 +
<h2>Our Project</h2>
 +
<p>
 +
Pathogenic Enterohaemorrhagic <i>E. coli</i> serotype O157:H7 is a major source of foodborne illness worldwide. In Alberta, we experienced a pathogenic <i>E. coli</i> outbreak in late 2012, this outbreak was the result contaminated beef and led to the largest meat recall in Canadian history (Cross, 2012). Outbreaks like these cause death, hospitalizations, massive economic losses and an overall loss of consumer confidence in food safety. Ruminating animals such as cattle and sheep can harbor pathogenic <i>E. coli</i> asymptomatically and are a major source of contamination in many cases (Centers for Disease Control and Prevention, 2011). However consumption of pathogenic <i>E. coli</i> by humans can induce abdominal pain and bloody diarrhea requiring hospitalization, and in severe cases cause death (Centers for Disease Control and Prevention, 2011). Pathogenic <i>E. coli</i> is a major issue in the developing world where the consequences are exacerbated by the poor sanitation and rudimentary health network, the greatest risks are associated with children, the elderly and HIV positive patients (Okeke, 2009). Quick detection of the pathogen is critical to reduce waste, stop the spread of illness, and ultimately save lives. Current testing methods take a long time to complete due to the time it takes to culture <i>E. coli</i> and require lab equipment to amplify the target gene sequences.
 +
</p>
-
{{:Team:UANL_Mty-Mexico/footer}}
+
<p>One of the factors that amplifies the risk of <i>E. coli</i> outbreaks is the lack of a rapid, on-site detection method. In response, our team is using synthetic biology to develop a system to rapidly detect the presence of EHEC in the beef industry. Although we designed our sensor for testing in the beef industry provides, we designed it so that it can also detect EHEC in things like vegetables, water, and other livestock.  By using engineered biological nanoparticles and DNA binding proteins, we can specifically detect pathogenic DNA sequences. Our biosensor functions at the genomic level to detect the presence of EHEC in a sample. This system allows us to quickly identify contamination during meat processing and also provides the ability to pre-screen cattle to limit potential sources of contamination before cattle enter the processing plant. Our system not only provides a powerful new tool for food safety, but also has the potential to act as a platform for the rapid detection of target organisms. These tests could hugely impact a myriad of industry applications ranging from the everyday, large-scale use in food safety testing and medical screening, to the specialized use in the detection and monitoring of biological weapons and hazards.</p>
 +
 
 +
</section>
 +
 +
<section id="SectionLinks">
 +
<div class="Wrap">
 +
<a href="https://2013.igem.org/Team:Calgary/Project/OurSensor">
 +
<div id="DescriptionLink1" class="DescriptionLink">
 +
<h2>Our Sensor</h2>
 +
<img src="https://static.igem.org/mediawiki/2013/4/44/Calgary2013_Our_Sensor.png">
 +
<p>Check out what we did in the lab this summer to detect <i>E. coli</i> contamination! Learn about the design of our detector, linker, and reporter as well as our prototype and modelling.</p>
 +
</div>
 +
</a>
 +
 +
<a href="https://2013.igem.org/Team:Calgary/Project/PostRegionals">
 +
<div id="DescriptionLink2" class="DescriptionLink">
 +
<h2>Final System</h2>
 +
<img src="https://static.igem.org/mediawiki/2013/b/bf/Calgary2013_Data_Page.png">
 +
<p>We have shown our final system in action! Click here to see our modeling, talks with industry, and characterization data combine to make a biosensor that can detect DNA in under 5 minutes!</p>
 +
</div>
 +
</a>
 +
<div style="clear:both;"></div>
 +
<a href="https://2013.igem.org/Team:Calgary/Project/HumanPractices">
 +
<div id="DescriptionLink3" class="DescriptionLink">
 +
<h2>Human Practices</h2>
 +
<img src="https://static.igem.org/mediawiki/2013/2/25/2013calgarynewbuttonHuman_Practices.png">
 +
<p>Check out how Human Practices helped guide the development of our project. Learn how we spent time talking to various experts in the industry to design our project with our end-user in mind.</p>
 +
</div>
 +
</a>
 +
 +
<a href="https://2013.igem.org/Team:Calgary/Project/Collaboration">
 +
<div id="DescriptionLink4" class="DescriptionLink">
 +
<h2>Collaboration</h2>
 +
<img src="https://static.igem.org/mediawiki/2013/3/36/Calgary2013_CollaborationButton.png">
 +
<p>We worked hard with the Paris-Bettencourt team this season to develop useful tools for the rest of the iGEM community. Click here to find out what our collaboration can add to iGEM. </p>
 +
</div>
 +
</a>
 +
</div>
 +
</section>
 +
 +
<section id="Logos">
 +
<h2 style="text-align: center;">Thank You to Our Sponsors</h2>
 +
<img src="" style="margin: 50px;"> </section>
 +
</section>
 +
</body>
 +
</html>

Latest revision as of 13:13, 14 October 2014

Our Project

Pathogenic Enterohaemorrhagic E. coli serotype O157:H7 is a major source of foodborne illness worldwide. In Alberta, we experienced a pathogenic E. coli outbreak in late 2012, this outbreak was the result contaminated beef and led to the largest meat recall in Canadian history (Cross, 2012). Outbreaks like these cause death, hospitalizations, massive economic losses and an overall loss of consumer confidence in food safety. Ruminating animals such as cattle and sheep can harbor pathogenic E. coli asymptomatically and are a major source of contamination in many cases (Centers for Disease Control and Prevention, 2011). However consumption of pathogenic E. coli by humans can induce abdominal pain and bloody diarrhea requiring hospitalization, and in severe cases cause death (Centers for Disease Control and Prevention, 2011). Pathogenic E. coli is a major issue in the developing world where the consequences are exacerbated by the poor sanitation and rudimentary health network, the greatest risks are associated with children, the elderly and HIV positive patients (Okeke, 2009). Quick detection of the pathogen is critical to reduce waste, stop the spread of illness, and ultimately save lives. Current testing methods take a long time to complete due to the time it takes to culture E. coli and require lab equipment to amplify the target gene sequences.

One of the factors that amplifies the risk of E. coli outbreaks is the lack of a rapid, on-site detection method. In response, our team is using synthetic biology to develop a system to rapidly detect the presence of EHEC in the beef industry. Although we designed our sensor for testing in the beef industry provides, we designed it so that it can also detect EHEC in things like vegetables, water, and other livestock. By using engineered biological nanoparticles and DNA binding proteins, we can specifically detect pathogenic DNA sequences. Our biosensor functions at the genomic level to detect the presence of EHEC in a sample. This system allows us to quickly identify contamination during meat processing and also provides the ability to pre-screen cattle to limit potential sources of contamination before cattle enter the processing plant. Our system not only provides a powerful new tool for food safety, but also has the potential to act as a platform for the rapid detection of target organisms. These tests could hugely impact a myriad of industry applications ranging from the everyday, large-scale use in food safety testing and medical screening, to the specialized use in the detection and monitoring of biological weapons and hazards.

Thank You to Our Sponsors