Team:INSA Toulouse

From 2013.igem.org

(Difference between revisions)
 
(70 intermediate revisions not shown)
Line 11: Line 11:
-
 
+
<!--/* CSS contenu PROPRE à cette page*/-->
<!--/* CSS contenu PROPRE à cette page*/-->
Line 46: Line 46:
.cadre1{
.cadre1{
         background-color:#ececec;
         background-color:#ececec;
-
         height:300px;
+
         height:270px;
         margin-top:30px;
         margin-top:30px;
}
}
Line 73: Line 73:
         height:54px;
         height:54px;
         background-color:#65b0e7;
         background-color:#65b0e7;
-
         margin:82px 29px 0 0;
+
         margin:98px 29px 0 0;
         border-bottom:4px solid #539ce1;
         border-bottom:4px solid #539ce1;
}
}
Line 122: Line 122:
.new3{
.new3{
 +
      width:100%;
 +
      margin-top:25px;
 +
}
 +
 +
.new4{
       width:100%;
       width:100%;
       margin-top:25px;
       margin-top:25px;
Line 142: Line 147:
   .imgcontentright{margin: 0 5px 5px 0; border: 1px solid #e5e6e6; float:right;}
   .imgcontentright{margin: 0 5px 5px 0; border: 1px solid #e5e6e6; float:right;}
-
#galleria{
+
/*---------------------------------- gallery ----------------------------*/
-
width:440px;
+
 
-
height:391px;
+
#slideshow {
-
margin:0px;
+
    position:relative;
-
background:#fff;
+
    height:391px;
-
position: relative;
+
    margin-top:20px;
-
top: -75px;
+
-
padding-bottom: -75px;
+
}
}
-
</style>
+
#slideshow img {
-
     <!-- jQuery Tools (gallery slider) -->
+
     position:absolute;
 +
    top:0;
 +
    left:0;
 +
    z-index:;
 +
}
 +
#slideshow img.active {
 +
    z-index:2;
 +
}
 +
#slideshow img.last-active {
 +
    z-index:1;
 +
}
 +
 +
</style>
     <!-- jQuery Tools (slider) -->
     <!-- jQuery Tools (slider) -->
     <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
     <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
Line 170: 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/project/overview"><img src="https://static.igem.org/mediawiki/2013/2/2e/Schéma_logic_gates_modifié-2.png"/></a>
+
                <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>
                   <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 184: Line 209:
                   </div>
                   </div>
 +
                  <div>
 +
                    <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/notebook/calendar/dry_lab"><img src="https://static.igem.org/mediawiki/2013/6/6a/DryLab_home.png"/></a>
 +
                  </div>
                   <div>
                   <div>
-
                     <img src="https://static.igem.org/mediawiki/2013/6/6a/DryLab_home.png"></img>
+
                     <a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/results"><img src="https://static.igem.org/mediawiki/2013/5/51/Results_HOME.png"/></a>
                   </div>
                   </div>
 +
                   <div>
                   <div>
-
                     <img src="https://static.igem.org/mediawiki/2013/8/87/Igem-toulouse.slide1.jpg"></img>
+
                     <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>
             </div>
             </div>
Line 212: Line 242:
<div class="clear"></div>
<div class="clear"></div>
 +
      <!-- jQuery Tools (gallery) -->
 +
    <script>
 +
function slideSwitch() {
 +
    var $active = $('#slideshow img.active');
 +
    var $next = $active.next();   
 +
   
 +
    $next.addClass('active');
 +
   
 +
    $active.removeClass('active');
 +
}
 +
 +
$(function() {
 +
    setInterval( "slideSwitch()", 2000 );
 +
});
 +
    </script>
<div class="cadre-inner">
<div class="cadre-inner">
Line 224: Line 269:
       </div>
       </div>
       <div class="contentcadre2">  
       <div class="contentcadre2">  
-
     
 
 +
     
 +
<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" />
-
 
+
</div>
-
 
+
               
-
   
+
-
   
+
       </div>
       </div>
Line 242: 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 261: Line 372:
<div class="clear"></div>
<div class="clear"></div>
-
 
-
<br><br><br><br><br><br>
 
-
 
-
<img style="width :100px"  src="https://static.igem.org/mediawiki/2013/e/ec/Logo-INSA.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/d/db/Lisbp.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/4/40/Twb.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/0/0f/Adisseo.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/4/43/Logo_agilebio_new.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/8/83/Fondation_eads_new.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/4/40/Genotoul-pere-reflet_new.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/4/47/ThermoScientific-Logo-41.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/a/a8/Logo_sofiproteol.jpg" class="imgcontentleft" />
 
-
<div class="clear"></div>
 
-
<img style= "width :100px"    src="https://static.igem.org/mediawiki/2013/6/68/Lessafre.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"    src="https://static.igem.org/mediawiki/2013/9/96/Roquette_new.jpg" class="imgcontentleft" />
 
-
<img style= "width :100px"  src="https://static.igem.org/mediawiki/2013/d/d7/Sanofi_logo_0_new.jpg" class="imgcontentleft" />
 
-
 
 +
<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.