Team:INSA Toulouse

From 2013.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 11: Line 11:
-
 
+
<!--/* CSS contenu PROPRE à cette page*/-->
<!--/* CSS contenu PROPRE à cette page*/-->
Line 122: Line 122:
.new3{
.new3{
 +
      width:100%;
 +
      margin-top:25px;
 +
}
 +
 +
.new4{
       width:100%;
       width:100%;
       margin-top:25px;
       margin-top:25px;
Line 143: Line 148:
/*---------------------------------- gallery ----------------------------*/
/*---------------------------------- gallery ----------------------------*/
 +
 +
#slideshow {
 +
    position:relative;
 +
    height:391px;
 +
    margin-top:20px;
 +
}
 +
 +
#slideshow img {
 +
    position:absolute;
 +
    top:0;
 +
    left:0;
 +
    z-index:;
 +
}
 +
 +
#slideshow img.active {
 +
    z-index:2;
 +
}
 +
 +
#slideshow img.last-active {
 +
    z-index:1;
 +
}
</style>
</style>
Line 153: Line 179:
         });
         });
     </script>
     </script>
-
 
-
 
 
<!-- Slider -->
<!-- Slider -->
Line 161: Line 185:
               <div class="items">
               <div class="items">
                   <div>
                   <div>
-
                   <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/project/overview"><img src="https://static.igem.org/mediawiki/2013/0/09/Schéma_logic_gates_modifié-1.png"/></a>
+
                   <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/project/overview"><img src="https://static.igem.org/mediawiki/2013/c/cb/Schema_igem_modifié-2.png"/></a>
          
          
                   </div>
                   </div>
 +
 +
                <div>
 +
                  <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/extras/achievements"><img src="https://static.igem.org/mediawiki/2013/d/de/View_our_achivment_modifié-1.png"/></a>
 +
                  </div>
 +
 +
                   <div>
                   <div>
                   <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/team/students"><img src="https://static.igem.org/mediawiki/2013/c/c5/Team_home_modifié-1.png"/></a>
                   <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/team/students"><img src="https://static.igem.org/mediawiki/2013/c/c5/Team_home_modifié-1.png"/></a>
 +
                  </div>
 +
 +
 +
 +
 +
 +
                <div>
 +
                  <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/results/ribo"><img src="https://static.igem.org/mediawiki/2013/c/c3/Ribo_work_modifié-1.png"/></a>
                   </div>
                   </div>
                   <div>
                   <div>
Line 183: Line 221:
                     <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/team/partners/sponsors"><img src="https://static.igem.org/mediawiki/2013/2/21/Sponsor_HOME_slide.png"/></a>
                     <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/team/partners/sponsors"><img src="https://static.igem.org/mediawiki/2013/2/21/Sponsor_HOME_slide.png"/></a>
                   </div>
                   </div>
-
 
-
 
-
 
               </div>
               </div>
Line 207: Line 242:
<div class="clear"></div>
<div class="clear"></div>
 +
      <!-- jQuery Tools (gallery) -->
 +
    <script>
-
  <!-- jQuery Tools (gallery slider) -->
+
function slideSwitch() {
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
+
    var $active = $('#slideshow img.active');
-
<script src="https://static.igem.org/mediawiki/2010/2/28/Sliderpack.txt" type="text/javascript"></script>
+
    var $next = $active.next();   
-
<script type="text/javascript">
+
   
-
$(window).load(function() {
+
    $next.addClass('active');
-
$('#slider').nivoSlider({
+
   
-
effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
+
    $active.removeClass('active');
-
slices:3,
+
}
-
animSpeed:500, //Slide transition speed
+
 
-
pauseTime:8000,
+
$(function() {
-
startSlide:0, //Set starting Slide (0 index)
+
    setInterval( "slideSwitch()", 2000 );
-
directionNav:true, //Next & Prev
+
-
directionNavHide:false, //Only show on hover
+
-
controlNav:true, //1,2,3...
+
-
controlNavThumbs:true, //Use thumbnails for Control Nav
+
-
      controlNavThumbsFromRel:true, //Use image rel for thumbs
+
-
keyboardNav:true, //Use left & right arrows
+
-
pauseOnHover:true, //Stop animation while hovering
+
-
manualAdvance:false, //Force manual transitions
+
-
captionOpacity:1, //Universal caption opacity
+
-
beforeChange: function(){},
+
-
afterChange: function(){},
+
-
slideshowEnd: function(){} //Triggers after all slides have been shown
+
-
});
+
});
});
-
</script>
+
    </script>
 +
 
<div class="cadre-inner">
<div class="cadre-inner">
Line 244: Line 269:
       </div>
       </div>
       <div class="contentcadre2">  
       <div class="contentcadre2">  
-
     
 
-
      <div id="slider">
 
-
          <a href=""><img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" rel="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg"/></a>
 
-
      <a href=""><img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" rel="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg"/></a>
+
     
 +
<div id="slideshow">
 +
    <img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" class="active" />
 +
    <img src="https://static.igem.org/mediawiki/2013/5/5b/Igem-toulouse-gallery2.jpg" alt=""  />
 +
    <img src="https://static.igem.org/mediawiki/2013/9/9c/Fanny1_440px.jpg" alt="" />
 +
    <img src="https://static.igem.org/mediawiki/2013/a/a3/Fanny2_440.jpg" alt=""  />
 +
    <img style="width:440px" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/1234122_1420014164878445_128474308_n.jpg" alt=""  />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1238103_1419940718219123_417330044_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1376464_1422388284641033_1745430514_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1236705_1419796291566899_1003188038_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/541384_1419796281566900_1841635351_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1235207_1419796288233566_1285295409_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/554139_1419796341566894_2132904243_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1234873_1420014384878423_1407317352_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/625509_1420014418211753_1329568741_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/1375024_1420014298211765_2062487505_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1255522_1419796334900228_503304179_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1378623_1420303551516173_292006398_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn2/1255213_1419796244900237_2036327008_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/988256_1419796148233580_501449810_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1235049_1419941108219084_264711912_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/541851_1420014094878452_572900423_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/1234122_1420014164878445_128474308_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/558273_1420014244878437_438035030_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1236576_1419796141566914_1842411106_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1238313_1419941211552407_440954302_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1375155_1419941194885742_900385286_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1385142_1422400324639829_434849428_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/1381963_1422398574640004_1968436394_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1374958_1420014061545122_1221010474_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/1234900_1420014198211775_117146023_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1374244_1419941178219077_1214187788_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1235216_1419941154885746_923215578_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc1/45475_1420014528211742_1165009527_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/960152_1422397577973437_959559485_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/1380506_1422397614640100_139474114_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1378852_1422467511299777_1580367618_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/1384382_1422467507966444_405777107_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/1378598_1422467504633111_2028068025_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1385054_1422467537966441_1550699325_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/988321_1422467541299774_171755916_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/1376462_1422467544633107_1524066353_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/988739_1422467584633103_1223506844_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/1375132_1422467587966436_160553176_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380592_1422467594633102_533191268_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/521991_1422467634633098_1764843779_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1376370_1422467637966431_901814657_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1385962_1422467651299763_491936505_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1390634_1422467677966427_1826004855_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/559875_1422467681299760_1599868029_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-prn2/1186056_1422467691299759_871461924_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/11507_1422467717966423_1463338953_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn2/1378844_1422467727966422_837800661_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1157449_1422467731299755_936125843_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/547526_1422467764633085_1097818076_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/1013570_1422467771299751_1679213397_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380008_1422467774633084_346479006_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1377194_1422467807966414_1702660951_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380742_1422467817966413_197191773_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/r90/1379321_1422467821299746_2097082180_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1381507_1422467887966406_545487424_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/r90/994598_1422467907966404_1834330811_n.jpg" alt="" />
 +
<img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/r90/1378038_1422467914633070_1405904565_n.jpg" alt="" />
 +
    <img style="width:440px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1375881_1422397581306770_1439230489_n.jpg" alt="" class="active" />
-
      <a href=""><img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" rel="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg"/></a>
+
</div>
-
 
+
               
-
      <a href=""><img src="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg" alt="" rel="https://static.igem.org/mediawiki/2013/c/ce/Igem-toulouse-gallery1.jpg"/></a>
+
-
 
+
-
      </div>
+
-
 
+
-
 
+
-
   
+
-
   
+
       </div>
       </div>
Line 270: Line 348:
       <div class="contentcadre2">
       <div class="contentcadre2">
 +
        <div class="new4">
 +
              <div class="imgnew"><a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/extras/achievements"><img style="width:70px;" src="https://static.igem.org/mediawiki/2013/a/a8/Three-olympic-medals.png"/></a></div>
 +
              <div class="textnew"><a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/extras/achievements" style="color:grey;"><p>Check out our ACHIEVEMENTS page!! Watch out for this!!</p></a></div>
 +
        </div>
 +
        <div class="clear"></div>
         <div class="new1">
         <div class="new1">
               <div class="imgnew"><a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/results"><img style="width:70px;" src="https://static.igem.org/mediawiki/2013/7/72/Test_carac.jpg"/></a></div>
               <div class="imgnew"><a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/results"><img style="width:70px;" src="https://static.igem.org/mediawiki/2013/7/72/Test_carac.jpg"/></a></div>
Line 289: Line 372:
<div class="clear"></div>
<div class="clear"></div>
-
 
-
<br><br><br><br><br><br>
 
-
 
-
<img src="https://static.igem.org/mediawiki/2013/5/58/Sponsor_HOME.png"/>
 
-
 
-
 
 +
<img style="width:970px;" src="https://static.igem.org/mediawiki/2013/8/8f/Logogloglgolgogo.png"/>

Latest revision as of 01:53, 5 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.