Team:INSA Toulouse/contenu/lab practice/notebook/calendar/logic gates

From 2013.igem.org

(Difference between revisions)
Line 33: Line 33:
    
    
   .spantitle{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px;}
   .spantitle{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px;}
 +
 +
  .spantitle2{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:14px;}
   .list{float:left; width:225px; margin:0 15px 50px 0;}
   .list{float:left; width:225px; margin:0 15px 50px 0;}
Line 88: Line 90:
{
{
     color: #5a6060;}
     color: #5a6060;}
 +
 +
h2.faq {
 +
display:list-item;
 +
        list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);
 +
width:auto;
 +
height:27px;
 +
line-height:24px;
 +
background: no-repeat;
 +
        border:none;
 +
        color:#5a6060;
 +
padding:3px 0 0 0;
 +
        font-weight:400;
 +
        font-family:'Open Sans';
 +
        margin:0 0 50px 0;
 +
font-size:14px;
 +
}
 +
 +
.infos {width:680px; margin:0 15px 50px 0;}
 +
 +
.infos ul{color:#5a6060; font-family:'Open Sans'; font-size:14px; line-height:28px; }
 +
 +
.infos .circlearrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/9/94/Insa-toulouse2013-listpuce2.png);}
  </style>
  </style>
 +
 +
 +
<script type="text/javascript" src="js/jquery.js"></script>
 +
<script type="text/javascript">
 +
<!--
 +
  $(document).ready(function(){
 +
    // On cache les sous-menus :
 +
    $('div.accordeon div.infos').hide();
 +
    // Curseur main sur les h2
 +
    $('div.accordeon > h2.faq').css('cursor','pointer');
 +
    $('div.accordeon > h2').click(function(){
 +
      //si ouvert -> referme
 +
      if($(this).next('div.infos:visible').length!=0){
 +
          $(this).next('div.infos').slideUp('normal');
 +
        }
 +
        //si cache, on ferme les autres et on affiche
 +
        else {
 +
          $('div.accordeon div.infos').slideUp('normal');
 +
          $(this).next('div.infos').slideDown('normal');
 +
        }
 +
        return false;
 +
    });
 +
  } ) ;
 +
// -->
 +
</script>
 +
 +
</style>
 +
  <!--/* HTML Contenu*/-->
  <!--/* HTML Contenu*/-->
Line 104: Line 156:
<div class="clear"></div>
<div class="clear"></div>
-
 
+
<div class="accordeon">
-
  <div class="list2">
+
<h2 class="faq" title="Click to open the FAQ">July 2013</h2>
-
   
+
  <div class="infos">
-
    <ul class="arrow">
+
-
<li><a href="">July 2013</a>
+
   <ul class="circlearrow">
   <ul class="circlearrow">
   <li><span class="spantitle2">Week 6 (15-21 July)</span><br>
   <li><span class="spantitle2">Week 6 (15-21 July)</span><br>
Line 126: Line 176:
Assembling XOR1 with FimE, LuxI with cI <br>
Assembling XOR1 with FimE, LuxI with cI <br>
</li>
</li>
 +
  </ul></li>
   </ul>
   </ul>
</li>
</li>
-
<li><a href="">August 2013</a>
+
  </div>
 +
</div>
 +
 
 +
 
 +
<div class="accordeon">
 +
<h2 class="faq" title="Click to open the FAQ">August 2013</h2>
 +
  <div class="infos">
   <ul class="circlearrow">
   <ul class="circlearrow">
   <li><a href="">Week Z</a></li>
   <li><a href="">Week Z</a></li>
Line 134: Line 191:
   </ul>
   </ul>
</li>
</li>
-
</ul>
+
  </div>
-
 
+
</div>
</div>
 +
<div class="clear"></div>
<br>
<br>

Revision as of 11:49, 27 September 2013

logo


Calendar

Logic Gates Characterization

July 2013

  • Week 6 (15-21 July)
    15/07
    PCR to invert RFP and rbs.LuxI with the restriction site ClaI BamHI

    16/07
    Purification of the PCR and verification by gel.

    19/07
    Assembling of rbs.LuxI and cI for the final system with the AND1 gate.
    Arrival of the synthesis.

    20/07
    Verification of the clonage.
    Assembling the synthesis parts (the 4 gates) into pSB1C3.

  • Week 7 (22-28 July)
    22/07
    Assembling XOR1 with FimE, LuxI with cI

August 2013



Back to Wet Lab