Team:Aix-Marseille/Notebook

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:Aix-Marseille/header}}
 
-
<html>
 
-
  <script>
 
-
  // Function to handle the movement of the sidebar in the Notebook
 
-
      $(document).ready(function () { 
 
-
          var sidebar = $('#sidebar-notebook');
 
-
          var sidebarContainer = $('#sidebar-notebook-div');
 
-
          $(window).scroll(function (event) {
 
-
              var ypos = $(this).scrollTop();
 
-
              var scrollTop = $(window).scrollTop(),
 
-
                              elementOffset = sidebar.offset().top,
 
-
                              distance = (elementOffset - scrollTop);
 
-
 
-
              var collision_top = sidebar.overlaps($('#stop_top'));
 
-
              var collision_bot = sidebar.overlaps($('#stop_bot'));
 
-
 
-
              if (collision_top.hits.length) {  /* Collision TOP */
 
-
                // To fix at the top of the .row div 
 
-
                  sidebar.css({  top: '',
 
-
                                  bottom: '',
 
-
                                  position: '',
 
-
                                  width: ''
 
-
                              });
 
-
                  sidebarContainer.css({  position:'',
 
-
                                          bottom: '',
 
-
                                          right: ''
 
-
                                      });
 
-
                  if (distance < 141) {
 
-
                    // To fix at the top of the page while scrolling
 
-
                      sidebar.css({  top: '141px',
 
-
                                      bottom: '',
 
-
                                      position: 'fixed',
 
-
                                      width: '262.5px'
 
-
                                  });
 
-
                      sidebarContainer.css({  position: '',
 
-
                                              bottom: '',
 
-
                                              right: ''
 
-
                                          });
 
-
                  }
 
-
              }
 
-
              else if (collision_bot.hits.length) {  /* Collision BOTTOM */
 
-
                // To fix at the bottom of the .row div
 
-
                  sidebar.css({  bottom: '',
 
-
                                  top: '',
 
-
                                  position: '',
 
-
                                  width: ''
 
-
                              });
 
-
                  sidebarContainer.css({  position: 'absolute',
 
-
                                          bottom: '0px',
 
-
                                        right: '0px'
 
-
                                      });
 
-
                  if (distance > 141) {
 
-
                    // To fix at the top of the page while scrolling
 
-
                      sidebar.css({  top: '141px',
 
-
                                      bottom: '',
 
-
                                      position: 'fixed',
 
-
                                      width: '262.5px'
 
-
                                  });
 
-
                      sidebarContainer.css({  position: '',
 
-
                                              bottom: '',
 
-
                                              right: ''
 
-
                                          });
 
-
                  }
 
-
              }
 
-
              else {
 
-
                // To fix at the top of the page while scrolling
 
-
                  sidebar.css({  top: '141px',
 
-
                                  bottom: '',
 
-
                                  position: 'fixed',
 
-
                                  width: '262.5px'
 
-
                              });
 
-
                  sidebarContainer.css({  position: '',
 
-
                                          bottom: '',
 
-
                                          right: ''
 
-
                                      });
 
-
              }
 
-
          });
 
-
      });
 
-
  </script>
 
-
 
-
 
-
 
-
  <div class="container">
 
-
    <h1>Notebook</h1>
 
-
    <br><br>
 
-
    <div id="stop_top"></div>
 
-
    <div class="row" style="position:relative;" id="notebook-row">
 
-
      <div class="col-md-9" id="notes"><!-- NOTES -->
 
-
 
-
<!--  EXAMPLE OF PANEL
 
-
        <div class="panel panel-info" id="#">
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Panel info</h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
            <br><br><br>Panel content<br><br><br>
 
-
          </div>
 
-
        </div>
 
-
-->
 
-
 
-
                  <!-- ======= WEEK 1 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week1"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 1 : 06/30/2014 &#10145; 07/06/2014 <div class="pull-right">Preparation of strains</div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0701" role="tab" data-toggle="tab" class="date-notebook">07/01/14</a></li>
 
-
              <li><a href="#0702" role="tab" data-toggle="tab" class="date-notebook">07/02/14</a></li>
 
-
              <li><a href="#0703" role="tab" data-toggle="tab" class="date-notebook">07/03/14</a></li>
 
-
              <li><a href="#0704" role="tab" data-toggle="tab" class="date-notebook">07/04/14</a></li>
 
-
              <li><a href="#0706" role="tab" data-toggle="tab" class="date-notebook">07/06/14</a></li>
 
-
              <li class="pull-right"><a href="#concluW1" role="tab" data-toggle="tab" class="date-notebook">Conclusion</a></li>
 
-
            </ul>
 
-
 
-
            <div class="tab-content">
 
-
              <div class="tab-pane fade in active" id="0701">
 
-
                <ul class="list-notebook"><li>W3110 Escherichia coli strain and DH5alpha bacteria were put in culture on Petri dish.</li></ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0702">
 
-
                <ul class="list-notebook">
 
-
                  <li>Both strains were incubated in Erlenmeyer flasks at 37 ° C.</li>
 
-
                  <li><b>Preparation to electrocompetence :</b> <i>W3110</i> strain was washed in a 10% glycerol solution to remove extracellular salts that are lethal in this processing. <i>W3110</i> competent bacteria were then frozen and stored.</li>
 
-
                  <li><b>Preparation to chemocompetence :</b> working at cold temperature, bacteria were washed and resuspended with CaCl<sub>2</sub>. Again, bacteria were washed and resuspended with CaCl<sub>2</sub> and glycerol. Cells were frozen at -80°C.</li>
 
-
                  <li><b>Electrocompetence :</b> <i>W3110</i> bacteria were transformed with pKOBEG plasmid by electroporation and put in culture at 30°C on petri dish.</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0703">
 
-
                <ul class="list-notebook">
 
-
                  <li>Colonies were observed in <i>W3110</i> control cultures. Transformed bacteria (<i>W3110pKOBEG</i>) were put in culture at 30°C.</li>
 
-
                  <li><b>Chemocompetence :</b> A heat shock at 37°C was made with <i>DH5&alpha;</i> strain and the bacteria were then transformed with pBba_JO4450 plasmid and put in culture on petri dish.</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0704">
 
-
                <ul class="list-notebook">
 
-
                  <li><i>W3110</i>pKOBEG bacteria were washed and arabinose was added to provide the expression of the recombinase encoded by pKOBEG plasmid. They were then incubated at 42 °C in order to destroy the thermosensitive pKOBEG plasmid.</li>
 
-
                  <li><b>Preparation of electrocompetence :</b> <i>W3110</i> bacteria expressing the recombinase were prepared to electrocompetence and frozen at  -80 ° C.<br>No colony was observed in the petri dish where <i>DH5&alpha;</i> transformed bacteria were previously put in culture.</li>
 
-
                  <li><b>Chemocompetence :</b> bacteria were prepared using a formerly thawed aliquot. A heat shock at 42°C were made on competent <i>DH5&alpha;</i> containing pBba-J04450. They were finally put in culture at 37°C.</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0706">
 
-
                <ul class="list-notebook">
 
-
                  <li><b><i>DH5&alpha;</i> control :</b> Colonies were observed in the “negative control” culture. These colonies did not express RFP (no red fluorescent colour could be observed).</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="concluW1">
 
-
                The LB we used in our experiments were contaminated, leading to the growth of undesirable colonies. The transformation of W3110 using pKOBEG plasmid was succesfull. The recombinase was expressed and the pKOBEG plasmid was destroyed using a thermosensitive origin of replication.
 
-
              </div>
 
-
            </div>
 
-
 
-
          </div>
 
-
          <div class="panel-footer">
 
-
            Protocols used : <a href="https://2014.igem.org/Team:Aix-Marseille/Protocol:chemocompetent_ecoli_cells">Chemocompetent</a> and <a href="https://2014.igem.org/Team:Aix-Marseille/Protocol:electrocompetent_ecoli_cells">Electrocompetent</a> E.coli cells
 
-
          </div>
 
-
        </div>
 
-
       
 
-
                  <!-- ======= WEEK 2 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week2"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 2 : 07/07/2014 &#10145; 07/13/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0710" role="tab" data-toggle="tab" class="date-notebook">07/10/14</a></li>
 
-
              <li><a href="#0711" role="tab" data-toggle="tab" class="date-notebook">07/11/14</a></li>
 
-
              <li class="pull-right"><a href="#concluW2" role="tab" data-toggle="tab" class="date-notebook">Conclusion</a></li>
 
-
            </ul>
 
-
           
 
-
            <div class="tab-content">
 
-
              <div class="tab-pane fade in active" id="0710">
 
-
                <ul class="list-notebook">
 
-
                  <li><b>Supercompetent</b> DH5alpha preculture was made.</li>
 
-
                  <li><b>Electroporation</b> of W3110 strain with J04450 plasmid (20ng) and the telltale without plasmid was made.</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0711">
 
-
                <ul class="list-notebook">
 
-
                  <li><b>Preparation of supercompetent cells</b></li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="concluW2">
 
-
                The plasmid concentration contained in the iGEM kit was enough to transform bacteria by electroporation.
 
-
              </div>
 
-
            </div>
 
-
 
-
          </div>
 
-
          <div class="panel-footer">
 
-
            Protocols used : <a href="https://2014.igem.org/Team:Aix-Marseille/Protocol:supercompetent_ecoli_cells">Supercompetent</a> and <a href="https://2014.igem.org/Team:Aix-Marseille/Protocol:electrocompetent_ecoli_cells">Electrocompetent</a> E.coli cells
 
-
          </div>
 
-
        </div>
 
-
       
 
-
                  <!-- ======= WEEK 3 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week3"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 3 : 07/14/2014 &#10145; 07/20/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0715" role="tab" data-toggle="tab" class="date-notebook">07/15/14</a></li>
 
-
              <li><a href="#0716" role="tab" data-toggle="tab" class="date-notebook">07/16/14</a></li>
 
-
              <li><a href="#0717" role="tab" data-toggle="tab" class="date-notebook">07/17/14</a></li>
 
-
              <li><a href="#0718" role="tab" data-toggle="tab" class="date-notebook">07/18/14</a></li>
 
-
              <li><a href="#0720" role="tab" data-toggle="tab" class="date-notebook">07/20/14</a></li>
 
-
            </ul>
 
-
           
 
-
            <div class="tab-content">
 
-
              <div class="tab-pane fade in active" id="0715">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    <i>DH5&alpha;</i> supercompetent bacteria were transformed using 3 ng of J04450 plasmid or 60 pg of J04450 plasmid. Both cultures showed colonies meaning transformations were successful.
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0716">
 
-
                <ul class="list-notebook">
 
-
                  <li><i>DH5&alpha;</i> supercompetent bacteria were transformed with respectively 1,5 ng of the following plasmids :
 
-
                    <ul>
 
-
                      <li>K864600 plasmid</li>
 
-
                      <li>B0032 plasmid</li>
 
-
                      <li>B0033 plasmid</li>
 
-
                      <li>E1010 plasmid</li>
 
-
                      <li>B0034 plasmid</li>
 
-
                      <li>B0010 plasmid</li>
 
-
                      <li>B0030 plasmid</li>
 
-
                      <li>E0040 plasmid</li>
 
-
                      <li>pT18 RelA</li>
 
-
                      <li>pBAD Mesh1</li>
 
-
                    </ul>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0717">
 
-
                <ul class="list-notebook">
 
-
                  <li><i>DH5&alpha;</i> bacteria containing respectively the following plasmids were put in liquid culture in order to perform miniprep the day after.
 
-
                    <ul>
 
-
                      <li>K864600 plasmid</li>
 
-
                      <li>B0032 plasmid</li>
 
-
                      <li>B0033 plasmid</li>
 
-
                      <li>E1010 plasmid</li>
 
-
                      <li>B0034 plasmid</li>
 
-
                      <li>B0010 plasmid</li>
 
-
                      <li>B0030 plasmid</li>
 
-
                      <li>E0040 plasmid</li>
 
-
                    </ul>
 
-
                  </li>
 
-
                  <li><i>DH5&alpha;</i> supercompetent bacteria were transformed with respectively :
 
-
                    <ul>
 
-
                      <li>pSB1C3 K608006 Cm resistant plasmid</li>
 
-
                      <li>pSB1C3 K823017 Cm resistant plasmid</li>
 
-
                      <li>pSB1C3 J04500 Cm resistant plasmid</li>
 
-
                      <li>pWW2179 (SH3)4  Cm resistant plasmid</li>
 
-
                      <li>pWW2021 CusR-L-LZa Kan resistant plasmid</li>
 
-
                      <li>pWW2181 Amp resistant plasmid</li>
 
-
                    </ul>
 
-
                  </li>
 
-
                  <h4>Note :</h4>
 
-
                  Petri dishes containing respectively bacteria transformed with pT18 RelA plasmid and bacteria transformed with pBAD Mesh1 plasmid showed so many colonies that it was not possible to transfer isolated colonies into liquid culture. So, new cultures of both transformed bacteria were made again using a technique leading to isolated colonies.<br><br>
 
-
                  <li>As a negative control, a culture of empty bacteria and Ampicillin was made.</i>
 
-
                  <li>After the Miniprep was performed on bacteria containing pSB1AC3-J04450 plasmid, an electrophoresis was realised. It shows one high molecular weight band. The plasmid pSB1AC3-J04450 was successfully purified. It is stocked at -20°C and the strain is conserved in glycerol at -80°C.</i>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0718">
 
-
                <ul class="list-notebook">
 
-
                  <li>After the Miniprep was performed on bacteria containing K864600 plasmid to E0040 plasmid, the following electrophoresis* was obtained :
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/a/a7/AMU_Team-Week_3-electro_071814.png" style="width:480px">
 
-
                      <div class="media-body">
 
-
                        <ul>
 
-
                          <li>Well 1: B0010</li>
 
-
                          <li>Well 2: B0030</li>
 
-
                          <li>Well 3: B0032</li>
 
-
                          <li>Well 4: B0033</li>
 
-
                          <li>Well 5: B0034</li>
 
-
                          <li>Well 6: E0040</li>
 
-
                          <li>Well 7: E1010</li>
 
-
                          <li>Well 8: K864600</li>
 
-
                        </ul>
 
-
                      </div>
 
-
                    </div>
 
-
                    * Be aware that Well 1 was filled with 5μL whereas the others were filled with only 3μL.
 
-
                  </li>
 
-
                  <li>Petri dish containing the bacteria transformed the day before with p5B1C3 K608006 Cm resistant plasmid to <i>DH5&alpha;</i></li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0720">
 
-
                <ul class="list-notebook">
 
-
                  <li><i>DH5&alpha;</i> supercompetent bacteria previously transformed ( on 07/17/2014) with pSB1C3 K608006 Cm resistant plasmid to p5B1C3 K608006 Cm resistant plasmid were put in liquid culture in order  to perform miniprep the day after</li>
 
-
                </ul>
 
-
              </div>
 
-
            </div>
 
-
           
 
-
          </div>
 
-
          <div class="panel-footer">
 
-
            Protocols used : ...
 
-
          </div>
 
-
        </div>
 
-
       
 
-
                  <!-- ======= WEEK 4 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week4"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 4 : 07/21/2014 &#10145; 07/27/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0721" role="tab" data-toggle="tab" class="date-notebook">07/21/14</a></li>
 
-
              <li><a href="#0722" role="tab" data-toggle="tab" class="date-notebook">07/22/14</a></li>
 
-
              <li><a href="#0723" role="tab" data-toggle="tab" class="date-notebook">07/23/14</a></li>
 
-
              <li><a href="#0724" role="tab" data-toggle="tab" class="date-notebook">07/24/14</a></li>
 
-
              <li><a href="#0725" role="tab" data-toggle="tab" class="date-notebook">07/25/14</a></li>
 
-
            </ul>
 
-
 
-
            <div class="tab-content">
 
-
              <div class="tab-pane fade in active" id="0721">
 
-
                <ul class="list-notebook">
 
-
                  <li>Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :
 
-
                    <ul>
 
-
                      <li>pSB1C3 K608006</li>
 
-
                      <li>pSB1C3 K823017</li>
 
-
                      <li>pSB1C3 J04500</li>
 
-
                      <li>pWW2179 (SH3)4 Cm resistant</li>
 
-
                      <li>pWW2021 CusR-L-LZa Kan resistant</li>
 
-
                      <li>pWW2181 Amp resistant</li>
 
-
                      <li>pT18 RelA Amp resistant</li>
 
-
                      <li>pBAD Mesh1 Amp resistant</li>
 
-
                    </ul>
 
-
                    The efficiency of the purification was tested thanks to agarose gel electrophoresis. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/5/57/AMU_Team-Week_4-electro_072114-1.png" style="width:480px">
 
-
                      <div class="media-body">
 
-
                        Each well contains one or two fragments of DNA (corresponding to the different plasmid compaction degrees), thus all plasmids were successfully purified. They were stocked at -20°C and strains were put in glycerol at -80°C.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>Bacteria transformed with the pSB1A2 BBa_B0010 plasmid were strangely red. That's why the plasmid was twice digested with EcoR1 and with XBa1 and Pst1. Digestion products were tested thanks to agarose gel electrophoresis. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/d/dd/AMU_Team-Week_4-electro_072114-2.png" style="width:214px">
 
-
                      <div class="media-body">
 
-
                        The digestion with EcoR1 made the plasmid linear. The digestion with Xba1 and Pst1 was supposed to produce two bands, corresponding to the backbone (2070pb) and to the BBa_B0010 part (80pb). No low molecular weight band appeared, the only visible band has a too low molecular weight to be the expected backbone. Something is wrong. We have to clarify this. Further experiments should be made to clarify these surprising results.
 
-
                      </div>
 
-
                    </div>             
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0722">
 
-
                <ul class="list-notebook">
 
-
                  <li>The pSB1A2 BBa_B0010 plasmid was anew twice digested with EcoR1 and with XBa1 and Pst1. Digestion products are tested thanks to agarose gel electrophoresis. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/b/b8/AMU_Team-Week_4-electro_072214.png" style="width:278px">
 
-
                      <div class="media-body">
 
-
                        Again, these results did not make sense. It looks as if restriction enzymes did not cut the plasmid. This part is set-aside for the moment.
 
-
                      </div>
 
-
                    </div>             
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0723">
 
-
                <ul class="list-notebook">
 
-
                  <li>pSB1C3 BBa_E1010, pSB1A2 BBa_E0040 and pSB1A2 BBa_B0034 plasmids were digested and ligated according to the BioBrick Assembly Kit of BioLabs. The destination plasmid DNA used is the backbone pSB1K3.m1 linearized plasmid. <i>DH5&alpha;</i> supercompetent bacteria were transformed with ligation products and spread over Kan dish</li>
 
-
                  <li><i>DH5&alpha;</i> supercompetent bacteria were transformed with BBA_J23100 (17D Plate 4) and spread over Amp dish.</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0724">
 
-
                <ul class="list-notebook">
 
-
                  <li><i>DH5&alpha;</i> supercompetent bacteria previously transformed (on 23/17/2014) with BBA_J23100 Amp resistant plasmid and with Brick 200 and 202 Kan resistant plasmid were put in liquid culture in order to perform miniprep the day after</li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade" id="0725">
 
-
                <ul class="list-notebook">
 
-
                  <li>Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :
 
-
                    <ul>
 
-
                      <li>Brick 200 (1)</li>
 
-
                      <li>Brick 200 (2)</li>
 
-
                      <li>Brick 202 (1)</li>
 
-
                      <li>Brick 202 (2)</li>
 
-
                      <li>J23100</li>
 
-
                    </ul>
 
-
                    The efficiency of the purification is tested thanks to agarose gel electrophoresis. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/1/11/AMU_Team-Week_4-electro_072514-1.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        Each well contains DNA fragments, thus all plasmids were successfully purified.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>Bricks 200 (1), 200 (2), 202 (1) and 202 (2) were digested by EcoR1 and Spe1. Digestion products are tested thanks to agarose gel electrophoresis. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/d/d8/AMU_Team-Week_4-electro_072514-2.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        Brick 200 (1), 200 (2) and 202 (1) did not present any insert. Only Brick 200 (2) seemed to present an insert.
 
-
                      </div>
 
-
                    </div>
 
-
                    To control it was the correct insert, a second electrophoresis was made with the RFP and GFP digestion products. Results are presented below.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/0/0a/AMU_Team-Week_4-electro_072514-3.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        Results were not conclusive. A control PCR might be made in order to determine the presence or the absence of BBa_B0034 RBS.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
            </div>
 
-
           
 
-
          </div>
 
-
 
-
          <div class="panel-footer">
 
-
            Protocols used : ...
 
-
          </div>
 
-
        </div>
 
-
       
 
-
                  <!-- ======= WEEK 5 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week5"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 5 : 07/28/2014 &#10145; 08/03/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0728" role="tab" data-toggle="tab" class="date-notebook">07/28/14</a></li>
 
-
              <li><a href="#0729" role="tab" data-toggle="tab" class="date-notebook">07/29/14</a></li>
 
-
              <li><a href="#0730" role="tab" data-toggle="tab" class="date-notebook">07/30/14</a></li>
 
-
              <li><a href="#0731" role="tab" data-toggle="tab" class="date-notebook">07/31/14</a></li>
 
-
              <li><a href="#0801" role="tab" data-toggle="tab" class="date-notebook">08/01/14</a></li>
 
-
              <li><a href="#0803" role="tab" data-toggle="tab" class="date-notebook">08/03/14</a></li>
 
-
            </ul>
 
-
 
-
            <div class="tab-content">
 
-
              <div class="tab-pane fade in active" id="0728">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    <p>Several DNA fragments were amplified thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>DNA Template</th>
 
-
                          <th>Primers Numbers</th>
 
-
                          <th>Primers Names</th>
 
-
                          <th>Weight of amplified DNA</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>2</td>
 
-
                          <td>Genomic DNA of W3110</td>
 
-
                          <td>6 - 7</td>
 
-
                          <td>serA_mut_ A849G_up<br>serA_tronq_SufRFC23_down</td>
 
-
                          <td>171 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>3</td>
 
-
                          <td>Genomic DNA of W3110</td>
 
-
                          <td>5 - 8</td>
 
-
                          <td>serA_PrefRFC10RBS_up<br>sera_mut_A849_down</td>
 
-
                          <td>861 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>6</td>
 
-
                          <td>Genomic DNA of W3110</td>
 
-
                          <td>10 - 13</td>
 
-
                          <td>cheA_SufRFC23_down<br>cheA_mut_T1290C_up</td>
 
-
                          <td>726 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>8</td>
 
-
                          <td>PiGEM_02.05</td>
 
-
                          <td>16 - 18</td>
 
-
                          <td>relA_mut_C1366_down<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>882 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>9</td>
 
-
                          <td>PiGEM_02.05</td>
 
-
                          <td>16 - 19</td>
 
-
                          <td>relA_mut_C1366_down<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>885 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>10</td>
 
-
                          <td>PiGEM_02.06</td>
 
-
                          <td>20 - 24</td>
 
-
                          <td>Mesh_1_mut_A255T_up<br>Mesh_1_RFC10-RBS_up</td>
 
-
                          <td>267 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>11</td>
 
-
                          <td>PiGEM_02.06</td>
 
-
                          <td>21 - 22</td>
 
-
                          <td>Mesh_1_mut_A255T_down<br>Mesh_1_mut_A343G_up</td>
 
-
                          <td>120 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>12</td>
 
-
                          <td>PiGEM_02.06</td>
 
-
                          <td>23 - 25</td>
 
-
                          <td>Mesh_1_mut_A343G_down<br>Mesh1_sans_stop_SufRFC23_down</td>
 
-
                          <td>192 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>13</td>
 
-
                          <td>PiGEM_02.06</td>
 
-
                          <td>23 - 26</td>
 
-
                          <td>Mesh_1_mut_A343G_down<br>Mesh_1_2_stop_SufRFC23_down</td>
 
-
                          <td>192 bp</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                    <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/a/a9/AMU_Team-Week_5-072814-1.png" style="width:350px">
 
-
                      <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/8/8a/AMU_Team-Week_5-072814-2.png" style="width:350px; margin-right:21px">
 
-
                    </div>
 
-
                    <p>All DNA fragments seemed to be correctly amplified.</p>
 
-
                  </li>
 
-
                  <li>PCR products were purified thanks to Macherey Nagel PCR Clean up Kit.</li>
 
-
                  <li>
 
-
                    <p>The DNA concentration of PCR products was tested thanks to the Nanodrop. Results are presented bellow.</p>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>Concentration of DNA (ng/µL)</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>2</td>
 
-
                          <td>52.28</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>3</td>
 
-
                          <td>44.86</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>6</td>
 
-
                          <td>49.93</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>8</td>
 
-
                          <td>73.38</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>9</td>
 
-
                          <td>76.77</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>10</td>
 
-
                          <td>57.00</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>11</td>
 
-
                          <td>39.87</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>12</td>
 
-
                          <td>50.88</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>13</td>
 
-
                          <td>62.42</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                  </li>
 
-
                  <li>PCR products number 6, 8 and 9 were stocked at -20°C whereas PCR products number 2, 3, 10, 11, 12 and 13 were used to realize SLIC protocol. This protocol permits to assemble all parts of SerA and Mesh1 genes with their directed mutation. The destination plasmid DNA used is the backbone pSB1A3 linearized plasmid. DH5&alpha; supercompetent bacteria were transformed with SLIC products and spread over Amp dish.</li>
 
-
                  <li>
 
-
                    Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :
 
-
                    <ul>
 
-
                      <li>Brick 200 (3)</li>
 
-
                      <li>Brick 200 (4)</li>
 
-
                      <li>Brick 200 (5)</li>
 
-
                      <li>Brick 200 (6)</li>
 
-
                    </ul>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
 
-
              <div class="tab-pane fade in active" id="0729">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    The efficiency of the purification was tested thanks to agarose gel electrophoresis. Results are presented following.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/b/be/AMU_Team-Week_5-072914-1.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        Brick 200 (6) well did not present any DNA fragment. Other wells contain one or two fragments of DNA, so Brick 200 (3), 200 (4) and 200 (5) were successfully purified.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Several control PCR were realized to verify if SLIC worked. Taq polymerase was used. Three clones of each SLIC were tested. They were also pricked up on Amp dish.</p>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>DNA Template</th>
 
-
                          <th>Primers Numbers</th>
 
-
                          <th>Primers Names</th>
 
-
                          <th>Weight of amplified DNA</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>S1</td>
 
-
                          <td>Clone 1 of SLIC SerA</td>
 
-
                          <td>5 - 6</td>
 
-
                          <td>serA_PrefRFC10RBS_up<br>serA_tronq_SufRFC23_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S2</td>
 
-
                          <td>Clone 2 of SLIC SerA</td>
 
-
                          <td>5 - 6</td>
 
-
                          <td>serA_PrefRFC10RBS_up<br>serA_tronq_SufRFC23_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S3</td>
 
-
                          <td>Clone 3 of SLIC SerA</td>
 
-
                          <td>5 - 6</td>
 
-
                          <td>serA_PrefRFC10RBS_up<br>serA_tronq_SufRFC23_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S4</td>
 
-
                          <td>Clone 4 of SLIC Mesh1 without STOP</td>
 
-
                          <td>24 - 25</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>579 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S5</td>
 
-
                          <td>Clone 5 of SLIC Mesh1 without STOP</td>
 
-
                          <td>24 - 25</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>579 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S6</td>
 
-
                          <td>Clone 6 of SLIC Mesh1 without STOP</td>
 
-
                          <td>24 - 25</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>579 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S7</td>
 
-
                          <td>Clone 7 of SLIC Mesh1 with STOP</td>
 
-
                          <td>24 - 26</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>Mesh_1_2_stop_SufRFC23_down</td>
 
-
                          <td>582 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S8</td>
 
-
                          <td>Clone 8 of SLIC Mesh1 with STOP</td>
 
-
                          <td>24 - 26</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>Mesh_1_2_stop_SufRFC23_down</td>
 
-
                          <td>582 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S9</td>
 
-
                          <td>Clone 9 of SLIC Mesh1 with STOP</td>
 
-
                          <td>24 - 26</td>
 
-
                          <td>Mesh_1_RFC10-RBS_up<br>Mesh_1_2_stop_SufRFC23_down</td>
 
-
                          <td>582 bp</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Several DNA fragments were amplified thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>DNA Template</th>
 
-
                          <th>Primers Numbers</th>
 
-
                          <th>Primers Names</th>
 
-
                          <th>Weight of amplified DNA</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>1</td>
 
-
                          <td>pKD4 plasmid</td>
 
-
                          <td>1 - 2</td>
 
-
                          <td>sdaCsdaB_mut_pKD4_up<br>sdaCsdaB_ mut_pKD4_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>4</td>
 
-
                          <td>pKD4 plasmid</td>
 
-
                          <td>3 - 4</td>
 
-
                          <td>cheA_mut_pKD4_up<br>cheA_mut_pKD4_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>5</td>
 
-
                          <td>Genomic DNA of W3110</td>
 
-
                          <td>9 - 14</td>
 
-
                          <td>cheA_PrefRFC23_up<br>cheA_mut_T1290C_down</td>
 
-
                          <td>1032 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>7</td>
 
-
                          <td>Genomic DNA of W3110</td>
 
-
                          <td>15 - 17</td>
 
-
                          <td>relA_mut_C1366G_up<br>relA_RFC10-RBS_up</td>
 
-
                          <td>579 bp</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/9/96/AMU_Team-Week_5-072914-2.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        PCR product 1 and 4 were correctly amplified. Thus, they were purified thanks to Macherey Nagel PCR Clean up Kit. PCR product 5 and 7 seemed to be compound with too many different DNA fragments. That's why, a new amplification by PCR was made overnight (iGEM PCR protocol Q5 polymerase).
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
 
-
              <div class="tab-pane fade in active" id="0730">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    Realization of "Day 2" of lambda red pKOBEG protocol. W3110 with active recombinase was electroporated by PCR product 1 (sdaCsdaB) and 4 (cheA). Transformed bacteria were spread over a Kan dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>The efficiency of the purification of PCR product number S1 to S9 was tested thanks to agarose gel electrophoresis. At the same time, the efficiency of the amplification of the beginning sequences of CheA and RelA (PCR product 5 and 7) was tested thanks to agarose gel electrophoresis. Results are presented bellow.</p>
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/c/c9/AMU_Team-Week_5-073014-1.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        PCR products 5 and 7 were good for SLIC. Clone 1 and 2 (serA), clone 4 and 6 (Mesh1 without STOP) and clone 7 and 8 (Mesh1 with STOP) were put in culture in LB with Amp.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>
 
-
                    The DNA concentration of PCR products 5 and 7 was tested thanks to the Nanodrop. Results are presented bellow.
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>Concentration of DNA (ng/µL)</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>5</td>
 
-
                          <td>29.78</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>7</td>
 
-
                          <td>85.51</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                  </li>
 
-
                  <li>
 
-
                    PCR products number 5, 6, 7, 8 and 9 were used to realize SLIC protocol. This protocol permits to assemble all parts of CheA (5 and 6) and RelA (7 and 8 without STOP, 7 and 9 with STOP) genes with their directed mutation. The destination plasmid DNA used is the backbone pSB1A3 linearized plasmid. DH5&alpha; supercompetent bacteria were transformed with SLIC products and spread over Amp dish.
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
 
-
              <div class="tab-pane fade in active" id="0731">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    SLIC assembly of RelA was a success but SLIC assembly of CheA failed. That's why, a new SLIC assembly of CheA with PCR products 5 and 6 was made. The destination plasmid DNA used is the backbone pSB1A3 linearized plasmid. DH5&alpha; supercompetent bacteria were transformed with SLIC products and spread over Amp dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    Realization of "Day 2" of lambda red pKOBEG protocol a second time. PCR product 1 and 4 were purified a second time. The efficiency of the purification was tested thanks to agarose gel electrophoresis. Results are presented bellow. W3110 with active recombinase was electroporated by PCR product 1 (sdaCsdaB) and 4 (cheA). Transformed bacteria were spread over a Kan dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Several control PCR were realized to verify whether RelA SLIC worked. Taq polymerase was used. Three clones of each SLIC were tested. They were also pricked up on Amp dish.</p>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>DNA Template</th>
 
-
                          <th>Primers Numbers</th>
 
-
                          <th>Primers Names</th>
 
-
                          <th>Weight of amplified DNA</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>S22</td>
 
-
                          <td>Clone 22 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S23</td>
 
-
                          <td>Clone 22 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S24</td>
 
-
                          <td>Clone 22 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S25</td>
 
-
                          <td>Clone 25 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S26</td>
 
-
                          <td>Clone 26 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S27</td>
 
-
                          <td>Clone 27 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                    <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented bellow.</p>
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/6/61/AMU_Team-Week5-073114-1.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        PCR products 1 and 4 were correctly amplified. Thus, they were purified thanks to Macherey Nagel PCR Clean up Kit. Transplanting of S22 to S27 failed, those clones were gave up.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>
 
-
                    Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :
 
-
                    <ul>
 
-
                      <li>Clone 1 and 2 (SerA) &rArr; PiGEM_02.10 and PiGEM_02.11</li>
 
-
                      <li>Clone 4 and 6 (Mesh1 without STOP) &rArr; PiGEM_02.12 and PiGEM_02.13</li>
 
-
                      <li>Clone 7 and 8 (Mesh1 with STOP) &rArr; PiGEM_02.14 and PiGEM_02.15</li>
 
-
                    </ul>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
 
-
              <div class="tab-pane fade in active" id="0801">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    SLIC assembly of CheA failed. That's why, a new SLIC assembly of CheA with PCR products 5 and 6 was made. The destination plasmid DNA used is the backbone pSB1A3 linearized plasmid. DH5&alpha; supercompetent bacteria were transformed with SLIC products and spread over Amp dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Several control PCR were realized to verify whether RelA SLIC worked. Taq polymerase was used. Three clones of each SLIC were tested. They were also pricked up on Amp dish.</p>
 
-
                   
 
-
                  <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>DNA Template</th>
 
-
                          <th>Primers Numbers</th>
 
-
                          <th>Primers Names</th>
 
-
                          <th>Weight of amplified DNA</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>S28</td>
 
-
                          <td>Clone 28 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S29</td>
 
-
                          <td>Clone 28 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S30</td>
 
-
                          <td>Clone 28 of SLIC RelA without Stop</td>
 
-
                          <td>17 - 18</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                          <td>2259 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S31</td>
 
-
                          <td>Clone 31 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S32</td>
 
-
                          <td>Clone 31 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>S33</td>
 
-
                          <td>Clone 31 of SLIC RelA with STOP</td>
 
-
                          <td>17 - 19</td>
 
-
                          <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                          <td>2262 bp</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                    <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented bellow.</p>
 
-
                   
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/6/6d/AMU_Team-Week_5-080114-1.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        PCR product S28, S29, S31, S32 and S33 were good for SLIC. Clones 28 and 29 (RelA without STOP) and clones 31, 32 and 33 (RelA with STOP) were put in culture in LB with Amp.
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>
 
-
                    Realization of "Day 2" of lambda red pKOBEG protocol for the third time. PCR products 1 and 4 were purified a third time. pKOBEG electrocompetent were prepared a third time. W3110 with active recombinase was electroporated with PCR products 1 (sdaCsdaB) and 4 (cheA). Transformed bacteria were spread over a Kan dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    The efficiency of the purification of PiGEM_02.10, PiGEM_02.11, PiGEM_02.12, PiGEM_02.13, PiGEM_02.14 and PiGEM_02.15 was tested thanks to agarose gel electrophoresis. Results are presented bellow.
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/c/c1/AMU_Team-Week_5-080114-2.png" style="width:350px">
 
-
                      <div class="media-body">
 
-
                        These plasmids seemed to be in low quantity. The DNA concentration of plasmids was tested thanks to the Nanodrop. Results are presented following
 
-
                      </div>
 
-
                    </div>
 
-
                   
 
-
                    <table class="table table-hover table-bordered notes-table">
 
-
                      <thead>
 
-
                        <tr>
 
-
                          <th>#</th>
 
-
                          <th>Concentration of DNA (ng/µL)</th>
 
-
                        </tr>
 
-
                      </thead>
 
-
                      <tbody>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.10</td>
 
-
                          <td>30.6</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.11</td>
 
-
                          <td>37.8</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.12</td>
 
-
                          <td>12.2</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.13</td>
 
-
                          <td>15.11</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.14</td>
 
-
                          <td>14.11</td>
 
-
                        </tr>
 
-
                        <tr>
 
-
                          <td>PiGEM_02.15</td>
 
-
                          <td>19.22</td>
 
-
                        </tr>
 
-
                      </tbody>
 
-
                    </table>
 
-
                   
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
 
-
              <div class="tab-pane fade in active" id="0803">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    The W3110 with active recombinase was electroporated with PCR products 1 (sdaCsdaB) and 4 (cheA). Transformed bacteria were spread over a Kan dish.
 
-
                  </li>
 
-
                  <li>
 
-
                    Bacteria transformed with PCR products 1 (sdaCsdaB) and 4 (cheA) put in culture on Kan dish on the 08/01/14 showed colonies.               
 
-
                  </li>
 
-
                  <li>
 
-
                    5 different colonies of SdaCsdaB and CheA mutants were spread over Kan dish and Cm30 dish in order to verify whether the pKOBEG plasmid was eliminated (by the previously heat shock) or not as we wanted to, and whether the transformed bacteria contained the kanamycin resistance. The bacteria we want must show colonies on Kan dish and no colonies on Cm 30 dish at the same time.
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
            </div>
 
-
 
-
          </div>
 
-
          <div class="panel-footer">
 
-
            Protocols used : ...
 
-
          </div>
 
-
        </div>
 
-
 
-
          <!-- ======= WEEK 6 ======= -->
 
-
<div class="panel panel-info notes-panel last-note">
 
-
  <span class="note-tag" id="week6"></span>
 
-
  <div class="panel-heading">
 
-
    <h3 class="panel-title">Week 6 : 08/04/2014 &#10145; 08/10/2014 <div class="pull-right"></div></h3>
 
-
  </div>
 
-
  <div class="panel-body">
 
-
 
 
-
    <ul class="nav nav-tabs" role="tablist">
 
-
      <li class="active"><a href="#0804" role="tab" data-toggle="tab" class="date-notebook">08/04/14</a></li>
 
-
      <li><a href="#0805" role="tab" data-toggle="tab" class="date-notebook">08/05/14</a></li>
 
-
      <li><a href="#0806" role="tab" data-toggle="tab" class="date-notebook">08/06/14</a></li>
 
-
      <li><a href="#0807" role="tab" data-toggle="tab" class="date-notebook">08/07/14</a></li>
 
-
      <li><a href="#0808" role="tab" data-toggle="tab" class="date-notebook">08/08/14</a></li>
 
-
      <li><a href="#0809" role="tab" data-toggle="tab" class="date-notebook">08/09/14</a></li>
 
-
    </ul>
 
-
 
-
    <div class="tab-content">
 
-
      <div class="tab-pane fade in active" id="0804">
 
-
        <ul class="list-notebook">
 
-
          <li>
 
-
            Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :
 
-
            <ul>
 
-
              <li>SLIC RelA without STOP PCR product 7/8 Clone 28 and 29 &rArr; PiGEM_02.16 and PiGEM_02.17</li>
 
-
              <li>SLIC RelA with STOP PCR product 7/8 Clone 31, 32 and 33 &rArr; PiGEM_02.18, PiGEM_02.19 and PiGEM_02.20</li>
 
-
            </ul>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/e/e4/AMU_Team-Week6-080414-1.png" style="width:350px">
 
-
              <div class="media-body">
 
-
                All plasmids seemed to be correctly purified. No DNA contamination was noticeable.
 
-
              </div>
 
-
            </div>
 
-
          </li>
 
-
          <li>
 
-
            <p>Several DNA fragments were amplified thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>14</td>
 
-
                  <td>Genomic DNA of W3110</td>
 
-
                  <td>33 - 34</td>
 
-
                  <td>CusR_iProm-up<br>CusR_iProm-down</td>
 
-
                  <td>117 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>15</td>
 
-
                  <td>PiGEM_01.04</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>16</td>
 
-
                  <td>PiGEM_02.03</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>17</td>
 
-
                  <td>PiGEM_01.09</td>
 
-
                  <td>45 - 46</td>
 
-
                  <td>(SH3)4-up<br>(SH3)4-down</td>
 
-
                  <td>932 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>18</td>
 
-
                  <td>PiGEM_02.08</td>
 
-
                  <td>47 - 48</td>
 
-
                  <td>cusR_L_LZA-up<br>cusR_L_LZA_down</td>
 
-
                  <td>857 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>19</td>
 
-
                  <td>PiGEM_02.07</td>
 
-
                  <td>49 - 50</td>
 
-
                  <td>SH3pep_L_LZA-up<br>SH3pep_L_LZA-down</td>
 
-
                  <td>192 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/2/2e/AMU_Team-Week6-080414-2.png" style="width:350px">
 
-
              <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/a/ac/AMU_Team-Week6-080414-3.png" style="width:350px; margin-right:21px">
 
-
            </div>
 
-
            <p>Fragments 19, 15, 16 and 18 seemed to be correctly amplified. They were going to be cloned in iGEM plasmids. Unfortunately, fragments 14 and 17 were not amplified. Another PCR had to be made.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>Several control PCR were realized to verify whether SLIC, bricks 200 and bricks 202 worked. Taq polymerase was used.</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>20</td>
 
-
                  <td>Clone 1 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>1032 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>21</td>
 
-
                  <td>Clone 2 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>1032 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>22</td>
 
-
                  <td>Clone 28 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2260 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>23</td>
 
-
                  <td>Clone 29 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2260 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>24</td>
 
-
                  <td>Clone 31 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2260 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>25</td>
 
-
                  <td>Clone 32 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2260 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>26</td>
 
-
                  <td>Clone 33 of SLIC SerA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2260 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>27</td>
 
-
                  <td>Clone 34 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>28</td>
 
-
                  <td>Clone 35 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>29</td>
 
-
                  <td>Clone 36 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>30</td>
 
-
                  <td>Clone 37 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>31</td>
 
-
                  <td>Clone 38 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>32</td>
 
-
                  <td>Clone 39 of SLIC CheA</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>33</td>
 
-
                  <td>Brick 202 (1)</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>34</td>
 
-
                  <td>Brick 202 (2)</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>769 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>35</td>
 
-
                  <td>Brick 200 (3)</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>769 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>36</td>
 
-
                  <td>Brick 200 (4)</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>769 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>37</td>
 
-
                  <td>Brick 200 (5)</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>769 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/b/b0/AMU_Team-Week6-080414-4.png" style="width:350px">
 
-
              <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/9/9e/AMU_Team-Week6-080414-5.png" style="width:350px; margin-right:21px">
 
-
            </div>
 
-
            <p>No fragment seemed to be correctly amplified. SLIC were going to be done again with another protocol. Bricks 200 and 202 were also going to be remade.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>PiGEM_01.03 (pSB1C3, BBa_B0033) was digested with XbaI and SpeI to be used for stability label cloning.</p>
 
-
            <p>The efficiency of the digestion was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/9/93/AMU_Team-Week6-080414-6.png" style="width:350px">
 
-
              <div class="media-body">
 
-
                PSB1C3 of PiGEM_01.03  seemed to be correctly digested.
 
-
              </div>
 
-
            </div>
 
-
          </li>
 
-
        </ul>
 
-
      </div>
 
-
 
-
      <div class="tab-pane fade in active" id="0805">
 
-
        <ul class="list-notebook">
 
-
          <li>
 
-
            <p>PiGEM_01.03 (pSB1C3, BBa_B0033) was digested with EcoRI and SpeI to be used for PCR products 15 and 16 cloning. PCR products 15 and 16 (respectively RFP without STOP codon and GFP without STOP codon) were digested by EcoRI and SpeI. Then, PCR products 15 and 16 were leagued in pSB1C3 digested. DH5 alpha supercompetent were transformed  with these ligation products and spread on Cm dish.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>PiGEM_02.27 (pSB1A2, BBa_J04450) was digested with EcoRI and PstI to be used for PCR products 18 and 19 cloning. PCR products 18 and 19 (respectively cusR-L-LZa and SH3pep-L-LZa) were digested by EcoRI and PstI. Then, PCR products 18 and 19 were leagued in pSB1A2 digested. DH5 alpha supercompetent were transformed  with these ligation products and spread on Amp dish.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>Because PCR 17 did not work, (SH3)4  was amplified again thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>38</td>
 
-
                  <td>PiGEM_02.07</td>
 
-
                  <td>49 - 50</td>
 
-
                  <td>SH3pep_L_LZA-up<br>SH3pep_L_LZA-down</td>
 
-
                  <td>192 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/5/50/AMU_Team-Week6-080514-1.png" style="width:350px">
 
-
              <div class="media-body">
 
-
                (SH3)<sub>4</sub> amplification did not work again. A specific treatment of this cloning was needed.
 
-
              </div>
 
-
            </div>
 
-
          <li>
 
-
            <p>PiGEM_01.03 (pSB1C3, BBa_B0033) had be digested with XbaI and SpeI the day before to be used for stability label cloning. A gel extract was made this day to collect only the backbone. The backbone obtained was digested by PstI because XbaI and SpeI are compatible restriction sites. Stability labels were assembled by annealing.</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>Primers numbers</th>
 
-
                  <th>Primers names</th>
 
-
                  <th>Brick created</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>27 - 28</td>
 
-
                  <td>BBa_K1051206-up<br>BBa_K1051206-down</td>
 
-
                  <td>BBa_K1051206</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>29 -30</td>
 
-
                  <td>BBa_K1051207-up<br>BBa_K1051207-down</td>
 
-
                  <td>BBa_K1051207</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>31 -32</td>
 
-
                  <td>BBa_K1051208-up<br>BBa_K1051208-down</td>
 
-
                  <td>BBa_K1051208</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>Each annealing oligonucleotides were leagued in pSB1C3 digested XSP. DH5 alpha supercompetent were transformed  with these ligation products and spread on Cm dish.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>Several plasmids were purified thanks to Macherey Nagel MiniPrep Kit :</p>
 
-
            <p>
 
-
              SLIC CheA PCR product 5/6 Clone 34, 35, 36, 37, 38 and 39 &rArr; PiGEM_02.21, PiGEM_02.22, PiGEM_02.23, PiGEM_02.24, PiGEM_02.25, PiGEM_02.26
 
-
            </p>
 
-
          </li>
 
-
          <li>
 
-
            <p>Several control PCR were realized to verify one more time whether SLIC worked. Besides, several control PCR were realized to verify whether bricks 200 and bricks 202 worked. Taq polymerase was used. </p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>39</td>
 
-
                  <td>PiGEM_02.10</td>
 
-
                  <td>5 - 6</td>
 
-
                  <td>serA_PrefRFC10RBS_up<br>serA_tronq_SufRFC23_down</td>
 
-
                  <td>1032 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>40</td>
 
-
                  <td>PiGEM_02.11</td>
 
-
                  <td>5 - 6</td>
 
-
                  <td>serA_PrefRFC10RBS_up<br>serA_tronq_SufRFC23_down</td>
 
-
                  <td>1032 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>41</td>
 
-
                  <td>PiGEM_02.16</td>
 
-
                  <td>17 - 18</td>
 
-
                  <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                  <td>2259 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>42</td>
 
-
                  <td>PiGEM_02.17</td>
 
-
                  <td>17 - 18</td>
 
-
                  <td>relA_RFC10-RBS_up<br>relA_sans_stop_SufRFC23_down</td>
 
-
                  <td>2259 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>43</td>
 
-
                  <td>PiGEM_02.18</td>
 
-
                  <td>17 - 19</td>
 
-
                  <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                  <td>2259 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>44</td>
 
-
                  <td>PiGEM_02.19</td>
 
-
                  <td>17 - 19</td>
 
-
                  <td>relA_RFC10-RBS_up<br>relA_2_stop_SufRFC23_down</td>
 
-
                  <td>2259 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>45</td>
 
-
                  <td>PiGEM_02.20</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>46</td>
 
-
                  <td>PiGEM_02.21</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>47</td>
 
-
                  <td>PiGEM_02.22</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>48</td>
 
-
                  <td>PiGEM_02.23</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>49</td>
 
-
                  <td>PiGEM_02.24</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>50</td>
 
-
                  <td>PiGEM_02.25</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>51</td>
 
-
                  <td>PiGEM_02.26</td>
 
-
                  <td>9 - 10</td>
 
-
                  <td>cheA_PrefRFC23_up<br>cheA_SufRFC23_down</td>
 
-
                  <td>2432 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>52</td>
 
-
                  <td>PiGEM_01.04</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>706 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>53</td>
 
-
                  <td>PiGEM_02.10</td>
 
-
                  <td>43 - 44</td>
 
-
                  <td>Prefix_up<br>Suffix_down</td>
 
-
                  <td>1032 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>54</td>
 
-
                  <td>Brick 202 (1)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>55</td>
 
-
                  <td>Brick 202 (2)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>56</td>
 
-
                  <td>Brick 202 (3)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>57</td>
 
-
                  <td>Brick 202 (4)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>58</td>
 
-
                  <td>Brick 200 (3)</td>
 
-
                  <td>38 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>711 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>59</td>
 
-
                  <td>Brick 200 (4)</td>
 
-
                  <td>38 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>60</td>
 
-
                  <td>Brick 200 (6)</td>
 
-
                  <td>38 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>711 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
          </li>
 
-
          <li>
 
-
            <p>Because PCR 14 did not work, cusR promoter was amplified again thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>62</td>
 
-
                  <td>Genomic DNA of W3110</td>
 
-
                  <td>33 - 34</td>
 
-
                  <td>CusR_iProm-up<br>CusR_iProm-down</td>
 
-
                  <td>117 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
          </li>
 
-
        </ul>
 
-
      </div>
 
-
 
-
      <div class="tab-pane fade in active" id="0806">
 
-
        <ul class="list-notebook">
 
-
          <li>
 
-
            <p>The efficiency of the amplification was tested thanks to agarose gel electrophoresis. Results are presented below.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/4/43/AMU_Team-Week6-080614-1.png" style="width:350px">
 
-
              <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/8/8d/AMU_Team-Week6-080614-2.png" style="width:350px; margin-right:21px">
 
-
            </div>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/7/7d/AMU_Team-Week6-080614-3.png" style="width:350px">
 
-
              <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/7/71/AMU_Team-Week6-080614-4.png" style="width:350px; margin-right:21px">
 
-
            </div>
 
-
            <p>SLIC had to be made again. Bricks 200 were correctly amplified but bricks 202 were not. CusR promoter was not amplified.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>Because PCR 62 did not work, cusR promoter was amplified again thanks to iGEM PCR protocol (Q5 polymerase).</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>63</td>
 
-
                  <td>Genomic DNA of W3110</td>
 
-
                  <td>33 - 34</td>
 
-
                  <td>CusR_jProm-up<br>CusR_jProm-down</td>
 
-
                  <td>117 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
          </li>
 
-
          <li>
 
-
            <p>Several control PCR were realized to verify whether bricks 200 worked. Taq polymerase was used. </p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>64</td>
 
-
                  <td>Brick 202 (5)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>65</td>
 
-
                  <td>Brick 202 (6)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>646</td>
 
-
                  <td>Brick 202 (7)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>67</td>
 
-
                  <td>Brick 202 (8)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>68</td>
 
-
                  <td>Brick 202 (9)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>69</td>
 
-
                  <td>Brick 202 (10)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>70</td>
 
-
                  <td>Brick 202 (11)</td>
 
-
                  <td>40 - 51</td>
 
-
                  <td>BBa_E0040_NoStop-down<br>BBa_B0034-up</td>
 
-
                  <td>730 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
          </li>
 
-
          <li>
 
-
            <p>A gel extract of PCR product 38 (SH3)<sub>4</sub> was made.</p>
 
-
          </li>
 
-
        </ul>
 
-
      </div>
 
-
 
-
      <div class="tab-pane fade in active" id="0807">
 
-
        <ul class="list-notebook">
 
-
          <li>
 
-
            <p>Several control PCR were realized to verify whether RFP without STOP codon and GFP without STOP codon worked. Taq polymerase was used.</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>#</th>
 
-
                  <th>DNA Template</th>
 
-
                  <th>Primers Numbers</th>
 
-
                  <th>Primers Names</th>
 
-
                  <th>Weight of amplified DNA</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>72</td>
 
-
                  <td>RFP without STOP codon<br>Clone 40</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>73</td>
 
-
                  <td>RFP without STOP codon<br>Clone 41</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>74</td>
 
-
                  <td>RFP without STOP codon<br>Clone 42</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>75</td>
 
-
                  <td>RFP without STOP codon<br>Clone 43</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>76</td>
 
-
                  <td>RFP without STOP codon<br>Clone 44</td>
 
-
                  <td>37 - 38</td>
 
-
                  <td>BBa_E1010-up<br>BBa_E1010_NoStop-down</td>
 
-
                  <td>708 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>77</td>
 
-
                  <td>GFP without STOP codon<br>Clone 45</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>78</td>
 
-
                  <td>GFP without STOP codon<br>Clone 46</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>79</td>
 
-
                  <td>GFP without STOP codon<br>Clone 47</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>80</td>
 
-
                  <td>GFP without STOP codon<br>Clone 48</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>81</td>
 
-
                  <td>GFP without STOP codon<br>Clone 49</td>
 
-
                  <td>39 - 40</td>
 
-
                  <td>BBa_E0040-up<br>BBa_E0040_NoStop-down</td>
 
-
                  <td>714 bp</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
          </li>
 
-
          <li>
 
-
            <p>The efficiency of the purification was tested thanks to agarose gel electrophoresis. Results are presented following.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/9/93/AMU_Team-Week6-080714-1.png" style="width:350px">
 
-
              <div class="media-body">
 
-
                <p>PCR product 63 was correctly amplified. PiGEM_02.27 (pSB1A2, BBa_J04450) was digested with EcoRI and Pst. PCR product 63 (cusR promoter) was digested by EcoRI and PstI. Then, PCR product 63  was leagued in pSB1A2 digested. DH5 alpha supercompetent were transformed  with this ligation product and spread on Amp dish.</p>
 
-
              </div>
 
-
            </div>
 
-
          </li>
 
-
          <li>
 
-
            <p>To confirm the cloning of stability label and SLIC, each plasmid containing constructions were digested with specific restriction enzymes.</p>
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th rowspan="2">Plasmid Numbers</th>
 
-
                  <th rowspan="2">Plasmid Names</th>
 
-
                  <th colspan="4">Digestion</th>
 
-
                  <th rowspan="2">Weight of expected bands if constructions are correct</th>
 
-
                </tr>
 
-
                <tr>
 
-
                  <th>EcoRI</th>
 
-
                  <th>PstI</th>
 
-
                  <th>SpeI</th>
 
-
                  <th>XbaI</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>PiGEM_01.10</td>
 
-
                  <td>BBa_K1051207<br>Clone St1</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2082 pb</li>
 
-
                      <li>80 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_01.11</td>
 
-
                  <td>BBa_K1051207<br>Clone St2</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2082 pb</li>
 
-
                      <li>80 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_01.12</td>
 
-
                  <td>BBa_K1051208<br>Clone St3</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2082 pb</li>
 
-
                      <li>80 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.10</td>
 
-
                  <td>SLIC SerA produit PCR 2/3<br>Clone 1</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2352 pb</li>
 
-
                      <li>847 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.11</td>
 
-
                  <td>SLIC SerA produit PCR 2/3<br>Clone 2</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2352 pb</li>
 
-
                      <li>847 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.12</td>
 
-
                  <td>SLIC Mesh1 sans STOP produit PCR 10/11/12<br>Clone 4</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2422 pb</li>
 
-
                      <li>180 pb</li>
 
-
                      <li>84</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.13</td>
 
-
                  <td>SLIC Mesh1 sans STOP produit PCR 10/11/12<br>Clone 6</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2422 pb</li>
 
-
                      <li>180 pb</li>
 
-
                      <li>84</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.14</td>
 
-
                  <td>SLIC Mesh1 sans STOP produit PCR 10/11/13<br>Clone 7</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2422 pb</li>
 
-
                      <li>180 pb</li>
 
-
                      <li>84</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.15</td>
 
-
                  <td>SLIC Mesh1 sans STOP produit PCR 10/11/13<br>Clone 8</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>2422 pb</li>
 
-
                      <li>180 pb</li>
 
-
                      <li>84</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.16</td>
 
-
                  <td>SLIC RelA sans STOP produit PCR 7/8<br>Clone 28</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3530 pb</li>
 
-
                      <li>872 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.17</td>
 
-
                  <td>SLIC RelA sans STOP produit PCR 7/8<br>Clone 29</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3530 pb</li>
 
-
                      <li>872 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.18</td>
 
-
                  <td>SLIC RelA sans STOP produit PCR 7/8<br>Clone 31</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3530 pb</li>
 
-
                      <li>872 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.19</td>
 
-
                  <td>SLIC RelA sans STOP produit PCR 7/8<br>Clone 32</td>
 
-
                  <td></td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3530 pb</li>
 
-
                      <li>872 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.24</td>
 
-
                  <td>SLIC CheA produit PCR 5/6<br>Clone 37</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3457 pb</li>
 
-
                      <li>675 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.25</td>
 
-
                  <td>SLIC CheA produit PCR 5/6<br>Clone 38</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3457 pb</li>
 
-
                      <li>675 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>PiGEM_02.26</td>
 
-
                  <td>SLIC CheA produit PCR 5/6<br>Clone 39</td>
 
-
                  <td>X</td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td></td>
 
-
                  <td>
 
-
                    <ul>
 
-
                      <li>3457 pb</li>
 
-
                      <li>675 pb</li>
 
-
                    </ul>
 
-
                  </td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>The efficiency of the digestion was tested thanks to agarose gel electrophoresis. Results are presented bellow.</p>
 
-
            <div class="media notes-media">
 
-
              <img class="media-object img-rounded pull-left" src="https://static.igem.org/mediawiki/2014/c/c4/AMU_Team-Week6-080714-2.png" style="width:350px">
 
-
              <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/5/58/AMU_Team-Week6-080714-3.png" style="width:350px; margin-right:21px">
 
-
            </div>
 
-
           
 
-
            <p>For stability label, linearized plasmid was the only fragment visible. For SLIC, no fragment matched with the weight of expected bands. All SLIC construction had to be made again.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>PiGEM_02.27 (pSB1A2, BBa_J04450) was digested with XbaI, SpeI and PstI to be used for stability label cloning. Stability labels were assembled again by annealing.</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>Primers numbers</th>
 
-
                  <th>Primers names</th>
 
-
                  <th>Brick created</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>27 - 28</td>
 
-
                  <td>BBa_K1051206-up<br>BBa_K1051206-down</td>
 
-
                  <td>BBa_K1051206</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>29 -30</td>
 
-
                  <td>BBa_K1051207-up<br>BBa_K1051207-down</td>
 
-
                  <td>BBa_K1051207</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>31 -32</td>
 
-
                  <td>BBa_K1051208-up<br>BBa_K1051208-down</td>
 
-
                  <td>BBa_K1051208</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>Each annealing oligonucleotides were leagued in pSB1A2 digested XSP. DH5 alpha supercompetent were transformed  with these ligation products and spread on Amp dish.</p>
 
-
          </li>
 
-
          <li>
 
-
            <p>PiGEM_02.27 (pSB1A2, BBa_J04450) was digested with XbaI and SpeI. CusR box and Flag were assembled by annealing.</p>
 
-
           
 
-
            <table class="table table-hover table-bordered notes-table">
 
-
              <thead>
 
-
                <tr>
 
-
                  <th>Primers numbers</th>
 
-
                  <th>Primers names</th>
 
-
                  <th>Brick created</th>
 
-
                </tr>
 
-
              </thead>
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>35 - 36</td>
 
-
                  <td>CusR_Box-up<br>CusR_Box-down</td>
 
-
                  <td>CusR Box</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>41 - 42</td>
 
-
                  <td>Flag-up<br>Flag-down</td>
 
-
                  <td>Flag</td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
           
 
-
            <p>Each annealing oligonucleotides were leagued in pSB1A2 digested XS. DH5 alpha supercompetent were transformed  with these ligation products and spread on Amp dish.</p>
 
-
          </li>
 
-
        </ul>
 
-
      </div>
 
-
 
-
 
-
     
 
-
   
 
-
    </div>
 
-
 
-
  </div>
 
-
  <div class="panel-footer">
 
-
    Protocols used : ...
 
-
  </div>
 
-
</div
 
-
 
-
      </div><!-- /NOTES -->
 
-
 
-
                                                        <!-- SIDEBAR -->
 
-
      <div class="col-md-3" id="sidebar-notebook-div">
 
-
        <div class="list-group" id="sidebar-notebook">
 
-
          <a data-scroll href="#week1" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 1
 
-
              <small style="padding-left:20px">06/30/14 &#8594; 07/06/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week2" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 2
 
-
              <small style="padding-left:20px">07/07/14 &#8594; 07/13/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week3" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 3
 
-
              <small style="padding-left:20px">07/14/14 &#8594; 07/20/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week4" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 4
 
-
              <small style="padding-left:20px">07/21/14 &#8594; 07/27/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week5" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 5
 
-
              <small style="padding-left:20px">07/28/14 &#8594; 08/03/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week6" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 6
 
-
              <small style="padding-left:20px">08/04/14 &#8594; 08/10/14</small>
 
-
            </h4>
 
-
          </a><!--
 
-
          <a data-scroll href="#week7" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 7
 
-
              <small style="padding-left:20px">08/11/14 &#8594; 08/17/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week8" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 8
 
-
              <small style="padding-left:20px">08/18/14 &#8594; 08/24/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week9" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 9
 
-
              <small style="padding-left:20px">08/25/14 &#8594; 08/31/14</small>
 
-
            </h4>
 
-
          </a> -->
 
-
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div id="stop_bot"></div>
 
-
  </div>
 
-
</html>
 
-
 
-
{{Team:Aix-Marseille/footer}}
 

Latest revision as of 19:34, 16 October 2014