Team:INSA Toulouse
From 2013.igem.org
Line 207: | Line 207: | ||
<div class="clear"></div> | <div class="clear"></div> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/default?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/defaultnivo?action=raw&ctype=text/css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/nivo?action=raw&ctype=text/css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/gallerifficcss?action=raw&ctype=text/css" type="text/css"/> | ||
- | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | |
- | + | <script src="https://2011.igem.org/Team:Johns_Hopkins/Templates/droplinemenu?action=raw&ctype=text/javascript" type="text/javascript"></script> | |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4 | + | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/nivosliderpack?action=raw&ctype=text/javascript"></script> |
- | <script src="https:// | + | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/hoverintent?action=raw&ctype=text/javascript"></script> |
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/galleriffic?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/opacityrollover?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/jqueryhistory?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/profile?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" | ||
+ | src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
+ | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $(window).load(function() { | + | //build menu with DIV ID="myslidemenu" on page: |
- | + | droplinemenu.buildmenu("mydroplinemenu") | |
- | + | ||
- | + | //Nivoslider | |
- | + | $(window).load(function() { | |
- | + | $('#slider').nivoSlider({ | |
- | + | effect:'fade', | |
- | + | pauseOnHover:true | |
- | + | }); | |
- | + | }); | |
- | + | ||
- | + | //Profile script from http://www.willmaster.com/library/web-development/replace-div-content.php | |
- | + | function ReplaceContentInContainer(id,content) { | |
- | + | var container = document.getElementById(id); | |
- | + | container.innerHTML = content; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
</script> | </script> | ||
+ | |||
<div class="cadre-inner"> | <div class="cadre-inner"> | ||
Line 244: | Line 252: | ||
</div> | </div> | ||
<div class="contentcadre2"> | <div class="contentcadre2"> | ||
- | |||
- | |||
- | |||
- | + | <div class="slider-wrapper theme-default"> | |
- | + | <div class="ribbon"></div> | |
- | + | <div id="slider" class="nivoSlider"> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" title="#htmlcaption" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | |
+ | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" /> | ||
+ | </div> | ||
+ | <div id="htmlcaption" class="nivo-html-caption"> | ||
Revision as of 18:52, 4 October 2013
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.