Team:Tec-Monterrey/Timeline

From 2010.igem.org

(Difference between revisions)
m
m
Line 370: Line 370:
  background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
  background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
}
}
-
.overview{
+
 
 +
</style>
 +
 
 +
<body bgcolor="#414141">
 +
<style>
 +
.blah a
 +
{
 +
color:#000000;
 +
}
 +
 
 +
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
<div class="bbody">
 +
<script type="text/javascript"><!--
 +
var delay=7000
 +
var ie4=document.all
 +
var curindex=0
 +
var totalcontent=0
 +
function get_total(){
 +
if (ie4){
 +
while (eval("document.all.content"+totalcontent))
 +
totalcontent++
 +
}
 +
else{
 +
while (document.getElementById("content"+totalcontent))
 +
totalcontent++
 +
}
 +
}
 +
function contract_all(){
 +
for (y=0;y<totalcontent;y++){
 +
if (ie4)
 +
eval("document.all.content"+y).style.display="none"
 +
else
 +
document.getElementById("content"+y).style.display="none"
 +
}
 +
}
 +
function expand_one(which){
 +
contract_all()
 +
if (ie4)
 +
eval("document.all.content"+which).style.display=""
 +
else
 +
document.getElementById("content"+which).style.display=""
 +
}
 +
function rotate_content(){
 +
get_total()
 +
contract_all()
 +
expand_one(curindex)
 +
curindex=(curindex<totalcontent-1)? curindex+1: 0
 +
setTimeout("rotate_content()",delay)
 +
}
 +
window.onload=rotate_content
 +
//--></script>
 +
 
 +
 
 +
<div class="header">
 +
 
 +
<div id="content0" style="display:none">
 +
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/cbazulplano.png" width="966px" height="250px" border="0"></div>
 +
<div id="content1" style="display:none">
 +
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/legosredondeadoplano.png" width="966px" height="250px" border="0"></div>
 +
<div id="content2" style="display:none">
 +
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/teamredondeadoplano-1.png" width="966px" height="250px" border="0"></div>
 +
<div id="content3" style="display:none">
 +
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/electroredondeadoplano-1.png" width="966px" height="250px" border="0"></div>
 +
 
 +
</div>
 +
 
 +
<div class="menubg">
 +
<br>
 +
<div class="ft"><div class="c"></div></div>
 +
</div>
 +
 
 +
<div class="menu">
 +
 
 +
<!--[if lt IE 7]>
 +
<script type="text/javascript">
 +
 
 +
sfHover = function() {
 +
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
 +
for (var i=0; i<sfEls.length; i++) {
 +
sfEls[i].onmouseover=function() {
 +
this.className+=" over";
 +
}
 +
sfEls[i].onmouseout=function() {
 +
this.className=this.className.replace(new RegExp(" over\\b"), "");
 +
}
 +
}
 +
}
 +
if (window.attachEvent) window.attachEvent("onload", sfHover);
 +
 
 +
</script>
 +
<![endif]-->
 +
<style type="text/css">
 +
/* general styling */
 +
*{margin:0;padding:0}
 +
body {
 +
font: x-small Verdana, Arial, Helvetica, sans-serif;
 +
text-align:left;
 +
padding:20px;
 +
}
 +
.outer{
 +
padding:0px 0 0 0;
 +
width:966px;
 +
margin:auto;
 +
position:relative;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
/* drop up */
 +
ul#nav,ul#nav ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
ul#nav {
 +
width:966px;
 +
height:25px;
 +
 +
}
 +
 
 +
ul#nav li {
 +
position: relative;
 +
float: left;
 +
width:161px;
 +
height:25px;
 +
color:#fff;
 +
text-align:left;
 +
}
 +
ul#nav li a {
 +
text-decoration: none;
 +
color:#003366;
 +
       
 +
}
 +
#nav li ul {
 +
position: absolute;
 +
left: 0;
 +
top:-105px;
 +
margin-left:-999em;
 +
border:none;
 +
height:137px;
 +
width:161px;
 +
background:#ffffff;
 +
  /*opacity for IE5+*/
 +
  filter: alpha(opacity=75);
 +
  /*opacity for older Mozilla browsers*/
 +
  -moz-opacity: 0.75;
 +
  /*opacity for mozilla/safari*/
 +
  opacity: 0.75;
 +
}
 +
ul#nav li li{height:auto;border:none;}
 +
ul#nav li li a{
 +
color:#fff;
 +
padding:2px 5px 2px 5px;
 +
display:block;
 +
}
 +
ul#nav li:hover ul,
 +
ul#nav li.over ul {
 +
margin-left:0;
 +
}
 +
ul#nav li:hover,
 +
ul#nav li.over,
 +
ul#nav li:hover a,
 +
ul#nav li.over a {color:#000}
 +
 
 +
ul#nav li:hover li a,ul#nav li.over li a{color:#003366;}
 +
ul#nav li li a:hover{color:#ffffff; background-color: #05182B;}
 +
ul#nav li p {padding:0px;}
 +
ul#nav li.last,ul#nav li.last ul{border:none;width:161px;}
 +
 
 +
</style>
 +
<div class="outer">
 +
 +
<ul id="nav">
 +
<li>
 +
<p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey">&nbsp;&nbsp;Home</a></p>
 +
 +
 +
</li>
 +
<li>
 +
<p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey/Team">&nbsp;&nbsp;Team</a></p>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Under">Undergraduates</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Instructors">Instructors</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Headquarters">Headquarters</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<p><br />
 +
<a href="#">&nbsp;&nbsp;Project</a></p>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Project">Project Overview</a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">The Biosensor</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">Applications</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Parts">Parts</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<p><br />
 +
<a href="#">&nbsp;&nbsp;Notebook</a></p>
 +
<ul>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Protocols">Protocols</a></li>
 +
        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Timeline">Timeline</a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<p><br />
 +
<a href="#">&nbsp;&nbsp;Bonus</a></p>
 +
<ul>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/News">News</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gallery">Gallery</a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Freetime">Free Time</a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Mascot">Wiki Wiki</a></li>
 +
</ul>
 +
</li>
 +
 
 +
                <li class="last">
 +
<p><br />
 +
<a href="https://2010.igem.org/Team:Tec-Monterrey /Sponsors">&nbsp;&nbsp;Sponsors</a></p>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Platinum ">Platinum </a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gold ">Gold </a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Silver">Silver </a></li>
 +
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Thanks">Special Thanks</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<br><br><br><br><br><br><br><br><br><br>
 +
<br><br><br><br>
 +
<div class="righ">
 +
<div class="hd"><div class="g"></div></div>
 +
<div class="bdy">
 +
<h2>  Sponsors:</h2>
 +
 
 +
<p align="center">
 +
<a href="http://www.uniparts.com.mx/"><img src="https://static.igem.org/mediawiki/2010/d/d9/Uniparts.jpg" width="200px" height="83px" border="0" ></a>
 +
<br><br><br>
 +
<a href="http://www.promega.com/"><img src="https://static.igem.org/mediawiki/2010/2/20/Promega.gif" width="170px" height="122px" border="0" ></a> 
 +
<br><br><br>
 +
<a href="http://www.corning.com/"><img src="https://static.igem.org/mediawiki/2010/3/32/Corning.jpg" width="170px" height="29px" border="0" ></a>
 +
<br><br><br>
 +
<a href="http://www.millipore.com/"><img src="https://static.igem.org/mediawiki/2010/6/6b/Millipore.jpg" width="170px" height="50px" border="0" ></a>
 +
<br><br>
 +
<a href="http://www.sukarne.com.mx/"><img src="https://static.igem.org/mediawiki/2010/6/6a/Sukarne.gif" width="120px" height="120px" border="0" ></a>
 +
<br>
 +
<br>
 +
</p>
 +
</div>
 +
<div class="ft"><div class="c"></div></div>
 +
<div class="bgr"></div>
 +
<div class="hd"><div class="g"></div></div>
 +
<div class="bdy">
 +
<h2>Follow us on:</h2>
 +
<a href="http://tinyurl.com/2wvxmdu"><img src="https://static.igem.org/mediawiki/2010/a/a5/Twitter-ogo.png" width="175px" height="55px" border="0" ></a>
 +
</div>
 +
<div class="ft"><div class="c"></div></div>
 +
</div>
 +
<div class="texteando">
 +
<div class="hd"><div class="g"></div></div>
 +
<div class="bdy">
 +
<h1>Project Summary</h1>
 +
<p class="blah">
 +
      Bacterial reporters or whole-cell bacterial sensors have always been an area of application for genetic manipulation and synthetic biology. As a matter of fact, constructing a bioreporter bacteria that has the ability to detect toxic chemicals is considered one of the first accomplishments in the discipline of synthetic biology <a href="#van">(van der Meer and Belkin, 2010)</a>. There are several advantages to using a bacterial bioreporter instead of a traditional physical or chemical sensors, for example, bacteria can offer the same specificity and sensitivity that traditional sensors offer, but they are much more portable and grow in inexpensive media. Furthermore, bacterial reporters also offer advantages over using other types of biosensors like enzymes and antibodies because they are living organisms and they are capable of analyzing samples through a process that involves many enzymes <a href="#yagi">(Yagi, 2007)</a>
 +
</p><br><p class="blah">
 +
      The first bacterial reporters appeared 20 years ago <a href="#van">(van der Meer and Belkin, 2010)</a> although these early tests didn’t use genetically modified microorganisms. Further research and development in the areas of genetic engineering and synthetic biology have resulted in many more applications such as detection of contaminants <a href="#willardson">(Willardson, et. Al., 1998)</a> and sugar and amino acid availability in soils <a href="#jaeger">(Jaeger, et. Al., 1999)</a>. Even though the reporters have gotten more sophisticated and sensitive, we realized that there isn’t much mention of a single bacterial bioreporter capable of detecting different concentrations of a substance and reacting differently depending on the concentration.
 +
</p><br><p class="blah">
 +
      We thought the use of synthetic biology as well as the BioBrick standard could help create a “genetic circuit” <a href="#van">(van der Meer and Belkin, 2010)</a> capable of detecting different concentrations of a substance and reacting in a different manner depending on the amount detected. In our initial research we realized that the iGEM British Columbia 2009 team decided to do something similar, so we used parts of their project as a base and integrated parts of other previous iGEM projects in order to propose a new genetic construction capable of detecting different amounts of a certain substance. We call these new types of sensors, “intelligent biosensors”, because they have the ability to react in different ways depending on their surroundings. 
 +
</p><br><p class="blah">
 +
      With our project we hope to continue with the previous efforts of other iGEM teams, and at the same time propose a new type of genetic circuit for achieving these functions. In the process we plan to develop BioBricks for two new families of phage activators as well as different BioBrick constructons that can make our system easy to adapt, so that the creation of these “intelligent biosensors” becomes just a matter of choosing the substance of interest and choosing the different reporters.
 +
</p>
 +
 
 +
 
 +
<h2>References</h2>
 +
<p class="blah"><a name="jaeger">Jaeger, C. H., et. Al. (June 1999)</a> Mapping of Sugar and Amino Acid Availability in Soil around Roots with Bacterial Sensors of Sucrose and Tryptophan. Applied and Environmental Microbiology, Vol. 65, No. 6, p. 2685 - 2690
 +
<br><br>
 +
<a name="van">Van der Meer, J. R. and Belkin, S. (July 2010)</a> Where microbiology meets microengineering: design and applications of reporter bacteria. Nature Reviews Microbiology, Vol. 8, p. 511 - 522
 +
<br>
 +
<br>
 +
<a name="willardson">Willardson, B. M., et. Al. (March 1998)</a> Development and Testing of a Bacterial Biosensor for Toluene-Based Environmental Contaminants. Applied and Environmental Microbiology, Vol. 64, No. 3, p. 1006- 1012
 +
<br><br>
 +
<a name="yagi">Yagi, K. (2007)</a> Applications of whole-cell bacterial sensors in biotechnology and environmental science. Applied Microbiology and Biotechnology, Vol. 73, p. 1251 - 1258
 +
<br><br></p>
 +
</div>
 +
<div class="ft"><div class="c"></div></div>
 +
<html>
 +
<head>
 +
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
 +
    <title>Tec de Monterrey </title>
 +
<style>
 +
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
</head>
 +
 
 +
<style>
 +
html, body {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
body {
 +
background-color: #05182b;
 +
background-position: top center;
 +
}
 +
 +
/* Wiki Hacks - START */
 +
 
 +
 
 +
 
 +
#globalWrapper {
 +
background-color: transparent;
 +
border: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#content {
 +
background-color: transparent;
 +
border: none;
 +
padding: 0;
 +
margin: 0;
 +
width: 100%;
 +
}
 +
 +
#bodyContent {
 +
border: none;
 +
padding:0;
 +
margin:0;
 +
width:100%;
 +
}
 +
 +
#top-section {
 +
height: 20px;
 +
margin-top: -5px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0 !important;
 +
margin-bottom: 10px;
 +
padding:0;
 +
border: none;
 +
}
 +
 +
#p-logo {
 +
height:1px;
 +
overflow:hidden;
 +
display: none;
 +
}
 +
 +
#search-controls {
 +
overflow:hidden;
 +
display:block;
 +
background: none;
 +
position: absolute;
 +
top: 100px;
 +
right: 40px;
 +
}
 +
 +
.left-menu {
 +
width: 400px;
 +
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar.right-menu {
 +
width:300px;
 +
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.right-menu ul {
 +
border: none;
 +
}
 +
 +
#footer-box {
 +
background-color: transparent;
 +
border: none;
 +
width: 965px;
 +
margin: 0 auto;
 +
padding: 0;
 +
}
 +
 +
#footer {
 +
border: none;
 +
width: 965px;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
#f-list a {
 +
color: #333;
 +
font-size: 10px;
 +
}
 +
 +
#f-list a:hover {
 +
color: #666;
 +
}
 +
 +
#footer ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer ul li {
 +
margin-top: 0;
 +
margin-bottom: 0;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
padding: 0;
 +
}
 +
 +
/* Wiki Hacks - END */
 +
 +
#wrapper {
 +
width: 965px;
 +
margin: 0 auto;
 +
}
 +
 +
#header_wrap {
 +
width:100%;
 +
height:107px;
 +
}
 +
 +
#menu_wrap {
 +
width:100%;
 +
height:45px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#content_wrap {
 +
width:100%;
 +
/* background-color: #fff; */
 +
margin-top: -24px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#footer_wrap {
 +
width:100%;
 +
height:40px;
 +
background-color: transparent;
 +
display:block;
 +
float: left;
 +
padding-top: 10px;
 +
}
 +
 +
/* Footer START */
 +
 +
#footer_wrap #copyright {
 +
display: block;
 +
float: left;
 +
width: 300px;
 +
text-align: center;
 +
font-size: 10px;
 +
color: #ccc;
 +
}
 +
 +
#footer_wrap #footer_links {
 +
display: block;
 +
float: right;
 +
width: 500px;
 +
text-align: center;
 +
font-size: 10px;
 +
}
 +
 +
#footer_links ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer_links ul li {
 +
display: block;
 +
list-style-type: none;
 +
float:left;
 +
padding: 0;
 +
margin: 0 5px 0 5px;
 +
}
 +
 +
#footer_links ul li a {
 +
color: #ccc;
 +
text-decoration: none;
 +
}
 +
 +
#footer_links ul li a:hover {
 +
text-decoration: underline;
 +
}
 +
 +
/* Footer END */
 +
 +
 +
 
 +
 
 +
#panel_mask { 
 +
            position:absolute;
 +
            top:0px;
 +
            width: 1000px;
 +
            overflow:hidden; 
 +
            margin:0 auto;
 +
            background-color: #05182b;
 +
        }
 +
b{
 +
color: #ffffff;
 +
}
 +
 
 +
.heading{
 +
color: #000;
 +
font: 14px century gothic;
 +
padding: 5px 5px 2px 5px;
 +
font-weight: bold;
 +
}
 +
 
 +
.header{
 +
z-index: 1;
 +
position: absolute;
 +
top: 5px;
 +
height: 300px;
 +
    }
 +
 
 +
.menu{
 +
z-index: 5;
 +
position: absolute;
 +
top: 188px ;
 +
font: 19px  Arial;
 +
text-align: center;
 +
          }
 +
 
 +
 
 +
.menubg{
 +
position: absolute;
 +
top: 220px;
 +
background-color: #FFFFFF;
 +
width: 966px;
 +
height: 35px;
 +
  /* for IE */
 +
  filter:alpha(opacity=75);
 +
  /* CSS3 standard */
 +
  opacity:0.75;
 +
z-index:2;
 +
      }
 +
a:link{color: #fff;}
 +
a:visited{color: #fff;}
 +
a:active{color: #fff;}
 +
 
 +
.menubg .ft .c {
 +
font-size:1px; /* ensure minimum height */
 +
height:13px;
 +
/* for IE */
 +
  filter:alpha(opacity=100);
 +
  /* CSS3 standard */
 +
  opacity:1;
 +
}
 +
 
 +
.menubg .ft .c {
 +
height:35px;
 +
}
 +
.menubg .ft {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
 +
 
 +
}
 +
 
 +
.menubg .ft .c {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
 +
}
 +
 
 +
 
 +
.righ{
 +
float:right;
 +
width:220px;
 +
background-color:#FFFFFF;
 +
margin:5px 0px 10px 5px;
 +
}
 +
.righ .bdy {
 +
padding:0px 10px 0px 15px;
 +
}
 +
.righ .bgr{
 +
background-color:#05182b;
 +
height:15px;
 +
}
 +
.righ .hd .g,
 +
.righ .ft .c {
 +
font-size:1px; /* ensure minimum height */
 +
height:13px;
 +
}
 +
 
 +
.righ .ft .c {
 +
height:14px;
 +
}
 +
.righ .ft {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
 +
}
 +
 
 +
.righ .ft .c {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
 +
}
 +
.righ .hd {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/9/9b/Tl.png) no-repeat 0px 0px;
 +
}
 +
 
 +
.righ .hd .g {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
 +
}
 +
 
 +
 
 +
.bbody{
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:965px;
 +
 
 +
 
 +
}
 +
.texteando{
float:left;
float:left;
width:715px;
width:715px;
Line 376: Line 1,012:
margin:5px 5px 10px 0px;
margin:5px 5px 10px 0px;
}
}
-
.overview .bdy {
+
.texteando .bdy {
padding:0px 15px 0px 15px;
padding:0px 15px 0px 15px;
}
}
-
.overview .hd .g,
+
.texteando .hd .g,
-
.overview .ft .c {
+
.texteando .ft .c {
  font-size:1px; /* ensure minimum height */
  font-size:1px; /* ensure minimum height */
  height:13px;
  height:13px;
}
}
-
.overview .ft .c {
+
.texteando .ft .c {
  height:14px;
  height:14px;
}
}
-
.overview .ft {
+
.texteando .ft {
  background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
  background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
}
}
-
.overview .ft .c {
+
.texteando .ft .c {
  background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
  background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
}
}
-
.overview .hd {
+
.texteando .hd {
  background:transparent url(https://static.igem.org/mediawiki/2010/9/9b/Tl.png) no-repeat 0px 0px;
  background:transparent url(https://static.igem.org/mediawiki/2010/9/9b/Tl.png) no-repeat 0px 0px;
}
}
-
.overview .hd .g {
+
.texteando .hd .g {
  background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
  background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
}
}
Line 698: Line 1,334:
<br><br></p>
<br><br></p>
</div>
</div>
-
<div class="overview">
+
<div class="ft"><div class="c"></div></div>
 +
</div>
 +
 
 +
 
 +
 
<div class="hd"><div class="g"></div></div>
<div class="hd"><div class="g"></div></div>
<div class="bdy">
<div class="bdy">
Line 724: Line 1,364:
<br><br></p>
<br><br></p>
</div>
</div>
-
 
<div class="ft"><div class="c"></div></div>
<div class="ft"><div class="c"></div></div>
</div>
</div>
 +
 +
</div>
 +
 +
</html>
 +
 +
 +
 +
</div>
 +
 +
 +
 +
</div>
</div>
</html>
</html>

Revision as of 02:12, 5 October 2010

Tec de Monterrey















Sponsors:














Follow us on:

Project Summary

Bacterial reporters or whole-cell bacterial sensors have always been an area of application for genetic manipulation and synthetic biology. As a matter of fact, constructing a bioreporter bacteria that has the ability to detect toxic chemicals is considered one of the first accomplishments in the discipline of synthetic biology (van der Meer and Belkin, 2010). There are several advantages to using a bacterial bioreporter instead of a traditional physical or chemical sensors, for example, bacteria can offer the same specificity and sensitivity that traditional sensors offer, but they are much more portable and grow in inexpensive media. Furthermore, bacterial reporters also offer advantages over using other types of biosensors like enzymes and antibodies because they are living organisms and they are capable of analyzing samples through a process that involves many enzymes (Yagi, 2007)


The first bacterial reporters appeared 20 years ago (van der Meer and Belkin, 2010) although these early tests didn’t use genetically modified microorganisms. Further research and development in the areas of genetic engineering and synthetic biology have resulted in many more applications such as detection of contaminants (Willardson, et. Al., 1998) and sugar and amino acid availability in soils (Jaeger, et. Al., 1999). Even though the reporters have gotten more sophisticated and sensitive, we realized that there isn’t much mention of a single bacterial bioreporter capable of detecting different concentrations of a substance and reacting differently depending on the concentration.


We thought the use of synthetic biology as well as the BioBrick standard could help create a “genetic circuit” (van der Meer and Belkin, 2010) capable of detecting different concentrations of a substance and reacting in a different manner depending on the amount detected. In our initial research we realized that the iGEM British Columbia 2009 team decided to do something similar, so we used parts of their project as a base and integrated parts of other previous iGEM projects in order to propose a new genetic construction capable of detecting different amounts of a certain substance. We call these new types of sensors, “intelligent biosensors”, because they have the ability to react in different ways depending on their surroundings.


With our project we hope to continue with the previous efforts of other iGEM teams, and at the same time propose a new type of genetic circuit for achieving these functions. In the process we plan to develop BioBricks for two new families of phage activators as well as different BioBrick constructons that can make our system easy to adapt, so that the creation of these “intelligent biosensors” becomes just a matter of choosing the substance of interest and choosing the different reporters.

References

Jaeger, C. H., et. Al. (June 1999) Mapping of Sugar and Amino Acid Availability in Soil around Roots with Bacterial Sensors of Sucrose and Tryptophan. Applied and Environmental Microbiology, Vol. 65, No. 6, p. 2685 - 2690

Van der Meer, J. R. and Belkin, S. (July 2010) Where microbiology meets microengineering: design and applications of reporter bacteria. Nature Reviews Microbiology, Vol. 8, p. 511 - 522

Willardson, B. M., et. Al. (March 1998) Development and Testing of a Bacterial Biosensor for Toluene-Based Environmental Contaminants. Applied and Environmental Microbiology, Vol. 64, No. 3, p. 1006- 1012

Yagi, K. (2007) Applications of whole-cell bacterial sensors in biotechnology and environmental science. Applied Microbiology and Biotechnology, Vol. 73, p. 1251 - 1258

Tec de Monterrey














Sponsors:














Follow us on:

Project Summary

Bacterial reporters or whole-cell bacterial sensors have always been an area of application for genetic manipulation and synthetic biology. As a matter of fact, constructing a bioreporter bacteria that has the ability to detect toxic chemicals is considered one of the first accomplishments in the discipline of synthetic biology (van der Meer and Belkin, 2010). There are several advantages to using a bacterial bioreporter instead of a traditional physical or chemical sensors, for example, bacteria can offer the same specificity and sensitivity that traditional sensors offer, but they are much more portable and grow in inexpensive media. Furthermore, bacterial reporters also offer advantages over using other types of biosensors like enzymes and antibodies because they are living organisms and they are capable of analyzing samples through a process that involves many enzymes (Yagi, 2007)


The first bacterial reporters appeared 20 years ago (van der Meer and Belkin, 2010) although these early tests didn’t use genetically modified microorganisms. Further research and development in the areas of genetic engineering and synthetic biology have resulted in many more applications such as detection of contaminants (Willardson, et. Al., 1998) and sugar and amino acid availability in soils (Jaeger, et. Al., 1999). Even though the reporters have gotten more sophisticated and sensitive, we realized that there isn’t much mention of a single bacterial bioreporter capable of detecting different concentrations of a substance and reacting differently depending on the concentration.


We thought the use of synthetic biology as well as the BioBrick standard could help create a “genetic circuit” (van der Meer and Belkin, 2010) capable of detecting different concentrations of a substance and reacting in a different manner depending on the amount detected. In our initial research we realized that the iGEM British Columbia 2009 team decided to do something similar, so we used parts of their project as a base and integrated parts of other previous iGEM projects in order to propose a new genetic construction capable of detecting different amounts of a certain substance. We call these new types of sensors, “intelligent biosensors”, because they have the ability to react in different ways depending on their surroundings.


With our project we hope to continue with the previous efforts of other iGEM teams, and at the same time propose a new type of genetic circuit for achieving these functions. In the process we plan to develop BioBricks for two new families of phage activators as well as different BioBrick constructons that can make our system easy to adapt, so that the creation of these “intelligent biosensors” becomes just a matter of choosing the substance of interest and choosing the different reporters.

References

Jaeger, C. H., et. Al. (June 1999) Mapping of Sugar and Amino Acid Availability in Soil around Roots with Bacterial Sensors of Sucrose and Tryptophan. Applied and Environmental Microbiology, Vol. 65, No. 6, p. 2685 - 2690

Van der Meer, J. R. and Belkin, S. (July 2010) Where microbiology meets microengineering: design and applications of reporter bacteria. Nature Reviews Microbiology, Vol. 8, p. 511 - 522

Willardson, B. M., et. Al. (March 1998) Development and Testing of a Bacterial Biosensor for Toluene-Based Environmental Contaminants. Applied and Environmental Microbiology, Vol. 64, No. 3, p. 1006- 1012

Yagi, K. (2007) Applications of whole-cell bacterial sensors in biotechnology and environmental science. Applied Microbiology and Biotechnology, Vol. 73, p. 1251 - 1258

Project Summary

Bacterial reporters or whole-cell bacterial sensors have always been an area of application for genetic manipulation and synthetic biology. As a matter of fact, constructing a bioreporter bacteria that has the ability to detect toxic chemicals is considered one of the first accomplishments in the discipline of synthetic biology (van der Meer and Belkin, 2010). There are several advantages to using a bacterial bioreporter instead of a traditional physical or chemical sensors, for example, bacteria can offer the same specificity and sensitivity that traditional sensors offer, but they are much more portable and grow in inexpensive media. Furthermore, bacterial reporters also offer advantages over using other types of biosensors like enzymes and antibodies because they are living organisms and they are capable of analyzing samples through a process that involves many enzymes (Yagi, 2007)


The first bacterial reporters appeared 20 years ago (van der Meer and Belkin, 2010) although these early tests didn’t use genetically modified microorganisms. Further research and development in the areas of genetic engineering and synthetic biology have resulted in many more applications such as detection of contaminants (Willardson, et. Al., 1998) and sugar and amino acid availability in soils (Jaeger, et. Al., 1999). Even though the reporters have gotten more sophisticated and sensitive, we realized that there isn’t much mention of a single bacterial bioreporter capable of detecting different concentrations of a substance and reacting differently depending on the concentration.


We thought the use of synthetic biology as well as the BioBrick standard could help create a “genetic circuit” (van der Meer and Belkin, 2010) capable of detecting different concentrations of a substance and reacting in a different manner depending on the amount detected. In our initial research we realized that the iGEM British Columbia 2009 team decided to do something similar, so we used parts of their project as a base and integrated parts of other previous iGEM projects in order to propose a new genetic construction capable of detecting different amounts of a certain substance. We call these new types of sensors, “intelligent biosensors”, because they have the ability to react in different ways depending on their surroundings.


With our project we hope to continue with the previous efforts of other iGEM teams, and at the same time propose a new type of genetic circuit for achieving these functions. In the process we plan to develop BioBricks for two new families of phage activators as well as different BioBrick constructons that can make our system easy to adapt, so that the creation of these “intelligent biosensors” becomes just a matter of choosing the substance of interest and choosing the different reporters.

References

Jaeger, C. H., et. Al. (June 1999) Mapping of Sugar and Amino Acid Availability in Soil around Roots with Bacterial Sensors of Sucrose and Tryptophan. Applied and Environmental Microbiology, Vol. 65, No. 6, p. 2685 - 2690

Van der Meer, J. R. and Belkin, S. (July 2010) Where microbiology meets microengineering: design and applications of reporter bacteria. Nature Reviews Microbiology, Vol. 8, p. 511 - 522

Willardson, B. M., et. Al. (March 1998) Development and Testing of a Bacterial Biosensor for Toluene-Based Environmental Contaminants. Applied and Environmental Microbiology, Vol. 64, No. 3, p. 1006- 1012

Yagi, K. (2007) Applications of whole-cell bacterial sensors in biotechnology and environmental science. Applied Microbiology and Biotechnology, Vol. 73, p. 1251 - 1258


</div>



</div>

</html>