Team:INSA Toulouse

From 2013.igem.org

(Difference between revisions)
Line 143: Line 143:
/*---------------------------------- gallery ----------------------------*/
/*---------------------------------- gallery ----------------------------*/
-
 
-
#slider .nivo-controlNav a.active img {
 
-
-moz-box-shadow:0px 0px 5px #fff;
 
-
-webkit-box-shadow:0px 0px 5px #fff;
 
-
box-shadow:0px 0px 5px #fff;
 
-
}
 
-
 
-
 
-
#slider {
 
-
position:relative;
 
-
margin:20px 0 20px 0;
 
-
background:#202834 url(https://static.igem.org/mediawiki/2010/4/42/Loading.gif) no-repeat 50% 50%;
 
-
}
 
-
#slider img {
 
-
position:absolute;
 
-
top:0px;
 
-
left:0px;
 
-
display:none;
 
-
}
 
-
#slider a {
 
-
border:0;
 
-
}
 
</style>
</style>

Revision as of 18:40, 4 October 2013

logo

Project

One major goal of Synthetic Biology is the transposition of electronic devices such as logic gates into genetic modules capables of complex, autonomous decisions. Very recent publications described highly original logic gates utilizing serine recombinases, avoiding reversibility of the genetic switch and thus creating strong and robust genetic logical gates (AND, XOR, OR).
The E. calculus project exemplifies these genetic modules by creating a binary full-adder using AND and XOR gates. Our envisionned design could theoritically perform n-bits counting with a carry. Our project also aimed at validating original properties of these new genetic switches: irreversibility and accurate genetic transmission of the logic gate switched state to the cell'offspring.