Team:Aix-Marseille/Notebook stab-construct

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
 
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 class="project-title">Notebook: Stability Constructions</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 -->
 
-
 
-
                  <!-- ======= WEEK 10 ======= -->
 
-
        <div class="panel panel-info notes-panel">
 
-
          <span class="note-tag" id="week10"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 10 : 09/01/2014 &#10145; 08/07/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0903" role="tab" data-toggle="tab" class="date-notebook">09/03/14</a></li>
 
-
              <li><a href="#0904" role="tab" data-toggle="tab" class="date-notebook">09/04/14</a></li>
 
-
            </ul>
 
-
 
-
            <div class="tab-content">
 
-
             
 
-
              <div class="tab-pane fade in active" id="0903">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    <p>Construction of stability epitopes : the main idea is to use the primers 57-58 and 59 as matrices in order to synthesize and amplify the stability epitope. The PCR uses the iGEM PCR protocol with Q5 polymerase. The temperature of annealing is 55°C, the elongation time is 5", the number of cycle is 25.</p>
 
-
                    <p>
 
-
                      Mix:
 
-
                      <ul>
 
-
                        <li>5µL OiGEM-57 or 58 or 59</li>
 
-
                        <li>2,5µL OiGEM-60</li>
 
-
                        <li>2,5µL OiGEM-44</li>
 
-
                        <li>25µL Q5 2x Mix</li>
 
-
                        <li>15µL H2O</li>
 
-
                      </ul>
 
-
                    </p>
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/a/a0/AMU_Team-stabs-0903.png" style="height:350px">
 
-
                    </div>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Clean-up of these PCR and elution with 30µL H2O at 70°C.</p>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
              <div class="tab-pane fade in" id="0904">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    <p>Digestion ES of PCR products of the stability epitopes and of piGEM-01.13 (pSB1C3-BBa_J04450).</p>
 
-
                    <p>
 
-
                      Mix:
 
-
                      <ul>
 
-
                        <li>10µL K10512-06 or 07 or 08 or 5µL piGEM-01.13</li>
 
-
                        <li>1µL EcoRI</li>
 
-
                        <li>1µL SpeI</li>
 
-
                        <li>5µL Buffer 2.1</li>
 
-
                        <li>qsp 50µL of water</li>
 
-
                      </ul>
 
-
                    </p><br>
 
-
                    <p>Incubation 60' at 37°C.</p>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Then, for K10512-06 or 07 or 08,  inactivation of enzymes 20' at 80°C.</p>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Clean-up of piGEM-01.13 and elution with 30µL of water. Add 1µL of SAP (Promega) + 2µL of SAP buffer (dephosphorylation). Incubation 30' at 37°C, then Inactivation of enzyme 20' at 65°C.</p>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Ligation K10512-06 or 07 or 08 with piGEM-01.13.</p>
 
-
                    <p>
 
-
                      Mix:
 
-
                      <ul>
 
-
                        <li>2µL piGEM-01.13</li>
 
-
                        <li>4µL K10512-06 or 07 or 08</li>
 
-
                        <li>1µL T4 ligase 10U/µL</li>
 
-
                        <li>2µL T4 ligase buffer</li>
 
-
                        <li>11µL H2O</li>
 
-
                      </ul>
 
-
                    </p>
 
-
                  </li>
 
-
                  <li>
 
-
                    <p>Transformation of 90µL of E.coli TG1 competent cells with 10µL of ligation. The selective medium is LB-Cm 30µg/mL.</p>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
            </div>
 
-
          </div>
 
-
        </div>
 
-
 
-
                  <!-- ======= WEEK 11 ======= -->
 
-
        <div class="panel panel-info notes-panel last-note">
 
-
          <span class="note-tag" id="week11"></span>
 
-
          <div class="panel-heading">
 
-
            <h3 class="panel-title">Week 11 : 09/08/2014 &#10145; 08/14/2014 <div class="pull-right"></div></h3>
 
-
          </div>
 
-
          <div class="panel-body">
 
-
         
 
-
            <ul class="nav nav-tabs" role="tablist">
 
-
              <li class="active"><a href="#0908" role="tab" data-toggle="tab" class="date-notebook">09/08/14</a></li>
 
-
            </ul>
 
-
 
-
            <div class="tab-content">
 
-
             
 
-
              <div class="tab-pane fade in active" id="0908">
 
-
                <ul class="list-notebook">
 
-
                  <li>
 
-
                    <p>Test 5 clones of each transformation (with pSB1C3- K10512-06 or 07 or 08) by PCR. The temperature of annealing is 55°C, the elongation time is 1'</p>
 
-
                    <p>
 
-
                      Mix:
 
-
                      <ul>
 
-
                        <li>2µL OiGEM-60</li>
 
-
                        <li>2µL OiGEM-44</li>
 
-
                        <li>4µL dNTP</li>
 
-
                        <li>1µL DMSO</li>
 
-
                        <li>2µL buffer</li>
 
-
                        <li>0,5µL Taq polymérase</li>
 
-
                        <li>8,5µL H2O</li>
 
-
                      </ul>
 
-
                    </p>
 
-
                    <div class="media notes-media">
 
-
                      <img class="media-object img-rounded pull-right" src="https://static.igem.org/mediawiki/2014/0/02/AMU_Team-stabs-0908.png" style="width:350px">
 
-
                      <div class="media-body" style="padding-left: 10px;">
 
-
                        <p>All clones are good except the K10512-08-2. The pSB1C3-K10512-06-1, pSB1C3-K10512-07-1 and pSB1C3-K10512-08-1 are sent to sequencing. They are OK.</p>
 
-
                      </div>
 
-
                    </div>
 
-
                  </li>
 
-
                </ul>
 
-
              </div>
 
-
             
 
-
            </div>
 
-
          </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="#week10" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 10
 
-
              <small style="padding-left:20px">09/01/14 &#8594; 09/07/14</small>
 
-
            </h4>
 
-
          </a>
 
-
          <a data-scroll href="#week11" class="list-group-item">
 
-
            <h4 class="list-group-item-heading">Week 11
 
-
              <small style="padding-left:20px">09/08/14 &#8594; 09/14/14</small>
 
-
            </h4>
 
-
          </a>
 
-
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div id="stop_bot"></div>
 
-
  </div>
 
-
</html>
 
-
 
-
{{Team:Aix-Marseille/footer}}
 

Latest revision as of 21:52, 13 October 2014