Team:INSA Toulouse/contenu/lab practice/notebook/calendar/carry

From 2013.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
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 43: Line 45:
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
 +
 +
  .imgcontent2{margin: 0 10px 0 0; border: 1px solid #e5e6e6;}
   .imgcontentleft{margin: 0 0 10px 0; border: 1px solid #e5e6e6; float:left;}
   .imgcontentleft{margin: 0 0 10px 0; border: 1px solid #e5e6e6; float:left;}
Line 64: Line 68:
    
    
     .tablecontent td{padding:0 25px 0 20px;}  
     .tablecontent td{padding:0 25px 0 20px;}  
 +
 +
 +
  .list2{float:left; width:650px; margin:0 15px 50px 0;}
 +
 +
  .list2 ul{color:#5a6060; font-family:'Open Sans'; font-size:14px; line-height:28px; }
 +
 +
  .list2 .arrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);}
 +
 +
  .list2 .circlearrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/9/94/Insa-toulouse2013-listpuce2.png);}
 +
 +
  .list2 .arrow li ul {display:none;}
 +
 +
  .list2 .arrow li:hover ul {display:block;position:relative;top:0;left:35px; list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);}
 +
 +
  .list2 .circlearrow li ul {display:none;}
 +
 +
  .list2 .circlearrow li:hover ul {display:block;position:relative;top:0;left:35px; list-style-image : url(https://static.igem.org/mediawiki/2013/9/94/Insa-toulouse2013-listpuce2.png);}
 +
 +
 +
a:visited
 +
{
 +
    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 77: Line 154:
    
    
-
   <img src="https://static.igem.org/mediawiki/2013/3/33/Carry_characterisation.png" class="imgcontent" />
+
   <img src="https://static.igem.org/mediawiki/2013/6/68/Carry_carac.png" class="imgcontent" />
<div class="clear"></div>
<div class="clear"></div>
 +
<div class="accordeon">
-
   <table class="tablecontent">
+
   <h2 class="faq" title="Click to open the FAQ">June 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">Week 3 (24-30 June)</span></br>
 +
Amplification of new biobricks for cloning:<br>
 +
BBa_K081008: rbs Lux I,<br>
 +
BBa_I0462: rbs Lux R term, <br>
 +
BBa_C0061: cI, <br>
 +
BBa_R0065: pLux<br>
 +
BBa_K081014: rbs RFP term,<br>
 +
<br>
 +
We tested a new method for midipreps using kits: alkaline lysis with spin columns. Results were really better in terms of samples purity. Cloning can start!!!</li>
 +
  </div>
 +
</div>
-
<tr style="background-color:#20a8da; height:50px; color:#ffffff;" >
+
<div class="accordeon">
-
<td style="border-bottom:4px solid #e5e6e6; border-top-left-radius:9px;">           </td>
+
  <h2 class="faq" title="Click to open the FAQ">July 2013</h2>
-
<td style="border-bottom:4px solid #e5e6e6;">Mon</td>
+
  <div class="infos">
-
<td style="border-bottom:4px solid #e5e6e6;">Tues</td>
+
  <ul class="circlearrow">
-
<td style="border-bottom:4px solid #e5e6e6;">Wen</td>
+
  <li><span class="spantitle2">Week 4 (1-7 July)</span>
-
<td style="border-bottom:4px solid #e5e6e6;">Thur</td>
+
<br>
-
<td style="border-bottom:4px solid #e5e6e6;">Frid</td>
+
The first necessary construction  for carry characterization is the following:
-
<td style="border-bottom:4px solid #e5e6e6;">Sat</td>
+
  <img src="https://static.igem.org/mediawiki/2013/3/33/Carry_characterisation.png" class="imgcontent" />
-
<td style="border-bottom:4px solid #e5e6e6; border-top-right-radius:9px;">Sun</td>
+
Planning of cloning and study of the available methods for biobricks assembly.
-
</tr>
+
<br><br>
-
<tr>
+
Assembly of first biobricks thanks to the iGEM 3A Assembly method:<br>
-
<td style="border-right:1px solid #e5e6e6;">Week 1</td>
+
- strong prom/rbs + Lux I (698 bp) in PSB1K3<br>
-
<td style="border-right:1px solid #e5e6e6;">1</td>
+
- pLux + rbs RFP term (936 bp) in PSB1A2<br>
-
<td style="border-right:1px solid #e5e6e6;">2</td>
+
Restriction of parts, ligation and then transformation in DH5 α. <br>
-
<td style="border-right:1px solid #e5e6e6;">3</td>
+
<br>
-
<td style="border-right:1px solid #e5e6e6;">4</td>
+
2 mL liquid cultures of 4 clones for each cloning.<br>
-
<td style="border-right:1px solid #e5e6e6;">5</td>
+
Miniprep after 8 hours of incubation. The electrophoresis of the digested plasmids with EcoRI and PstI confirmed the presence of the wanted constructions for all clones (at 689 and 936 bp). A 1,5% gel was also run as reference to confirm the assembly. Small parts like promoters had been indeed added.<br>
-
<td style="border-right:1px solid #e5e6e6;">6</td>
+
<br>
-
<td>7</td>
+
Cloning for carry characterisation keeps going. New constructions have been considered useful to study AHL diffusion.<br>
-
</tr>
+
  <img src="https://static.igem.org/mediawiki/2013/a/a0/Prom_rbs_luxI_term.png" class="imgcontent" />
-
<tr style="border-top:1px solid #e5e6e6">
+
  <img src="https://static.igem.org/mediawiki/2013/f/ff/LuxR_RFP.png" class="imgcontent" /><br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">Week 2</td>
+
New round of 3A cloning: <br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
- strong prom/rbs Lux I + rbs Lux R term (1634 bp) in PSB1C3<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
- strong prom/rbs + rbs Lux R term (991 bp) in PSB1K3<br><br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
</li>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
  <li><span class="spantitle2">Week 5 (8-14 July)</span><br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
2 mL liquid cultures of 6 clones for each cloning and then minipreps. <br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
0,8% gel was run to confirm cloning success. <br>
-
<td style="border-top:1px solid #e5e6e6;">..</td>
+
- correct insert for strong promoter strong rbs + Lux R terminator <br>
-
</tr>
+
- cloning failed for strong prom/rbs Lux I + rbs Lux R term (1634 bp) in PSB1C3<br>
-
<tr>
+
<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">Week 3</td>
+
New try for cloning of 08/08.<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
Two new assembly with 3A method: <br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
- strong promoter/rbs Lux R + pLux RFP in PSB1C3<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
- rbs cI term + pLux RFP in PSB1K3<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
<br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
2 mL liquid cultures of 6 clones for cI pLux RFP cloning and then minipreps. <br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
Bacterial carpets were obtained for the two other clonings: transformation with the remaining 5 µL ligation of 09/07.<br>
-
<td style="border-top:1px solid #e5e6e6;">..</td>
+
0,8% gel: Cloning of cI failed. It seemed to have a problem with the biobrick’s size. May be the biobrick from the plate is wrong.<br>
-
</tr>
+
<br>
-
<tr>
+
Stand by because of a lack of plasmids backbones...<br><br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">Week 4</td>
+
</li>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
  <li><span class="spantitle2">Week 7 (22-28 July)</span><br>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
Verification by restriction of constructions. There are many problems with LuxI, LuxR and strong promoter.
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
</li>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
  </ul>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
</li>
-
<td style="border-right:1px solid #e5e6e6; border-top:1px solid #e5e6e6;">..</td>
+
  </div>
-
<td style="border-top:1px solid #e5e6e6;">..</td>
+
</div>
-
</tr>
+
 
-
</table>
+
<div class="accordeon">
 +
  <h2 class="faq" title="Click to open the FAQ">August 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">Week 8 (29-4 August)</span><br>
 +
We decide to use a new promoter (J23119) and also luxI gene (BBa-K081008) in order to concentrate our forces on the production and diffusion of AHL into gelose.<br><br>
 +
</li>
 +
  <li><span class="spantitle2">Week 9 (5-11 August)</span><br>
 +
5/08: Transformation of J23119 and BBa-K081008 in DH5-1 cells.<br>
 +
6/08: Minipreps and assembly of J23119+K081008 in pSB1C3.<br>
 +
7/08: Minipreps and verification of constructions by restriction. Restrictions with AvrII (in order to cut into J23119 biobrick) and PstI. We have one clone with the good restriction profile !<br>
 +
8/08: Overnight culture of Chromobacterium violaceum in 4 ml of LB with only 5 g/L of NaCl. Chromobacterium violaceum can detect AHL by producing violacein pigment.<br>
 +
9/08: Test of AHL production by J23119+K081008.<br><br>
 +
</li>
 +
  <li><span class="spantitle2">Week 10 (12-18 August)</span><br>
 +
Several experimentations to detect AHL production: <br>
 +
- Incubation of Chromobacteirum + DH5-1 with J23119+BBA-K081008 on petri dishes during 24h at 35°C, 30°C and 25°C. <br><br>
 +
</li>
 +
  <li><span class="spantitle2">Week 11 (19-25 August) </span><br>
 +
Test of diffusion of AHL in LB gelose with commercial product (3-oxohexanoyl-homoserine lactone, sigma K3007). <br>
 +
Incubation 24 h at 25°C of Chromobacterium violaceum in presence of different amounts of AHL: 300 nmol, 30 nmol and 3 nmol.<br><br>
 +
</li>
 +
  <li><span class="spantitle2">Week 12 (26-31 August) </span><br>
 +
Modelling of diffusion of AHL into LB solid medium with the results of Chromobacterium experiences.
 +
</li>
 +
  </ul>
 +
</li>
 +
  </div>
 +
</div>
 +
 
 +
<div class="accordeon">
 +
  <h2 class="faq" title="Click to open the FAQ">September 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">All month</span><br>
 +
Modelling of diffusion of AHL into LB solid medium with the results of Chromobacterium experiences.<br><br>
 +
</li>
 +
  </ul>
 +
</li>
 +
</ul>
 +
 
 +
</div>
 +
</div>
 +
<br>
 +
<br>
 +
<div class="clear"></div>
 +
<p class="texte">
 +
<img src="https://static.igem.org/mediawiki/2013/3/3a/Back_arrow_-_14px.png"class="imgcontent2" /><a href="https://2013.igem.org/Team:INSA_Toulouse/contenu/lab_practice/notebook/calendar/wet_lab">Back to Wet Lab</a></p>
</div>
</div>

Latest revision as of 17:39, 4 October 2013

logo


Calendar

Carry Characterization

June 2013

  • Week 3 (24-30 June)
    Amplification of new biobricks for cloning:
    BBa_K081008: rbs Lux I,
    BBa_I0462: rbs Lux R term,
    BBa_C0061: cI,
    BBa_R0065: pLux
    BBa_K081014: rbs RFP term,

    We tested a new method for midipreps using kits: alkaline lysis with spin columns. Results were really better in terms of samples purity. Cloning can start!!!

July 2013

  • Week 4 (1-7 July)
    The first necessary construction for carry characterization is the following: Planning of cloning and study of the available methods for biobricks assembly.

    Assembly of first biobricks thanks to the iGEM 3A Assembly method:
    - strong prom/rbs + Lux I (698 bp) in PSB1K3
    - pLux + rbs RFP term (936 bp) in PSB1A2
    Restriction of parts, ligation and then transformation in DH5 α.

    2 mL liquid cultures of 4 clones for each cloning.
    Miniprep after 8 hours of incubation. The electrophoresis of the digested plasmids with EcoRI and PstI confirmed the presence of the wanted constructions for all clones (at 689 and 936 bp). A 1,5% gel was also run as reference to confirm the assembly. Small parts like promoters had been indeed added.

    Cloning for carry characterisation keeps going. New constructions have been considered useful to study AHL diffusion.

    New round of 3A cloning:
    - strong prom/rbs Lux I + rbs Lux R term (1634 bp) in PSB1C3
    - strong prom/rbs + rbs Lux R term (991 bp) in PSB1K3

  • Week 5 (8-14 July)
    2 mL liquid cultures of 6 clones for each cloning and then minipreps.
    0,8% gel was run to confirm cloning success.
    - correct insert for strong promoter strong rbs + Lux R terminator
    - cloning failed for strong prom/rbs Lux I + rbs Lux R term (1634 bp) in PSB1C3

    New try for cloning of 08/08.
    Two new assembly with 3A method:
    - strong promoter/rbs Lux R + pLux RFP in PSB1C3
    - rbs cI term + pLux RFP in PSB1K3

    2 mL liquid cultures of 6 clones for cI pLux RFP cloning and then minipreps.
    Bacterial carpets were obtained for the two other clonings: transformation with the remaining 5 µL ligation of 09/07.
    0,8% gel: Cloning of cI failed. It seemed to have a problem with the biobrick’s size. May be the biobrick from the plate is wrong.

    Stand by because of a lack of plasmids backbones...

  • Week 7 (22-28 July)
    Verification by restriction of constructions. There are many problems with LuxI, LuxR and strong promoter.

August 2013

  • Week 8 (29-4 August)
    We decide to use a new promoter (J23119) and also luxI gene (BBa-K081008) in order to concentrate our forces on the production and diffusion of AHL into gelose.

  • Week 9 (5-11 August)
    5/08: Transformation of J23119 and BBa-K081008 in DH5-1 cells.
    6/08: Minipreps and assembly of J23119+K081008 in pSB1C3.
    7/08: Minipreps and verification of constructions by restriction. Restrictions with AvrII (in order to cut into J23119 biobrick) and PstI. We have one clone with the good restriction profile !
    8/08: Overnight culture of Chromobacterium violaceum in 4 ml of LB with only 5 g/L of NaCl. Chromobacterium violaceum can detect AHL by producing violacein pigment.
    9/08: Test of AHL production by J23119+K081008.

  • Week 10 (12-18 August)
    Several experimentations to detect AHL production:
    - Incubation of Chromobacteirum + DH5-1 with J23119+BBA-K081008 on petri dishes during 24h at 35°C, 30°C and 25°C.

  • Week 11 (19-25 August)
    Test of diffusion of AHL in LB gelose with commercial product (3-oxohexanoyl-homoserine lactone, sigma K3007).
    Incubation 24 h at 25°C of Chromobacterium violaceum in presence of different amounts of AHL: 300 nmol, 30 nmol and 3 nmol.

  • Week 12 (26-31 August)
    Modelling of diffusion of AHL into LB solid medium with the results of Chromobacterium experiences.

September 2013

  • All month
    Modelling of diffusion of AHL into LB solid medium with the results of Chromobacterium experiences.



Back to Wet Lab