Difference between revisions of "Team:TUDelft/Wetlab/Notebook"

(Created page with "<html> <body data-spy="scroll" data-target="#myScrollspy" data-offset="20"> <center><div class="spcmkr nowbg"></div> <div class="container nowbg">...")
 
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- COPY FROM HERE HERE -->
 +
 +
    <!-- WRITE YOUR STUFF RIGHT HERE -->
 
<html>
 
<html>
 +
<head>
 +
<style>   
 +
/* The container */
 +
.containeri {
 +
    display: block;
 +
    position: relative;
 +
    padding-left: 35px;
 +
    margin-bottom: 12px;
 +
    cursor: pointer;
 +
    font-size: 22px;
 +
    -webkit-user-select: none;
 +
    -moz-user-select: none;
 +
    -ms-user-select: none;
 +
    user-select: none;
 +
}
 +
 +
/* Hide the browser's default radio button */
 +
.containeri input {
 +
    position: absolute;
 +
    opacity: 0;
 +
    cursor: pointer;
 +
}
 +
 +
/* Create a custom radio button */
 +
.selector {
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
    height: 30px;
 +
    width: 30px;
 +
    background-image: url("https://static.igem.org/mediawiki/2018/f/f5/T--TUDelft--2018_invitroicon.png");
 +
    background-repeat: no-repeat;
 +
    background-size: 30px;
 +
 +
    max-height: 30px;
 +
    border-radius: 0%;
 +
}
 +
 +
/* On mouse-over, add a grey background color */
 +
.containeri:hover input ~ .selector {
 +
    opacity: 0.7;
 +
}
 +
 +
 +
/* Create the indicator (the dot/circle - hidden when not checked) */
 +
.selector:after {
 +
    content: "";
 +
    position: absolute;
 +
    display: none;
 +
}
 +
 +
/* Show the indicator (dot/circle) when checked */
 +
.containeri input:checked ~ .selector:after {
 +
    display: block;
 +
}
 +
 +
/* Style the indicator (dot/circle) */
 +
.containeri .selector:after {
 +
top: 9px;
 +
left: 9px;
 +
width: 8px;
 +
height: 8px;
 +
border-radius: 50%;
 +
background: white;
 +
}
 +
    label{
 +
    font-weight:200; 
 +
    }
 +
    body.modal-open div.modal-backdrop { z-index: 0 !important; }
 +
.modal-dialog {
 +
width:60%;}
 +
input {
 +
display: none}
 +
    </style> 
 +
 +
</head>
 +
  
 
<body data-spy="scroll" data-target="#myScrollspy" data-offset="20">
 
<body data-spy="scroll" data-target="#myScrollspy" data-offset="20">
         <center><div class="spcmkr nowbg"></div>
+
         <center>
 
         <div class="container nowbg">
 
         <div class="container nowbg">
 
             <div class="text-center nowbg">
 
             <div class="text-center nowbg">
       
 
 
             <img src="https://static.igem.org/mediawiki/2018/b/b7/T--TUDelft--2018_Wetlabnotebookhead.png" class="img-fluid img-top" alt="Wetlab Notebook"></div>
 
             <img src="https://static.igem.org/mediawiki/2018/b/b7/T--TUDelft--2018_Wetlabnotebookhead.png" class="img-fluid img-top" alt="Wetlab Notebook"></div>
 
             </div>
 
             </div>
 
             </center>
 
             </center>
 
          
 
          
        <div class="spcmkr nowbg"></div>
 
 
         <div class="spcmkr hidden-xs hidden-sm nowbg"></div>
 
         <div class="spcmkr hidden-xs hidden-sm nowbg"></div>
 +
    <!-- SELECTORS -->
 +
    <div class="container">
 +
        <div class="row">
 +
            <div class="hidden-xs col-lg-3 col-md-3 hidden-sm"></div>
 +
            <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
 +
                                <p>Please select the the model of which you would like to view the notebooks.</p>
 +
                <label class="containeri">Sample Preparation<input type="radio" name="radio1" id="r2" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri">Pre-screen<input type="radio" name="radio1" id="r1" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri">Strain Construction<input type="radio" name="radio1" id="r5" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri"><i>In Vitro</i><input type="radio" name="radio1" id="r3" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri"><i>In Vivo</i><input type="radio" name="radio1" id="r4" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri">Purification<input type="radio" name="radio1" id="r6" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
                <label class="containeri">Sequencing<input type="radio" name="radio1" id="r7" value="Nothing" onClick="getResults()"> <span class="selector"></span></label>
 +
            </div>
 +
            <div class="hidden-xs col-lg-1 col-md-1 hidden-sm"></div>
 +
        </div>
 +
    </div>
 
          
 
          
        <div class="container nowbg">
+
 
    <div class="row nowbg">
+
 
 +
<div class="container nowbg" id="SamplePrep">
 +
<div class="row nowbg">
 
          
 
          
 
<div class="col-xs-12 col-sm-3 col-lg-3">
 
<div class="col-xs-12 col-sm-3 col-lg-3">
 
       <nav id="myScrollspy" class="hidden-xs hidden-sm">
 
       <nav id="myScrollspy" class="hidden-xs hidden-sm">
 
       <ul class="nav nav-pills nav-stacked" data-spy="affix">
 
       <ul class="nav nav-pills nav-stacked" data-spy="affix">
         <li class="active"><a href="#teammembersintro" class="adpbl">1. Introduction</a></li>
+
         <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberSamplePrep1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>        
 +
            </li>
 +
            <li><a href="#SeptemberSamplePrep2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberSamplePrep3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberSamplePrep4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberSamplePrep1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberSamplePrep2" class="adpbl">Week: 08/10/2018 - 14/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 
       </ul>
 
       </ul>
 
     </nav>
 
     </nav>
  </div>
+
</div>
 
          
 
          
        <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
+
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">  
            <p>Text and more text.</p>
+
            <br>
+
            <div class="spcmkr" id="teammembersintro"></div>
+
            <h1 class="adpbl">1. Introduction</h1>
+
            <p>text about something introducing of our amazing team</p>
+
  
 +
<!---------------- SEPTEMBER -------------------->
 +
<h3 class="adpbl">September</h3><br>
 +
<!------- SEPTEMBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSPS1" type="checkbox" class="dropinput" />
 +
<label for="WeekSPS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberSamplePrep1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySPS1">Wednesday, 05/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySPS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>05/09/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Extraction of 3 serum samples</h4> 
 +
    <p>cfDNA was extracted from 3 serum samples without any spiking of artifical gene doping DNA. For the extraction the QIAamp DNA Blood Mini Kit <a class="adpbl" href="https://2018.igem.org/Team:TUDelft/Experiments#serumextraction" target="_blank">protocol</a> was used</p>    <br><br>   
 +
   
 +
<h4>Qubit dsDNA High Sensitivity DNA Quantification</h4>
 +
    <p>The 3 extracted samples were quantified using the Qubit dsDNA High Sensitivity DNA Assay Kit.</p>
 +
   
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample <br>extraction</th>
 +
    <th class="tableheaderadpbl">cfDNA Concentration <br>(ng/μL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0.514</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0.502</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.530</td>
 +
</tr>
 +
        </table></center>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySPS1">Thursday, 06/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySPS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Albumin PCR extractions 05/09</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene after extraction of the 3 samples of 05/09/2018. Using the primers creating the small albumin fragment of 153 bp.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 1-3 05/09  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center> <br>   
 +
   
 +
<p>5 tubes were prepared for the PCR, containing the serum extractions of 05/09/2018 as template DNA, a positive control of pure serum and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
    <p>The gel showed no results, no bands.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSPS2" type="checkbox" class="dropinput" />
 +
<label for="WeekSPS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberSamplePrep2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySPS2">Monday, 10/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySPS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/09/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Extraction of 6 serum samples </h4> 
 +
    <p>cfDNA was extracted from 6 serum samples, of which 3 were spiked with high amounts of Cy5-tagged artificial gene doping EPO DNA as shown in the table. For the extraction the QIAamp DNA Blood Mini Kit <a class="adpbl" href="https://2018.igem.org/Team:TUDelft/Experiments#serumextraction" target="_blank">protocol</a> was used</p>    <br><br>
 +
   
 +
<center>Setup of the samples</center>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Spiked gene doping EPO <br>(ng/ml serum)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>60</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>60</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>60</td>
 +
</tr>
 +
</table></center> <br><br>
 +
 +
   
 +
<h4>Qubit dsDNA High Sensitivity DNA Quantification</h4>
 +
    <p>The 6 extracted samples were quantified using the Qubit dsDNA High Sensitivity DNA Assay Kit.</p><br><br>
 +
   
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">cfDNA Concentration <br>(ng/μL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0.378</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0.380</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.378</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4 - spiked</td>
 +
    <td>0.704</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5 - spiked</td>
 +
    <td>0.606</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6 - spiked</td>
 +
    <td>0.926</td>
 +
</tr>
 +
</table></center> <br><br>
 +
 +
    <p> 10ul of each spiked extraction was loaded on a gel and imaged with the Typhoon. Next to that also 5, 10 and 15 ng of Cy5-labeled EPO where loaded on the gel as reference. Showing that circa 5 ng of Cy5-labeled EPO was present in the 10ul of the extractions. The total extraction volume was 60ul. So circa 5*6=30 ng of Cy5-labeled EPO was present in the final extraction volumes. Showing a roughly 50% extraction efficency, since 60 ng was spiked per sample.
 +
    Whereas the difference in cfDNA measurement by using the Qubit would suggest an extraction efficiency of circa 37%. But the three spiked samples were too different from eachother in values, probably due to using a too high concentration of sample for spiking.3</p><br><br>
 +
   
 +
<h4>Albumin PCR extractions 10/09</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene after extraction of the 6 samples. Using the primers creating the small albumin fragment of 153 bp.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 1-6 10/09  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center> <br>   
 +
   
 +
<p>6 tubes were prepared for the PCR, containing the serum extractions of 10/09/2018 as template DNA. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
    <p>The gel showed no results, no bands.</p><br><br>
 +
 +
    <h4>EPO PCR extractions 10/09</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the EPO gene after extraction of the 3 spiked samples. Using the primers creating the small albumin fragment of 140 bp.
 +
</p>
 +
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 4-6 10/09  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>074</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>075</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>140</td>
 +
  </tr>   
 +
</table></center> <br>   
 +
   
 +
<p>4 tubes were prepared for the PCR, containing the serum extractions 4-6 of 10/09/2018 as template DNA. As a negative control serum sample 1 was used. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/5/57/T--TUDelft--SP_notebook_10-09_EPO.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySPS2">Thursday, 13/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySPS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Albumin PCR extractions 10/09 - 2<sup>nd</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene after extraction of the 6 samples. Using the primers creating the small albumin fragment of 153 bp. As a template the PCR product of the previous round of this PCR on the extracted samples were used. 
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. PCR 1-6 10/09  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center> <br>   
 +
   
 +
<p>6 tubes were prepared for the PCR, containing the serum extractions of 10/09/2018 as template DNA. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/4/47/T--TUDelft--SP_notebook_13-09_albumin.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>   
 +
   
 +
    <p>The gel showed really faint bands at the expected hight, but also a lot of off target effects and thus different sized bands. </p><br><br>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
     
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<!------- SEPTEMBER WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekSPS3" type="checkbox" class="dropinput" />
 +
<label for="WeekSPS3" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberSamplePrep3"></a>Week 3 17/09/2018 - 23/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySPS3">Thursday, 20/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySPS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Extraction of 18 serum samples </h4> 
 +
    <p>cfDNA was extracted from 18 serum samples, of which 15 were spiked piked with artificial gene doping EPO in values coming from the kinetics model as shown in the table. For the extraction the QIAamp DNA Blood Mini Kit <a class="adpbl" href="https://2018.igem.org/Team:TUDelft/Experiments#serumextraction" target="_blank">protocol</a> was used</p>    <br><br>
 +
   
 +
<center>Setup of the samples</center>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Spiked gene doping EPO <br>(ng/ml serum)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>0.287 linear EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>0.287 linear EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>0.287 linear EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 7</td>
 +
    <td>0.0319 linear EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 8</td>
 +
    <td>0.0319 linear EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 9</td>
 +
    <td>0.0319 linear EPO</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 10</td>
 +
    <td>0.00127 linear EPO</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 11</td>
 +
    <td>0.00127 linear EPO</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 12</td>
 +
    <td>0.00127 linear EPO</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 13</td>
 +
    <td>0.134 BBa_K2643004</td>
 +
</tr> 
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 14</td>
 +
    <td>0.134 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 15</td>
 +
    <td>0.134 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 16</td>
 +
    <td>0.0053 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 17</td>
 +
    <td>0.0053 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 18</td>
 +
    <td>0.0053 BBa_K2643004</td>
 +
</tr>
 +
    </table></center> <br><br>
 +
 +
   
 +
<h4>Qubit dsDNA High Sensitivity DNA Quantification</h4>
 +
    <p>The 18 extracted samples were quantified using the Qubit dsDNA High Sensitivity DNA Assay Kit.</p><br><br>
 +
 +
    <center>Setup of the samples</center>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">cfDNA Concentration <br>(ng/μL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0.343</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0.436</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.356</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>0.362</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>0.335</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>0.392</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 7</td>
 +
    <td>0.363</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 8</td>
 +
    <td>0.394</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 9</td>
 +
    <td>1.18</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 10</td>
 +
    <td>0.394</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 11</td>
 +
    <td>0.378</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 12</td>
 +
    <td>0.432</td>
 +
</tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 13</td>
 +
    <td>0.332<td>
 +
</tr> 
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 14</td>
 +
    <td>0.329</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 15</td>
 +
    <td>0.366</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 16</td>
 +
    <td>0.399</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 17</td>
 +
    <td>0.322</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 18</td>
 +
    <td>0.322</td>
 +
</tr>
 +
    </table></center> <br><br>
 +
 +
<div class="spcmkr"></div><h4>EPO PCR extractions </h4> 
 +
<p>GoTaq PCR was done to verify the presence of the spiked EPO gene after extraction of the 18 samples of 20/09/2018.
 +
</p>
 +
 
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 4-18 20/09  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>074</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>075</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>140</td>
 +
  </tr>   
 +
</table></center>
 +
   
 +
<p>19 tubes were prepared for the EPO PCR, containing the serum extractions of 20/09/2018 as template DNA, two positive controls (linear and BB EPO used for spiking), a negative control with MiliQ as template and a non spiked serum extraction as negative control. The thermocycler programme was installed to have an extension time of 40 seconds and an annealing temperature of 65 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
 
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/1/19/T--TUDelft--SP_notebook_20-09_epo_double.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>
 +
   
 +
<p>The PCR gave positive bands for all the spiked samples. But also for the negative control, the unspiked serum. After redoing of this PCR for the non spiked and spiked samples using the two EPO primer combinations 072+073 and 074+075 it became clear that there was a contamination in the non spiked serum samples.</p><br><br>
 +
   
 +
<p>To avoid further contaminations the PCR reagents were tested with PCR on contaminations by using different reagents and also the reagents of the extraction kit were tested. There was no contamination in these reagents.
 +
    </p><br><br>
 +
 +
<h4>Albumin PCR extractions 20/09 - 2 rounds</h4>
 +
<p>The exact same Albumin PCR steps were followed for the extractions of 20/09 as for the extractions of 10/09 that has positive bands for albumin after two rounds of PCR with the same primers. But, doing this with the samples of 20/09 did not give a positive result. No bands were visible. </p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSPO1" type="checkbox" class="dropinput" />
 +
<label for="WeekSPO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberSamplePrep1"></a>Week 1 01/10/2018 - 07/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySPO1">Friday, 05/10/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySPO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>05/10/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Albumin PCR Serum - 1<sup>st</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene before extraction of 6 serum samples spiked like the extraction samples of 10/10/2018. First PCR of the nested PCR setup. The serum was spun down at 13.000 xg 4°C fro 30 minutes before it got used as a template. Different volumes of serum were used as template to see the effects of the proteins from the serum on the PCR reaction.
 +
</p> <br><br>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Template for GoTaq PCR</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1 - positive control</td>
 +
    <td>3ul extraction 03/10</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>2 serum</td>
 +
    <td>3ul</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>3 serum</td>
 +
    <td>3ul</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>4 serum</td>
 +
    <td>5ul</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>5 serum</td>
 +
    <td>5ul</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>6 - negative control</td>
 +
    <td>3ul MiliQ</td>
 +
</tr>
 +
</table></center> <br><br>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum samples </td>
 +
    <td>3-5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>091</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>092</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>229</td>
 +
  </tr>   
 +
</table></center>  <br> 
 +
   
 +
<p>6 tubes were prepared for the first round of PCR, containing the serum as template DNA, a positive control extraction from 03/10/2018 and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
 +
   
 +
<h4>Albumin PCR Serum- 2<sup>nd</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene from the serum samples. Second PCR of the nested PCR setup.
 +
</p> 
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (ul)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Albumin PCR first round serum </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>6 tubes were prepared for the second round of PCR, containing the first round of albumin PCR on the serum as template DNA, a positive control from 03/10/2018 and negative control with MiliQ as template. The same volumes of the new templates were used for the second round as for the first round. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br>
 +
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/d/d0/T--TUDelft--SP_notebook_05-10_serum_albumin.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
 +
<!------- OCTOBER WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSPO2" type="checkbox" class="dropinput" />
 +
<label for="WeekSPO2" class="subdropdown cadpbl"><a class="repositioner" id="OctoberSamplePrep2"></a>Week 2 08/10/2018 - 14/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySPO2">Wednesday, 10/10/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySPO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/10/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Extraction of 6 serum samples - 1<sup>st</sup> round</h4> 
 +
    <p>cfDNA was extracted from 6 serum samples, of which some were spiked with artificial gene doping EPO DNA as shown in the table. For the extraction the QIAamp DNA Blood Mini Kit <a class="adpbl" href="https://2018.igem.org/Team:TUDelft/Experiments#serumextraction" target="_blank">protocol</a> was used</p>    <br><br>
 +
<center>Setup of the samples</center>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Spiked gene doping EPO <br>(ng/ml serum)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.287 linear gene doping EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>0.287 linear gene doping EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>1.203 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>1.203 BBa_K2643004</td>
 +
</tr>
 +
</table></center> <br><br>
 +
 +
   
 +
<h4>Qubit dsDNA High Sensitivity DNA Quantification</h4>
 +
    <p>The 6 extracted samples were quantified using the Qubit dsDNA High Sensitivity DNA Assay Kit.</p><br><br>
 +
   
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">cfDNA Concentration <br>(ng/μL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0.398</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0.426</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.386</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>0.384</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>0.386</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>0.386</td>
 +
</tr>
 +
</table></center> <br><br>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySPO2">Saturday, 13/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySPO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/10/2018</dd>
 +
  <dt>Operator</dt><dd>Lisa Büller</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Albumin PCR extractions - 1<sup>st</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene after extraction of the 6 samples of 10/10/2018. First PCR of the nested PCR setup.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 1-6 10/10  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>091</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>092</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>229</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for the first round of PCR, containing the serum extractions of 10/10/2018 as template DNA, a positive control from 03/10/2018 and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
 +
   
 +
</div>
 +
<div class="spcmkr"></div>
 +
   
 +
<h4>Albumin PCR extractions - 2<sup>nd</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene after extraction of the 6 samples of 10/10/2018. Second PCR of the nested PCR setup.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Albumin PCR first round 13/10  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for the second round of PCR, containing the first round of albumin PCR on the serum extractions of 10/10/2018 as template DNA, a positive control from 03/10/2018 and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p>
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/d/db/T--TUDelft--SP_notebook_13-10_albumin_double.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>
 +
 +
<div class="spcmkr"></div><h4>EPO PCR extractions </h4> 
 +
<p>GoTaq PCR was done to verify the presence of the spiked EPO gene after extraction of the 6 samples of 10/10/2018. Two primer combinations were used.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 1-6 10/10  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>072</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>073</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>297</td>
 +
  </tr>   
 +
</table></center>  <br><br>
 +
   
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Samples extr. 1-6 10/10  </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>074</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>075</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>140</td>
 +
  </tr>   
 +
</table></center>
 +
   
 +
<p>18 tubes were prepared for the first round of PCR, containing the serum extractions of 10/10/2018 as template DNA, two positive controls (linear and BB EPO used for spiking) and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 40 seconds and an annealing temperature of 65 °C, 20 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/0/08/T--TUDelft--SP_notebook_13-10_EPO_double.png" class="img-responsive loooove" alt="Responsive image"> 
 +
    </center>
 +
   
 +
<h4>Albumin PCR Serum - 1<sup>st</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene before extraction of 6 serum samples spiked like the extraction samples of 10/10/2018. First PCR of the nested PCR setup. The serum was spun down at 13.000 xg 4°C fro 30 minutes before it got used as a template.
 +
</p> <br><br>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Spiked gene doping EPO <br>(ng/ml serum)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum 1</td>
 +
    <td>0</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 2</td>
 +
    <td>0</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 3</td>
 +
    <td>0.287 linear gene doping EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 4</td>
 +
    <td>0.287 linear gene doping EPO</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 5</td>
 +
    <td>1.203 BBa_K2643004</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Serum 6</td>
 +
    <td>1.203 BBa_K2643004</td>
 +
</tr>
 +
</table></center> <br><br>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum samples </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>091</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>092</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>229</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for the first round of PCR, containing the serum as template DNA, a positive control from 03/10/2018 and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
   
 +
   
 +
<h4>Albumin PCR Serum- 2<sup>nd</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the albumin gene from the 6 serum samples. Second PCR of the nested PCR setup.
 +
</p> 
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Albumin PCR first round serum </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>066</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>067</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>153</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for the second round of PCR, containing the first round of albumin PCR on the serum as template DNA, a positive control from 03/10/2018 and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 62 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br>
 +
 +
<h4>EPO PCR Serum - 1<sup>st</sup> round</h4> 
 +
<p>GoTaq PCR was done to try to verify the presence of the spiked EPO gene before extraction of 6 serum samples spiked like the extraction samples of 10/10/2018. First PCR of a nested PCR setup. The serum was spun down at 13.000 xg 4°C for 30 minutes  before it got used as a template.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum samples </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>072</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>073</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>297</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>9 tubes were prepared for the first round of PCR, containing the serum as template DNA, two positive controls (linear and BB EPO used for spiking) and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 40 seconds and an annealing temperature of 65 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p><br><br>
 +
   
 +
 +
   
 +
<h4>EPO PCR Serum- 2<sup>nd</sup> round</h4> 
 +
<p>GoTaq PCR was done to verify the presence of the EPO gene from the 6 serum samples. Second PCR of the nested PCR setup.
 +
</p>
 +
   
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Serum PCR first round serum </td>
 +
    <td>3</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>074</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>075</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>140</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>9 tubes were prepared for the second round of PCR, containing the first round of EPO PCR on the serum as template DNA, two positive controls (linear and BB EPO used for spiking) and negative control with MiliQ as template. The thermocycler programme was installed to have an extension time of 40 seconds and an annealing temperature of 65 °C, 30 cycles. After the programme was finished, samples were kept at 4°C.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div> 
 +
 +
<div class="container nowbg" id="PreScreen">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">July<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JulyPreScreen3" class="adpbl">Week: 16/07/2018 - 22/07/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">August<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#AugustPreScreen5" class="adpbl">Week: 27/08/2018 - 02/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberPreScreen1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPreScreen2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPreScreen3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPreScreen4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberPreScreen1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberPreScreen2" class="adpbl">Week: 08/10/2018 - 14/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
 +
<!---------------- July -------------------->
 +
    <h3 class="adpbl">July</h3><br>
 +
    <!------- JULY WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekPSJ3" type="checkbox" class="dropinput" />
 +
<label for="WeekPSJ3" class="subdropdown cadpbl"><a class="repositioner" id="JulyPreScreen3"></a>Week 3 16/07/2018 - 22/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPSJ3">Thursday, 19/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPSJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/07/2018</dd>
 +
  <dt>Operator</dt><dd>Jard Mattens</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Generation</h4> 
 +
<p>In order to generate dextrin-capped gold nanoparticles, first a gold chloride (HAuCl<sub>4</sub>.H<sub>2</sub>O) stock solution of 50 mL was prepared by dissolving 393.8 mg of HAuCl<sub>4</sub>.H<sub>2O</sub> in 50 mL of distilled sterile water. After preparation, this solution was stored at 4 °C covered in aluminium foil.<br>
 +
Secondly, a 10% sterile sodium carbonate (Na<sub>2</sub>CO<sub>3</sub>) solution was prepared by dissolving 4.985 g Na<sub>2</sub>CO<sub>3</sub> in 50 mL MilliQ water, after which the solution was filter sterilized.<br>
 +
Then, 200 mL distilled sterile water was be adjusted to pH 9 by carefully adding 1 M sodium hydroxide (NaOH) drops of 20 uL at a time, while keeping the solution sterile under a flame.<br>
 +
Subsequently, 25 mL of dextrin solution was prepared by dissolving 625 mg of dextrin powder in 25 mL of sterile MilliQ water to obtain a concentration of 25 g/L. This solution was then added to a sterile 250 mL flask.
 +
<br>
 +
Then, 5 mL of the gold chloride stock solution was added to the 250 mL flask and the pH was adjusted to 9 with the sterile 10% sodium carbonate solution, while working sterile.<br>
 +
Lastly, the reaction volume was completed to 50 mL by adding 20 mL distilled water (pH = 9).<br>
 +
        <br>
 +
For the actual generation of the d-AuNPs the flask was then incubated at 50 °C, covered in aluminium foil with continuous shaking for 3 to 8 hours. After 3 to 8 hours shaking, a reddish colour was observed on the solution that is characteristic for the correct size nanoparticle formation. The solution was observed every 30 minutes to check for red color formation.<br>
 +
        <br>
 +
Transmission Electron Microscope analysis was performed to check the size and size distribution of the d-AuNPs. the suspension of d-AuNPs in distilled water (ratio 1:4) and sonicate it for 5 min. Then, after plasma treatment this solution was be transferred to a copper grid for imaging. The correct size of the d-AuNPs be in the order of 10 nm.
 +
        </p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6d/T--TUDelft--2018_TEMAuNP19-7.png" alt="TEM"> 
 +
<p>We observed d-AuNPs in a relatively low concentrations. Also, the sizes varied unequally around 100 nm, which is an indication of aggregation as the expected sizes are around 10 nm. Therefore, a new batch had to be made for the actual analysis.
 +
        </p>   
 +
<div class="spcmkr"></div>       
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
     
 +
    </div>   
 +
</ul>
 +
</form>
 +
 +
<!---------------- AUGUST -------------------->
 +
<h3 class="adpbl">August</h3><br>
 +
<!------- AUGUST WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekPSA5" type="checkbox" class="dropinput" />
 +
<label for="WeekPSA5" class="subdropdown cadpbl"><a class="repositioner" id="AugustPreScreen5"></a>Week 5 27/08/2018 - 02/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPSA5">Tuesday, 28/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPSA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/08/2018</dd>
 +
  <dt>Operator</dt><dd>Jard Mattens</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Generation</h4> 
 +
<p>In order to generate dextrin-capped gold nanoparticles, first a gold chloride (HAuCl<sub>4</sub>.H<sub>2</sub>O) stock solution of 50 mL was prepared by dissolving 393.8 mg of HAuCl<sub>4</sub>.H<sub>2O</sub> in 50 mL of distilled sterile water. After preparation, this solution was stored at 4 °C covered in aluminium foil.<br>
 +
Secondly, a 10% sterile sodium carbonate (Na<sub>2</sub>CO<sub>3</sub>) solution was prepared by dissolving 4.985 g Na<sub>2</sub>CO<sub>3</sub> in 50 mL MilliQ water, after which the solution was filter sterilized.<br>
 +
Then, 200 mL distilled sterile water was be adjusted to pH 9 by carefully adding 1 M sodium hydroxide (NaOH) drops of 20 uL at a time, while keeping the solution sterile under a flame.<br>
 +
Subsequently, 25 mL of dextrin solution was prepared by dissolving 625 mg of dextrin powder in 25 mL of sterile MilliQ water to obtain a concentration of 25 g/L. This solution was then added to a sterile 250 mL flask.
 +
<br>
 +
Then, 5 mL of the gold chloride stock solution was added to the 250 mL flask and the pH was adjusted to 9 with the sterile 10% sodium carbonate solution, while working sterile.<br>
 +
Lastly, the reaction volume was completed to 50 mL by adding 20 mL distilled water (pH = 9).<br>
 +
        <br>
 +
For the actual generation of the d-AuNPs the flask was then incubated at 50 °C, covered in aluminium foil with continuous shaking for 3 to 8 hours. After 3 to 8 hours shaking, a reddish colour was observed on the solution that is characteristic for the correct size nanoparticle formation. The solution was observed every 30 minutes to check for red color formation.<br>
 +
        <br>
 +
Transmission Electron Microscope analysis was performed to check the size and size distribution of the d-AuNPs. the suspension of d-AuNPs in distilled water (ratio 1:4) and sonicate it for 5 min. Then, after plasma treatment this solution was be transferred to a copper grid for imaging. The correct size of the d-AuNPs be in the order of 10 nm.
 +
        </p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/16/T--TUDelft--2018_TEMAuNP28-8.png" alt="TEM"> 
 +
<p>We observed d-AuNPs in relatively low concentrations. However, the sizes were as the expected within a range of 7 nm to 11 nm, which is sufficient for the d-AuNP analysis. In the future however, the protocol should be optimized to generate more uniform batches.
 +
   
 +
        </p>   
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPSA5">Wednesday, 29/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPSA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/08/2018</dd>
 +
  <dt>Operator</dt><dd>Jard Mattens</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations as an initial functionality test. 20 µL of the d-AuNPs solution, 20 µL MilliQ and 20 µL NaCl solutions (range from 0 mM to 1000 mM) were added in one of the 96 wells. The plate was incubated at 21 ºC during 10 minutes.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b8/T--TUDelft--PrescreenPlaat.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>The aggregation of d-AuNPs, as observed by a colour change from intensely red to purple occured at a final NaCl concentration of 1M*⅓ = 333 mM, but increased when adding more salt.
 +
<br><br>
 +
</p>
 +
 +
<div class="spcmkr"></div>       
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
    </div>   
 +
</ul>
 +
</form>
 +
<br>
 +
 +
<!---------------- September -------------------->
 +
<h3 class="adpbl">September</h3><br>
 +
<!------- SEPTEMBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekPSS1" type="checkbox" class="dropinput" />
 +
<label for="WeekPSS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPreScreen1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPSS1">Wednesday, 05/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPSS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>05/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4> 
 +
<p>
 +
To amplify the EPO (582 bp) coding sequence, high fidelity PCR was done using the EPO Gblock ordered from IDT as template DNA and 038 and 039 as forward and reverse primers. Two 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>038</td>
 +
    <td>039</td>
 +
    <td>EPO</td>
 +
    <td>582</td>
 +
  </tr>
 +
</table></center>   
 +
 
 +
<p>The thermocycler programme was installed to have an extension time of 0 seconds and an annealing temperature of 65 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekPSS2" type="checkbox" class="dropinput" />
 +
<label for="WeekPSS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPreScreen2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPSS2">Monday, 10/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPSS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4> 
 +
<p>The obtained PCR products with EPO coding sequence were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.
 +
</p>
 +
   
 +
         
 +
<p>
 +
The EPO fragment that should be amplified by the PCR is 582 bp in size. As can be seen on the gel, EPO was successfully amplified.
 +
</p>   
 +
               
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>10/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 20 μL of each PCR reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>10/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>EPO</td>
 +
    <td>56.0</td>
 +
    <td>1.90</td>
 +
    <td>1.58</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPSS2">Friday, 14/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPSS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations. 20 µL of the d-AuNPs solution, 20 µL MilliQ and 20 µL NaCl solutions (range from 0 mM to 2000 mM) were added in one of the 96 wells on the 92 wells plate. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/32/T--TUDelft--20180904_saltaggregation.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>The aggregation of d-AuNPs occured at a final NaCl concentration of 1M*⅓ = 333 mM, but increased when adding more salt. At a final concentration of 2M*⅓=666 mM NaCl, the aggregates were the most intensively changed of color. One mistake was made by pipetting the complete d-AuNPs tube into the wells without mixing the tube constantly. The d-AuNPs were sedimentating to the bottom of the tube and this was pipetted into wells E1 and E2. These results should be left out of the data analysis.
 +
<br><br>
 +
From the data, the spectrum of the mixtures with 0 mM, 1000 mM and 2000 mM NaCl were plotted. Due to pipetting errors and mixing errors, the standard deviations at lower salt concentrations were high. Additionally, the from all the samples with different salt concentrations, the ratio 620/520 was calculated and plotted over the salt concentration.
 +
</p>
 +
 +
<div class="spcmkr"></div>       
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekPSS3" type="checkbox" class="dropinput" />
 +
<label for="WeekPSS3" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPreScreen3"></a>Week 3 17/09/2018 - 23/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPSS3">Monday, 17/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPSS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations. 20 µL of the d-AuNPs solution, 20 µL MilliQ and 20 µL NaCl solutions (range from 0 mM to 2000 mM) were added in one of the 96 wells on the 92 wells plate. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/68/T--TUDelft--20180917_saltaggregation.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>The aggregation of d-AuNPs occured at a final NaCl concentration of 1M*⅓ = 333 mM, but increased when adding more salt. At a final concentration of 2M*⅓=666 mM NaCl, the aggregates were the most intensively changed of color. <br>
 +
<br>
 +
From the data, the spectrum of the mixtures with 0 mM, 1000 mM and 2000 mM NaCl were plotted. In comparison with the previous measurements, the error bars are lower. Additionally, the from all the samples with different salt concentrations, the ratio 620/520nm was calculated and plotted over the salt concentration.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>17/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt with ssDNAp</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations and the influence of ssDNAp is determined. 20 µL of the d-AuNPs solution, 16 µL MilliQ, <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">4 µL ssDNAp 1</a>  and 20 µL NaCl solutions (range from 0 mM to 2000 mM) were added in one of the 96 wells on the 96 wells plate. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/be/T--TUDelft--20180917_ssDNAp.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>The aggregation of d-AuNPs occured at a final NaCl concentration of 1500 mM * ⅓ = 500 mM, but increased when adding more salt. At a final concentration of 2M*⅓=666 mM NaCl, the aggregates were the most intensively changed of color.<br>
 +
From the data, the spectrum of the mixtures with 0 mM, 1000 mM and 2000 mM NaCl were plotted. Additionally, the from all the samples with different salt concentrations, the ratio 620/520 nm was calculated and plotted over the salt concentration.
 +
</p>
 +
<div class="spcmkr"></div>               
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPSS3">Wednesday, 19/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPSS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt with(out) ssDNAp</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations and the influence of ssDNAp is determined. 20 µL of the d-AuNPs solution, 16 µL MilliQ, <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">4 µL ssDNAp 1</a> and 20 µL NaCl solutions (range from 0 mM to 2000 mM) were added in one of the 96 wells on the 92 wells plate. As negative controls, 0 L ssDNAp 1 was added. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/01/T--TUDelft--20180919_ssDNAp.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>
 +
The d-AuNPs aggregated when salt was added from a final concentration of 1M*⅓=333 mM to 2M*⅓=666 mM NaCl. When ssDNAp (1 uM) were added, the concentrations at which the d-AuNPs aggregated increased. However, at 2 M NaCl, the d-AuNPs still aggregated although the aggregation was less intense compared to the salt aggregation without ssDNAp’s.  <br>
 +
<br>
 +
From the data, the spectrum of the mixtures with 0 mM, 1000 mM and 2000 mM NaCl were plotted from both samples: with and without ssDNAp. Additionally, the from all the samples either with or without ssDNAp addition, the ratio 620/520 was calculated and plotted over the salt concentration.     
 +
</p>
 +
<div class="spcmkr"></div>                   
 +
         
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Generation</h4> 
 +
<p>In order to generate dextrin-capped gold nanoparticles, first a gold chloride (HAuCl<sub>4</sub>.H<sub>2</sub>O) stock solution of 50 mL was prepared by dissolving 393.8 mg of HAuCl<sub>4</sub>.H<sub>2O</sub> in 50 mL of distilled sterile water. After preparation, this solution was stored at 4 °C covered in aluminium foil.<br>
 +
Secondly, a 10% sterile sodium carbonate (Na<sub>2</sub>CO<sub>3</sub>) solution was prepared by dissolving 4.985 g Na<sub>2</sub>CO<sub>3</sub> in 50 mL MilliQ water, after which the solution was filter sterilized.<br>
 +
Then, 200 mL distilled sterile water was be adjusted to pH 9 by carefully adding 1 M sodium hydroxide (NaOH) drops of 20 uL at a time, while keeping the solution sterile under a flame.<br>
 +
Subsequently, 25 mL of dextrin solution was prepared by dissolving 625 mg of dextrin powder in 25 mL of sterile MilliQ water to obtain a concentration of 25 g/L. This solution was then added to a sterile 250 mL flask.
 +
<br>
 +
Then, 5 mL of the gold chloride stock solution was added to the 250 mL flask and the pH was adjusted to 9 with the sterile 10% sodium carbonate solution, while working sterile.<br>
 +
Lastly, the reaction volume was completed to 50 mL by adding 20 mL distilled water (pH = 9).<br>
 +
          <br>
 +
For the actual generation of the d-AuNPs the flask was then incubated at 50 °C, covered in aluminium foil with continuous shaking for 3 to 8 hours. After 3 to 8 hours shaking, a reddish colour was observed on the solution that is characteristic for the correct size nanoparticle formation. The solution was observed every 30 minutes to check for red color formation.<br>
 +
          <br>
 +
Transmission Electron Microscope analysis was performed to check the size and size distribution of the d-AuNPs. the suspension of d-AuNPs in distilled water (ratio 1:4) and sonicate it for 5 min. Then, after plasma treatment this solution was be transferred to a copper grid for imaging. The correct size of the d-AuNPs be in the order of 10 nm.
 +
          </p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b6/T--TUDelft--180919_B2_Unag_igem_001.tif" alt="TEM"> 
 +
<p>We observed d-AuNPs in a relatively low concentration. The size distribution is ranging from 8 nm to 13 nm, which is sufficient for d-AuNPs analysis for prescreening.
 +
          </p>   
 +
</div>
 +
<div class="spcmkr"></div>
 +
         
 +
     
 +
<dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt</h4> 
 +
<p>
 +
The newly generated d-AuNPs are tested for their stability under different salt concentrations. 20 µL of the d-AuNPs solution, 20 µL MilliQ and 20 µL NaCl solutions (range from 0 mM to 2000 mM) were added in one of the 96 wells on the 92 wells plate. The plate was incubated at 21 ºC during 10 minutes. The plate view is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e2/T--TUDelft--20180919_Saltaggregation3.jpg" alt="d-AuNPs salt stability"> 
 +
 +
<p>The aggregation of d-AuNPs occured at a final NaCl concentration of 100 mM. In comparison with the old d-AuNPs batch, they aggregate at a lower salt concentration indicating that they are less stable. This observation can be explained by the time that the gold nanoparticles were in solution. During the generation, dextrin solution was added. The incubation time was approximately 8 hours and in this time the gold nanoparticles were capped by dextrin. The dextin makes the gold nanoparticles more stable. However, when the gold nanoparticles stay in the solution for a longer time, the remaining dextrin can adhere to the gold nanoparticles, making them more stable.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPSS3">Thursday, 20/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPSS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt</h4> 
 +
<p>
 +
The newly generated dAuNPs are tested for their stability under different salt concentrations. 20 µL of the d-AuNPs solution, 20 µL MilliQ and 20 µL NaCl solutions (range from 0 mM to 1000 mM) were added in one of the 96 wells on the 92 wells plate. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c7/T--TUDelft--d-AuNPs_saltaggregation.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>With the new batch of d-AuNPs, the salt concentration variation was performed again. The range of salt concentration is adapted from 0 to 1000 mM NaCl added concentration. From the plate view it can be seen that the d-AuNPs are aggregating at a lower salt concentration than the previous (older) batch on 14/09/2018, 17/09/2019 and 19/09/2018.
 +
</p>
 +
         
 +
</div>
 +
<div class="spcmkr"></div>       
 +
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt with(out) ssDNAp</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations and the influence of ssDNAp is determined. 20 µL of the d-AuNPs solution, 16 µL MilliQ, <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">4 µL ssDNAp 1</a> and 20 µL NaCl solutions (range from 0 mM to 1000 mM) were added in one of the 96 wells on the 96 wells plate. As negative controls, 0 L ssDNAp 1 was added. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0d/T--TUDelft--d-AuNPs_ssDNAp.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>
 +
With the new batch of d-AuNPs, the salt concentration variation was performed again. The range of salt concentration is adapted from 0 to 1000 mM NaCl added concentration. Additionally, ssDNAp cause a stabilizing effect as the color change occurs at a higher salt concentration compared to the solutions without ssDNAp. 
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: d-AuNPs stability upon salt with(out) ssDNAp</h4> 
 +
<p>
 +
The dAuNPs are tested for their stability under different salt concentrations and the influence of ssDNAp is determined. 20 µL of the d-AuNPs solution and 20 µL NaCl solutions (250, 500 and 1000 mM respectively) were added in the 96 wells plate. To test the influence of the ssDNAp concentration on d-AuNPs stabilization, different amounts of <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">0 to 10 µL ssDNAp 1</a> was added in subsequent wells. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/ae/T--TUDelft--20180920_ssDNAp_variation.png" alt="d-AuNPs salt stability"> 
 +
 +
<p>With a higher ssDNAp concentration, the d-AuNPs are being stabilized. The color change to purple, which indicates destabilization, occurs at a higher salt concentration. </p>
 +
<div class="spcmkr"></div>         
 +
         
 +
         
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4> 
 +
<p>
 +
To amplify the EPO (582 bp) coding sequence, high fidelity PCR was done using the EPO Gblock ordered from IDT as template DNA and 038 and 039 as forward and reverse primers. Two 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>038</td>
 +
    <td>039</td>
 +
    <td>EPO</td>
 +
    <td>582</td>
 +
  </tr>
 +
</table></center>   
 +
 
 +
<p>The thermocycler programme was installed to have an extension time of 0 seconds and an annealing temperature of 65 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>     
 +
         
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 20 μL of each PCR reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>EPO (1)</td>
 +
    <td>144.2</td>
 +
    <td>1.89</td>
 +
    <td>1.94</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>EPO (2)</td>
 +
    <td>150.9</td>
 +
    <td>1.88</td>
 +
    <td>2.06</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>EPO (3)</td>
 +
    <td>128.2</td>
 +
    <td>1.88</td>
 +
    <td>1.99</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>               
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPSS3">Friday, 21/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPSS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The ssDNAp, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA, 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>                   
 +
<p>The aggregation of d-AuNPs due to increasing salt concentration starts at 500 mM of NaCl. When a ssDNAp is added, the aggregation is extended to a NaCl concentration of 600 mM. However, presence of dsDNA target with a ssDNAp that can specifically bind to the target dsDNA does not influence the aggregation behavior drastically compared to the aggregation when dsDNA target is absent. Presence of only dsDNA target does decrease the stabilization of the d-AuNPs as they already aggregate at a NaCl added of 250 mM.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. The ssDNAp concentration is decreased to avoid to much stabilization of d-AuNPs by the ssDNAp. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The ssDNAp, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA, 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> (1nM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/4d/T--TUDelft--20180921_ssDNAp_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
   
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. The ssDNAp concentration is decreased to avoid to much stabilization of d-AuNPs by the ssDNAp. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The ssDNAp, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA, 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> (100nM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/97/T--TUDelft--20180921_ssDNAp_lowC_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. The ssDNAp concentration is increased to check the stabilization effect on d-AuNPs by the ssDNAp. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The ssDNAp, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA, 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> (100nM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/70/T--TUDelft--20180921_ssDNAp_highC_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekPSO1" type="checkbox" class="dropinput" />
 +
<label for="WeekPSO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberPreScreen1"></a>Week 1 01/10/2018 - 07/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPSO1">Tuesday, 02/10/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPSO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the sensitivity of the prescreening, the EPO target DNA is lowered to 100 pM. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The ssDNAp, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 nM and 100 pM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8d/T--TUDelft--20181002_ssDNAp_EPO_lowC_1nM_100pM.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
<!------- OCTOBER WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekPSO2" type="checkbox" class="dropinput" />
 +
<label for="WeekPSO2" class="subdropdown cadpbl"><a class="repositioner" id="OctoberPreScreen2"></a>Week 2 08/10/2018 - 14/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPSO2">Monday, 08/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPSO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the versatility of the prescreening, multiple variants of the ssDNAp were designed to target the EPO DNA. The ssDNAp 2 targets the EPO coding sequence. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 2</a> was used in this experiment to target the EPO DNA. The ssDNAp 2, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 2</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/70/T--TUDelft--20181008_ssDNAp2_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>         
 +
                   
 +
<dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the versatility of the prescreening, multiple variants of the ssDNAp were designed to target the EPO DNA. The ssDNAp 3 targets the EPO coding sequence. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 3</a> was used in this experiment to target the EPO DNA. The ssDNAp 3, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 3</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/03/T--TUDelft--20181008_ssDNAp3_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>         
 +
                             
 +
<dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the versatility of the prescreening, multiple variants of the ssDNAp were designed to target the EPO DNA. The ssDNAp 4 targets the EPO coding sequence. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 4</a> was used in this experiment to target the EPO DNA. The ssDNAp 4, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 4</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3f/T--TUDelft--20181008_ssDNAp4_EPO.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
 +
         
 +
                             
 +
<dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the versatility of the prescreening, multiple variants of the ssDNAp were designed to target the EPO DNA. The ssDNAp 5 targets the EPO coding sequence. Prior, the ssDNAp is heated up to let the ssDNAp anneal to EPO target DNA and create the secondary structure. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 5</a> was used in this experiment to target the EPO DNA. The ssDNAp 5, EPO target DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 5</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2b/T--TUDelft--20181008_ssDNAp5_EPO.png" alt="d-AuNPs salt stability">
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPSO2">Tuesday, 09/10/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPSO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>09/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the effect of background DNA on the ability to screen for target DNA, linear DNA was added. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> was used in this experiment to target the EPO DNA while background DNA is present. The ssDNAp 1, EPO target DNA, background DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.</p>       
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a8/T--TUDelft--20181009_ssDNAp1_EPO_background.png" alt="d-AuNPs salt stability">           
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>09/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">d-AuNPs Testing: ssDNAp interaction with EPO target DNA</h4>
 +
<p>The prescreening with d-AuNPs is tested with EPO DNA as target. To test the effect of background DNA on the ability to screen for target DNA, linear DNA was added. The <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 1</a> was used in this experiment to target the EPO DNA while background DNA is present. The ssDNAp 1, EPO target DNA, background DNA and hybridization buffer were incubated:</p>
 +
<ul class="uladpbl">
 +
          <li>5 minutes at 95 ºC (denature dsDNA target)</li>
 +
          <li>1 minute at 57 ºC (anneal ssDNAp to dsDNA target)</li>
 +
          <li>10 minutes at 21 ºC</li>
 +
</ul>         
 +
<p>20 µL d-AuNPs, 10 µL target dsDNA (1 µM), 6 µL hybridization buffer, 4 µL <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 2</a> (1 µM) and 20 µL of a varying salt concentration (range of 0 mM to 1000 mM) were added to the 96 wells plate. Again, the primer 051 was used as off-target ssDNAp. The plate was incubated at 21 ºC during 10 minutes. The visible absorption spectrum from 450 nm to 650 nm of the solutions was measure and the ratio 620/520 nm was calculated for analysis. The experiment was performed in triplicate. The plate view, relevant absorption spectra and ratio 620/520 nm is shown.<br>
 +
<br>
 +
In order to check the versatility of the prescreening, the effect of background DNA present in the sample, the d-AuNPs test is also performed with <a href="https://2018.igem.org/Team:TUDelft/Primers#ssDNAp" target="_blank" class="adpbl">ssDNAp 3, 4 and 5</a>.</p> 
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>         
 +
    </div>   
 +
</ul>
 +
</form> 
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div>
 +
 +
<div class="container nowbg" id="StrainConstruction">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">May<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#MayStrainCon" class="adpbl">Week: 28/05/2018 - 03/06/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
          <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">June<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JuneStrainCon1" class="adpbl">Week: 04/06/2018 - 10/06/2018</a>         
 +
            </li>
 +
            <li><a href="#JuneStrainCon2" class="adpbl">Week: 11/06/2018 - 17/06/2018</a>         
 +
            </li>
 +
            <li><a href="#JuneStrainCon3" class="adpbl">Week: 18/06/2018 - 24/06/2018</a>         
 +
            </li>
 +
            <li><a href="#JuneStrainCon4" class="adpbl">Week: 25/06/2018 - 01/07/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">July<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JulyStrainCon1" class="adpbl">Week: 02/07/2018 - 08/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyStrainCon2" class="adpbl">Week: 09/07/2018 - 15/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyStrainCon3" class="adpbl">Week: 16/07/2018 - 22/07/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">August<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#AugustStrainCon1" class="adpbl">Week: 30/07/2018 - 05/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustStrainCon2" class="adpbl">Week: 06/08/2018 - 12/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustStrainCon3" class="adpbl">Week: 13/08/2018 - 19/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustStrainCon4" class="adpbl">Week: 20/08/2018 - 26/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustStrainCon5" class="adpbl">Week: 27/08/2018 - 02/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberStrainCon1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberStrainCon2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberStrainCon3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberStrainCon4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberStrainCon1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberStrainCon2" class="adpbl">Week: 08/10/2018 - 14/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
<!-----------------MAY----------------------->
 +
  <h3 class="adpbl">May</h3><br>
 +
 +
    <!------- May WEEK 5----------->   
 +
 +
<form>   
 +
<input id="WeekSCM1" type="checkbox" class="dropinput" />
 +
<label for="WeekSCM1" class="subdropdown cadpbl"><a class="repositioner" id="MayStrainCon"></a>Week 5 28/05/2018 - 03/06/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- Thursday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCM">Thursday, 30/05/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCM" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/5/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    An overnight starter culture of <i>E. coli</i> DH5α harboring plasmid pTXB1-Tn5 was subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
<!-- COPY UNTIL HERE -->
 +
   
 +
        <dl>
 +
  <dt>Date</dt><dd>30/5/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pTXB1-Tn5</td>
 +
      <td>36.3</td>
 +
      <td>1.92</td>
 +
      <td>2.06</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pTXB1-Tn5</td>
 +
      <td>40.4</td>
 +
      <td>1.88</td>
 +
      <td>2.17</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
      <td>pTXB1-Tn5</td>
 +
      <td>47</td>
 +
      <td>1.82</td>
 +
      <td>1.75</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCM">Friday, 01/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCM" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>1/6/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Primer working stock preparation</h4> 
 +
<p> The following primers were resuspended in sterile Milli-Q water, in order to make 100µM stock solutions. 
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Primer name</th>
 +
    <th class="tableheaderadpbl">Amount (ng)</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>001</td>
 +
      <td>290</td>
 +
      <td>277</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>002</td>
 +
      <td>380</td>
 +
      <td>304</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>003</td>
 +
      <td>280</td>
 +
      <td>377</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>004</td>
 +
      <td>280</td>
 +
      <td>344</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>005</td>
 +
      <td>4nmol</td>
 +
      <td>40*</td>
 +
  </tr> 
 +
      <tr class="tableevenadpbl">
 +
    <td>006</td>
 +
      <td>260</td>
 +
      <td>255</td>
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td>007</td>
 +
      <td>290</td>
 +
      <td>284</td>
 +
  </tr> 
 +
          <tr class="tableevenadpbl">
 +
    <td>008</td>
 +
      <td>4nmol</td>
 +
      <td>40*</td>
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td>009</td>
 +
      <td>250</td>
 +
      <td>290</td>
 +
  </tr> 
 +
          <tr class="tableevenadpbl">
 +
    <td>010</td>
 +
      <td>270</td>
 +
      <td>320</td>
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td>011</td>
 +
      <td>220</td>
 +
      <td>308</td>
 +
  </tr> 
 +
          <tr class="tableevenadpbl">
 +
    <td>012</td>
 +
      <td>200</td>
 +
      <td>301</td>
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td>013</td>
 +
      <td>220</td>
 +
      <td>357</td>
 +
  </tr>
 +
                  <tr class="tableevenadpbl">
 +
    <td>014</td>
 +
      <td>180</td>
 +
      <td>301</td>
 +
  </tr>
 +
          <tr class="tableunevenadpbl">
 +
    <td>015</td>
 +
      <td>200</td>
 +
      <td>334</td>
 +
  </tr> 
 +
    <tr class="tableevenadpbl">
 +
    <td>016</td>
 +
      <td>200</td>
 +
      <td>330</td>
 +
  </tr> 
 +
            <tr class="tableunevenadpbl">
 +
    <td>017</td>
 +
      <td>190</td>
 +
      <td>350</td>
 +
  </tr> 
 +
            <tr class="tableevenadpbl">
 +
    <td>018</td>
 +
      <td>170</td>
 +
      <td>348</td>
 +
  </tr> 
 +
            <tr class="tableunevenadpbl">
 +
    <td>019</td>
 +
      <td>290</td>
 +
      <td>345</td>
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <td>020</td>
 +
      <td>220</td>
 +
      <td>365</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>021</td>
 +
      <td>240</td>
 +
      <td>343</td>
 +
  </tr>
 +
                <tr class="tableevenadpbl">
 +
    <td>022</td>
 +
      <td>230</td>
 +
      <td>334</td>
 +
  </tr>
 +
                      <tr class="tableunevenadpbl">
 +
    <td>023</td>
 +
      <td>200</td>
 +
      <td>319</td>
 +
  </tr>
 +
                      <tr class="tableevenadpbl">
 +
    <td>024</td>
 +
      <td>230</td>
 +
      <td>336</td>
 +
  </tr>
 +
                        <tr class="tableunevenadpbl">
 +
    <td>025</td>
 +
      <td>220</td>
 +
      <td>339</td>
 +
  </tr>
 +
                  <tr class="tableevenadpbl">
 +
    <td>026</td>
 +
      <td>160</td>
 +
      <td>355</td>
 +
  </tr>
 +
                    <tr class="tableunevenadpbl">
 +
    <td>027</td>
 +
      <td>150</td>
 +
      <td>301</td>
 +
  </tr>
 +
                      <tr class="tableevenadpbl">
 +
    <td>028</td>
 +
      <td>170</td>
 +
      <td>343</td>
 +
  </tr>
 +
</table></center>   
 +
    <br>
 +
    <p> The primers in these 100 µM stocks were heated to 60 °C for 20 minutes and centrifuged  at maximum speed (~17,000 x g) for 2 minutes. 10µM primer working stock solutions were prepared by making 10x dilution aliquots with sterile Milli-Q, each in a total volume of 100µl. </p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!---------------- JUNE -------------------->   
 +
<h3 class="adpbl">June</h3><br>
 +
    <!------- JUNE WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSC1" type="checkbox" class="dropinput" />
 +
<label for="WeekSC1" class="subdropdown cadpbl"><a class="repositioner" id="JuneStrainCon1"></a>Week 1 04/06/2018 - 10/06/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySC1">Monday, 04/06/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySC1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>04/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4> 
 +
<p>
 +
To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. Two 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>006</td>
 +
    <td>Tn5</td>
 +
    <td>1452</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>   
 +
 
 +
<p>The thermocycler programme was installed to have an extension time of 1 min 30 seconds and an annealing temperature of 55 °C for one of the tubes and 60 °C for the second tubes. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
          <div class="spcmkr"></div>         
 +
 
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>04-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4> 
 +
<p>The obtained PCR products Linker-Tn5, Tn5, Tn5-Linker were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.
 +
</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/19/T--TUDelft--2018_20180604_PCR_linkers_Tn5.png" alt="Gel electrophoresis">         
 +
<p>
 +
The fragments that should be amplified by the PCR are respectively 1508, 1452 and 1505 bp in size. As can be seen on the gel, only the Tn5 amplification was successfully amplified. The Linker-Tn5 and Tn5-Linker fragments were not successfully amplified.         
 +
</p>   
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySC1">Tuesday, 05/06/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySC1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>05/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR clean-up</h4> 
 +
<p>
 +
    Two times 50 μL of PCR product Tn5 was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">DNA clean up protocol</a>. Elution was done in 30 µL prewarmed Milli-Q.
 +
</p>
 +
          <div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>05-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4> 
 +
<p>
 +
          The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 (annealed at 55 °C)</td>
 +
    <td>59.6</td>
 +
    <td>1.88</td>
 +
    <td>1.65</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5 (annealed at 60 °C)</td>
 +
    <td>47.4</td>
 +
    <td>1.82</td>
 +
    <td>0.59</td>
 +
  </tr> 
 +
</table></center>   
 +
              <div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>05/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
          <i>E.coli</i> strain harbouring the plasmid pTXB1-Tn5 was used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with ampicillin) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySC1">Wednesday, 06/06/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySC1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>06/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4> 
 +
<p>
 +
    Restriction cloning was done for assembling Tn5 into pACYC-Duet. The following table shows an overview of what fragment(s) were cut with which restriction enzyme(s).
 +
</p>
 +
         
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2.5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (pACYC-Duet)</td>
 +
      <td>10 (1000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>10.5</td>
 +
</tr> 
 +
</table></center>
 +
<br>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2.5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (Tn5)</td>
 +
      <td>20.5 (1000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
</tr> 
 +
</table></center>
 +
         
 +
    <br>
 +
<p>The samples were incubated for 2 hours at 37 °C.
 +
</p>     
 +
          <div class="spcmkr"></div>
 +
         
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySC1">Friday, 08/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySC1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean up</h4> 
 +
<p>
 +
          25 μL of restriction mixture with Tn5 or pACYCDuet-1 was subjected to DNA Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL prewarmed Milli-Q.
 +
</p>   
 +
          <div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4> 
 +
<p>
 +
          The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 55 °C (EcoRI, KpnI restricted)</td>
 +
    <td>8.8</td>
 +
    <td>1.97</td>
 +
    <td>0.79</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5 60 °C (EcoRI, KpnI restricted)</td>
 +
    <td>6.8</td>
 +
    <td>1.68</td>
 +
    <td>0.52</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>Duet-1 (EcoRI, KpnI restricted)</td>
 +
    <td>5.6</td>
 +
    <td>2.05</td>
 +
    <td>0.40</td>
 +
  </tr>
 +
</table></center> 
 +
              <div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Ligation</h4> 
 +
<p>         
 +
In order to assemble cut fragments Tn5 55 °C/60 °C and pACYCDuet-1, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp)</th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector pACYCDuet-1</td>
 +
    <td>3768</td>
 +
    <td>EcoRI, KnpI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment Tn5</td>
 +
    <td>1442</td>
 +
    <td>EcoRI, KpnI</td>
 +
  </tr> 
 +
</table></center>         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:
 +
</p>
 +
 +
<center><table> 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
<tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
    <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
    <td>1</td>
 +
<tr class="tableunevenadpbl">
 +
    <td>DNA vector (~50 ng) </td>
 +
    <td>9</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>DNA fragment (~60 ng) </td>
 +
    <td>8</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>0</td>
 +
</tr>
 +
</table></center>   
 +
 +
<p>The samples were incubated for 72 hours (over the weekend) at 4°C for ligation.</p>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. As the PCR reaction was not successful before, different conditions were tested to optimize the PCR. Multiple 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol.</a>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>006</td>
 +
    <td>Tn5</td>
 +
    <td>1452</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>   
 +
<p>
 +
          The sets of conditions tested were:</p>
 +
<ul class="uladpbl">
 +
          <li>Touch Down PCR with HF buffer</li>
 +
          <li>Touch Down PCR with GC buffer</li>
 +
          <li>2 step PCR with HF buffer</li>
 +
          <li>2 step PCR with GC buffer</li>
 +
</ul>
 +
<p>
 +
Touch Down PCR program
 +
</p>
 +
<center>
 +
<table>
 +
<tr>
 +
          <th class="tableheaderadpbl">Step</th>
 +
          <th class="tableheaderadpbl">Time (s)</th>
 +
          <th class="tableheaderadpbl">Temperature (°C)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Initial denaturation</td>
 +
          <td>30</td>
 +
          <td>98</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Denaturation</td>
 +
          <td>10</td>
 +
          <td>98</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Annealing</td>
 +
          <td>15</td>
 +
          <td>60 down to 50</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Extension</td>
 +
          <td>1 min 30 sec</td>
 +
          <td>72</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Final extension</td>
 +
          <td>300</td>
 +
          <td>72</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Hold</td>
 +
          <td>∞</td>
 +
          <td>4</td>
 +
</tr>
 +
</table>
 +
</center>
 +
 +
<p>
 +
2 Step PCR program </p>
 +
 +
<center>
 +
<table>
 +
<tr>
 +
          <th class="tableheaderadpbl">Step</th>
 +
          <th class="tableheaderadpbl">Time (s)</th>
 +
          <th class="tableheaderadpbl">Temperature (°C)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Initial denaturation</td>
 +
          <td>30</td>
 +
          <td>98</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Denaturation</td>
 +
          <td>10</td>
 +
          <td>98</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Annealing</td>
 +
          <td>15</td>
 +
          <td>72</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Extension</td>
 +
          <td>1 min 30 sec</td>
 +
          <td>72</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
          <td>Final extension</td>
 +
          <td>300</td>
 +
          <td>72</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
          <td>Hold</td>
 +
          <td>∞</td>
 +
          <td>4</td>
 +
</tr>
 +
</table>
 +
</center>         
 +
<p>
 +
After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
          <div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The obtained PCR products Linker-Tn5, Tn5, Tn5-Linker were run on a 0.8% agarose gel in TAE buffer. 4 μL DNA was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/4c/T--TUDelft--2018_20180608_PCR_linkers_Tn5.png" alt="Gel electrophoresis">   
 +
<p>The fragments that should be amplified by the PCR are respectively 1508, 1452 and 1505 bp in size. As can be seen on the gel, only the Linker-Tn5 amplification was successfully amplified in the 2 Step PCR program with GC buffer. The Linker-Tn5, Tn5 and Tn5-Linker fragments were not successfully amplified when a touch down PCR program was performed. </p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4> 
 +
<p>
 +
To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using the amplified Tn5 (in previous PCR reactions) as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. Two times eight 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
      <th class="tableheaderadpbl">Expected size (bp) </th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
</tr>
 +
</table></center>   
 +
 
 +
<p>To test the effect of DMSO on the PCR performance, one extra tube per amplicon was made that was supplemented with 1.5 μL DMSO (3% final) and 34 μL MilliQ.
 +
Additionally, instead of the amplified Tn5 PCR product as template, the original pTXB1-Tn5 plasmid was used as template.
 +
Finally, a negative control sample was taken into account that contained no primers and 37.5 μL MilliQ instead.<br>
 +
The thermocycler programme was installed to have an extension time of 1 min 30 seconds and an annealing temperature of 60 °C. In order to check the difference between two PCR machines (older one and new one), the tubes were divided over the two thermocyclers. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>         
 +
 
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The obtained PCR products Linker-Tn5 and Tn5-Linker were run on a 0.8% agarose gel in TAE buffer. 4 μL DNA was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/65/T--TUDelft--2018_20180608_PCR_linkers_Tn52.png" alt="Gel electrophoresis">   
 +
<p>As can be seen, the PCR amplification with primers 005 and 006 resulting in Linker-Tn5 were successful. The primers 007 and 008 did not result in any PCR amplicons. Also, the HF buffer supplemented with 3% DMSO resulted in the required amplicon. Remarkably, the old PCR machine did result in thicker and brighter bands DNA. This might be due to the differences in speed when changing temperature.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4> 
 +
<p>
 +
          The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Linker-Tn5, 7 tubes (new machine) </td>
 +
    <td>117.9</td>
 +
    <td>1.82</td>
 +
    <td>1.35</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Linker-Tn5, 1 tube (old machine)</td>
 +
    <td>67.7</td>
 +
    <td>1.82</td>
 +
    <td>1.17</td>
 +
  </tr> 
 +
</table></center> 
 +
<div class="spcmkr"></div>         
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4> 
 +
<p>
 +
To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. Two times three 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
      <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>006</td>
 +
    <td>Tn5</td>
 +
    <td>1452</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>   
 +
 
 +
<p>The thermocycler programme was installed to have an extension time of 2 min 30 seconds (1 minute longer than PCR reactions before) and an annealing temperature of 60 °C. Again, in order to check the difference between two PCR machines (older one and new one), the tubes were divided over the two thermocyclers. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
          <div class="spcmkr"></div>         
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>All the PCR amplicons were run on a 0.8% agarose gel in TAE buffer. 4 μL DNA was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/13/T--TUDelft--2018_20180608_PCR_linkers_Tn53.png" alt="Gel electrophoresis">   
 +
<p>
 +
As can be seen, the PCR amplification with primers 005, 006, 007 and 008 resulting in Linker-Tn5, Tn5, Tn5-Linker (respective sizes: 1508, 1452 and 1505 bp) were successful. In contradiction with the previous results, the new PCR machine did result in thicker and brighter bands DNA and is therefore considered more efficient for this PCR reaction. From this experiment it can be concluded that the standard PCR conditions work sufficient for this purpose.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 +
    <!------- JUNE WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSC2" type="checkbox" class="dropinput" />
 +
<label for="WeekSC2" class="subdropdown cadpbl"><a class="repositioner" id="JuneStrainCon2"></a>Week 2 11/06/2018 - 17/06/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySC2">Monday, 11/06/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>
 +
The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYC1Duet-1_Tn5 (5210 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>20</td>
 +
    <td>LB Cam</td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5(5210 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>20</td>
 +
    <td>LB Cam</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pTXB1-Tn5</td>
 +
    <td>-</td>
 +
    <td>2</td>
 +
    <td>LB Amp</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 (pos.control)</td>
 +
    <td>-</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>none (neg. control)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>0</td>
 +
    <td>LB Cam</td>
 +
  </tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>   
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySC2">Tuesday, 12/06/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Tn5 after transformation from 11-06-2018. This plasmid contains the Tn5 insert, which can be checked with primers 029 and 030. As negative control, the colonies containing pACYCDuet-1 were checked according to the same protocol.</p>
 +
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1686 bp</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
Six tubes were prepared for colony PCR, containing pACYCDuet-1_Tn5 as template DNA. Additionally, one tube with pACYCDuet-1 was taken along as positive control. The thermocycler programme was installed to have an extension time of 2 min and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySC2">Wednesday, 13/06/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons of the colony PCR performed on 12-06-2018 were run on a 0.8% agarose gel in TAE buffer. 4μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/7a/T--TUDelft--2018_20180613_ColonyPCR.png" alt="Gel electrophoresis">
 +
 +
<p>Unfortunately, the PCR reaction did not result in the required PCR amplicons. However, the positive control colony (pACYCDuet-1) did also not results in any PCR amplicon. Therefore, it is likely that the PCR reaction itself was not successful and needs to be repeated.</p>
 +
                    <div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>13-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>The PCR amplicons made on 08-06-2018 were subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
                    <div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>13-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The PCR amplicons were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
         
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Linker-Tn5</td>
 +
    <td>494.1</td>
 +
    <td>1.88</td>
 +
    <td>1.95</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5</td>
 +
    <td>463.1</td>
 +
    <td>1.86</td>
 +
    <td>1.90</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker</td>
 +
    <td>398.3</td>
 +
    <td>1.88</td>
 +
    <td>1.87</td>
 +
  </tr>
 +
</table></center> 
 +
<div class="spcmkr"></div> 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySC2">Thursday, 14/06/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Liquid Starter Culture Preparation</h4>
 +
          <p>The six colonies that have grown on LB Cam after transformation on 11-06-2018 and probably harbour our desired plasmid pACYCDuet-1_Tn5 were used for inoculation of 50 mL liquid starter culture (Luria Broth, complemented with Cam) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>. Additionally, as positive control one colony of pACYCDuet-1 that has also grown was inoculated in the same way.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySC2">Friday, 15/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Restriction</h4>
 +
<p>Restriction cloning was done for assembling Tn5, Tn5-Linker and Linker-Tn5 separately into pACYCDuet-1. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).</p>
 +
         
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (Tn5)</td>
 +
      <td>4.5 (1000 ng)</td>
 +
      <td>Fragment (Linker-Tn5)</td>
 +
      <td>4 (1000 ng)</td>
 +
      <td>Fragment (Tn5-Linker)</td>
 +
      <td>5 (1000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>38.5</td>
 +
      <td>MilliQ</td>
 +
      <td>39</td>
 +
      <td>MilliQ</td>
 +
      <td>38</td>
 +
</tr> 
 +
</table></center>
 +
<p>The samples were incubated for 1 hour at 37 °C, and followed by 20 minute at 65 °C heat inactivation of the restriction enzyme(s).</p>
 +
 +
 +
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>15/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Tn5-lin and lin-Tn5 into pACYCduet-1. The following table shows an overview of what fragments were cut with what restriction enzymes.<br>
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (Tn5-lin)</td>
 +
      <td>9</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (ECORI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 7</td>
 +
     
 +
</table></center>
 +
    <br>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
<br>
 +
 +
 +
    <p>The samples were incubated for 1 hour at 37 °C.
 +
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
    <dt>Date</dt><dd>15/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    20 μL of restriction product were subjected to PCR Clean-Up, according to the protocol. Elution was done in 20 µL Milli-Q. <br><br>
 +
    Products were quantified with Nanodrop, yielding concentration of:<br>
 +
    - Tn5-lin: 30.4 ng/µL <br>
 +
    - pACYC: 8.5 ng/µL <br>
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
      <dt>Date</dt><dd>15/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments Tn5-lin into pACYCduet-1, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet</td>
 +
      <td>1.5 kbp</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5-lin</td>
 +
      <td>1.5 kbp</td>
 +
      <td>EcoRI and NotI</td>
 +
 
 +
</table></center>   
 +
   
 +
<p>The ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2 µL</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1 µL</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC (~100 ng) </td>
 +
          <td>13.3 µL</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>Tn5 (300 ng) </td>
 +
          <td>3.7 µL</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0 µL</td>
 +
</table></center>   
 +
<br>
 +
    <br>
 +
<p>The samples were incubated overnight at 4 ºC for ligation. </p>
 +
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saterday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySC2">Saturday, 16/06/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>16/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC Tn5 (3000 bp)</td>
 +
      <td>Restriction Ligation</td>
 +
      <td>10 µL</td>
 +
      <td>LB with Chloroamphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>400 µL LB medium was added as recovery medium.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundaySC2">Sunday, 17/06/2018</button>
 +
<!-- Modal -->
 +
<div id="SundaySC2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>17/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation results from 16/06/2018 </h4> 
 +
<p>No colonies grew on LB plates with chloroamphenicol. Repeat protocol with higher DNA concentrations starting from restriction.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!------- JUNE WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekSC3" type="checkbox" class="dropinput" />
 +
<label for="WeekSC3" class="subdropdown cadpbl"><a class="repositioner" id="JuneStrainCon3"></a>Week 3 18/06/2018 - 24/06/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySC3">Monday, 18/06/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySC3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>18-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>
 +
Overnight starter cultures of Tn5 (two times) and pACYCDuet-1 (two times) were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>18-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 (1)</td>
 +
    <td>119.1</td>
 +
    <td>2.02</td>
 +
    <td>2.08</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5 (2)</td>
 +
    <td>127.3</td>
 +
    <td>2.00</td>
 +
    <td>2.32</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 (1)</td>
 +
    <td>47.4</td>
 +
    <td>1.96</td>
 +
    <td>2.03</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 (2)</td>
 +
    <td>238.9</td>
 +
    <td>2.12</td>
 +
    <td>2.44</td>
 +
  </tr>
 +
</table></center> 
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>18-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>     
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>Restriction cloning was done for assembling Tn5, Tn5-Linker and Linker-Tn5 separately into pACYCDuet-1. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).</p>
 +
         
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (Tn5)</td>
 +
      <td>4.5 (2000 ng)</td>
 +
      <td>Fragment (Linker-Tn5)</td>
 +
      <td>4 (2000 ng)</td>
 +
      <td>Fragment (Tn5-Linker)</td>
 +
      <td>5 (2000 ng)</td>
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>5 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>38.5</td>
 +
      <td>MilliQ</td>
 +
      <td>39</td>
 +
      <td>MilliQ</td>
 +
      <td>38</td>
 +
      <td>MilliQ</td>
 +
      <td>38</td>
 +
</tr> 
 +
</table></center>
 +
<p>The samples were incubated for 1 hour at 37 °C, and followed by 20 minute at 65 °C heat inactivation of the restriction enzyme(s).</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>18/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>The restriction reactions Tn5, Tn5-Linker, Linker-Tn5 and pACYCDuet-1 were subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
                 
 +
<dl>
 +
  <dt>Date</dt><dd>18-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>
 +
The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5 (5210 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>5</td>
 +
    <td>LB Cam</td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Linker-Tn5 (5477 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>5</td>
 +
    <td>LB Cam</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 restricted (neg. control)</td>
 +
    <td>Restriction</td>
 +
    <td>5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 (pos. control)</td>
 +
    <td>-</td>
 +
    <td>0.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4>
 +
<p>The colonies that have grown on the plates of the transformation performed on 11-06-2018 were used for inoculation of 5 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>. This was done to be able to test the colonies for correct insert.</p>
 +
<div class="spcmkr"></div>         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySC3">Tuesday, 19/06/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySC3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. Two times three 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>006</td>
 +
    <td>Tn5</td>
 +
    <td>1452</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 2 min 30 seconds (1 minute longer than PCR reactions before) and an annealing temperature of 60 °C. Again, in order to check the difference between two PCR machines (older one and new one), the tubes were divided over the two thermocyclers. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>Overnight starter cultures of the colonies from the transformation performed on 11-06-2018 were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 20 μL of pre-warmed MilliQ.</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Colony 1: pACYCDuet-1_Tn5</td>
 +
    <td>19.7</td>
 +
    <td>1.75</td>
 +
    <td>0.86</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Colony 2: pACYCDuet-1_Tn5</td>
 +
    <td>38.6</td>
 +
    <td>1.66</td>
 +
    <td>0.79</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>Colony 3: pACYCDuet-1_Tn5</td>
 +
    <td>93.4</td>
 +
    <td>1.56</td>
 +
    <td>0.62</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>Colony 4: pACYCDuet-1_Tn5</td>
 +
    <td>34.6</td>
 +
    <td>1.75</td>
 +
    <td>0.98</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Colony 5: pACYCDuet-1_Tn5</td>
 +
    <td>57.4</td>
 +
    <td>1.62</td>
 +
    <td>0.74</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>Colony 6: pACYCDuet-1_Tn5</td>
 +
    <td>39.8</td>
 +
    <td>1.73</td>
 +
    <td>0.99</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>Colony 7: pACYCDuet-1_Tn5</td>
 +
    <td>32.5</td>
 +
    <td>1.77</td>
 +
    <td>1.10</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>Colony pACYCDuet-1</td>
 +
    <td>54.3</td>
 +
    <td>1.73</td>
 +
    <td>1.05</td>
 +
  </tr> 
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYCDuet-1_Tn5 after transformation from 11-06-2018. This plasmid contains Tn5, which can be checked with primers 006 and 007. Additionally, the primers binding at the T7 promoter and termination were used to check the Tn5 insert.</p>
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Tn5</td>
 +
    <td>pACYCDuet-1_Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>007</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>006</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1452 bp</td>
 +
    <td>1576 bp</td>
 +
</tr>
 +
</table></center>   
 +
<p>Eight tubes were prepared for colony PCR, containing pACYCDuet-1-Tn5 as template DNA. Additionally, MgCl<sub>2</sub> was added to increase the efficiency of the PCR reaction. The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The colony PCR’s of the transformation of 11-06-2018 were run on a 0.8% agarose gel in TAE buffer. 5 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/ac/T--TUDelft--2018_20180619_ColonyPCR.png" alt="Gel electrophoresis">
 +
<p>Colonies 1,2,3,4,6 and 7 show the presence of Tn5 and T7p-Tn5-T7t, indicating that these colonies were positive for Tn5 integration.</p>         
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify Linker-Tn5 (1508 bp), Tn5 (1452 bp) and Tn5-Linker (1505 bp) coding sequence, high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP005, FP006, FP007 and FP008 as forward and reverse primers. Multiple 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol.</a>
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>007</td>
 +
    <td>006</td>
 +
    <td>Tn5</td>
 +
    <td>1452</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>
 +
<p>The thermocycler programme was installed to have an extension time of 2 min 30 seconds (1 minute longer than PCR reactions before) and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>
 +
Overnight starter cultures of the strain with pACYCDuet-1 were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 (1)</td>
 +
    <td>15.5</td>
 +
    <td>1.85</td>
 +
    <td>1.36</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 (2)</td>
 +
    <td>14.0</td>
 +
    <td>1.60</td>
 +
    <td>0.86</td>
 +
  </tr>
 +
</table></center> 
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4>
 +
<p>Colonies 1,2,3,4,6 and 7 harbouring the pACYCDuet-1_Tn5 plasmid and strains containing the plasmids pTXB1-Tn5 and pACYCDuet-1 were used for inoculation of 50 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySC3">Wednesday, 20/06/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySC3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>Overnight starter cultures of pACYCDuet-1 and pTXB1-Tn5 were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.</p>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 (1)</td>
 +
    <td>120.9</td>
 +
    <td>1.67</td>
 +
    <td>0.85</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 (2)</td>
 +
    <td>108.1</td>
 +
    <td>1.70</td>
 +
    <td>1.03</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 (3)</td>
 +
    <td>56.8</td>
 +
    <td>1.86</td>
 +
    <td>1.52</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 (4)</td>
 +
    <td>113.8</td>
 +
    <td>1.68</td>
 +
    <td>0.91</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pTXB1-Tn5 (1) </td>
 +
    <td>90.6</td>
 +
    <td>1.81</td>
 +
    <td>1.45</td> 
 +
  <tr class="tableevenadpbl">
 +
    <td>pTXB1-Tn5 (2)</td>
 +
    <td>96.6</td>
 +
    <td>1.82</td>
 +
    <td>1.65</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>pTXB1-Tn5 (3)</td>
 +
    <td>106.4</td>
 +
    <td>1.79</td>
 +
    <td>1.36</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>pTXB1-Tn5 (4)</td>
 +
    <td>121.7</td>
 +
    <td>1.73</td>
 +
    <td>1.18</td> 
 +
  </tr> 
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>Two sets of 50 μL of PCR product of Tn5, Linker-Tn5 and Tn5-linker performed on and 19-06-2018 was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL prewarmed Milli-Q.</p>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker (1)</td>
 +
    <td>190.3</td>
 +
    <td>1.90</td>
 +
    <td>1.38</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5-linker (2)</td>
 +
    <td>206.0</td>
 +
    <td>1.90</td>
 +
    <td>1.98</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 (1)</td>
 +
    <td>258.4</td>
 +
    <td>1.88</td>
 +
    <td>2.04</td>   
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5 (2)</td>
 +
    <td>260.7</td>
 +
    <td>1.88</td>
 +
    <td>2.06</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Linker-Tn5 (1) </td>
 +
    <td>199.7</td>
 +
    <td>1.88</td>
 +
    <td>1.86</td> 
 +
  <tr class="tableevenadpbl">
 +
    <td>Linker-Tn5 (2)</td>
 +
    <td>234.6</td>
 +
    <td>1.89</td>
 +
    <td>1.99</td>
 +
  </tr> 
 +
</table></center>
 +
<div class="spcmkr"></div>       
 +
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Restriction</h4>
 +
<p>Restriction cloning was done for assembling Tn5, Tn5-Linker and Linker-Tn5 separately into pACYCDuet-1. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).</p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (Tn5-Linker)</td>
 +
      <td>10 (2000 ng)</td>
 +
      <td>Fragment (Tn5)</td>
 +
      <td>8 (2000 ng)</td>
 +
      <td>Fragment (Linker-Tn5)</td>
 +
      <td>9 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>6</td>
 +
      <td>MilliQ</td>
 +
      <td>8</td>
 +
      <td>MilliQ</td>
 +
      <td>7</td>
 +
</tr> 
 +
</table></center>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
</tr> 
 +
</table></center>
 +
 +
<p>The samples were incubated for 1 hour at 37 °C, and followed by 20 minute heat inactivation (65 °C) of the restriction enzyme(s).</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 20 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 cut with FseI and KpnI</td>
 +
    <td>18.7</td>
 +
    <td>1.71</td>
 +
    <td>1.02</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 cut with EcoRI and KpnI</td>
 +
    <td>41.2</td>
 +
    <td>1.80</td>
 +
    <td>1.44</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 cut with EcoRI and NotI</td>
 +
    <td>22.6</td>
 +
    <td>1.77</td>
 +
    <td>0.56</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Tn5-Linker cut with FseI and KpnI</td>
 +
    <td>56.7</td>
 +
    <td>1.85</td>
 +
    <td>1.63</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5 cut with EcoRI and KpnI</td>
 +
    <td>59.2</td>
 +
    <td>1.84</td>
 +
    <td>1.20</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Linker-Tn5 cut with EcoRI and NotI</td>
 +
    <td>70.0</td>
 +
    <td>1.87</td>
 +
    <td>1.73</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pACYCDuet-1 and Tn-Linker, Tn5 and Linker-Tn5 respectively, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3970</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5-Linker</td>
 +
      <td>1490</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
</table></center>
 +
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3768</td>
 +
      <td>KpnI and EcoRI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5</td>
 +
      <td>1442</td>
 +
      <td>KpnI and EcoRI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3984</td>
 +
      <td>FseI and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Linker-Tn5</td>
 +
      <td>1493</td>
 +
      <td>FseI and KpnI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>10</td>
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>6</td>
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>11</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5-Lin (~80 ng)</td>
 +
          <td>1.5</td>
 +
          <td>DNA Tn5 (~80 ng)</td>
 +
          <td>2</td>
 +
          <td>DNA Lin-Tn5 (~80 ng)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>6.5</td>
 +
          <td>MilliQ</td>
 +
          <td>9</td>
 +
          <td>MilliQ</td>
 +
          <td>4</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated for 4 hours at 20°C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5-Lin (5460 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5 (5210 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Linker-Tn5 (5477 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 restricted (neg. control)</td>
 +
    <td>Restriction</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 (pos. control)</td>
 +
    <td>-</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySC3">Thursday, 21/06/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySC3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>21-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Lin-Tn5 after transformation from 20-06-2018. This plasmid contains the Lin-Tn5 insert, which can be checked with primers 029 and 030. </p>
 +
 +
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1722 bp</td>
 +
</tr>
 +
</table></center>   
 +
<p>23 tubes were prepared for colony PCR, containing pACYCDuet-1_Lin-Tn5 as template DNA. The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>21-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4>
 +
<p>Strain E.coli DH5a harbouring the pACYCDuet-1 plasmid was used for inoculation of 50 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture protocol </a></p>
 +
         
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySC3">Friday, 22/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySC3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>22-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Lin-Tn5 after transformation from 20-06-2018. This plasmid contains the Lin-Tn5 insert, which can be checked with primers 029 and 030. </p>
 +
 +
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1722 bp</td>
 +
</tr>
 +
</table></center>   
 +
<p>23 tubes were prepared for colony PCR, containing pACYCDuet-1_Lin-Tn5 as template DNA. The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>21-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The colony PCR performed on 21-06-2018 checking for pACYCDuet-1_Linker-Tn5 was run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/ca/T--TUDelft--2018_20180622_ColonyPCR.png" alt="Gel electrophoresis">   
 +
<p>Unfortunately, no band was observed that corresponds to the Linker-Tn5 fragment in pACYCDuet-1. The bands are at the same height as the positive control pACYCDuet-1, meaning that no insertion has taken place</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!------- JUNE WEEK 4----------->   
 +
 +
<form>   
 +
<input id="WeekSC4" type="checkbox" class="dropinput" />
 +
<label for="WeekSC4" class="subdropdown cadpbl"><a class="repositioner" id="JuneStrainCon4"></a>Week 4 25/06/2018 - 01/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySC4">Wednesday, 27/06/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySC4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
         
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>Restriction cloning was done for assembling Tn5, Tn5-Linker and Linker-Tn5 separately into pACYCDuet-1. The following table shows an overview of what fragment(s) were cut with what restriction enzymes.</p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (Tn5-Linker)</td>
 +
      <td>10 (2000 ng)</td>
 +
      <td>Fragment (Tn5)</td>
 +
      <td>8 (2000 ng)</td>
 +
      <td>Fragment (Linker-Tn5)</td>
 +
      <td>9 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>6</td>
 +
      <td>MilliQ</td>
 +
      <td>8</td>
 +
      <td>MilliQ</td>
 +
      <td>7</td>
 +
</tr> 
 +
</table></center>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
      <td>Fragment (pACYCDuet-1)</td>
 +
      <td>16 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
</tr> 
 +
</table></center>
 +
 +
<p>The samples were incubated for 1 hour at 37 °C, and followed by 20 minute heat inactivation (65 °C) of the restriction enzyme(s).</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 cut with FseI and KpnI</td>
 +
    <td>24.9</td>
 +
    <td>1.89</td>
 +
    <td>0.66</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 cut with EcoRI and NotI</td>
 +
    <td>20.8</td>
 +
    <td>1.81</td>
 +
    <td>1.08</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker cut with NotI and EcoRI</td>
 +
    <td>56.0</td>
 +
    <td>1.85</td>
 +
    <td>1.61</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Linker-Tn5 cut with FseI and KpnI</td>
 +
    <td>53.4</td>
 +
    <td>1.88</td>
 +
    <td>1.57</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pACYCDuet-1 and Tn-Linker and Linker-Tn5 respectively, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3970</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5-Linker</td>
 +
      <td>1490</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3984</td>
 +
      <td>FseI and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Linker-Tn5</td>
 +
      <td>1493</td>
 +
      <td>FseI and KpnI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>14.5</td>
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>14.5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5-Lin (~80 ng)</td>
 +
          <td>2.5</td>
 +
          <td>DNA Lin-Tn5 (~80 ng)</td>
 +
          <td>2.5</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated overnight at 20°C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySC4">Thursday, 28/06/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySC4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5-Lin (5460 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>1.5 (~20 ng)</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5-Lin (5460 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4 (~50 ng)</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Linker-Tn5 (5477 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>1.5 (~20 ng)</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Linker-Tn5 (5477 bp)</td>
 +
    <td>Restriction</td>
 +
    <td>4 (~50 ng)</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 (pos. control)</td>
 +
    <td>-</td>
 +
    <td>0.1 (~10 ng)</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 restricted (neg. control)</td>
 +
    <td>Restriction</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>28/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Tn5-lin and lin-Tn5 into pACYCduet-1. The following table shows an overview of what fragments were cut with what restriction enzymes.<br>
 +
    First Reaction:
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (Tn5-lin)</td>
 +
      <td>9</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (ECORI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 7</td>
 +
     
 +
</table></center>
 +
    <br>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
<br>
 +
<br>
 +
    <p>Second reaction:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (lin-Tn5)</td>
 +
      <td>10</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 6</td>
 +
     
 +
</table></center>
 +
    <br>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
 +
    <p>The samples were incubated for 1 hour at 37 °C.
 +
 +
</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>28/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    20 μL of restriction product were subjected to PCR Clean-Up, according to the protocol. Elution was done in 20 µL Milli-Q. <br><br>
 +
    Products were quantified with Nanodrop, yielding concentration of:<br>
 +
    - Tn5-lin: 32.3 ng/µL <br>
 +
    - pACYC: 12.2 ng/µL <br>
 +
    - lin-Tn5: 33.6 ng/µL <br>
 +
    - pACYC: 11.2 ng/µL <br>
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>28/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments Tn5-lin into pACYCduet-1 and lin-Tn5 into pACYCduet-1, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
<p>First reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet</td>
 +
      <td>1.5 kbp</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5-lin</td>
 +
      <td>1.5 kbp</td>
 +
      <td>EcoRI and NotI</td>
 +
 
 +
</table></center>   
 +
   
 +
<p>The ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2 µL</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1 µL</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC (~100 ng) </td>
 +
          <td>7.35 µL</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>Tn5 (300 ng) </td>
 +
          <td>3.39 µL</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>6.26 µL</td>
 +
</table></center>   
 +
<br> <br>
 +
    <p>Second reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet</td>
 +
      <td>1.5 kbp</td>
 +
      <td>FseI and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>lin-Tn5</td>
 +
      <td>1.5 kbp</td>
 +
      <td>FseI and KpnI</td>
 +
 
 +
</table></center>   
 +
   
 +
<p>The ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2 µL</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1 µL</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC (~100 ng) </td>
 +
          <td>8.77 µL</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>lin-Tn5 (300 ng) </td>
 +
          <td>3.4 µL</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>4.8 µL</td>
 +
</table></center>   
 +
   
 +
    <br><br>
 +
<p>The samples were incubated overnight at 4 ºC for ligation. </p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>28/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
<i>Escherichia coli</i> DH5 alpha harbouring pACYC1-duet plasmid was used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloroamphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySC4">Friday, 29/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySC4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Lin-Tn5 after transformation from 28-06-2018. This plasmid contains the Lin-Tn5 or Tn5-Lin insert, which can be checked with primers 029 and 030. There are two ways for colony PCR. The first one is picking a colony and directly resuspending the cells in PCR mixture. The second one is resuspending the colony in MilliQ, heating the suspension, centrifugation the broken cell pieces and taking the supernantant for PCR. In orde to test the efficiency of both methods, I tested both simultaneously. 22 colony PCR were performed by picking the colony and direct resuspension in the PCR mixture, while 20 colonies were picked and heated prior to pipetting the DNA into the PCR mixture.</p>
 +
 +
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1722 bp</td>
 +
</tr>
 +
</table></center>
 +
          <br>
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1935 bp</td>
 +
</tr>
 +
</table></center> 
 +
<p>The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>29/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC lin-Tn5 (3000 bp)</td>
 +
      <td>Restriction Ligation</td>
 +
      <td>10 µL</td>
 +
      <td>LB with Chloroamphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>400 µL LB medium was added as recovery medium.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>29/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
<i>Escherichia coli</i> DH5 alpha harbouring plasmid with dxCas9  from Addgene was used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with ampicillin) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySC4">Saturday, 30/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySC4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of <i>Escherichia coli</i> DH5 alpha cells after transformation with pACYC containing lin-Tn5 (reaction 1) or Tn5-lin (reaction 2) as insert. This insertion can be checked with primers 029 and 030 (on T7 promoter and terminator).
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl"></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>Colony solution</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>029</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>030</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>1500 bp</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p> The number of colonies screened were:<br>
 +
    - Tn5-lin: Colonies 1-6 <br>
 +
    - lin-Tn6: Colonies 8-10<br>
 +
    - Control self ligation: Colony 11<br>
 +
The thermocycler programme was installed to have an extension time of 1 min 30 sec and an annealing temperature of 55 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>30/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR products were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane (no loading buffer required as PCR buffer contains loading buffer).<br>
 +
    - 4 µL of 100 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/71/T--TUDelft--Lin-Tn5.png" alt="Gel electrophoresis", style="float;max-height:500px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gele electrophoresis from colony PCR. Lanes are (L) ladder 100 bp, (1) Colony 1,
 +
    (2) Colony 2, (3) colony 3, (4) colony 4, (5) colony 5, (6) colony 6, (7) colony 7, (8) colony 8, (9) colony 9, (10) colony 10, (11) colony 11 </figcaption></figure>
 +
 
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>30/06/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
<i>Escherichia coli</i> DH5 alpha cells that possibly harbour positive pACYC1-duet plasmids with lin-Tn5 were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloroamphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
<br>   
 +
<br>
 +
 +
<!---------------- July -------------------->
 +
    <h3 class="adpbl">July</h3><br>
 +
    <!------- JULY WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSCJ1" type="checkbox" class="dropinput" />
 +
<label for="WeekSCJ1" class="subdropdown cadpbl"><a class="repositioner" id="JulyStrainCon1"></a>Week 1 02/07/2018 - 08/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCJ1">Monday, 02/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>2/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Option 1: Sequence from plasmid</h5><br>
 +
<p> For verification of pTXB1-Tn5, primer FP030 was used for sequencing. The sequencing starts from the T7 terminator, in the reverse orientation respective to the Tn5 CDS. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows: 
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>5.3</td>
 +
      <td>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableevenadpbl">
 +
      <td>10µM primer 030 </td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>2.1</td>      <td>-</td>
 +
  </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>Within 7 days, the sequence was retrievable online and alignment with the <i>in silico</i> designed molecule showed 100% match of the 1050 bp downstream of the sequencing primer binding site. </p><br>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>02/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of Tn5-lin insertion in pACYC, primers 029 and 030 was used for sequencing. The sequencing starts from the -20 bp position of fragment Tn5-lin, flanking the promoter of T7 and terminator from T7 of the vector. Sequencing sample was prepared in 1.5 mL tubes for each primer as indicated my Macrogen for specific concentration of plasmid DNA.
 +
    <br>
 +
   
 +
    <p> Within 2 days, the sequence was retrievable online and alignment with the in silico designed molecule showed 100% match of the insert lin-Tn5, by aligning both primer sequences obtained. </p><br>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>02/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (4 kbp), high fidelity PCR was done using Addgene plasmid harbouring dxCas9 as template DNA and 001 and 002 as forward and reverse primers respectively. Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    50 µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
   
 +
   
 +
    <br>
 +
   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 60 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>02/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>dxCas9 PCR product was run on a 0.8 % agarose gel in TAE buffer. 5μL was pipetted into each lane with 1 µL of loading dye. The gel was imaged using a gel documentation system with UV-light.<br><br> No amplification was observed. It is recomended to do PCR amplification again with longer extention time.</p>
 +
     
 +
   
 +
 +
          <div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCJ1">Tuesday, 03/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>3/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (4172bp), high fidelity PCR was done using dxCas(3.7)-VPR as template DNA and FP001 and FP002 as forward and reverse primers respectively. 6 25µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
 +
The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 65 °C. After the programme was finished, samples were kept at 4°C.
 +
 +
<div class="spcmkr"></div>
 +
 +
<!-- COPY UNTIL HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>3/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>dxCas9 PCR reaction products were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.<br>
 +
    This gel shows that only samples 1, 2, 4 and 5 were successful attempts.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0e/T--TUDelft--20180704KavishdxCas9PCR.jpg" alt="Gel electrophoresis">     
 +
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>02/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (4 kbp), high fidelity PCR was done using Addgene plasmid harbouring dxCas9 as template DNA and 001 and 002 as forward and reverse primers respectively. Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    50 µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
   
 +
   
 +
    <br>
 +
   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C and 65 ºC. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>03/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products of dxCas9 PCR were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane with 1 µL of loading buffer.<br>
 +
    - 4 µL of 500 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/dd/T--TUDelft--03_07_dxCas9.png" alt="Gel electrophoresis", style="float;max-height:200px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from dxCas9 PCR. Lanes are (1-2) Amplification at 60 ºC anhelaing temperature, (3) negative control, (4-5) amplification at 65 ºC anhealing temperature and (6) negative control. </figcaption></figure>
 +
 
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCJ1">Wednesday, 04/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>04/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Cas9 into pACYCduet-1 and pACYC-duet lin-Tn5. The following table shows an overview of what fragments were cut with what restriction enzymes.<br>
 +
    First Reaction (dxCas9 into pACYC):
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (dxCas9)</td>
 +
      <td>15</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>2.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
    <br>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC)</td>
 +
      <td>15</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>2.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
<br>
 +
<br>
 +
    <p>Second reaction (dxCas9 into pACYC lin-Tn5):</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (dxCas9)</td>
 +
      <td>15</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>2.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
    <br>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC lin-Tn5)</td>
 +
      <td>15</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>2.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
 +
    <p>The samples were incubated for 1 hour at 37 °C.
 +
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
    <dt>Date</dt><dd>04/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    20 μL of restriction product were subjected to PCR Clean-Up, according to the protocol. Elution was done in 20 µL Milli-Q. <br><br>
 +
    Products were quantified with Nanodrop, yielding concentration of:<br>
 +
    - pACYC: 12.7 ng/µL <br>
 +
    - dxCas9: 40 ng/µL <br>
 +
    - pACYC Tn5-lin: 9 ng/µL <br>
 +
    - dxCas9: 31 ng/µL <br>
 +
 
 +
</p>
 +
 +
</div>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
      <dt>Date</dt><dd>04/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments Tn5-lin into pACYCduet-1 and lin-Tn5 into pACYCduet-1, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
<p>First reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet</td>
 +
      <td>1.5 kbp</td>
 +
      <td>NotI and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>4 kbp</td>
 +
      <td>NotI and KpnI</td>
 +
 
 +
</table></center>   
 +
   
 +
<p>The ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2 µL</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1 µL</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC (~100 ng) </td>
 +
          <td>5.13 µL</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>dxCas9 (300 ng) </td>
 +
          <td>11.87 µL</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0 µL</td>
 +
</table></center>   
 +
<br> <br>
 +
    <p>Second reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet lin Tn5</td>
 +
      <td>3 kbp</td>
 +
      <td>NotI and FseI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>4 kbp</td>
 +
      <td>NotI and FseI</td>
 +
 
 +
</table></center>   
 +
   
 +
<p>The ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2 µL</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1 µL</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC linTn5 (~100 ng) </td>
 +
          <td>8.55 µL</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>dxCas9 (300 ng) </td>
 +
          <td>8.45 µL</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0 µL</td>
 +
</table></center>   
 +
   
 +
    <br><br>
 +
<p>The samples were incubated overnight at 4 ºC for ligation. </p>
 +
 +
   
 +
</div>
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCJ1">Thursday, 05/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p>To amplify Tn5-linker (1505bp), high fidelity PCR was done using pTXB1-Tn5 as template DNA and FP007 and FP008 as forward and reverse primers respectively. 3 100µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
 +
The thermocycler programme was installed to have an extension time of 1 minute and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Tn5-Linker PCR reaction products were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. The gel was not saved properly, but the results showed correct amplification of a ~1.5kb amplicon in sample 1 and 3.</p>
 +
<div class="spcmkr"></div>
 +
    <dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
200 μL of PCR product was subjected to PCR Clean-Up, according to the protocol. Elution was done in 60 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker</td>
 +
      <td>50</td>
 +
      <td>1.63</td>
 +
      <td>2.26</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Tn5-Linker and dxCas9 into pACYC-Duet & for assembling dxCas9 into pACYC-Duet. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>10 (~500ng) (Tn5-Linker)</td>
 +
        <td>15 (~1.5µg)(dxCas9)</td>
 +
        <td>15 (~1.5µg)(dxCas9)</td>
 +
        <td>15.25 (~2µg) (pACYC-DUET)</td>
 +
        <td>15.25 (~2µg) (pACYC-DUET)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme </td>
 +
      <td>0.25 (EcoRI)</td>
 +
        <td>2.5 (FseI)</td>
 +
        <td>0.5 (NotI)</td>
 +
        <td>2.5 (FseI)</td>
 +
        <td>0.5 (NotI)</td>
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td>Enzyme </td>
 +
      <td>0.5 (NotI)</td>
 +
        <td>0.5 (NotI)</td>
 +
        <td>0.5 (KpnI)</td>
 +
        <td>0.25 (EcoRI)</td>
 +
        <td>0.5 (KpnI)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 7.25</td>
 +
        <td> 0</td>
 +
        <td> 2</td>
 +
        <td> 0</td>
 +
        <td> 2</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 1 hour(s) at 37 °C, and were not heat inactivated.
 +
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    All restriction reaction mixtures were subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker (cut with EcoRI & NotI)</td>
 +
      <td>6.5</td>
 +
      <td>1.74</td>
 +
      <td>2.26</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9 (cut with NotI & FseI)</td>
 +
      <td>71</td>
 +
      <td>1.88</td>
 +
      <td>2.13</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC-Duet (cut with EcoRI & FseI)</td>
 +
      <td>24</td>
 +
      <td>1.76</td>
 +
      <td>2.19</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9 (cut with NotI & KpnI)</td>
 +
      <td>84</td>
 +
      <td>1.77</td>
 +
      <td>2.22</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-Duet (Cut with Noti & KpnI)</td>
 +
      <td>26</td>
 +
      <td>1.69</td>
 +
      <td>2.16</td>
 +
  </tr>   
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>5/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut Tn5-Linker and dxCas9 into pACYC-Duet, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector (pACYC-DUET)</td>
 +
      <td>3792</td>
 +
      <td>EcoRI & FseI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment 1 (Tn5-Linker)</td>
 +
      <td>1490</td>
 +
      <td>EcoRI & NotI</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment 2 (dxCas9)</td>
 +
      <td>4172</td>
 +
      <td>FseI & NotI</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>A 20µL ligation reaction mixture was prepared with the following composition*</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (µL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~100 ng) </td>
 +
          <td>8</td>
 +
    <tr class="tableevenadpbl">
 +
    <td>DNA fragment 1 (26 ng) </td>
 +
          <td>4</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment 2 (150 ng) </td>
 +
          <td>2.4</td>
 +
        <tr class="tableevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>2.6</td>
 +
</table></center>   
 +
   
 +
    <p>In order to assemble cut dxCas9 into pACYC-Duet, another ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector (pACYC-DUET)</td>
 +
      <td>3806</td>
 +
      <td>KpnI & NotI</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <td>Fragment 1 (dxCas9)</td>
 +
      <td>4161</td>
 +
      <td>KpnI & NotI</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>A 20µL ligation reaction mixture was prepared with the following composition*</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (µL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~100 ng) </td>
 +
          <td>2.2</td>
 +
    <tr class="tableevenadpbl">
 +
    <td>DNA fragment 1 (26 ng) </td>
 +
          <td>2</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>12.8</td>
 +
</table></center>   
 +
 +
<p><i>*For both ligations, a negative control was included separately (in which the insert fragment was substituted with equivalent volume of milli-Q).</i><br>
 +
All samples were incubated overnight on the bench (room temperature) for ligation.</p>
 +
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>05/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>Using the ligate reactions from 04/07/2018, the following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5αlpha</td>
 +
      <td>pACYC dxCas9-lin-Tn5 (7500 bp)<br>pACYC dxCas9 (5500 bp)</td>
 +
      <td>Restriction Ligation</td>
 +
      <td>10 µL</td>
 +
      <td>LB with Chloroamphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>400 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCJ1">Friday, 06/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>6/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-Tn5Linker-dxCas9 (9419bp)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>2.78 (~50ng)</td>
 +
      <td>LB+Cam</td>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-dxCas9 (7967bp)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>4.6 (~50ng)</td>
 +
      <td>LB+Cam</td>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>3 negative controls (2x ligate without insert, 1x plain DH5α)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>20 </td>
 +
      <td>LB+Cam</td>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-DUET (pos. ctrl)</td>
 +
      <td>-</td>
 +
      <td>3</td>
 +
      <td>LB+Cam</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>500 μl LB medium was added as recovery medium. 1x and 10x dilutions were plated for each transformation.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>06/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of <i>Escherichia coli</i> DH5 alpha cells after transformation with pACYC containing dxCas9 (reaction 1) or pACYC containing dxCas9-lin-Tn5 (reaction 2) as insert. This insertion can be checked with primers 029 and 030 (on T7 promoter and terminator). Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl"></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>Colony solution</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>029</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>030</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>(R1) 4000 bp <br>(R2) 6000 bp</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p> The number of colonies screened were:<br>
 +
    - Cas9-lin-Tn5: Colonies 1-17 <br>
 +
    - Cas9: Colonies 18-45<br>
 +
    - Control lin-Tn5: Colonies 46-68<br>
 +
    - Control pACYC: Colonies 69-70<br>
 +
The thermocycler programme was installed to have an extension time of 6 min and an annealing temperature of 55 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
    <dt>Date</dt><dd>06/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR products were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane (no loading buffer required as PCR buffer contains loading buffer).<br>
 +
    - 4 µL of 500 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/43/T--TUDelft--Colony_PCR1.png" alt="Gel electrophoresis", style="float;max-height:400px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from colony PCR. Lanes are (L) ladder 500 bp, (1-30) Colonies 1-39. </figcaption></figure>
 +
    <br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/50/T--TUDelft--07_07Colony_PCR2.png" alt="Gel electrophoresis", style="float;max-height:500px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 2. Gel electrophoresis from colony PCR. Lanes are (L) ladder 500 bp, (40-45) Colonies 40-45. </figcaption></figure>
 +
    <br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6d/T--TUDelft--06_07_PCR3.png" alt="Gel electrophoresis", style="float;max-height:500px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 3. Gel electrophoresis from colony PCR. Lanes are (L) ladder 500 bp, (46-62) Colonies 46-62. </figcaption></figure>
 +
   
 +
    </div>
 +
<div class="spcmkr"></div>
 +
   
 +
<dl>
 +
      <dt>Date</dt><dd>06/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
<i>Escherichia coli</i> DH5 alpha cells that possibly harbour positive pACYC1-duet plasmids with dxCas9 were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloroamphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
</div>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!------- JULY WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSCJ2" type="checkbox" class="dropinput" />
 +
<label for="WeekSCJ2" class="subdropdown cadpbl"><a class="repositioner" id="JulyStrainCon2"></a>Week 2 09/07/2018 - 15/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCJ2">Monday, 09/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>09/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>In our laboratory, we experienced some trouble with restriction ligation cloning. Therefore, I aimed for checking the efficiency of all restriction enzymes used in the cloning process. I used the pACYCDuet-1 plasmid and restricted this plasmid with the restriction enzyme XbaI and one of the restriction enzymes EcoRI, KpnI, NotI or FseI. To compare, I restricted the pACYCDuet-1 plasmid only with XbaI and as negative control I used no restriction enzyme to cut pACYCDuet-1.
 +
</p>       
 +
<p>The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s).
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>pACYCDuet-1</td>
 +
      <td>10 (~1000 ng)</td>
 +
      <td>pACYCDuet-1</td>
 +
      <td>10 (~1000 ng)</td>
 +
      <td>pACYCDuet-1</td>
 +
      <td>10 (~1000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (XbaI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (XbaI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (none)</td>
 +
      <td>0</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI, KpnI, FseI or NotI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (none)</td>
 +
      <td>0</td>
 +
      <td>Enzyme (none)</td>
 +
      <td>0</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>7</td>
 +
      <td>MilliQ</td>
 +
      <td>7.5</td>
 +
      <td>MilliQ</td>
 +
      <td>8</td>
 +
  </tr>
 +
</table></center>   
 +
<p>The samples were incubated for 4 hour(s) at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>09/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The restriction efficiency experiment performed on 09/07/2018 checking for activity of NotI, EcoRI, FseI and KnpI was run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/ed/T--TUDelft--2018_20180709_Restriction_check.png" alt="Gel electrophoresis">   
 +
<p>From the DNA gel electrophoresis, it can be concluded that the restriction enzymes work efficiently for restriction ligation cloning purposes.</p>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>9/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 6/7/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the plates were stored at 4°C until 9/7/2018 for observing the results </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α </td>
 +
      <td>pACYC-Tn5Linker-dxCas9 (9419bp)</td>
 +
      <td>LB+Cam</td>
 +
      <td>20 colonies (1x diluted)<br>
 +
        4 colonies (10x diluted)</td>
 +
    </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i> DH5α </td>
 +
      <td>pACYC-dxCas9 (7967bp)</td>
 +
      <td>LB+Cam</td>
 +
      <td>3 colonies (1x diluted)<br>
 +
          No colonies (10x diluted)</td>
 +
    </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i> DH5α </td>
 +
      <td>None (all neg. controls)</td>
 +
      <td>LB+Cam</td>
 +
      <td>no colonies</td>
 +
    </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i> DH5α </td>
 +
      <td>pACYC-Duet (pos. ctrl.)</td>
 +
      <td>LB+Cam</td>
 +
      <td>>500 colonies</td>
 +
    </tr>
 +
</table></center>   
 +
    <br>   
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>9/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pACYC-Tn5Linker-dxCas9 (9419bp) and pACYC-dxCas9 (7967bp) after transformation on 6/7/2018. These plasmids contain the T7 expression system, which allow primers FP029 and FP030 to anneal.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl"><b>Template DNA</b></th>
 +
    <th class="tableheaderadpbl">pACYC-Tn5Linker-dxCas9</th>
 +
    <th class="tableheaderadpbl">pACYC-dxCas9</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><b>FW primer</b></td>
 +
    <td>029</td>
 +
    <td>029</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><b>RV primer</b></td>
 +
    <td>030</td>
 +
    <td>030</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><b>Expected amplicon size (bp)</b></td>
 +
    <td>5894</td>
 +
    <td>4442</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
    <p>27 tubes were prepared for colony PCR, containing <u>picked colony</u> as template DNA. pACYC was used as positive control template. The thermocycler programme was installed to have an extension time of 6 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>9/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>All colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. None of the reactions, not even the positive control showed presence of amplicon.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
  <dl>
 +
  <dt>Date</dt><dd>09/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of Tn5-lin insertion in pACYC, primers 003, 012, 029 and 030 were used for sequencing. The sequencing starts from the -20 bp position of fragment Tn5-lin, flanking the promoter of T7 and terminator from T7 of the vector. Sequencing sample was prepared in 1.5 mL tubes for each primer as indicated my Macrogen for specific concentration of plasmid DNA.
 +
    <br>
 +
    Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    <p> Within 2 days, the sequence was retrievable online and alignment with the in silico designed molecule showed 100% match of the insert lin-Tn5, by aligning both primer sequences obtained. </p><br>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
     
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCJ2">Tuesday, 10/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>Restriction cloning was done for assembling Tn5-Linker and dxCas9 separately into pACYCDuet-1 or pACYCDuet-1_Lin-Tn5, respectively. The following table shows an overview of what fragment(s) were cut with what restriction enzymes.</p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>pACYCDuet-1</td>
 +
      <td>41 (2000 ng)</td>
 +
      <td>Fragment (Tn5-Lin)</td>
 +
      <td>41 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI)</td>
 +
      <td>2</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
</tr> 
 +
</table></center>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart buffer</td>
 +
      <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>pACYCDuet-1_Lin-Tn5</td>
 +
      <td>41 (2000 ng)</td>
 +
      <td>Fragment (dxCas9)</td>
 +
      <td>41 (2000 ng)</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI)</td>
 +
      <td>2</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>2</td>
 +
      <td>Enzyme (FseI)</td>
 +
      <td>2</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
</tr> 
 +
</table></center>
 +
<p>The samples were incubated overnight at 37 °C and followed by 20 minute heat inactivation (65 °C) of the restriction enzymes.</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5-Lin cut with EcoRI and NotI</td>
 +
    <td>36.3</td>
 +
    <td>1.80</td>
 +
    <td>0.09</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 cut with EcoRI and NotI</td>
 +
    <td>53.6</td>
 +
    <td>1.88</td>
 +
    <td>0.17</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 cut with NotI and FseI</td>
 +
    <td>59.5</td>
 +
    <td>1.87</td>
 +
    <td>0.49</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Lin-Tn5 cut with FseI and NotI</td>
 +
    <td>50.0</td>
 +
    <td>2.00</td>
 +
    <td>0.47</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
 +
<dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pACYCDuet-1 with Tn-Linker and pACYCDuet-1_Lin-Tn5 with dxCas9 ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1</td>
 +
      <td>3970</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5-Linker</td>
 +
      <td>1490</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1_Lin-Tn5</td>
 +
      <td>5299</td>
 +
      <td>FseI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment dxCas9</td>
 +
      <td>4150</td>
 +
      <td>FseI and NotI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>5</td>
 +
          <td>DNA vector (~200 ng)</td>
 +
          <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5-Lin (~100 ng)</td>
 +
          <td>5</td>
 +
          <td>DNA dxCas9 (~600 ng)</td>
 +
          <td>12</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>7</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated for 8 hours at 4°C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>20-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5-Lin (5460 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9-Linker-Tn5 (9449 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>4</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 restricted (neg. control)</td>
 +
    <td>Restriction</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1 (pos. control)</td>
 +
    <td>-</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>10/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pACYC-Tn5Linker-dxCas9 (9419bp) and pACYC-dxCas9 (7967bp) after transformation on 6/7/2018. These plasmids contain the T7 expression system, which allow primers FP029 and FP030 to anneal.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl"><b>Template DNA</b></th>
 +
    <th class="tableheaderadpbl">pACYC-Tn5Linker-dxCas9</th>
 +
    <th class="tableheaderadpbl">pACYC-dxCas9</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><b>FW primer</b></td>
 +
    <td>029</td>
 +
    <td>029</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><b>RV primer</b></td>
 +
    <td>030</td>
 +
    <td>030</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><b>Expected amplicon size (bp)</b></td>
 +
    <td>5894</td>
 +
    <td>4442</td>
 +
  </tr>   
 +
</table></center>       
 +
   
 +
<p>27 tubes were prepared for colony PCR, containing boiled colony as template DNA (colonies were picked from the restreaked plate on 9/7/2018). Vector pACYC was used as positive control template. The thermocycler programme was installed to have an extension time of 6 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>10/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>All colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.<br>
 +
    Colonies 11, 13, 20, 21, 22, 23, 24 and 25 show vague smears around the expected height (Tn5LCas = 5894bp)</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2c/T--TUDelft--20180710KAVISHboiledcolonypcr.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Colonies 11, 13, 20, 21, 22, 23, 24 and 25 (all potentially pACYC-Tn5Linker-dxCas9) were used for inoculation of 5mL liquid starter culture (LB+Cam) each, following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCJ2">Wednesday, 11/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>In our laboratory, we experienced some trouble with restriction ligation cloning. Therefore, will use a different restriction buffer: the universal buffer of JenaBioscience. Also, I will try to ligate the Tn-Linker and Linker-Tn5 separately to the dxCas9 prior to cloning into pACYCDuet-1. The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s).
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x Universal buffer</td>
 +
      <td>2</td>
 +
      <td>10x Universal buffer</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>dxCas9</td>
 +
      <td>10 (~2000 ng)</td>
 +
      <td>Tn5-Linker</td>
 +
      <td>10 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>7.5</td>
 +
      <td>MilliQ</td>
 +
      <td>7.5</td>
 +
  </tr>
 +
</table></center>
 +
      <br>   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x Universal buffer</td>
 +
      <td>2</td>
 +
      <td>10x Universal buffer</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>dxCas9</td>
 +
      <td>10 (~2000 ng)</td>
 +
      <td>Linker-Tn5</td>
 +
      <td>10 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (FseI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>7.5</td>
 +
      <td>MilliQ</td>
 +
      <td>7.5</td>
 +
  </tr>
 +
</table></center> 
 +
<p>The samples were incubated for 4 hour(s) at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>11/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Tn5-Lin after transformation from 10/07/2018. This plasmid contains the Tn5-Lin insert, which can be checked with primers 029 and 030. Also, the pACYC1Duet-1_dxCas9-Lin-Tn5 transformation resulted in colonies, which were also checked. However, on the negative control transformation plate with restricted pACYCDuet-1, colonies were observed.</p>
 +
 +
<center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1935 bp</td>
 +
</tr>
 +
</table></center>
 +
          <br>
 +
<center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>5924 bp</td>
 +
</tr>
 +
</table></center>
 +
<p>15 tubes were prepared for colony PCR, containing pACYCDuet-1_dxCas9-LinTn5 as template DNA. Additionally, 14 tubes were prepared for colony PR containing pACYCDuet-1_Tn5-Lin as template DNA. For positive control, 4 tubes for colonies with pACYCDuet-1 were used. The thermocycler programme was installed to have an extension time of 6 and 4 minutes respectively and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>11/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of colonies 11, 13, 19, 20, 21, 22, 23, and 24 (all potentially pACYC-Tn5Linker-dxCas9)  were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>11/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    Plasmid isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentrations were measured and verified to be higher than 10ng/µl. The purity of the DNA (260/280 and 260/230 ratios) was also checked to be approximately 1.8~1.9.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>11/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Diagnostic PCR on isolated plasmids from inoculated colonies was done as attempt to verify propagation of pACYC-Tn5Linker-dxCas9 (9419bp) after transformation on 6/7/2018. This plasmids contains the T7 expression system, which allow primers FP029 and FP030 to anneal.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl"><b>Template DNA</b></th>
 +
    <th class="tableheaderadpbl">pACYC-Tn5LinkerdxCas9</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><b>Fw primer</b></td>
 +
    <td>029</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td><b>Rv primer</b></td>
 +
    <td>030</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td><b>Expected amplicon size (bp)</b></td>
 +
    <td>5894</td> 
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for colony PCR, containing isolated plasmid as template DNA (isolated from colonies inoculated on 10/7/2018). Vector pACYC was used as positive control template. The thermocycler programme was installed to have an extension time of 6.5 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>11/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. <br>
 +
    This gel showed all of the plasmid isolate templates result in double bands, which is corresponding to the pACYC-DUET control (lane 9). Compared to the Tn5 insert (lane 10), this indicates all of the plasmid isolates are pACYC-DUET and contain no insert.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/7d/T--TUDelft--20180711kavishPCRonplasmid.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCJ2">Thursday, 12/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Colony PCR</h4>
 +
<p>Colony PCR was done to verify propagation of pACYC1Duet-1_Lin-Tn5 after transformation from 11/07/2018. This plasmid contains the Lin-Tn5 insert, which can be checked with primers 029 and 030. </p>
 +
 +
 +
  <center><table>
 +
<tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>expected amplicon size (bp)</td>
 +
    <td>1722 bp</td>
 +
</tr>
 +
</table></center>   
 +
<p>23 tubes were prepared for colony PCR, containing pACYCDuet-1_Lin-Tn5 as template DNA. The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>12/06/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The colony PCR performed on 11-07-2018 checking for pACYCDuet-1_Tn5-Linker and pACYCDuet-1_dxCas9-Lin-Tn5 was run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/12/T--TUDelft--2018_20180712_Colony_PCR.png" alt="Gel electrophoresis">   
 +
<p>Unfortunately, no band was observed that corresponds to the dxCas9 fragment in pACYCDuet-1_Linker-Tn5. Also, no band was observed that indicates integration of Tn5-Lin into pACYCDuet. The bands are at the same height as the positive control pACYCDuet-1, meaning that no insertion has taken place.</p>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>12/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Tn5-Linker and dxCas9 into pACYC-Duet & for assembling dxCas9 and Linker-Tn5 into pACYC-Duet. The following table shows an overview of what fragments were cut with what restriction enzymes.</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
      <th class="tableheaderadpbl">Volume (µL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
     
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>5 (~1µg) (Tn5-Linker)</td>
 +
        <td>14 (~1µg)(dxCas9)</td>
 +
        <td>25 (~1µg)(pACYC-DUET)</td>
 +
        <td>5 (~2µg) (Linker-Tn5)</td>
 +
        <td>25 (~1µg) (pACYC-DUET)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme </td>
 +
      <td>0.5 (EcoRI)</td>
 +
        <td>1 (FseI)</td>
 +
        <td>1 (FseI)</td>
 +
        <td>1 (FseI)</td>
 +
        <td>0.5 (NotI)</td>
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td>Enzyme </td>
 +
      <td>0.5 (NotI)</td>
 +
        <td>0.5 (NotI)</td>
 +
        <td>0.25 (EcoRI)</td>
 +
        <td>0.5 (KpnI)</td>
 +
        <td>0.5 (KpnI)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 39</td>
 +
        <td> 29.5</td>
 +
        <td> 18.5</td>
 +
        <td> 38.5</td>
 +
        <td> 19</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hour(s) at 37 °C, and were not heat inactivated.
 +
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
  Restriction products from 12/7/2018 were subjected to PCR Clean-Up, according to the protocol. Elution was done in 30 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Cut with</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker</td>
 +
      <td>EcoRI&NotI</td>
 +
      <td>48</td>
 +
      <td>1.9</td>
 +
      <td>1.1</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Linker-Tn5</td>
 +
      <td>FseI&KpnI</td>
 +
      <td>30</td>
 +
      <td>2</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> dxCas9</td>
 +
          <td> FseI & NotI</td>
 +
          <td>8.2 </td>
 +
          <td>2.2 </td>
 +
          <td> 0.3</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-DUET</td>
 +
      <td>FseI&EcoRI</td>
 +
      <td>18</td>
 +
      <td>1.8</td>
 +
      <td>0.6</td>
 +
  </tr>   
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYC-DUET</td>
 +
      <td>FotI&KpnI</td>
 +
      <td>15</td>
 +
      <td>1.8</td>
 +
      <td>0.6</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut Tn5-Linker and cut dxCas9 into cut pACYC-Duet, ligation was performed. This table gives an overview of which fragments were cut with which enzymes. the approach taken is a single-pot ligation, in which both inserts (dxCas9 and Tn5)
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector (pACYC-DUET)</td>
 +
      <td>3792</td>
 +
      <td>EcoRI & FseI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment 1 (Tn5-Linker)</td>
 +
      <td>1490</td>
 +
      <td>EcoRI & NotI</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment 2 (dxCas9)</td>
 +
    <td>4172</td>
 +
          <td>NotI & FseI</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>A 20 µl ligation reaction mixture was prepared with the following composition*</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>3</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1.5</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~50 ng) </td>
 +
          <td>2.5</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment 1 (~50 ng) </td>
 +
          <td>1</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment 2 (~60 ng) </td>
 +
          <td>20</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>2</td>
 +
</table></center>   
 +
 +
<p>In order to assemble cut dxCas9 and cut Linker-Tn5 into cut pACYC-Duet, another ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector (pACYC-DUET)</td>
 +
      <td>3806</td>
 +
      <td>NotI & KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment 1 (dxCas9)</td>
 +
      <td>4161</td>
 +
      <td>FseI & NotI</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment 2 (Linker-Tn5)</td>
 +
    <td>1508</td>
 +
          <td>FseI & KpnI</td>
 +
  </tr>
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
<p>A 20 µl ligation reaction mixture was prepared with the following composition*</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>3</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1.5</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~50 ng) </td>
 +
          <td>2.5</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment 1 (~50 ng) </td>
 +
          <td>20</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment 2 (~50 ng) </td>
 +
          <td>1.8</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>1.2</td>
 +
</table></center>   
 +
 +
    <p><i>*For both ligations, a negative control was included separately (in which ONE of the insert fragments was substituted with equivalent volume of milli-Q).</i> <br>
 +
    All samples were incubated overnight on the bench (room temperature) for ligation.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCJ2">Friday, 13/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture done on 11/07/2018 was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>13/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5-Lin cut with NotI</td>
 +
    <td>58.1</td>
 +
    <td>1.92</td>
 +
    <td>0.70</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>dxCas9 cut with NotI</td>
 +
    <td>72.3</td>
 +
    <td>1.84</td>
 +
    <td>1.68</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Linker-Tn5 cut with FseI</td>
 +
    <td>59.5</td>
 +
    <td>1.88</td>
 +
    <td>1.34</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>dxCas9 cut with FseI</td>
 +
    <td>48.7</td>
 +
    <td>1.84</td>
 +
    <td>0.76</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>13/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments dxCas9 with Tn-Linker and dxCas9 with Linker-Tn5 respectively, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>dxCas9</td>
 +
      <td>4172</td>
 +
      <td>NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5-Linker</td>
 +
      <td>1495</td>
 +
      <td>NotI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>dxCas9</td>
 +
      <td>4157</td>
 +
      <td>FseI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Linker-Tn5</td>
 +
      <td>1508</td>
 +
      <td>FseI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA dxCas9 (~200 ng)</td>
 +
          <td>4</td>
 +
          <td>DNA dxCas9 (~200 ng)</td>
 +
          <td>4</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5-Lin (~100 ng)</td>
 +
          <td>2</td>
 +
          <td>DNA Lin-Tn5 (~100 ng)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>11</td>
 +
          <td>MilliQ</td>
 +
          <td>11</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated for 2.5 hours at 4°C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>19-06-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the dxCas9-Linker-Tn5 (5655 bp) Tn5-Linker-dxCas9 (5660 bp) coding sequence from the ligation product, high fidelity PCR was done. The template DNA is the ligation mixture and the primers that are used are the combinations 001 & 006 and 002 & 007 respectively. Two 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>001</td>
 +
    <td>006</td>
 +
    <td>dxCas9-Linker-Tn5</td>
 +
    <td>5655</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>002</td>
 +
    <td>007</td>
 +
    <td>Tn5-Linker-dxCas9</td>
 +
    <td>5660</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 6 min 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>13/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The restriction products from 11/7/2018 were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. <br>
 +
    This gel shows that one of the dxCas9 samples (lane 3) was not purified. </p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/62/T--TUDelft--20180713kavishrestrictionCheck.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Diagnostic PCR</h4> 
 +
<p>Diagnostic PCR on ligation samples from 12/7/2018 were done to check for presence of correct constructs. Primer sets were chosen based on unique binding opportunities either to pACYC-Duet, dxCas9 and/or Tn5. The expected bands were estimated based on  <i>in silico</i> design.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template DNA</th>
 +
    <th colspan="4" class="tableheaderadpbl">pACYC-Tn5Linker-dxCas9</th>
 +
    <th colspan="4" class="tableheaderadpbl">pACYC-dxCas9-LinkerTn5</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
    <td>007</td>
 +
    <td>001</td>
 +
    <td>029</td>
 +
    <td>029</td>
 +
    <td>001</td>
 +
    <td>007</td>
 +
    <td>029</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td>
 +
    <td>002</td>
 +
    <td>030</td>
 +
    <td>006</td>
 +
    <td>030</td>
 +
    <td>006</td>
 +
    <td>030</td>
 +
    <td>002</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>5907</td>
 +
      <td>5660</td>
 +
      <td>4295</td>
 +
      <td>1576</td>
 +
      <td>5924</td>
 +
      <td>5655</td>
 +
      <td>1561</td>
 +
      <td>4332</td>
 +
  </tr>   
 +
</table></center>   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a9/T--TUDelft--20180713kavishprimersetupOnePotLigation.png" alt="Gel electrophoresis"> 
 +
<p>The thermocycler programme was installed to have an extension time of 6.5 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (µL)</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-Tn5Linker-dxCas9 (~10kb)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>20µL</td>
 +
      <td>LB+Cam</td>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-dxCas9-LinkerTn5 (~10kb)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>20µL</td>
 +
      <td>LB+Cam</td>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-dxCas9-LinkerTn5 (~10kb)</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>-</td>
 +
      <td>LB+Cam</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>500 μl LB medium was added as recovery medium. 1x and 10x dilutions were plated for each transformation.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <!------- JULY WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekSCJ3" type="checkbox" class="dropinput" />
 +
<label for="WeekSCJ3" class="subdropdown cadpbl"><a class="repositioner" id="JulyStrainCon3"></a>Week 3 16/07/2018 - 22/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCJ3">Monday, 16/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The ligation performed on 13/07/2018 for construction of Tn5-Linker-dxCas9 and dxCas9-Lin-Tn5 was run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1e/T--TUDelft--2018_20180716_Ligation_fusion.png" alt="Gel electrophoresis">   
 +
<p>The ligation reaction resulted in the expected sizes of the dxCas9-Linker-Tn5 (5655 bp) Tn5-Linker-dxCas9 (5660 bp) coding sequence.</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9-Linker-Tn5 (5655 bp) Tn5-Linker-dxCas9 (5660 bp), high fidelity PCR was done using the ligation reactions as template DNA ausing the forward and reverse primers sets 001 & 007 and 002 & 006 respectively. 2 times 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>001</td>
 +
    <td>006</td>
 +
    <td>dxCas9-Linker-Tn5</td>
 +
    <td>5655</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>002</td>
 +
    <td>007</td>
 +
    <td>Tn5-Linker-dxCas9</td>
 +
    <td>5660</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 60 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
             
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>To amplify the ligation products Tn5-Linker-dxCas9 and dxCas9-Lin-Tn5 a High Fidelity PCR was performed and the result was run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3b/T--TUDelft--20180716_PCR_Ligation_fusion.png" alt="Gel electrophoresis">   
 +
<p>The PCR reaction on the ligation products resulted in the expected sizes of the dxCas9-Linker-Tn5 (5655 bp) Tn5-Linker-dxCas9 (5660 bp) coding sequence in large amounts of DNA. However, there is also one other band of DNA present, indicating an off-target amplicon generated during the PCR.</p>
 +
<div class="spcmkr"></div>       
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>16-07-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Excision and Purification</h4>       
 +
<p>Due to presence of off-target amplicons, the PCR mixture is again loaded on a gel. Subsequently, the required fragments containing Tn5-Linker-dxCas9 and dxCas9-Lin-Tn5 were excised. The agarose slice containing the desired DNA were purified by a DNA Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL prewarmed Milli-Q.</p>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4> 
 +
<p>
 +
          The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5-Linker-dxCas9</td>
 +
    <td>37.0</td>
 +
    <td>1.32</td>
 +
    <td>0.77</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9-Lin-Tn5</td>
 +
    <td>35.9</td>
 +
    <td>1.87</td>
 +
    <td>0.52</td>
 +
  </tr> 
 +
</table></center> 
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
           
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>High Fidelity PCR</h4>
 +
<p><p> To amplify dxCas9, Linker-Tn5 (1508 bp) and Tn5-Linkr (1505 bp), high fidelity PCR was done. The forward and reverse primers sets that were used are 001 & 002 and 005 & 006 and 007 & 008 respectively. Two times 3 times 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>. However, one of the sets of 3 times 50µL PCR mixtures uses HF buffer and Phusion Polymerase, while the other set of 3 times 50µL PCR mixtures uses Q5 buffer and Q5 Polymerase.
 +
<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>001</td>
 +
    <td>002</td>
 +
    <td>dxCas9</td>
 +
    <td>4172</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>005</td>
 +
    <td>006</td>
 +
    <td>Linker-Tn5</td>
 +
    <td>1508</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>007</td>
 +
    <td>008</td>
 +
    <td>Tn5-Linker</td>
 +
    <td>1505</td>
 +
  </tr>
 +
</table></center>       
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6 minutes and 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
<div class="spcmkr"></div>             
 +
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The amplicons generated during the High Fidelity PCR were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6c/T--TUDelft--20180716_PCR_dxCas9_Tn5_linkers.png" alt="Gel electrophoresis">   
 +
<p>The PCR reaction o resulted in the expected sizes of the dxCas9 (4172 bp) Tn5-Linker (1505 bp) and Linker-Tn5 (1508 bp) coding sequence in large amounts of DNA. </p>
 +
<div class="spcmkr"></div> 
 +
 +
<dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
          <i>E.coli</i> strains harbouring the plasmid pACYCDuet-1 and pACYCDuet-1_Lin-Tn5 were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with ampicillin) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
          <div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>16/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Diagnostic PCR reaction products from 13/7/2018 were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. <br>
 +
This gel shows that partially, the constructs have been ligated (e.g. lane 8 & 9), but the complete plasmid does not seem to be constructed (lanes 2 & 6).</p>
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/87/T--TUDelft--20180716kavishOnePotPCR.jpg" alt="Gel electrophoresis">
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCJ3">Tuesday, 17/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>
 +
Overnight starter cultures of pACYCDuet-1_Lin-Tn5 and pACYCDuet-1 were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 μL of each PCR reaction  done on 16/07/2018 was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
                   
 +
<dl>
 +
  <dt>Date</dt><dd>17-07-2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1</td>
 +
    <td>7.1</td>
 +
    <td>2.19</td>
 +
    <td>1.23</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1</td>
 +
    <td>7.9</td>
 +
    <td>1.81</td>
 +
    <td>1.19</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1</td>
 +
    <td>10.7</td>
 +
    <td>1.52</td>
 +
    <td>0.77</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
    <td>15.5</td>
 +
    <td>1.69</td>
 +
    <td>0.89</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
    <td>10.1</td>
 +
    <td>1.59</td>
 +
    <td>0.99</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Lin-Tn5</td>
 +
    <td>10.2</td>
 +
    <td>1.64</td>
 +
    <td>0.97</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Q5: Lin-Tn5</td>
 +
    <td>180.9</td>
 +
    <td>1.80</td>
 +
    <td>1.52</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Q5: Tn5-Lin</td>
 +
    <td>148.3</td>
 +
    <td>1.80</td>
 +
    <td>1.92</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Q5: dxCas9</td>
 +
    <td>259.6</td>
 +
    <td>1.84</td>
 +
    <td>1.82</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Phusion: Lin-Tn5</td>
 +
    <td>183.8</td>
 +
    <td>1.85</td>
 +
    <td>1.86</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Phusion: Tn5-Lin</td>
 +
    <td>164.1</td>
 +
    <td>1.85</td>
 +
    <td>1.86</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Phusion: dxCas9</td>
 +
    <td>233.9</td>
 +
    <td>1.83</td>
 +
    <td>1.77</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> The following high fidelity PCR reactions were carried out:
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Amplicon</th>
 +
    <th class="tableheaderadpbl">Size (bp)</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">template</th>
 +
    <th class="tableheaderadpbl">Elongation time (sec)</th>
 +
    <th class="tableheaderadpbl">Annealing temperature (°C)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>LacZ-gRNA</td>
 +
      <td>314</td>
 +
      <td>IV003</td>
 +
      <td>IV004</td>
 +
      <td>Gblock</td>
 +
      <td>60</td>
 +
      <td>60</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>KanR CDS</td>
 +
      <td>862</td>
 +
      <td>IV005</td>
 +
      <td>IV006</td>
 +
      <td>pSB1K3</td>
 +
      <td>60</td>
 +
      <td>60</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>~4200</td>
 +
      <td>001</td>
 +
      <td>002</td>
 +
      <td>dxCas9(3.7)-VPR</td>
 +
      <td>240</td>
 +
      <td>60</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <td>Tn5-Linker</td>
 +
      <td>~1500</td>
 +
      <td>007</td>
 +
      <td>008</td>
 +
      <td>pACYC-Tn5Linker</td>
 +
      <td>240</td>
 +
      <td>60</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Linker-Tn5</td>
 +
      <td>~1500</td>
 +
      <td>005</td>
 +
      <td>006</td>
 +
      <td>pACYC-LinkerTn5</td>
 +
      <td>240</td>
 +
      <td>60</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <td>dxCas9-LinkerTn5</td>
 +
      <td>~6000</td>
 +
      <td>001</td>
 +
      <td>006</td>
 +
      <td>dxCas9 & Tn5</td>
 +
      <td>240</td>
 +
      <td>60</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Tn5Linker-dxCas9</td>
 +
      <td>~6000</td>
 +
      <td>007</td>
 +
      <td>002</td>
 +
      <td>dxCas9 & Tn5</td>
 +
      <td>240</td>
 +
      <td>60</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>PCR mixtures were prepared, according to the High Fidelity PCR protocol. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
PCR products were subjected to PCR Clean-Up, according to the protocol. Elution was done in 50 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
      <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>LacZ-gRNA</td>
 +
      <td></td>
 +
      <td></td>
 +
      <td>85</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>KanR cassette</td>
 +
      <td></td>
 +
      <td></td>
 +
      <td>209</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>dxCas9</td>
 +
          <td></td>
 +
          <td></td>
 +
          <td>128</td>
 +
         
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5Linker</td>
 +
      <td></td>
 +
      <td></td>
 +
      <td>162</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>LinkerTn5</td>
 +
      <td>1.87</td>
 +
      <td>2.02</td>
 +
      <td>181</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9Linker-Tn5</td>
 +
      <td>1.82</td>
 +
      <td>1.88</td>
 +
      <td>74.8</td>
 +
     
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5Linker-dxCas9</td>
 +
      <td>1.81</td>
 +
      <td>1.91</td>
 +
      <td>78.7</td>
 +
     
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9Tn5+upstr EcoRI</td>
 +
      <td>1.79</td>
 +
      <td>1.81</td>
 +
      <td>56.8</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5dxCas9 + upstr EcoRI</td>
 +
      <td>1.8</td>
 +
      <td>1.99</td>
 +
      <td>89.4</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9Tn5 + downstr EcoRI</td>
 +
      <td>1.85</td>
 +
      <td>1.93</td>
 +
      <td>109</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5dxCas9 + downstr EcoRI</td>
 +
      <td>1.82</td>
 +
      <td>1.99</td>
 +
      <td>101.4</td>
 +
     
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>1.85</td>
 +
      <td>2.11</td>
 +
      <td>138</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Tn5-Linker and dxCas9 into pACYC-Duet & for assembling dxCas9 into pACYC-Duet. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>43 (pACYC-LinkerTn5)</td>
 +
        <td>10 (dxCas9)</td>
 +
        <td>43 (pACYC-LinkerTn5)</td>
 +
        <td>15 (Tn5-Linker)</td>
 +
        <td>10 (dxCas9)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>1 (NotI)</td>
 +
      <td>1 (FseI)</td>
 +
        <td>1 (EcoRI)</td>
 +
        <td>1 (EcoRI)</td>
 +
        <td>1 (NotI)</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>1 (FseI)</td>
 +
      <td>1 (NotI)</td>
 +
        <td>1 (KpnI)</td>
 +
        <td>1 (NotI)</td>
 +
        <td>1 (KpnI)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td> 0</td>
 +
        <td> 0</td>
 +
        <td> 28</td>
 +
        <td> 33</td>
 +
     
 +
</table></center> 
 +
    <br>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>43 (pACYC-DUET)</td>
 +
        <td>25 (Tn5Linker-dxCas9)</td>
 +
        <td>15 (Tn5-Linker)</td>
 +
      <td>43 (pACYC-DUET)</td>
 +
        <td>10 (dxCas9-LinkerTn5)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>1 (NotI)</td>
 +
      <td>1 (FseI)</td>
 +
        <td>1 (EcoRI)</td>
 +
        <td>1 (EcoRI)</td>
 +
        <td>1 (NotI)</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>1 (FseI)</td>
 +
      <td>1 (NotI)</td>
 +
        <td>1 (KpnI)</td>
 +
        <td>1 (NotI)</td>
 +
        <td>1 (KpnI)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td> 0</td>
 +
        <td> 0</td>
 +
        <td> 28</td>
 +
        <td> 33</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hour(s) at 37 °C, and were not heat inactivated.
 +
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
  Restriction products were subjected to PCR Clean-Up, according to the protocol. Elution was done in 50 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Fragment</th>
 +
        <th class="tableheaderadpbl">Cut with</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
      <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-LinkerTn5</td>
 +
      <td>NotI & FseI</td>
 +
      <td>1.75</td>
 +
      <td>0.69</td>
 +
      <td>8</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>NotI & FseI</td>
 +
      <td>1.85</td>
 +
      <td>1.51</td>
 +
      <td>2.37</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC</td>
 +
      <td>EcoRI & KpnI</td>
 +
      <td>1.88</td>
 +
      <td>1.05</td>
 +
      <td>10.6</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5Linker</td>
 +
      <td>NotI & EcoRI</td>
 +
      <td>1.82</td>
 +
      <td>1.33</td>
 +
      <td>26.1</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>NotI & KpnI</td>
 +
      <td>1.86</td>
 +
      <td>1.51</td>
 +
      <td>29.6</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-DUET</td>
 +
      <td>NotI & KpnI</td>
 +
      <td>1.81</td>
 +
      <td>1.03</td>
 +
      <td>13.8</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>NotI & FseI</td>
 +
      <td>1.84</td>
 +
      <td>1.19</td>
 +
      <td>20.8</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Linker-Tn5</td>
 +
      <td>FseI & KpnI</td>
 +
      <td>1.84</td>
 +
      <td>1.54</td>
 +
      <td>42</td>
 +
  </tr> 
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-DUET</td>
 +
      <td>NotI & KnpI</td>
 +
      <td>1.79</td>
 +
      <td>1.06</td>
 +
      <td>13.1</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9-LinkerTn5</td>
 +
      <td>NotI & KnpI</td>
 +
      <td>1.79</td>
 +
      <td>0.54</td>
 +
      <td>5.5</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC-DUET</td>
 +
      <td>EcoRI & KpnI</td>
 +
      <td>1.67</td>
 +
      <td>0.97</td>
 +
      <td>13</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5Linker-dxCas9</td>
 +
      <td>EcoRI & KpnI</td>
 +
      <td>2</td>
 +
      <td>0.78</td>
 +
      <td>6.1</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
   
 +
<p>A 50µl ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">L1* Volume (uL) </th>
 +
        <th class="tableheaderadpbl">L2* Volume (uL) </th>
 +
        <th class="tableheaderadpbl">L3* Volume (uL) </th>
 +
    <th class="tableheaderadpbl">L4* Volume (uL) </th>
 +
        <th class="tableheaderadpbl">L5* Volume (uL) </th>
 +
        <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>5</td>
 +
              <td>5</td>
 +
              <td>5</td>
 +
              <td>5</td>
 +
              <td>5</td>
 +
           
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>2.5</td>
 +
        <td>2.5</td>
 +
        <td>2.5</td>
 +
        <td>2.5</td>
 +
        <td>2.5</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>24 (pACYC-LinkerTn5, ~200ng)</td>
 +
          <td>17 (pACYC, ~200ng)</td>
 +
          <td>12.5 (pACYC, ~150ng)</td>
 +
          <td>4 (pACYC, ~50ng)</td>
 +
          <td>4.3 (pACYC, ~100ng)</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA insert 1 </td>
 +
        <td>18 (dxCas9, ~200ng)</td>
 +
        <td>17.5 (Tn5Linker, ~200ng)</td>
 +
        <td>25 (dxCas9, ~500ng)</td>
 +
        <td>39(dxCas9LinkerTn5, ~200ng)</td>
 +
        <td>17.5 (Tn5LinkerdxCas9, ~200ng)</td>
 +
          <td></td>
 +
  <tr class="tableevenadpbl">
 +
    <td>DNA nsert 2 (optional) </td>
 +
      <td></td>
 +
        <td>18 (dxCas9, ~200ng)</td>
 +
          <td>5 (LinkerTn5, ~200ng)</td>
 +
      <td></td>
 +
  <td></td>
 +
          <td></td> 
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0.5</td>
 +
            <td>0</td>
 +
            <td>0</td>
 +
            <td>0</td>
 +
            <td>0.2</td>
 +
           
 +
</table></center>   
 +
 +
<p><i>*L1, L2, L3, L4 and L5 are the names of the ligation reactions. L2 and L3 are single-pot ligation reactions, which aim to ligate two inserts into 1 vector simultaneously. </i><br>
 +
    The samples were incubated for 6 hours at 37°C for ligation. Samples were not heat inactivated.</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
Solid Luria Broth (LB) medium was prepared, complemented with chloramphenicol (Cam)
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>L1 (Ligate)</td>
 +
      <td>Restriction&Ligation</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
    <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>L2 (Ligate)</td>
 +
      <td>Restriction&Ligation</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>L3 (Ligate)</td>
 +
      <td>Restriction&Ligation</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
            <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>L4 (Ligate)</td>
 +
      <td>Restriction&Ligation</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
                <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>L5 (Ligate)</td>
 +
      <td>Restriction&Ligation</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling Cas9 into pACYCduet lin-Tn5 or lin-Tn5 into pACYCduet dxCas9. Both approaches will render the same insert. The following table shows an overview of what fragments were cut with what restriction enzymes.<br>
 +
    First Reaction (lin-Tn5 into pACYC dxCas9):
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (lin-Tn5)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (Fse HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
    <br>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC dxCas9)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (Fse HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (KpnI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
<br>
 +
<br>
 +
    <p>Second reaction (dxCas9 into pACYC lin-Tn5):</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment (dxCas9)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
    <br>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Vector (pACYC lin-Tn5)</td>
 +
      <td>16</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (FseI HF)</td>
 +
      <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
     
 +
</table></center>
 +
 +
    <p>The samples were incubated for 4 hours at 37 °C.
 +
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
    <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    20 μL of restriction product were subjected to PCR Clean-Up, according to the protocol. Elution was done in 20 µL Milli-Q. <br><br>
 +
    Products were quantified with Nanodrop, yielding concentration of:<br>
 +
    - pACYC dxCas9: 42.7 ng/µL <br>
 +
    - lin-Tn5: 34 ng/µL <br>
 +
    - pACYC lin-Tn5: 31 ng/µL <br>
 +
    - dxCas9: 46 ng/µL <br>
 +
 
 +
</p>
 +
 +
<dl>
 +
      <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments lin-Tn5 into pACYC dxCas9 (Reaction 1) and dxCas9 into pACYC lin-Tn5, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
<p>First reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet dxCas9</td>
 +
      <td>5.5 kbp</td>
 +
      <td>Fse and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>lin-Tn5</td>
 +
      <td>1.5 kbp</td>
 +
      <td>Fse and KpnI</td>
 +
 
 +
</table></center>   
 +
  <br>
 +
<p> Two different molar ratios between insert and plasmid were tried to attempt higher integration efficiency. Ratios of 1:3  and 1:10 (vector:plasmid) were incubated with T4 ligase (1 µL) and ligase buffer (2 µL). Total volume of reaction was 20 µL.
 +
    </p>
 +
 +
    <br> <br>
 +
    <p>Second reaction:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYCDuet lin Tn5</td>
 +
      <td>3 kbp</td>
 +
      <td>NotI and FseI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9</td>
 +
      <td>4 kbp</td>
 +
      <td>NotI and FseI</td>
 +
 
 +
</table></center>   
 +
  <br>
 +
<p> Two different molar ratios between insert and plasmid were tried to attempt higher integration efficiency. Ratios of 1:3  and 1:10 (vector:plasmid) were incubated with T4 ligase (1 µL) and ligase buffer (2 µL). Total volume of reaction was 20 µL.
 +
    </p>
 +
   
 +
    <br><br>
 +
<p>The samples were incubated overnight at 4 ºC for ligation. </p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCJ3">Wednesday, 18/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>18/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 17/7/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>L1 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>2 colonies</td> 
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>L2 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>30 colonies</td>
 +
            <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>L3 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>2 colonies</td>
 +
                  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>L4 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>4 colonies</td>
 +
                        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>L5 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>19 colonies</td> 
 +
</table></center>   
 +
    <br>   
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>18/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of ligate constructs after transformation (17/7/2018). This plasmid contains T7 expression system, which can be checked with primers 029 and 030.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">L1</th>
 +
    <th class="tableheaderadpbl">L2</th>
 +
    <th class="tableheaderadpbl">L3</th>
 +
    <th class="tableheaderadpbl">L4</th>
 +
    <th class="tableheaderadpbl">L5</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fw primer</td>
 +
    <td>029</td>
 +
      <td>029</td>
 +
      <td>029</td>
 +
      <td>029</td>
 +
      <td>029</td>
 +
     
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <td>Rv primer</td>
 +
    <td>030</td> 
 +
          <td>030</td> 
 +
          <td>030</td> 
 +
          <td>030</td> 
 +
          <td>030</td> 
 +
         
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (kbp)</td>
 +
    <td>~5.7</td>
 +
      <td>~5.7</td>
 +
      <td>~5.7</td>
 +
      <td>~5.7</td>
 +
      <td>~5.7</td>
 +
     
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>48 tubes were prepared for colony PCR, containing boiled colony as template DNA. The thermocycler programme was installed to have an extension time of 6.5 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>18/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
    <p>Colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light. </p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f8/T--TUDelft--20180718kavishColonyPCRjpg.png" alt="Gel electrophoresis">   
 +
    <p>    It is apparent that no amplicons of interest are found, other than template/uncut/self-closing plasmids (lane 3 & 25). Judging from the double bands around 200 and 500, most of the clones are identified to contain plain pACYC-DUET, which contains double T7 promoter, resulting in double amplicons around that height.</p>
 +
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>18/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>Using the ligate reactions from 17/07/2018, the following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5αlpha</td>
 +
      <td>pACYC dxCas9-lin-Tn5 (7500 bp)</td>
 +
      <td>Restriction Ligation</td>
 +
      <td>10 µL</td>
 +
      <td>LB with Chloroamphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>400 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCJ3">Thursday, 19/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of <i>Escherichia coli</i> DH5 alpha cells after transformation with pACYC dxCas9 containing lin-Tn5 (Reaction 1) or pACYC linTn5 containing dxCas9 (Reaction 2) as insert. This insertion can be checked with primers 029 and 030 (on T7 promoter and terminator), but were also tested with primers 001 with 002 for dxCas9 amplification and 005 with 006 for Tn5 amplification. Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl"></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>Colony solution</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>029, 001, 005</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>030, 002, 006</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>6 kbp, 4 kbp, 1.5 kbp</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p> The number of colonies screened were:<br>
 +
    - Tn5 control : Colony 1 <br>
 +
    - Cas9-lin-Tn5 (Reaction 1): Colonies 2-10 <br>
 +
    - Cas9-lin-Tn5 (Reaction 2): Colonies 11-14<br>
 +
The thermocycler programme was installed to have an extension time of 6 min and an annealing temperature of 55 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
    <dt>Date</dt><dd>19/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR products were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane (no loading buffer required as PCR buffer contains loading buffer).<br>
 +
    - 4 µL of 500 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/02/T--TUDelft--19_07_PCRfusion.png" alt="Gel electrophoresis", style="float;max-height:400px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from colony PCR for dxCas9-lin-Tn5 amplification. Expected size of integration is 6000 bp. Lanes are (L) ladder 500 bp, (1-14) Colonies 1-14. </figcaption></figure>
 +
    <br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1b/T--TUDelft--19_07_PCR_fusionCas9.png" alt="Gel electrophoresis", style="float;max-height:500px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 2. Gel electrophoresis from colony PCR for dxCas9 amplification. Expected size of amplification is 4000 bp. Lanes are (L) ladder 500 bp, (1-14) Colonies 1-14. </figcaption></figure>
 +
    <br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a4/T--TUDelft--19_07_PCR_fusionTn5.png" alt="Gel electrophoresis", style="float;max-height:500px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 3. Gel electrophoresis from colony PCR for Tn5 amplification. Expected size of integration is 1500 bp. Lanes are (L) ladder 500 bp, (1-14) Colonies 1-14. </figcaption></figure>
 +
   
 +
    </div>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <br>
 +
<!---------------- AUGUST -------------------->
 +
<h3 class="adpbl">August</h3><br>
 +
<!------- AUGUST WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSCA1" type="checkbox" class="dropinput" />
 +
<label for="WeekSCA1" class="subdropdown cadpbl"><a class="repositioner" id="AugustStrainCon1"></a>Week 1 30/07/2018 - 05/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCA1">Friday, 03/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCA1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>03/08/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Strains <i>Escherichia coli DH5 alpha</i> harbouring plasmid with possible fusion protein dxCas9-lin-Tn5 were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloroamphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
        <!-------------- SATURDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCA1">Saturday, 04/07/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCA1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>04/08/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of <i>Escherichia coli DH5 alpha</i> harbouring plasmid with possible fusion protein dxCas9-lin-Tn5 were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>04/08/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9-lin-Tn5 (6 kbp), high fidelity PCR was done using colonies' plasmid harbouring the fusion protein as template DNA and 029 and 030 as forward and reverse primers respectively. Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    50 µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
   
 +
   
 +
    <br>
 +
   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6 minutes and an annealing temperature of 55 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>03/07/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products of dxCas9 PCR were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane with 1 µL of loading buffer.<br>
 +
    - 4 µL of 500 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/66/T--TUDelft--04_08_PCR_Fusion.png" alt="Gel electrophoresis", style="float;max-height:600px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from fusion protein dxCas9-lin-Tn5. Lanes are (L) Ladder 500 bp, (1) Blank, (2-3) Positive integration. </figcaption></figure>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>04/08/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of dxCas9-Tn5-lin insertion in pACYC, primers 003, 012, 029 and 030 were used for sequencing. Sequencing sample was prepared in 1.5 mL tubes for each primer as indicated my Macrogen for specific concentration of plasmid DNA.
 +
    <br>
 +
    Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    <p> Within 2 days, the sequence was retrievable online and alignment with the in silico designed molecule showed 100% match of the insert lin-Tn5, by aligning both primer sequences obtained. </p><br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- AUGUST WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSCA2" type="checkbox" class="dropinput" />
 +
<label for="WeekSCA2" class="subdropdown cadpbl"><a class="repositioner" id="AugustStrainCon2"></a>Week 2 06/08/2018 - 12/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCA2">Wednesday, 08/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>08/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
          <i>E.coli</i> strain harbouring the plasmid pACYCDuet-1_Tn5-Lin was used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCA2">Thursday, 09/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>
 +
Overnight starter culture of pACYCDuet-1_Tn5-Lin were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
    <td>66.5</td>
 +
    <td>1.88</td>
 +
    <td>1.83</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
    <td>70.1</td>
 +
    <td>1.83</td>
 +
    <td>1.77</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
    <td>90.2</td>
 +
    <td>1.72</td>
 +
    <td>1.06</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Tn5-Lin</td>
 +
    <td>108.8</td>
 +
    <td>1.73</td>
 +
    <td>1.09</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s) to obtain fragments Tn5-Lin-dxCas9 and pACYCDuet-1 for ligation.
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>dxCas9</td>
 +
      <td>8.7 (~2000 ng)</td>
 +
      <td>pACYCDuet-1_Tn5-Linker</td>
 +
      <td>17.2 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.4</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.4</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>0.4</td>
 +
      <td>Enzyme (KpnI)</td>
 +
      <td>0.4</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>8.5</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
  </tr>
 +
</table></center>
 +
      <br>   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Tn5-Lin</td>
 +
      <td>12.5 (~2000 ng)</td>
 +
      <td>pACYCDuet-1_dxCas9</td>
 +
      <td>17.2 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.4</td>
 +
      <td>Enzyme (NotI)</td>
 +
      <td>0.4</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.4</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.4</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>4.7</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
  </tr>
 +
</table></center> 
 +
<p>The samples were incubated for 4 hour(s) at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCA2">Friday, 10/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5-Lin cut with NotI and EcoRI</td>
 +
    <td>88.1</td>
 +
    <td>1.83</td>
 +
    <td>1.69</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9 cut with NotI and EcoRI</td>
 +
    <td>11.8</td>
 +
    <td>1.44</td>
 +
    <td>0.69</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 cut with NotI and EcoRI</td>
 +
    <td>34.5</td>
 +
    <td>1.76</td>
 +
    <td>1.31</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYC_Tn5-Linker cut with NotI and EcoRI</td>
 +
    <td>41.9</td>
 +
    <td>1.73</td>
 +
    <td>1.36</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pACYCDuet-1_Tn5-Linker with dxCas9 Tn-Linker with pACYCDuet-1_dxCas9 respectively, ligation was performed. to optimize the protocol, I used both vector to insert ratio 1:3 and 1:10. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1_dxCas9</td>
 +
      <td>7929</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5-Linker</td>
 +
      <td>1490</td>
 +
      <td>EcoRI and NotI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Vector pACYCDuet-1_Tn5-Lin</td>
 +
      <td>5258</td>
 +
      <td>NotI and KpnI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment dxCas9</td>
 +
      <td>4161</td>
 +
      <td>NotI and KpnI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector pACYCDuet-1_dxCas9 (~100 ng)</td>
 +
          <td>8.5</td>
 +
          <td>DNA vector pACYCDuet-1_dxCas9 (~100 ng)</td>
 +
          <td>8.5</td>
 +
          <td>DNA vector pACYCDuet-1_dxCas9 (~100 ng)</td>
 +
          <td>8.5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>none</td>
 +
          <td></td>
 +
          <td>DNA Lin-Tn5 (~60 ng)</td>
 +
          <td>0.7</td>
 +
          <td>DNA Lin-Tn5 (~190 ng)</td>
 +
          <td>2.2</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>12</td>
 +
          <td>MilliQ</td>
 +
          <td>11.3</td>
 +
          <td>MilliQ</td>
 +
          <td>9.8</td>
 +
</tr>
 +
</table></center>
 +
          <br>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector pACYCDuet-1_Tn5-Linker (~100 ng)</td>
 +
          <td>2.5</td>
 +
          <td>DNA vector pACYCDuet-1_Tn5-Linker (~100 ng)</td>
 +
          <td>2.5</td>
 +
          <td>DNA vector pACYCDuet-1_Tn5-Linker (~100 ng)</td>
 +
          <td>2.5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>none</td>
 +
          <td></td>
 +
          <td>DNA dxCas9 (~220 ng)</td>
 +
          <td>5.4</td>
 +
          <td>DNA dxCas9 (~730 ng)</td>
 +
          <td>14.5</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>14.5</td>
 +
          <td>MilliQ</td>
 +
          <td>7.1</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
 +
<p>The samples were incubated for 8 hours at 20°C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9 restricted (neg control)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>8</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9-Linker-Tn5 ratio 1:3 (9449 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>5.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9-Linker-Tn5 ratio 1:10 (9449 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>3</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_Tn5-Lin restricted (neg. control)</td>
 +
    <td>Restriction</td>
 +
    <td>8</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9-Linker-Tn5 ratio 1:3 (9449 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>3</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pACYCDuet-1_dxCas9-Linker-Tn5 ratio 1:10 (9449 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>1</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
For the transformation 40 ng of total ligate was used. 200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCA2">Saturday, 11/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight DH5alpha starter cultures of dxCas9(3.7)-VPR and pACYC-dxCas9-LinkerTn5 were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 40 μl of pre-warmed MilliQ (2 times 20µl).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>11/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>23</td>
 +
      <td>1.82</td>
 +
      <td>1.83</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>28</td>
 +
      <td>1.82</td>
 +
      <td>1.9</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
      <td>dxCas9(3.7)-VPR</td>
 +
      <td>24</td>
 +
      <td>1.83</td>
 +
      <td>1.44</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>26</td>
 +
      <td>1.81</td>
 +
      <td>1.97</td>
 +
  </tr>   
 +
      <tr class="tableunevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>13</td>
 +
      <td>1.59</td>
 +
      <td>0.97</td>
 +
  </tr>   
 +
  <tr class="tableevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>23</td>
 +
      <td>1.88</td>
 +
      <td>1.99</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>dxCas9(3.7)-VPR</td>
 +
      <td>26</td>
 +
      <td>1.83</td>
 +
      <td>1.59</td>
 +
  </tr>   
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>30</td>
 +
      <td>1.83</td>
 +
      <td>1.85</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>31</td>
 +
      <td>1.81</td>
 +
      <td>1.88</td>
 +
  </tr> 
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>31</td>
 +
      <td>1.78</td>
 +
      <td>1.63</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>31</td>
 +
      <td>1.72</td>
 +
      <td>1.69</td>
 +
  </tr>   
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>29</td>
 +
      <td>1.85</td>
 +
      <td>1.79</td>
 +
  </tr>   
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>27</td>
 +
      <td>1.74</td>
 +
      <td>1.71</td>
 +
  </tr> 
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>28</td>
 +
      <td>1.81</td>
 +
      <td>1.74</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
<!------- AUGUST WEEK 3----------->   
 +
 +
<form>   
 +
<input id="WeekSCA3" type="checkbox" class="dropinput" />
 +
<label for="WeekSCA3" class="subdropdown cadpbl"><a class="repositioner" id="AugustStrainCon3"></a>Week 3 13/08/2018 - 19/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundaySCA3">Sunday, 19/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundaySCA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the pSB1C3 BioBrick backbone, Tn5 and Linker coding sequences and T7p-Tn5-T7t expression cassette, high fidelity PCR was done. The template DNA is the BioBrick plasmid pSB1C3 (primerset 051 & 052 & 053) and pACYCDuet-1_Tn5 (054 & 055, 058 & 059 and 060 & 061). Eight 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>051</td>
 +
    <td>052</td>
 +
    <td>pSB1C3 backbone</td>
 +
    <td>2068</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>051</td>
 +
    <td>053</td>
 +
    <td>pSB1C3 backbone with extra nucleotide</td>
 +
    <td>2070</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>054</td>
 +
    <td>055</td>
 +
    <td>Tn5</td>
 +
    <td>1511</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>4</td>
 +
    <td>058</td>
 +
    <td>059</td>
 +
    <td>Linker</td>
 +
    <td>143</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>5</td>
 +
    <td>060</td>
 +
    <td>061</td>
 +
    <td>T7p-Tn5-T7t</td>
 +
    <td>1756</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 1 min 30 seconds for pSB1C3 backbones, Tn5 and T7p-Tn5-T7t and 23 seconds for Linker and both an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons for construction of the BioBricks Tn5, T7p-Tn5-T7t and Linker into pSB13 were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c2/T--TUDelft--2018_20180819_PCR_BB_Tn5_Linker_pSB1C3.png" alt="Gel electrophoresis">   
 +
<p>The gel image shows that the pSB1C3 BioBrick backbone is succesfully amplified. However, when the extra nucleotide is incorporated for non coding sequence BioBrick construction, this resulted not in the desired amplicon. The Tn5 was correctly amplified as well as the T7p-Tn5-T7t expression cassette. The Linker sequence is not correctly amplified as there is no band seen at 143 bp.</p>         
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form> 
 +
<!------- AUGUST WEEK 4----------->   
 +
 +
<form>   
 +
<input id="WeekSCA4" type="checkbox" class="dropinput" />
 +
<label for="WeekSCA4" class="subdropdown cadpbl"><a class="repositioner" id="AugustStrainCon4"></a>Week 4 20/08/2018 - 26/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCA4">Tuesday, 21/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DpnI digestion</h4>
 +
<p>To eliminate any residual template DNA, a DpnI digestion was performed with the following reaction mixture:
 +
</p>
 +
 +
    <center><table>
 +
        <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10X CutSmart buffer</td>
 +
    <td>5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>PCR product</td>
 +
    <td>44</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Enzyme (DpnI)</td>
 +
    <td>1</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>0</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated for 30 minutes at 37 °C. <br>
 +
Heat inactivation was performed for 20 minutes at 80 °C.</p>
 +
   
 +
</div>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 μL of each DpnI digestion reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons for construction of the BioBricks Tn5, T7p-Tn5-T7t and Linker into pSB13 were run on a 0.8% agarose gel in TAE buffer. Upon electroseparation based on size, the fragments that are undesired were separated from the desired amplicons. The desired fragments were excised and proceded for PCR Clean Up. The complete reaction mixture (50 μL) was pipetted into each lane. The gel was not imaged due to damage of UV-light.</p>         
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the pSB1C3 BioBrick backboneand Linker coding sequence, high fidelity PCR was done. The template DNA are the BioBrick plasmid pSB1C3 (primerset 051 & 053) and pACYCDuet-1_Linker-Tn5 (058 & 059). Four 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>051</td>
 +
    <td>053</td>
 +
    <td>pSB1C3 backbone with extra nucleotide</td>
 +
    <td>2070</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>4</td>
 +
    <td>058</td>
 +
    <td>059</td>
 +
    <td>Linker</td>
 +
    <td>143</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 1 min 30 seconds for pSB1C3 backbones, Tn5 and T7p-Tn5-T7t and 23 seconds for Linker and both an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>22/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons for construction of the BioBrick Linker into pSB13 were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e9/T--TUDelft--2018_20180821_pSB1C3_Linker.png" alt="Gel electrophoresis">   
 +
<p>The gel image shows that the pSB1C3 BioBrick backbone is succesfully amplified. However, the Linker sequence is not correctly amplified as there is no band seen at 143 bp.</p>         
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
<i>E.coli</i> strains harbouring the plasmid pACYCDuet-1_dxCas9-Lin-Tn5 and pACYCDuet-1_Tn5 respectively were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCA4">Wednesday, 22/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4>
 +
<p>
 +
Overnight starter cultures of pACYCDuet-1_Lin-Tn5 and pACYCDuet-1 were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 μL of each PCR reaction  done on 16-07-2018 was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
                   
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>T7p-Tn5-T7t</td>
 +
    <td>94.7</td>
 +
    <td>1.84</td>
 +
    <td>1.78</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>T7p-Tn5-T7t</td>
 +
    <td>105.7</td>
 +
    <td>1.83</td>
 +
    <td>1.93</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Tn5</td>
 +
    <td>157.1</td>
 +
    <td>1.66</td>
 +
    <td>1.26</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3</td>
 +
    <td>58.8</td>
 +
    <td>1.87</td>
 +
    <td>1.71</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3</td>
 +
    <td>67.8</td>
 +
    <td>1.86</td>
 +
    <td>1.88</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3</td>
 +
    <td>64.8</td>
 +
    <td>1.84</td>
 +
    <td>1.77</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Gibson Assembly</h4>
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3 with Tn5 to obtain pSB1C3_Tn5 (3499 bp) and pSB1C3 with T7p-Tn5-T7t to obtain pSB1C3_T7p-Tn5-T7t (3755 bp).
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector pSB1C3</td>
 +
    <td>2 (100 ng)</td>
 +
    <td>Vector pSB1C3</td>
 +
    <td>2 (100 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment T7p-Tn5-T7t</td>
 +
    <td>3 (300 ng)</td>
 +
    <td>Fragment Tn5</td>
 +
    <td>2 (225 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>5</td>
 +
    <td>MilliQ</td>
 +
    <td>4</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 1 hour, after which they were kept on ice for subsequent transformation.</p>
 +
</div>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_Tn5 (3499 bp)</td>
 +
    <td>Gibson Assembly</td>
 +
    <td>2.5</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_T7p-Tn5-T7t (3755 bp)</td>
 +
    <td>Gibson Assembly</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5</td>
 +
    <td>68.9</td>
 +
    <td>1.69</td>
 +
    <td>1.03</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5</td>
 +
    <td>74.2</td>
 +
    <td>1.68</td>
 +
    <td>1.06</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5</td>
 +
    <td>92.8</td>
 +
    <td>1.68</td>
 +
    <td>1.07</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5</td>
 +
    <td>77.8</td>
 +
    <td>1.66</td>
 +
    <td>0.92</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_Tn5</td>
 +
    <td>57.0</td>
 +
    <td>1.72</td>
 +
    <td>1.37</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Tn5</td>
 +
    <td>52.4</td>
 +
    <td>1.75</td>
 +
    <td>1.42</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_Tn5</td>
 +
    <td>53.4</td>
 +
    <td>1.77</td>
 +
    <td>1.58</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_Tn5</td>
 +
    <td>70.9</td>
 +
    <td>1.76</td>
 +
    <td>1.742</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>The dxCas9 coding sequence contains forbidden restriction sites to be RFC compatible. Therefore, Gblocks were ordered at IDT. The dxCas9 is to large to order as one Gblock. Therefore I ordered two Gblocks, also incorporating Linker-Tn5 coding sequences (Gblock 1 and 2). To be able to construct also a different variant of the fusion protein, two Gblocks were ordered in the order Tn5-Linker-dxCas9 (Gblock 3 and 4).
 +
<br>
 +
To amplify the Gblocks 1 and 2 as well as the pACYCDuet-1 backbone, high fidelity PCR was done. The template DNA are the Gblocks 1 (primerset 045 & 046) and 2 (primerset 047 & 048) and pACYCDuet-1 (primerset 049 & 050). Six 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>045</td>
 +
    <td>046</td>
 +
    <td>Gblock 1</td>
 +
    <td>2892</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>4</td>
 +
    <td>047</td>
 +
    <td>048</td>
 +
    <td>Gblock 2</td>
 +
    <td>2890</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>049</td>
 +
    <td>050</td>
 +
    <td>pACYCDuet-1</td>
 +
    <td>3778</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 2 min 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCA4">Thursday, 23/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>23/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons of Gblock 1 and 2 and pACYCDuet-1 were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2c/T--TUDelft--20180823_Gblock12_pACYC.png" alt="Gel electrophoresis">   
 +
<p>The gel image shows that the pACYCDuet-1 backbone for Gblock1 and Gblock2 cloning is succesfully amplified. However, the Gblocks 1 and 2 are not correctly amplified as there is a smeer visible.</p>         
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>23/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the Gblocks 1 and 2 as well as the pACYCDuet-1 backbone, high fidelity PCR was done. The template DNA are the Gblocks 1 (primerset 045 & 046) and 2 (primerset 047 & 048) and pACYCDuet-1 (primerset 049 & 050). Six 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>045</td>
 +
    <td>046</td>
 +
    <td>Gblock 1</td>
 +
    <td>2892</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>4</td>
 +
    <td>047</td>
 +
    <td>048</td>
 +
    <td>Gblock 2</td>
 +
    <td>2890</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>049</td>
 +
    <td>050</td>
 +
    <td>pACYCDuet-1</td>
 +
    <td>3778</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 1 min 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>23/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons of Gblock 1 and 2 and pACYCDuet-1 were run on a 0.8% agarose gel in TAE buffer. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/83/T--TUDelft--20180823_Gblock12_pACYC2.png" alt="Gel electrophoresis">   
 +
<p>The gel image shows that the pACYCDuet-1 backbone for Gblock1 and Gblock2 cloning is succesfully amplified. However, the Gblocks 1 and 2 are not correctly amplified as there is a smeer visible.</p>     
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>23/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_Tn5 (3499 bp)</td>
 +
    <td>Gibson Assembly</td>
 +
    <td>2.5</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_T7p-Tn5-T7t (3755 bp)</td>
 +
    <td>Gibson Assembly</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- AUGUST WEEK 5----------->   
 +
 +
<form>   
 +
<input id="WeekSCA5" type="checkbox" class="dropinput" />
 +
<label for="WeekSCA5" class="subdropdown cadpbl"><a class="repositioner" id="AugustStrainCon5"></a>Week 5 27/08/2018 - 02/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCA5">Monday, 27/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Gel Purification</h4> 
 +
<p>The amplicon pACYCDuet-1 backbone and Gblock 2 have a size of 3778 bp and 2890 bp respectively, but the PCR samples were contaminated with by-products. The products were loaded on a gel prior to <a href="https://2018.igem.org/Team:TUDelft/Experiments#DNApurificationfromgel-scroll" target="_blank">DNA purification from agarose gel conform protocol</a>.
 +
Elution was done in 50 µL Milli-Q.
 +
</p>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 backbone (1)</td>
 +
    <td>29.7</td>
 +
    <td>1.86</td>
 +
    <td>0.44</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 backbone (2)</td>
 +
    <td>25.4</td>
 +
    <td>1.88</td>
 +
    <td>1.46</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 backbone (3)</td>
 +
    <td>24.4</td>
 +
    <td>1.86</td>
 +
    <td>1.46</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Gblock 2</td>
 +
    <td>10.5</td>
 +
    <td>1.73</td>
 +
    <td>1.14</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Gibson Assembly</h4>
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3 with Tn5 to obtain pSB1C3_Tn5 (3499 bp) and pSB1C3 with T7p-Tn5-T7t to obtain pSB1C3_T7p-Tn5-T7t (3755 bp).
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector pACYCDuet-1</td>
 +
    <td>1.6 (40 ng)</td>
 +
    <td>Vector pSB1C3</td>
 +
    <td>2 (100 ng)</td>
 +
    <td>Vector pSB1C3</td>
 +
    <td>2 (100 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment Gblock 1</td>
 +
    <td>4.3 (43 ng)</td>
 +
    <td>Fragment T7p-Tn5-T7t</td>
 +
    <td>4 (300 ng)</td>
 +
    <td>Fragment Tn5</td>
 +
    <td>2 (225 ng)</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <td>Fragment Gblock 2</td>
 +
    <td>4.3 (43 ng)</td>
 +
    <td></td>
 +
    <td></td>
 +
    <td></td>
 +
    <td></td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>0</td>
 +
    <td>MilliQ</td>
 +
    <td>4</td>
 +
    <td>MilliQ</td>
 +
    <td>6</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 1 hour, after which they were kept on ice for subsequent transformation.</p>
 +
</div>
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Gel Purification</h4> 
 +
<p>The PCR reaction performed on 24/08/2018 were loaded on a gel. Since the expectation of contamination based on previous results, I decided to not use UV imaging due to the potential of creating mutations in the DNA. The amplicon pACYCDuet-1 backbone, Glock 1 and  2 have a size of 3778 bp, 2892 bp and 2890 bp respectively, but indeed the PCR samples were contaminated with by-products. The products were loaded on a gel prior to <a href="https://2018.igem.org/Team:TUDelft/Experiments#DNApurificationfromgel-scroll" target="_blank">DNA purification from agarose gel conform protocol</a>.
 +
Elution was done in 50 µL Milli-Q.
 +
</p>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 backbone (1)</td>
 +
    <td>43.7</td>
 +
    <td>1.89</td>
 +
    <td>0.16</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 backbone (2)</td>
 +
    <td>48.3</td>
 +
    <td>1.88</td>
 +
    <td>0.46</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Gblock 1 (1)</td>
 +
    <td>34.4</td>
 +
    <td>1.87</td>
 +
    <td>1.16</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Gblock 1 (2)</td>
 +
    <td>24.8</td>
 +
    <td>1.91</td>
 +
    <td>1.08</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Gblock 2 (1)</td>
 +
    <td>23.3</td>
 +
    <td>1.81</td>
 +
    <td>0.65</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Gblock 2 (2)</td>
 +
    <td>23.2</td>
 +
    <td>1.85</td>
 +
    <td>0.92</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCA5">Wednesday, 29/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>The dxCas9 coding sequence contains forbidden restriction sites to be RFC compatible. Therefore, Gblocks were ordered at IDT. The dxCas9 is to large to order as one Gblock. Therefore I ordered two Gblocks, also incorporating Linker-Tn5 coding sequences (Gblock 1 and 2). To be able to construct also a different variant of the fusion protein, two Gblocks were ordered in the order Tn5-Linker-dxCas9 (Gblock 3 and 4).
 +
<br>
 +
To amplify the Gblocks 3 and 4 as well as the pACYCDuet-1 backbone, high fidelity PCR was done. The template DNA are the Gblocks 1 (primerset 045 & 046) and 2 (primerset 047 & 048) and pACYCDuet-1 (primerset 049 & 050). Additionally, we use the templates Gblocks 3 (primerset 079 & 080) and 4 (primerset 081 & 082) and pACYCDuet-1 (primerset 083 & 084). Multiple 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>045</td>
 +
    <td>046</td>
 +
    <td>Gblock 1</td>
 +
    <td>2892</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>047</td>
 +
    <td>048</td>
 +
    <td>Gblock 2</td>
 +
    <td>2890</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>049</td>
 +
    <td>050</td>
 +
    <td>pACYCDuet-1</td>
 +
    <td>3778</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>079</td>
 +
    <td>080</td>
 +
    <td>Gblock 3</td>
 +
    <td></td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>5</td>
 +
    <td>081</td>
 +
    <td>082</td>
 +
    <td>Gblock 4</td>
 +
    <td></td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>6</td>
 +
    <td>083</td>
 +
    <td>084</td>
 +
    <td>pACYCDuet-1</td>
 +
    <td>3652</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 4 minutes and an annealing temperature in a gradient from  52 °C 66 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>29/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the pSB1C3 BioBrick backbone, Tn5 and Linker coding sequences and T7p-Tn5-T7t expression cassette, high fidelity PCR was done. The template DNA is the BioBrick plasmid pSB1C3 (primerset 051 & 052 & 053) and pACYCDuet-1_Tn5 (054 & 055, 058 & 059 and 060 & 061). 54 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>051</td>
 +
    <td>052</td>
 +
    <td>pSB1C3 backbone</td>
 +
    <td>2068</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>051</td>
 +
    <td>053</td>
 +
    <td>pSB1C3 backbone with extra nucleotide</td>
 +
    <td>2070</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>054</td>
 +
    <td>055</td>
 +
    <td>Tn5</td>
 +
    <td>1511</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>4</td>
 +
    <td>058</td>
 +
    <td>059</td>
 +
    <td>Linker</td>
 +
    <td>143</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>5</td>
 +
    <td>060</td>
 +
    <td>061</td>
 +
    <td>T7p-Tn5-T7t</td>
 +
    <td>1756</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 2 min 30 seconds for pSB1C3 backbones, Tn5 and T7p-Tn5-T7t and 30 seconds for Linker and both an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>29/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>
 +
To amplify the Gblocks 1, 2, 3 and 4 a high fidelity PCR was done, but using a 2 step PCR program. The template DNA are the Gblocks 1 (primerset 045 & 046) and 2 (primerset 047 & 048) and pACYCDuet-1 (primerset 049 & 050). Additionally, we use the templates Gblocks 3 (primerset 079 & 080) and 4 (primerset 081 & 082) and pACYCDuet-1 (primerset 083 & 084). Multiple 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>045</td>
 +
    <td>046</td>
 +
    <td>Gblock 1</td>
 +
    <td>2892</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>047</td>
 +
    <td>048</td>
 +
    <td>Gblock 2</td>
 +
    <td>2890</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>079</td>
 +
    <td>080</td>
 +
    <td>Gblock 3</td>
 +
    <td></td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>5</td>
 +
    <td>081</td>
 +
    <td>082</td>
 +
    <td>Gblock 4</td>
 +
    <td></td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 4 minutes and an annealing temperature of 72 °C (2 step PCR). After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCA5">Thursday, 30/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The PCR amplicons for construction of the fusion protein with Gblock 1 and 2 and Gblock 3 and 4 as well as the amplicons for BioBricks Tn5, T7p-Tn5-T7t and Linker into pSB13 were run on multiple 0.8% agarose gel in TAE buffer to check for amplification. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c7/T--TUDelft--20180830_pACYC_pSB1C3.png" alt="Gel electrophoresis">
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/18/T--TUDelft--20180830_PCR_Gblocks_gradient.png" alt="Gel electrophoresis">
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2f/T--TUDelft--20180830_PCR_linker_Tn5_pSB1C3Nuc.png" alt="Gel electrophoresis">
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/5a/T--TUDelft--20180830_PCR_Tobal_Gblocks.png" alt="Gel electrophoresis">
 +
 +
<p>
 +
</p>         
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Gel Purification</h4> 
 +
<p>The PCR amplicons were contaminated with by-products. The products were loaded on a gel prior to <a href="https://2018.igem.org/Team:TUDelft/Experiments#DNApurificationfromgel-scroll" target="_blank">DNA purification from agarose gel conform protocol</a>.
 +
Elution was done in 50 µL Milli-Q.
 +
</p>
 +
         
 +
 +
<dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s) to obtain fragments Tn5-Lin-dxCas9 and pACYCDuet-1 for ligation.
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3</td>
 +
      <td>43 (~2000 ng)</td>
 +
      <td>Tn5</td>
 +
      <td>17 (~2000 ng)</td>
 +
      <td>T7p-Tn5-T7t</td>
 +
      <td>17 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
      <td>MilliQ</td>
 +
      <td>0</td>
 +
  </tr>
 +
</table></center>
 +
<p>The samples were incubated for 4 hours at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 or 20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3 cut with EcoRI and PstI</td>
 +
    <td>49.0</td>
 +
    <td>1.82</td>
 +
    <td>1.55</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Tn5 cut with EcoRI and PstI</td>
 +
    <td>39.4</td>
 +
    <td>1.86</td>
 +
    <td>1.79</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>T7p-Tn5-T7t cut with EcoRI and PstI</td>
 +
    <td>34.9</td>
 +
    <td>1.79</td>
 +
    <td>1.30</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>     
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pSb1C with Tn5 or T7p-Tn5-T7t ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>pSB1C3</td>
 +
      <td>2068</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5</td>
 +
      <td>1511</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Fragment T7p-Tn5-T7t</td>
 +
      <td>1756</td>
 +
      <td>NotI and PstI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector pSB1C3 (~200 ng)</td>
 +
          <td>4</td>
 +
          <td>DNA vector pSB1C3 (~200 ng)</td>
 +
          <td>13</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5 (~450 ng)</td>
 +
          <td>0.7</td>
 +
          <td>DNA T7p-Tn5-T7t (~600 ng)</td>
 +
          <td>13</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated overnight at 4 °C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
 +
     
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the Gblocks 1 and 2 and Gblock 3 and 4 as one fragment, high fidelity overlap PCR was done. The template DNA are the Gblocks 1 and 2 (primerset 045 & 048) and Gblocks 3 and 4 (primerset 079 & 082). two 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>045</td>
 +
    <td>048</td>
 +
    <td>Gblock 1&2</td>
 +
    <td>5741</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>079</td>
 +
    <td>082</td>
 +
    <td>Gblock 3&4</td>
 +
    <td>5897</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 6 minutes 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCA5">Friday, 31/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>31/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_Tn5 (3499 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>5</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_T7p-Tn5-T7t (3755 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The excised gel fragments that were cleaned using PCR Clean up were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3</td>
 +
    <td>740.3</td>
 +
    <td>1.84</td>
 +
    <td>2.08</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 backbone Gblock 1,2</td>
 +
    <td>150.9</td>
 +
    <td>1.92</td>
 +
    <td>1.93</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1 backbone Gblock 3,4</td>
 +
    <td>173.0</td>
 +
    <td>1.91</td>
 +
    <td>1.98</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Gblock 2</td>
 +
    <td>21.4</td>
 +
    <td>1.88</td>
 +
    <td>1.00</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Gblock 3</td>
 +
    <td>113.6</td>
 +
    <td>1.90</td>
 +
    <td>1.83</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Gblock 4</td>
 +
    <td>11.4</td>
 +
    <td>1.91</td>
 +
    <td>0.53</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>31/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4>
 +
<p>The overlap PCR amplicons for construction of the fusion protein with Gblock 1 and 2 and Gblock 3 and 4 during overlap PCR were run on multiple 0.8% agarose gel in TAE buffer to check for amplification. Also, the ligation reaction mixture was loaded on the gel, to check if the desired plasmids were already assembled and ligated. 4 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a7/T--TUDelft--20180831_PCR_overlap_ligationcheck.png" alt="Gel electrophoresis">
 +
       
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>31/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4>Plasmid drying</h4>
 +
<p>In order to sent our pACYCDuet-1_dxCas9, pACYCDuet-1_Tn5 and pACYCDuet-1_dxCas9-Lin-Tn5 to Marburg for our <a href="https://2018.igem.org/Team:TUDelft/Collaborations" class="adpbl" target="_blank">collaboration</a>, I dried the plasmids in a 96 wells plate.
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<br>
 +
 +
<!---------------- SEPTEMBER -------------------->
 +
<h3 class="adpbl">September</h3><br>
 +
<!------- SEPTEMBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSCS1" type="checkbox" class="dropinput" />
 +
<label for="WeekSCS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberStrainCon1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCS1">Monday, 03/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        <dl>
 +
  <dt>Date</dt><dd>03/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s) to obtain fragments Tn5-Lin-dxCas9 and pACYCDuet-1 for ligation.
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3</td>
 +
      <td>6 (~3000 ng)</td>
 +
      <td>Tn5</td>
 +
      <td>4 (~3000 ng)</td>
 +
      <td>T7p-Tn5-T7t</td>
 +
      <td>4 (~3000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>10</td>
 +
      <td>MilliQ</td>
 +
      <td>12</td>
 +
      <td>MilliQ</td>
 +
      <td>12</td>
 +
  </tr>
 +
</table></center>
 +
<p>The samples were incubated for 4 hours at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3 cut with EcoRI and PstI</td>
 +
    <td>56.3</td>
 +
    <td>1.85</td>
 +
    <td>0.43</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>Tn5 cut with EcoRI and PstI</td>
 +
    <td>45.1</td>
 +
    <td>1.76</td>
 +
    <td>0.62</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>T7p-Tn5-T7t cut with EcoRI and PstI</td>
 +
    <td>157.8</td>
 +
    <td>1.76</td>
 +
    <td>0.71</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>     
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pSb1C with Tn5 or T7p-Tn5-T7t ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>pSB1C3</td>
 +
      <td>2068</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment Tn5</td>
 +
      <td>1511</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Fragment T7p-Tn5-T7t</td>
 +
      <td>1756</td>
 +
      <td>NotI and PstI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector pSB1C3 (~200 ng)</td>
 +
          <td>5</td>
 +
          <td>DNA vector pSB1C3 (~200 ng)</td>
 +
          <td>5</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA Tn5 (~450 ng)</td>
 +
          <td>12</td>
 +
          <td>DNA T7p-Tn5-T7t (~600 ng)</td>
 +
          <td>12</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated overnight at 4 °C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
       
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCS1">Tuesday, 04/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 +
  <!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>04-09-2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling both Tn5 (157.1ng/uL) and T7-Tn5-T7 (94.7ng/uL) into with previous with PCR linearized pSB1C3 backbone (64.8ng/uL). The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component<br></th>
 +
    <th class="tableheaderadpbl">Volume (Tn5) (uL)<br></th>
 +
<th class="tableheaderadpbl">Volume (T7p.Tn5.T7t) (uL)<br></th>  <th class="tableheaderadpbl">Volume (pSB1C3) (uL)<br></th>
 +
     
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>1.6</td>
 +
        <td>2.6</td>
 +
        <td>3.8</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 14.4</td>
 +
          <td> 15.4</td>
 +
        <td> 13.2</td>
 +
    </tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 30 minutes at 37 °C, and followed by 20 minutes heat inactivation of the restriction enzymes at 80°C.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>04/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments both Tn5 and T7p.Tn5.T7t to the pSB1C3 backbone, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector pSB1C3</td>
 +
      <td>2068</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment 1 Tn5</td>
 +
      <td>1503</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment 2 T7p.Tn5.T7t</td>
 +
          <td>1756</td>
 +
          <td>EcoRI and PstI</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>A 10uL ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume Tn5 (uL) </th>
 +
      <th class="tableheaderadpbl">Volume T7p.Tn5.T7t (uL) </th>
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>1</td>
 +
          <td>1</td></tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>0.5</td>
 +
      <td>0.5</td></tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>2</td>
 +
          <td>2</td></tr>
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
          <td>2</td>
 +
        <td>2</td></tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>4.5</td>
 +
            <td>4.5</td>
 +
</table></center>   
 +
 +
<p>The samples were incubated for 4 hours at 16°C for ligation and followed by 20 minutes heat inactivation of the ligase at 80°C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
          <dl>
 +
  <dt>Date</dt><dd>04/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify the 3 and 4 as one fragment, high fidelity overlap PCR was done. The template DNA are Gblocks 3 and 4 (primerset 079 & 082). Eight 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>079</td>
 +
    <td>082</td>
 +
    <td>Gblock 3&4</td>
 +
    <td>5897</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 6 minutes 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>04/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_Tn5 (3499 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>2.5</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_T7p-Tn5-T7t (3755 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCS1">Wednesday, 05/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        <dl>
 +
  <dt>Date</dt><dd>05/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-Tn5] (3499bp)</td>
 +
      <td>Restriction/ligation cloning</td>
 +
      <td>2uL</td>
 +
      <td>LBcam</td></tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>950 uL LB medium was added as recovery medium.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCS1">Thursday, 06/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
   
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br>
 +
    <h4> DNA Purification of linker from Agarose Gel </h4> 
 +
<p>The amplicon of interest, the linker, has a size of 69bp, but the PCR samples were contaminated with by-products. The products were loaded on a 2% agarose gel prior to DNA purification from agarose gel conform protocol.
 +
Elution was done in 30 µL Milli-Q.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Purification of pSB1C3, with extra nucleotide, from Agarose Gel  </h4> 
 +
<p>The amplicon of interest, pSB1C3 with extra nucleotide, has a size of around 2000bp, but the PCR samples were contaminated with by-products. The products were loaded on a 0.8% agarose gel prior to DNA purification from agarose gel conform protocol.
 +
    Elution was done in 30 µL Milli-Q.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<div class="spcmkr"></div><br><br>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble both Tn5 and T7p.Tn5.T7t and pSB1C3 to obtain pSB1C3-Tn5 (3499bp) and pSB1C3-T7p.Tn5.T7t (3605bp).
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-Tn5</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-T7p.Tn5.T7t</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
    <td>1.54uL (100 ng)</td>
 +
        <td>1.54uL (100 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
    <td>1.34 uL (210.6 ng)</td>
 +
          <td>2.3 uL (2107.9 ng)</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>7.12</td>
 +
      <td>6.2</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 60 minutes, after which they were kept on ice for subsequent transformation.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-Tn5] (3499bp)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
     
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-T7p.Tn5.T7t] (3605bp)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>950 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
          <div class="spcmkr"></div>
 +
         
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCS1">Friday, 07/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
          <h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3extranuc1</td>
 +
      <td>366.7</td>
 +
      <td>1.88</td>
 +
      <td>2.04</td>
 +
  </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1C3extranuc2</td>
 +
      <td>415.5</td>
 +
      <td>1.88</td>
 +
      <td>2.17</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td> linker1</td>
 +
          <td>41.7</td>
 +
          <td>1.83</td>
 +
          <td>1.43</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>linker2</td>
 +
      <td>39.3</td>
 +
      <td>1.83</td>
 +
      <td>1.44</td>
 +
  </tr>   
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>Fusionduet1</td>
 +
      <td>120.3</td>
 +
      <td>1.82</td>
 +
      <td>1.61</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td> Fusionduet2</td>
 +
          <td>49.7</td>
 +
          <td>1.68</td>
 +
          <td>0.81</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fusionbb</td>
 +
      <td>294.9</td>
 +
      <td>1.85</td>
 +
      <td>2.10</td>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>       
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>9/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify multiple parts required for strain construction, high fidelity PCR was done using the following primer and template combinations. The sample preparation was done according to the High Fidelity PCR protocol.
 +
    <br>
 +
Primer combination(s) and expected fragment(s):
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template*</th>
 +
    <th class="tableheaderadpbl">Fw & Rv primer</th>
 +
    <th class="tableheaderadpbl">Amplicon name & size in bp </th>
 +
    <th class="tableheaderadpbl">Elongation time (min) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gblock1 & Gblock2</td>
 +
      <td>054 & 057</td>
 +
      <td>Gblock1-Gblock2 (~6kb)</td>
 +
      <td>6.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock1 & Gblock2</td>
 +
      <td>048 & 088</td>
 +
      <td>Gblock1-Gblock2 (~6kb)</td>
 +
      <td>6.5</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Gblock3-Gblock4</td>
 +
          <td>079 & 082</td>
 +
          <td>Gblock3-Gblock4 (~6kb)</td>
 +
          <td>6.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock3 & Gblock4</td>
 +
      <td>056 & 055</td>
 +
      <td>Gblock3-Gblock4~6kb</td>
 +
      <td>6.5</td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>Gblock1</td>
 +
    <td>088 & 089</td>
 +
    <td>Gblock 1 (~3kb)</td>
 +
    <td>4</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC</td>
 +
        <td>079 & 082</td>
 +
        <td>pACYC backbone (~4kb)</td>
 +
      <td>4</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>pACYC</td>
 +
          <td>083 & 084</td>
 +
          <td>pACYC backbone (~4kb)</td>
 +
        <td>4</td>
 +
  </tr>
 +
</table></center>   
 +
*when the template consists of two molecules (like Gblock1 & Gblock2), this is indicated with an & sign, and means overlap PCR. A hyphen (-) indicates that the two molecules are already connected. 
 +
<p>The thermocycler programme was installed to have an an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-- SATURDAY -->
 +
   
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCS1">Saturday, 08/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
         
 +
         
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
    <!-- COPY FROM HERE HERE -->
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08-09-2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for five different constructs. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component<br></th>
 +
    <th class="tableheaderadpbl">Volume (pSB1C3en) (uL)<br></th>
 +
<th class="tableheaderadpbl">Volume (Linker1) (uL)<br></th>  <th class="tableheaderadpbl">Volume (Tn5) (uL)<br></th>
 +
      <th class="tableheaderadpbl">Volume (T7p.Tn5.T7t) (uL)<br></th><th class="tableheaderadpbl">Volume (pSB1C3en) (uL)<br></th>
 +
<th class="tableheaderadpbl">Volume (fusionbb) (uL)<br></th>  <th class="tableheaderadpbl">Volume (Pacyc) (uL)<br></th>
 +
    <th class="tableheaderadpbl">Volume (fusionduet) <br></th>  <th class="tableheaderadpbl">Volume (fusionduet2)<br></th> </tr>
 +
     
 +
     
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>5.4 (~2000ng)</td>
 +
        <td>5.99 (~250ng)</td>
 +
        <td>2 (~1500ng)</td>
 +
        <td>10.6 (~1000ng)</td>
 +
        <td>3 (~2000ng)</td>
 +
        <td>10 (~3000ng)</td>
 +
        <td>10 (~1500ng)</td>
 +
        <td>10 (500ng)</td>
 +
        <td>10 (1200ng)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme </td>
 +
      <td>EcoRI 0.5uL</td>
 +
        <td>EcoRI 0.5uL</td>
 +
        <td>EcoRI 0.5uL</td>
 +
        <td>EcoRI 0.5uL</td>
 +
        <td>EcoRI 0.5uL</td>
 +
        <td>EcoRI 0.5uL</td>
 +
        <td>KpnI 0.5uL</td>
 +
        <td>KpnI 0.5uL</td>
 +
        <td>KpnI 0.5uL</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>Enzyme </td>
 +
      <td>PstI 0.5uL</td>
 +
        <td>PstI 0.5uL</td>
 +
        <td>PstI 0.5uL</td>
 +
        <td>PstI 0.5uL</td>
 +
        <td>PstI 0.5uL</td>
 +
        <td>PstI 0.5uL</td>
 +
        <td>NcoI 0.5uL</td>
 +
        <td>NcoI 0.5uL</td>
 +
        <td>NcoI 0.5uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 11.6</td>
 +
          <td> 12</td>
 +
        <td> 15</td>
 +
        <td>6.4</td>
 +
        <td>14</td>
 +
        <td>7</td>
 +
        <td>7</td>
 +
      <td>7</td>
 +
        <td>7</td></tr>
 +
       
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4h at 37 °C. PCR Clean-Up is done, according to the protocol.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<br><br>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08-09-2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    Nanodrop is done after restriction and PCR cleanup. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>linker</td>
 +
      <td>3.3</td>
 +
      <td>1.7</td>
 +
      <td>0.2</td>
 +
  </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1C3extranuc</td>
 +
      <td>39.9</td>
 +
      <td>1.8</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td> Tn5</td>
 +
          <td>48.9</td>
 +
          <td>1.8</td>
 +
          <td>1.2</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Pycduet</td>
 +
      <td>3.9</td>
 +
      <td>1.5</td>
 +
      <td>0.3</td>
 +
  </tr>   
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1C3</td>
 +
      <td>46.9</td>
 +
      <td>1.8</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td> Fusionbb</td>
 +
          <td>54.1</td>
 +
          <td>1.8</td>
 +
          <td>1.3</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fusionduet1</td>
 +
      <td>6.2</td>
 +
      <td>1.5</td>
 +
      <td>0.3</td>
 +
        </tr>
 +
       
 +
        <tr class="tableevenadpbl">
 +
    <td>oldpSB1C3</td>
 +
      <td>46.9</td>
 +
      <td>1.8</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td> T7p.Tn5.T7t</td>
 +
          <td>16.5</td>
 +
          <td>1.7</td>
 +
          <td>0.4</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fusionduet2</td>
 +
      <td>13.1</td>
 +
      <td>1.7</td>
 +
      <td>0.8</td></tr>
 +
     
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<br>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
 +
<p>After carrying out the transformation protocol on 06/09/2018, the plates were left for overnight incubation. In total five colonies were observed.</p>
 +
 +
<p>Colony PCR was done to verify propagation of pSB1C3-Tn5 and pSB1C3-T7p.Tn5.T7t after transformation from 06/09/2018. This plasmid contains Tn5 or T7.Tn5.T7, which can be checked with primers VF2 and VR
 +
</p>
 +
 +
    <center><table>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>pSB1C3-Tn5</td>
 +
      <td>pSB1C3-T7p.Tn5.T7t</td>
 +
  </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>VF2</td>
 +
      <td>VF2</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>VR</td> 
 +
          <td>VR</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>~1700bp</td>
 +
        <td>~1800bp</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2:20 and an annealing temperature of 52 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>08/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The products of the colony PCR were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p> s
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cb/T--TUDelft--2018_180908Susan.jpg" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure: Colony PCR pSB1C3-Tn5 and pSB1C3-T7p.Tn5.T7t</b> 0.8% agarose. Expected hight ~1700 bp. Lane 1: 500bp ladder; Lane 2: Colony1 (Tn5); Lane 3: Colony2 (Tn5); Lane 4: Colony 3 (Tn5); Lane 5: Colony 4 (Tn5); Lane 6: Colony 5 (T7p.Tn5.T7t) </caption>
 +
    <br><br>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dt>Date</dt><dd>08/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
 +
<br>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble the linker and pSB1C3en to obtain pSB1C3-linker, the fusion protein with pSB1C3 to obtain pSB1C3-fusion.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-linker</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusion</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Fragment</td>
 +
    <td>2uL (50 ng)</td>
 +
        <td>6.8 uL(2000 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Vector</td>
 +
    <td>2.7 uL (1000 ng)</td>
 +
          <td>2.3 uL (2107.9 ng)</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>5.3 uL</td>
 +
      <td>1.5 uL</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 20 minutes, after which they were kept on ice for subsequent transformation.</p>
 +
   
 +
<div class="spcmkr"></div>   
 +
  <dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products for fusion protein construction were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/71/T--TUDelft--20180908kAVISHMILLIONPCRsHAHAHAHAHA.jpg" alt="Gel electrophoresis">   
 +
    <p>The gel shows:</p>
 +
        <ul>
 +
    <li>connecting Gblock 1 & 2 did not work (lanes 2-17)</li>
 +
            <li>Amplifying gblock 3 & 4, connected, did work without byproducts (lanes 18-34)</li>
 +
            <li>amplifying Gblock 1 on itself did not work (lanes 35-43)</li>
 +
            <li>pACYC backbone for cloning with Gblock 1 & 2 was succesful (lanes 44-51)</li>
 +
            <li>pACYC backbone for cloning with Gblock 3 & 4 was only successful in 1 sample (lane 52)</li>
 +
    </ul>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    Based on the obtained gel, it was decided to PCR clean-up amplicons "Gblock3&4 gibson pACYC" and "pACYC backbone for Gblock 3&4" was subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were verified to be around 1.8~1.9.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gblock3&4 gibson pACYC</td>
 +
      <td>455</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock3&4 gibson pACYC</td>
 +
      <td>294</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC backbone for Gblock 3&4</td>
 +
          <td>113</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
   
 +
<!-- SUNDAY -->
 +
   
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundaySCS1">Sunday, 09/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundaySCS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">S
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>09/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Overnight culture </h4> 
 +
<p>An overnight culture of the five colonies as result of the transformation 05/09 and 06/09 is started. 3mL LBmedium with Cam resistance is used. Cultures overnight 37°C.</p>
 +
<div class="spcmkr"></div>       
 +
      <dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR products "Gblock1&2 Gibson pSB1C3", "Gblock3&4 Gibson pSB1C3" and "pACYC (for cloning with Gblock 1&2)" (all dating from 7/9/2018) were subjected to PCR Clean-Up, according to the protocol. Isolation was done by gel cut-out, due to byproducts visible on the gel (see 8/9/2018Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gblock1&2 Gibson pSB1C3</td>
 +
      <td>16</td>
 +
      <td>1.35</td>
 +
      <td>0.75</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock1&2 Gibson pSB1C3</td>
 +
            <td>15</td>
 +
      <td>1.8</td>
 +
      <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Gblock1&2 Gibson pSB1C3</td>
 +
                <td>13.5</td>
 +
      <td>2</td>
 +
      <td>0.31</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock3&4 Gibson pSB1C3</td>
 +
            <td>61</td>
 +
      <td>1.9</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gblock3&4 Gibson pSB1C3</td>
 +
            <td>69</td>
 +
      <td>1.9</td>
 +
      <td>0.2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC (for cloning with Gblock 1&2)</td>
 +
            <td>108.8</td>
 +
      <td>1.9</td>
 +
      <td>1.4</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pACYC (for cloning with Gblock 1&2)</td>
 +
                <td>145</td>
 +
      <td>1.9</td>
 +
      <td>1.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC (for cloning with Gblock 1&2)</td>
 +
            <td>163</td>
 +
      <td>1.9</td>
 +
      <td>1.6</td>
 +
  </tr> 
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify Gblock1&2 Gibson pSB1C3 and Gblock3&4 Gibson pSB1C3 (both ~6kb), high fidelity PCR was done using PCR cleanup isolates as template DNA. PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gblock1&2 Gibson pSB1C3</td>
 +
      <td>054</td>
 +
      <td>057</td>
 +
      <td>~6kb</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Gblock3&4 Gibson pSB1C3</td>
 +
            <td>055</td>
 +
      <td>056</td>
 +
        <td>~6kb</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 4 minutes and an annealing temperature of 65°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
   
 +
<!--------SEPTEMBER WEEK 2--------------->
 +
   
 +
    <form>   
 +
<input id="WeekSCS2" type="checkbox" class="dropinput" />
 +
<label for="WeekSCS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberStrainCon2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCS2">Monday, 10/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->       
 +
        <dl>
 +
  <dt>Date</dt><dd>10/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products "Gblock1&2 Gibson pSB1C3" and "Gblock3&4 Gibson pSB1C3" (9/9/2018) were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/ca/T--TUDelft--20180910kavishSTRAINCONSTRUCTIONpcr.jpg" alt="Gel electrophoresis">   
 +
    <P>According to this gel, neither of the two fragments is properly amplified.</P>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble Gblock 3&4 (insert) into pACYC (vector).
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Amount</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10µl</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
    <td>~0.35pmol</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
    <td>~0.35pmol</td>
 +
  </tr> 
 +
              <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>until 20µl</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 20 minutes, after which they were kept on ice for subsequent transformation.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-Gblock3&4</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>20</td>
 +
      <td>LB+Cam</td>
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Cam</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 +
<h4>Electroporation</h4> 
 +
<p>The following transformations were carried out according to the protocol for electroporation:</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strains</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment</th>
 +
    <th class="tableheaderadpbl">Amount</th>
 +
    <th class="tableheaderadpbl">Plate medium</th>
 +
        </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli </em>BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>MEpKantME</td>
 +
    <td>200ng</td>
 +
    <td>LB+X-gal+IPTG+Cam+Kan</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant</td>
 +
      <td>200ng</td>
 +
      <td>LB+X-gal+IPTG+Cam+Kan</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+X-gal+IPTG+Cam+Kan</td>
 +
  </tr> 
 +
</table></center>   
 +
<br> 
 +
<p>200 μl LB medium+0.1mM IPTG was added as recovery medium.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCS1">Wednesday, 12/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        <dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the fusionbb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 6 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2:30 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>12/09/18</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of Tn5 and T7p.Tn5.T7t after transformation from 06/09 and 07/09 and plasmid isolation from 10/9.  Primers VF2 and VR were used.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>~1700 bp</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>5 tubes were prepared for colony PCR, containing purified plasmids as template DNA. The thermocycler programme was installed to have an extension time of 2:30 and an annealing temperature of 52 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>12/09/18</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of the fusion protein for four colonies.  Primers dxcas9_mut2 and dxcas9_mut4 were used. Expected size is 1470bp.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>~1470 bp</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>8 tubes were prepared for colony PCR, containing directly the colony or first boyled colony as template DNA. The thermocycler programme was installed to have an extension time of 2 minutes and an annealing temperature of 50 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCS2">Thursday, 13/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
         
 +
         
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
   
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells. All transformations were previous made samples.
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-T7p.Tn5.T7t] (3605bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-linker1] (~2000bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
            <td>LB Cam</td></tr>
 +
     
 +
           
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-linker2] (~2000bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
            <td>LB Cam</td></tr>
 +
           
 +
              <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-fusion1] (7699bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
                  <td>LB Cam</td></tr>
 +
     
 +
                      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-fusion2] (7699bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
                          <td>LB Cam</td></tr>
 +
                         
 +
                                      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-Tn5] (3499bp)</td>
 +
      <td>Restriction/ligation</td>
 +
      <td>18</td>
 +
                                          <td>LB Cam</td></tr>
 +
   
 +
                                <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-fusion] (7699)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
                                          <td>LB Cam</td></tr>
 +
   
 +
                              <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-linker] (~2000bp)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
                                          <td>LB Cam</td></tr>
 +
       
 +
                             
 +
     
 +
                 
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>950 uL LB medium was added as recovery medium.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p> dxCas9 amplification product was run on a 0.8% agarose gel in TEA buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f4/T--TUDelft--2018_1309108_dxcas9amp.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure dxCas9 amplification</b> 0.8% Agarose; Lane 1: 500bp ladder; Lane 2-7: PCR product dxCas9 amplification </caption>
 +
 +
<p> Conclusion: dxCas9 is produced, but not pure. Gelcutout is needed. </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p> PCR Tn5 product from pure plasmid was run on a 0.8% agarose gel in TEA buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/bd/T--TUDelft--2018_180913_tn5.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure PCR Tn5 and T7p.Tn5.T7t in pSB1C3 on pure plasmid</b> 0.8% agarose. Lane 1:Tn5 Colony 1; Lane 2: Tn5 Colony 2; Lane 3: Tn5 Colony 3; Lane 4: Tn5 Colony 4; Lane 5: T7p.Tn5.T7t Colony 5; Lane 6: 500bp ladder</caption>
 +
 +
<p>No product, no correct Tn5 or T7p.Tn5.T7t integration</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p> Colony PCR of four colonies after transformation with pSB1C-fusion was run on a 0.8% agarose gel in TEA buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e4/T--TUDelft--2018_180913_fusioncol.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure Colony PCR pSB1C3-fusion</b>0.8% agarose. Expected size ~1500 bp. Lane 1: 500bp ladder; Lane 2: Fusion Colony 1; Lane 3: Fusion Colony 2; Lane 4: Fusion Colony 3; Lane 5: Fusion Colony 4; Lane 6: Fusion Colony 1 preboiled; Lane 7: Fusion Colony 2 preboiled; Lane 8: Fusion Colony 3 preboiled; Lane 9: Fusion Colony 4 preboiled; </caption>
 +
 +
<p>Fusion Colony 4 preboiled have product. Start overnight culture in 3mL with cam. of this colony.</p>
 +
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>13/09</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp) and fusionduet (~6000) , high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively for fusionbb and fw_3_dxCas9-L-Tn5_Gblock and rv_4_dxCas9-L-Tn5_Gblock forward and reverse primers respctively for fusionduet. 16 50µL PCR mixtures were prepared, 8 for fusionbb and 8 for fusionduet, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>fusionbb</td>
 +
    <td>fw_bb_dxCas9</td>
 +
      <td>rv_bb_Tn5</td>
 +
      <td>fusionbb</td>
 +
      <td>~6000bp</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>fusionduet</td>
 +
          <td>fw_3_dxCas9-L-Tn5_Gblock</td>
 +
          <td>rv_4_dxCas9-L-Tn5_Gblock</td>
 +
          <td>fusionduet</td>
 +
          <td>~6000bp</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 4 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>         
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCS2">Friday, 14/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <!-- COPY FROM HERE HERE -->
 +
 +
<dl>
 +
  <dt>Date</dt><dd>14/09</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify pSB1C3 linear , high fidelity PCR was done using linear pSB1C3 as template DNA and fw_BB_pSB1C3 and rv_BB_pSB1C3 forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3</td>
 +
    <td>fw_bb_pSB1C3</td>
 +
      <td>rv_bb_pSB1C3</td>
 +
      <td>pSB1C3</td>
 +
      <td>~2000bp</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2:30 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>14/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The products of the PCR 13/09 to amplify fusionbb and fusion duet was run on a 0.8 % agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d5/T--TUDelft--2018_180914fusionbb.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure PRC product fusionbb</b>  Lane 1: 500bp ladder; Lane 2-9: PCR product fusion bb </caption> 
 +
 +
<p> There is fusionbb made. There are a lot of side products made. There must be done a gelcut.</p>
 +
<div class="spcmkr"></div>
 +
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/82/T--TUDelft--2018_180914_fusionduet.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure PRC product fusionduet</b>  Lane 1: 500bp ladder; Lane 2-9: PCR product fusionduet </caption> 
 +
 +
<p> There is no fusionduet made</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>The fusionbb has a size of ~6000bp, but the PCR samples were contaminated with by-products. All the PCR product is loaded on a 0.8% agarose gel. DNA purification from agarose gel conform protocol
 +
Elution was done in 30 µL Milli-Q.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>14/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of Tn5, T7p.Tn5.T7t, fusion are subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>14/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 Col1</td>
 +
      <td>23.2</td>
 +
<td>1.57</td>
 +
      <td>0.53</td>
 +
        </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td>Tn5 Col3</td>
 +
      <td>11.8</td>
 +
      <td>1.69</td>
 +
      <td>0.49</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td>Tn5 Col4</td>
 +
          <td>133.5</td>
 +
          <td>1.52</td>
 +
          <td>0.58</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>T7p.Tn5.T7t Col5</td>
 +
      <td>118</td>
 +
      <td>1.7</td>
 +
      <td>1</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>T7p.Tn5.T7t Col5</td>
 +
      <td>118</td>
 +
      <td>1.7</td>
 +
      <td>1</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>T7p.Tn5.T7t OldCol6</td>
 +
      <td>315</td>
 +
<td>1.87</td>
 +
      <td>1.9</td>
 +
        </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td>Fusion Col1</td>
 +
      <td>211</td>
 +
      <td>1.68</td>
 +
      <td>0.92</td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fusion Col2</td>
 +
          <td>283.3</td>
 +
          <td>1.66</td>
 +
          <td>0.92</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fusin Col3</td>
 +
      <td>357.3</td>
 +
      <td>1.6</td>
 +
      <td>0.8</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>Fusion Col4</td>
 +
      <td>358.1</td>
 +
      <td>1.6</td>
 +
      <td>0.7</td>
 +
  </tr>
 +
       
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fusion Col5</td>
 +
      <td>121.4</td>
 +
      <td>1.8</td>
 +
      <td>1.65</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
     
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<!--------SEPTEMBER WEEK 3--------------->
 +
   
 +
   
 +
    <form>   
 +
<input id="WeekSCS3" type="checkbox" class="dropinput" />
 +
<label for="WeekSCS3" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberStrainCon3"></a>Week 3 17/09/2018 - 23/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCS3">Monday, 17/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/09</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble linker and pSB1C3 to obtain pSB1C3-linker; dxCas9 and pSB1C3 to obtain pSB1C3-dxCas9; fusionduet and PACYCduet to obtain PACYCduet-fusion .
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
    <td>pSB1C3en, 3 (1100 ng)</td>
 +
      <td>pSB1C3, 1.9 (1400 ng)</td>
 +
      <td>PACYCduet, 2.7 (2700 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
    <td>linker, 3.6 (147 ng)</td> 
 +
          <td>dxCas9, 7 (1400 ng)</td>
 +
          <td>fusionduet, 4.4 (2000)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>3.4</td>
 +
      <td>1.1</td>
 +
      <td>2.9</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 60 minutes, after which they were kept on ice for subsequent transformation.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>17/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-linker] (~2000bp) </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-linker] (~2000bp) </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
      <td>LB Cam</td>
 +
           
 +
          <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-dxCas9] (6217bp) </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[pSB1C3-dxCas9] (6217bp) </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
      <td>LB Cam</td>
 +
             
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[PACYC-fusion] (9432bp) </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>[PACYC-fusion] (9432bp)  </td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
      <td>LB Cam</td>   
 +
     
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>950 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>17/09/18</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusion and pSB1c3-Tn5.  This plasmid contains pSB1C3 and or the fusion protein or Tn5, which both can be checked with primers VR and VF2
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
 +
          <tr class="tableevenadpbl">
 +
    <td>Template</td>
 +
    <td>Colony pSB1C3-fusion</td>
 +
      <td>Colony pSB1C3-Tn5</td>
 +
             
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
      <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
          <td>0.6</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>7699</td>
 +
      <td>3499</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>12 tubes were prepared for colony PCR. The thermocycler programme was installed to have an extension time of 2:30 for pSB1C3-Tn5 and 7:00 for pSB1C-fusion and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
 +
<p>The PCR product of the colony PCR was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/64/T--TUDelft--2018_180917_fusioncolpcr.png" alt="Gel electrophoresis">
 +
<caption class="figadpbl"><b>Figure Colony PCR pSB1C3-fusion</b> expected size is 7699bp. 0.8% agarose. Lane 1: 500bp ladder; Lane 2: Fusion Col1; Lane 3: Fusion Col2; Lane 4: Fusion Col3; Lane 5: Fusion Col4; Lane 6: Fusion Col5; Lane 7: Negative control, GFP; Lane 8: Negative control, no template  </caption> 
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1b/T--TUDelft--2018_180917_tn5.png" alt="Gel electrophoresis">
 +
<caption class="figadpbl"><b>Figure Colony PCR pSB1C3-Tn5</b> expected size is 3499bp. 0.8% agarose. Lane1: Tn5 Col1; Lane 2: Tn5 Col2; Lane 3: Tn5 Col3; Lane 4: Tn5 Col4; Lane 5: Tn5 Col5; Lane 6: Negative control, GFP; Lane 7: Negative control, no template  </caption> 
 +
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>17/09/18</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To eliminate the forbidden sites, high fidelity PCR was done using PACYCduet-fusionfs as template DNA and fw_dxCas9_mut4_BL and rv_dxCas9_mut4_BL as forward and reverse phosphorylated primers respectively. This makes the product compitable for blunt end ligation. 50µL PCR mixture were prepared, according to the High Fidelity PCR protocol. Expected size of the product PACYCduet-fusion-BL4 is 9432 bp.
 +
    <br> </p>
 +
 
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 5:00 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>17/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments linker and pSB1C3en, Tn5 and pSB1C3, ligation was performed. This table gives an overview of which fragments were cut with which enzymes.
 +
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Vector</td>
 +
      <td>~2000bp</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>linker</td>
 +
      <td>~60bp</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Tn5</td>
 +
          <td>~1500 bp</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>A 29 uL ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume Linker1(uL) </th>
 +
    <th class="tableheaderadpbl">Volume Linker2</th>
 +
     
 +
        <th class="tableheaderadpbl">Volume Tn51(uL) </th>
 +
    <th class="tableheaderadpbl">Volume Tn52</th> </tr>
 +
         
 +
    <tr><td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td> </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td></tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~100 ng) </td>
 +
          <td>pSB1C3en 2.5 uL</td>
 +
          <td>pSB1C3en 2.5 uL</td>
 +
          <td>pSB1C3 2.1 uL</td>
 +
          <td>pSB1C3 2.1 uL</td>  </tr>
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment</td>
 +
          <td>linker 2.6 uL (8.7ng)</td>
 +
        <td> linker 7.5 uL (26ng)</td>
 +
        <td>Tn5 4.4 uL</td>
 +
        <td>Tn5 10 uL</td></tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>11.9 uL</td>
 +
            <td>7 uL</td>
 +
            <td>10.5 uL</td>
 +
            <td>4.9 uL</td></tr>
 +
</table></center>   
 +
 +
<p>The samples were incubated for overnight at room temperature for ligation. </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCS3">Tuesday, 18/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 +
  <!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>18/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for different constructs. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3 linear</th>
 +
      <th class="tableheaderadpbl">Volume (uL) - Tn5 </th>
 +
<th class="tableheaderadpbl">Volume (uL) - fusionbb</th>
 +
      <th class="tableheaderadpbl">Volume (uL) - dxCas9</th>
 +
      <th class="tableheaderadpbl">Volume (uL) - linker </th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3en</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - pSB1C3RFP</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>2.7 (~2000 ng)</td>
 +
        <td>2 (~2000 ng)</td>
 +
        <td>10 (~600 ng)</td>
 +
        <td>10 (~2000 ng)</td>
 +
        <td>5 (~200 ng)</td>
 +
        <td>4.8 (~2000 ng)</td>
 +
        <td>17 (~2000 ng)</td>
 +
       
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
        <td>0.5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 14.3</td>
 +
        <td>15</td>
 +
        <td>7</td>
 +
        <td>7</td>
 +
        <td>13</td>
 +
        <td>12.2</td>
 +
        <td>0</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 2 hours in the incubator 37 °C and 2 hours in the shaker 37 °C , and followed by PCR cleanup.
 +
 +
</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR clean-up is according to the protocol for all the restricted framgents and PACYCduet-fusion-mut4. Elution was done in 30 µL Milli-Q.</p>
 +
   
 +
   
 +
    <dl>
 +
  <dt>Date</dt><dd>18/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Restricted backbone was run on a 0.8% agarose gel in TAEuffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/fc/T--TUDelft--2018_180918_restrictioncheck.png" alt="Gel electrophoresis">
 +
 +
<caption class="figadpbl"><b>Figure Restriction</b> Restriction check. 0.8% Agarose. Lane 1: pSB1C3-RFP restricted; Lane 2: linear pSB1C3 restriced; Lane 3: pSB1C3-RFP uncut; Lane 4: 500bp ladder </caption>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. Also two plasmids were measered. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 plasmid 1</td>
 +
      <td>13.3</td>
 +
      <td>1.63</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Tn5 plasmid 2</td>
 +
    <td>100.5</td>
 +
      <td>1.86</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>linker</td>
 +
          <td>-</td>
 +
          <td>-</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3en</td>
 +
      <td>73.7</td>
 +
      <td>1.91</td>
 +
  </tr>   
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>pSB1C3</td>
 +
      <td>24.4</td>
 +
      <td>2.00</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3 RFP</td>
 +
    <td>10</td>
 +
      <td>1.99</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>dxCas9</td>
 +
          <td>34.8</td>
 +
          <td>1.84</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Tn5 </td>
 +
      <td>73.7</td>
 +
      <td>1.91</td>
 +
  </tr>   
 +
       
 +
       
 +
<tr class="tableevenadpbl">
 +
      <td>fusion</td>
 +
    <td>11.65</td>
 +
      <td>1.93</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Bl4</td>
 +
          <td>68.5</td>
 +
          <td>1.96</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Bl- </td>
 +
      <td>17.0</td>
 +
      <td>1.96</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<dl>
 +
  <dt>Date</dt><dd>18/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut several constructs, ligation was performed. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">pSB1C3-linker Volume (uL) </th>
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume (uL) </th>    <th class="tableheaderadpbl">pSB1C3RFP-Fusion Volume (uL) </th>    <th class="tableheaderadpbl">pSB1C3-Tn5 Volume (uL) </th>    <th class="tableheaderadpbl">pSB1C3RFP-Tn5 Volume (uL) </th>    <th class="tableheaderadpbl">pSB1C3-dxCas9 Volume (uL) </th>    <th class="tableheaderadpbl">pSB1C3RFP-dxCas9 Volume (uL) </th>    <th class="tableheaderadpbl">PACYCduet-fusion-mut4 Volume (uL) </th>    <th class="tableheaderadpbl">PACYCduet-fusion (-) Volume (uL) </th></tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td></tr>
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
        </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>1.5 uL (~100ng) </td>
 +
          <td>8.5 uL (~200ng) </td>
 +
          <td>8.5 uL (~85ng)</td>
 +
          <td>4.2 uL (~100ng)</td>
 +
          <td>8.5 uL (~85ng)</td>
 +
          <td>6.4 uL (~150ng)</td>
 +
          <td>8.5 uL (~85ng)</td>
 +
          <td>1.5 uL (~100ng)</td>
 +
          <td>6.0 ul (~100ng)</td></tr>
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
        <td>14 uL (~8.7ng)</td>
 +
        <td>8.5 uL (~100ng)</td>
 +
        <td>8.5 uL (~100ng)</td>
 +
        <td>3.4 uL (~225ng)</td>
 +
        <td>3.4 uL (~225ng)</td>
 +
          <td>10.6 uL (~100 ng)</td>
 +
        <td>8.5 uL (~100ng)</td>
 +
        <td>-</td><td>-</td></tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>1.5 uL</td>
 +
            <td>0 uL</td>
 +
            <td>0 uL</td>
 +
            <td>9.4</td><td>5.1 uL</td>
 +
            <td>0 uL</td>
 +
            <td>0 uL</td>
 +
            <td>5.5 uL</td>
 +
            <td>11.0</td></tr>
 +
       
 +
</table></center>   
 +
 +
<p>The samples were incubated overnight on room temperature for ligation. </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCS3">Wednesday, 19/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        <dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-Tn5 after transformation in 2 colonies. This plasmid contains Tn5 and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>~1700 bp</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>2 tubes were prepared for colony PCR. The thermocycler programme was installed to have an extension time of 2:30 and an annealing temperature of 52 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<p>
 +
    Overnight starter cultures of PACYCduet-Fusion was subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p> 
 +
   
 +
<div class="spcmkr"></div>
 +
       
 +
       
 +
<dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>Transformations were carried out according to the protocol for transformation of chemically competent cells. DNA used for the transformation is the result of overnight DNA Ligation of 17/09 and 18/09. 20uL ligation product is used.
 +
</p>
 +
       
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The product of the colony-PCR was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/72/T--TUDelft--2018_180919Tn5.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure colonyPCR</b> Result colony PCR. Expected size ~1700bp. 0.8% Agarose. Lane 1: 500bp ladder; Lane 2: Colony 1, Tn5 8/9; Lane 3: Colony 2, Tn5 13/9 </caption>
 +
   
 +
<div class="spcmkr"></div>
 +
       
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
       
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCS3">Thursday, 20/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
   
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>20/09</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The different fragments were run on a 0.8% agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a2/T--TUDelft--2018_180920_BL.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure</b> Different fragments. 0.8% Agarose. Lane 1: 500 bp ladder; Lane 2: product of blunt end ligation PACYCduet-fusion-mut4 19/9 (plasmid); Lane 3: product of blunt end ligation 19/9 negative control (plasmid); Lane 4: 500bp ladder; Lane 5: pSB1C3-RFP (plasmid); Lane 6: pSB1C3 linear, expected size ~2000bp; Lane 7: pSB1C3en restricted with EcoRI and PstI</caption>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 19/09, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-linker&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>no growth</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-Fusion&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>no growth</td>  </tr>
 +
         
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3RFP-Fusion&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>only red colonies</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-Tn5&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>no growth</td>  </tr>
 +
         
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3RFP-Tn5&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>10 white colonies; several red colonies</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>no growth</td>  </tr>
 +
         
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3RFP-dxCas9&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>14 white colonies; several red colonies</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>PACYCduet-fusion-mut4&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>~200 colonies</td> 
 +
         
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>PACYCduet-fusion-mut4&nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>no colonies</td> 
 +
         
 +
         
 +
</table></center>   
 +
    <br>   
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCS3">Friday, 21/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <!-- COPY FROM HERE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-Tn5 in 10 colonies and pSB1C3-dxCas9 in 14 colonies after transformation 19/9. This plasmid contains Tn5 or dxCas9 and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>~1700 bp</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>30 tubes were prepared for colony PCR. The thermocycler programme was installed to have an extension time of 2:30 for Tn5 and 5:00 for dxCas9 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<dl>
 +
  <dt>Date</dt><dd>21/09/18</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To eliminate the forbidden sites, high fidelity PCR was done using PACYCduet-fusionfs as template DNA and fw_dxCas9_mut4_BL and rv_dxCas9_mut4_BL as forward and reverse phosphorylated primers respectively. This makes the product compitable for blunt end ligation. 50µL PCR mixture were prepared, according to the High Fidelity PCR protocol. Expected size of the product PACYCduet-fusion-BL4 is 9432 bp.
 +
    <br> </p>
 +
 
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 5:30 and a gradient in anealing temperature (55.1; 56.8; 58.7; 61.5; 63.7; 65.2) After the programme was finished, samples were kept at 12 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To eliminate the forbidden sites, high fidelity PCR was done using PACYCduet-fusionfs as template DNA. To check the primers, all needed eliminations were performed parallel. The primers used can be found in the table. Phosphorylated primers were used. This makes the product compitable for blunt end ligation. 6x 50µL PCR mixture were prepared, according to the High Fidelity PCR protocol. Expected size of the product PACYCduet-fusion-mutation is 9432 bp.
 +
    <br> </p>
 +
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Primer</th></tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>fw_dxCas9_mut1_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>rv_dxCas9_mut1_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>fw_dxCas9_mut2_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>rv_dxCas9_mut2_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>fw_dxCas9_mut3_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>rv_dxCas9_mut3_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>fw_dxCas9_mut4_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>rv_dxCas9_mut4_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>fw_dxCas9_mut5_BL</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>rv_dxCas9_mut5_BL</td></tr>
 +
    </table></center>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 8:00 and an anealing temperature of 60°C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The different fragments were run on a 0.8% agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/65/T--TUDelft--2018_180921_dxCas9ColPCR.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure dxCas9 colony PCR</b>0.8% Agarose. Expected size = ~4000bp. Lane 1: 500 bp ladder; Lane 2 t/m 14: Colony 1 t/m 13 pSB1C3-dxCas9; Lane 14: 500bp ladder; Lane 15 500bp ladder; Lane 16: Colony 15; Lane 17: Negative control GFP; Lane 18: Negative control, no template</caption>
 +
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1e/T--TUDelft--2018_180921_Tn5.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure Tn5 colony PCR</b>0.8% Agarose. Lane 1: 500 bp ladder; Lane 2 t/m 11: Colony 1 t/m 10 pSB1C3-Tn5; Lane 11: Negative control GFP; Lane 12: Negative control, no template</caption>
 +
<div class="spcmkr"></div>
 +
 +
<p>Conclusion: No correct integrated dxCas9, 9 times possible integrated Tn5. </p>
 +
 +
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-- SATURDAY -->
 +
   
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCO3">Saturday, 22/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCO3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
         
 +
         
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>18/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for different constructs. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - fusionbb</th>
 +
      <th class="tableheaderadpbl">Volume (uL) - dxCas9</th>
 +
      <th class="tableheaderadpbl">Volume (uL) - linker </th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3en</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - pSB1C3RFP</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
      <td>2</td>     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>16 (~976 ng)</td>
 +
        <td>5 (~1000 ng)</td>
 +
        <td>16 (~624 ng)</td>
 +
        <td>4.8 (~2000 ng)</td>
 +
        <td>16 (~1600 ng)</td>
 +
       
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI-HF)</td>
 +
      <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI-HF)</td>
 +
      <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
        <td>1</td>
 +
   
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td>11</td>
 +
        <td>0</td>
 +
        <td>11.2</td>
 +
        <td>0</td>
 +
   
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 3.5 hours in the incubator 37 °C, followed by PCR cleanup. The enzymes were heat inactivated for 10 minutes 80 °C.
 +
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR clean-up is according to the protocol for all the restricted framgents. Elution was done in two times 15uL Milli-Q.</p>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the fusionbb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 6 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2:30 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The different PCR products from PACYCduet-fusionfs (21/9) were run on a 0.8% agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a4/T--TUDelft--2018_180922BLligation.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure PCR PACYCduet-fusionfs</b>0.8% Agarose. Expected size = ~10000bp. Lane 1: 500 bp ladder; Lane 2: annealing temperature PCR 65.2°C; Lane 3: annealing temperature PCR 63.7°C; Lane 4: annealing temperature PCR 61.5°C; Lane 5: annealing temperature PCR 58.7°C; Lane 6: annealing temperature PCR 56.8°C; Lane 7: annealing temperature PCR 55.1°C; Lane 8: 500 bp ladder; Lane 9: primers mutation 1; Lane 10: primers mutation 2; Lane 11: primers mutation 3; Lane 12: primers mutation 4; Lane 13: primers mutation 5; Lane 14: primers mutation 6; Lane 15: negative control pSB1C3RFP
 +
</caption>
 +
   
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!--------SEPTEMBER WEEK 4--------------->
 +
   
 +
    <form>   
 +
<input id="WeekSCS4" type="checkbox" class="dropinput" />
 +
<label for="WeekSCS4" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberStrainCon2"></a>Week 4 24/09/2018 - 30/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCS4">Monday, 24/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->   
 +
         
 +
          <dl>
 +
  <dt>Date</dt><dd>24/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the fusion protein. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3 linear</th>
 +
<th class="tableheaderadpbl">Volume (uL) - fusionbb</th>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>42</td>
 +
        <td>13</td>   
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1.5</td>
 +
        <td>0.75</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1.5</td>
 +
        <td>0.75</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td>3.5</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4.5 hours in the incubator 37 °C and followed by 20 minutes heat inactivation 80 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 16 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>The fusionbb has a size of ~6000bp, but the PCR samples were contaminated with by-products. All the PCR product is loaded on a 0.8% agarose gel. DNA purification from agarose gel conform protocol
 +
Elution was done in 30 µL Milli-Q.
 +
</p>
 +
   
 +
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    100 μL of PCR product PACYCduet-fusionfs-mut4 was subjected to PCR Clean-Up, according to the protocol. Elution was done in 2 times 15 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<br> 
 +
<br>
 +
<h4>DpnI Digestion</h4> 
 +
<p>To eliminate any residual template DNA, a DpnI digestion was performed with the following reaction mixture:
 +
</p>
 +
 +
    <center><table>
 +
        <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10x CutSmart buffer</td>
 +
    <td>4</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>PCR product</td>
 +
    <td>23</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Enzyme (DpnI)</td>
 +
    <td>1</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>12</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated for 2 hours at 37 °C. <br>
 +
Heat inactivation was performed for 20 minutes at 80 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of pSB1C3-T7.Tn5.T7, pSB1C3-Tn5colony5 and pSB1C3-Tn5colony8 were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with two times 15 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After plasmid isoaltion, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">230/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-T7p.Tn5.T7t</td>
 +
      <td>134.8</td>
 +
      <td>1.74</td>
 +
      <td>1.81</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3-Tn5Col5</td>
 +
    <td>146.7</td>
 +
      <td>1.96</td>
 +
      <td>1.8</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-Tn5Col8</td>
 +
          <td>1.8</td>
 +
          <td>1.85</td>
 +
  </tr>
 +
        </table></center><br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Sequence Verification </h4>  <br>
 +
<h5>Option 1: Sequence from plasmid</h5><br>
 +
<p> For verification of T7-Tn5.T7 biobrick and Tn5 biobrick, primers VF2 and VR were used for sequencing. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">T7.Tn5.T7 Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Tn5 Col5 Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Tn5 Col8 Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>3.71</td>
 +
      <td>3.41</td>
 +
      <td>2.61</td>
 +
      <td>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>10uM primer XXX </td>
 +
      <td>2.5</td>
 +
            <td>2.5</td>
 +
            <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>3.79</td>      <td>4.09</td> <td>4.89</td>
 +
  </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
<p>The result of the sequencing: Only Tn5Col5 and Tn5Col8 turned out to be correct. T7.Tn5.T7 missed a part. </p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>The dxCas9bb has a size of ~4000bp, but the PCR samples were contaminated with by-products. All the PCR product is loaded on a 0.8% agarose gel. DNA purification from agarose gel conform protocol. Elution was done in two times 15 µL Milli-Q.
 +
</p>
 +
   
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    Product of restriction of pSB1C3 and the fusion protein with EcoRI and PstI was subjected to PCR Clean-Up, according to the protocol. Elution was done in two times 15 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<br>  <h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples and some older restricted samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 230/280 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1Cen 18/9</td>
 +
      <td>71.5</td>
 +
      <td>0.99</td>
 +
      <td>1.87</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Linker 18/9</td>
 +
    <td>7.3</td>
 +
      <td>0.23</td>
 +
      <td>1.42</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pSB1C3en 22/9</td>
 +
          <td>68</td>
 +
          <td>1.38</td>
 +
          <td>1.88</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3RFP 22/9</td>
 +
      <td>85.3</td>
 +
      <td>0.84</td>
 +
      <td>1.82</td>
 +
  </tr>   
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>dxCas9 22/9</td>
 +
      <td>17</td>
 +
      <td>0.39</td>
 +
            <td>1.79</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>linker 22/9</td>
 +
      <td>7.7</td>
 +
      <td>0.25</td>
 +
      <td>1.70</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>fusion 22/9</td>
 +
          <td>11.3</td>
 +
          <td>0.46</td>
 +
          <td>1.79</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3RFP 24/9 </td>
 +
      <td>179.2</td>
 +
      <td>1.96</td>
 +
      <td>1.88</td>
 +
  </tr>   
 +
       
 +
<tr class="tableevenadpbl">
 +
      <td>fusion</td>
 +
    <td>32.8</td>
 +
      <td>1.17</td>
 +
      <td>1.83</td>
 +
  </tr>
 +
</table></center>   
 +
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble several cut constructs, ligation was performed. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume(uL) </th>   
 +
    <th class="tableheaderadpbl">pSB1C3-dxCas9 Volume (uL) </th> 
 +
    <th class="tableheaderadpbl">pSB1C3-linker(uL) </th>   
 +
    <th class="tableheaderadpbl">pSB1C3-negative Volume (uL) </th>    </tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td>
 +
          <td>2</td></tr>
 +
         
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <td>1</td></tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>0.6 uL (~100ng) </td>
 +
          <td>0.6 uL (~100ng) </td>
 +
          <td>1.47 uL (~100ng)</td>
 +
          <td>0.6 uL (~100ng)</td></tr>
 +
         
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
        <td>17uL (~500ng)</td>
 +
        <td>16.4 uL (~270ng)</td>
 +
        <td>15.5 uL(~ng)</td>
 +
        <td>0 uL</td></tr>
 +
               
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0 uL</td>
 +
            <td>0.6 uL</td>
 +
            <td>0 uL</td>
 +
            <td>16.4</td></tr>
 +
       
 +
</table></center>   
 +
 +
<p>The samples were incubated overnight on 16°C for ligation. After 13h 10minutes 90°C heat inactivation.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    After DpnI digestion PACYCduet-fusionfs-mut4 was subjected to PCR Clean-Up, according to the protocol. Elution was done in 2 times 15 µL Milli-Q.
 +
</p>
 +
 +
<h4>Ligation</h4> 
 +
<p>ligation was performed for blunt end ligation of PACYCduet-fusionfs-mut4. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition:</p>
 +
 +
<table> <center>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">PACYCduet-fusionfs-mut4 </th>    </tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
          <td>2</td></tr>
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td></tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
          <td>2.4 uL (~200ng) </td></tr>
 +
                         
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
            <td>14.6 uL</td></tr>
 +
           
 +
            </center></table>
 +
           
 +
       
 +
<p>The samples were incubated overnight on 16°C for ligation. After 13h 10minutes 90°C heat inactivation. </p>
 +
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCS4">Tuesday, 25/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
 +
  <!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>25/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the dxCas9bb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 6 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 2:30 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product for the amplification of dxCas9bb was run on a 0.8% agarose gel in TAE buffer. 4μL was pipetted into the gel. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/02/T--TUDelft--2018_180925_dxCas9amp.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure dxCas9 amplification</b>. Expected size (~4000bp). 0.8% agarose. Lane 1: 500bp ladder; Lane 2 PCR product </caption>   
 +
 +
<p>No dxCas9bb produced during the PCR. </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product for the amplification of fusionbb was run on a 0.8% agarose gel in TAE buffer. All PCR-product was loaded on the gel. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/ba/T--TUDelft--2018_180925_fusionamp.png" alt="Gel electrophoresis">   
 +
<caption class="figadpbl"><b>Figure fusionbb amplification</b>. Expected size (~6000bp). 0.8% agarose. Lane 1: 500bp ladder; Lane 2t/m 9 PCR product fusionbb</caption>   
 +
 +
<p> fusionbb produced during the PCR. </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify linker(~60bp), high fidelity PCR was done using the previous produced linker as template DNA and fw_bb_linker and rv_bb_linker forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 0:23 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
          <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9</td>
 +
      <td>restiction/ligation</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9</td>
 +
      <td>restiction/ligation</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
         
 +
                <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-linker</td>
 +
      <td>restiction/ligation</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-linker</td>
 +
      <td>restiction/ligation</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
                    <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>PACYCduet-fusionfs-mut4</td>
 +
      <td>restiction/ligation</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>PACYCduet-fusionfs-negative</td>
 +
      <td>restiction/ligation</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 4 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 70 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the fusionbb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 4 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 3:00 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCS4">Wednesday, 26/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        <dl>
 +
  <dt>Date</dt><dd>26/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the amplification of the linker was run on a 2% agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2a/T--TUDelft--2018_180926_linkeramp.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure</b> linker amplification. 2% agarose. Expected size is ~60bp. Lane 1: 100bp ladder; Lane 2: PCR product linker </caption>
 +
   
 +
<div class="spcmkr"></div>
 +
<br><br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 25/09 the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9-1 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
      <td>1 white; 8 red</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9-2 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>16 red</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9-3 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>1 white; ~100 red</td>  </tr>
 +
     
 +
         
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9-4 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
        <td>~100 red</td>  </tr>
 +
       
 +
            <tr class="tableunevenadpbl">
 +
        <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-fusion-1 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
                <td>10 red</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-fusion-2 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>15 red</td>  </tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-fusion-3 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
          <td>6 white; ~100 red</td>  </tr>
 +
     
 +
         
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1C3-dxCas9-4 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
        <td>5 white; ~100 red</td> </tr>
 +
       
 +
               
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>PACYCduet-fusionfs-mut4 &nbsp;</td>
 +
      <td>LB+Cam &nbsp;</td>
 +
        <td>~100 </td>  </tr>
 +
           
 +
</table></center>   
 +
    <br>   
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusion in 2 colonies and pSB1C3-dxCas9 in 1 colony after transformation. This plasmid contains the fusion(~6000bp) or dxCas9 (~4000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
 +
</table></center>   
 +
   
 +
<p>5 tubes were prepared for colony PCR. The thermocycler programme was installed to have an extension time of 8:00and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of dxCas9 and fusion was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/ba/T--TUDelft--2018_180926_dxcas9colPCR.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion and dxCas9. 0.8% agarose. Expected size fusion ~6000 bp. Expected size dxCas9 ~4000bp. Lane 1: 500bp ladder; Lane 2: fusion colony 1; Lane 3: fusion colony 2; Lane 4: dxCas9 colony 1 </caption>
 +
 +
<p>The amplified product colony PCR is around the correct hight. An overnight culture dxCas9 colony1 in 3mL with Cam is made.</p>
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of dxCas9 and fusion was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/80/T--TUDelft--2018_180926_amp.png" alt="Gel electrophoresis"> 
 +
<caption class="figadpbl"><b>Figure</b>Amplification dxCas9bb and fusionbb. 0.8% agarose. Expected size fusion ~6000 bp. Expected size dxCas9 ~4000bp. Lane 1: 500bp ladder; Lane 2: fusionbb; Lane 4: dxCas9bb </caption>
 +
 +
 +
<h4>DNA purification agarose gel </h4> 
 +
<p>The amplicon of interest has a size of ~4000bp or ~6000bp, but the PCR samples were contaminated with by-products. The products were loaded on a gel prior to <a href="https://2018.igem.org/Team:TUDelft/Experiments#DNApurificationfromgel-scroll" target="_blank">DNA purification from agarose gel conform protocol</a>.
 +
Elution was done in 2 times 15 µL Milli-Q.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>200 ul of PCR product of the linker was subjected to PCR Clean-Up, according to the protocol. Elution was done in 30 µL Milli-Q.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 ratios and 260/230) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>linker</td>
 +
      <td>262.2</td>
 +
      <td>1.84</td>
 +
      <td>1.91</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>dxCas9</td>
 +
    <td>111.4</td>
 +
      <td>1.84</td>
 +
      <td>1.77</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>fusion</td>
 +
          <td>88.8</td>
 +
          <td>1.88</td>
 +
          <td>1.66</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 70 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the fusionbb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 3:00 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCS4">Thursday, 27/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
         
 +
         
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
   
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>27/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
 +
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of pSB1C3-dxCas9 subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with two times 15 μL of pre-warmed MilliQ.
 +
</p>
 +
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After plasmid isoaltion, the sample was measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">230/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-dxCas9</td>
 +
      <td>292.7</td>
 +
      <td>1.87</td>
 +
      <td>2.09</td>
 +
  </tr>
 +
        </table></center><br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of dxCas9 biobrick primers VF2, VR, fw_dxCas9_mut_EcoRI, fw_Tn5_beforeC, fw_dxCas9_mut2_GA and rv_dxCas9_mut3_GA were used for sequencing. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>1.71</td>
 +
      <td>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>10uM primer XXX </td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>5.79</td>
 +
  </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
<p>The result of the sequencing: dxCas9 is only partly integrated. It is not the complete sequence for dxCas9bb.</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusion in 12 colonies and after transformation. This plasmid contains the fusion (~6000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
 +
</table></center>   
 +
   
 +
<p>12 tubes were prepared for colony PCR of 12 pSB1C3-fusion colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of fusion was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f8/T--TUDelft--2018_180927_fusion.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR dxCas9. 0.8% agarose. Expected size dxCas9 ~4000bp. Lane 1: 500bp ladder; Lane 2: colony 1; Lane 3: colony 2; Lane 4: colony 3; Lane 5: colony 4; Lane 6: colony 5; Lane 7: colony 6; Lane 8: colony 7; Lane 9: colony 8; Lane 10: colony 9; Lane 11: colony 10; Lane 12: colony 11; Lane 13: colony 12; Lane 14: Negative control, no template; Lane 15: 500bp ladder </caption>
 +
 +
<p>The amplified product colony PCR is not around the correct hight. No succesful integration of dxCas9 in pSB1C3</p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCS4">Friday, 28/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <!-- COPY FROM HERE HERE -->
 +
 +
<dl>
 +
  <dt>Date</dt><dd>28/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of PCR for fusion amplification was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/66/T--TUDelft--2018_180928_dxCas9.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b>Fusion amplification. 0.8% agarose. Expected size fusion ~6000bp. Lane 1: 500bp ladder; Lane 2: amplified fusion</caption>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>The fusionbb has a size of ~6000bp, but the PCR samples were contaminated with by-products. All the PCR product is loaded on a 0.8% agarose gel. DNA purification from agarose gel conform protocol. Elution was done in two times 15 µL Milli-Q.
 +
</p>
 +
   
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
 +
<br>  <h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples and some older restricted samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 230/280 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>fusionbb</td>
 +
      <td>173.2</td>
 +
      <td>1.87</td>
 +
      <td>0.8</td>
 +
  </tr>
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble fusionbb and pSB1C3 to obtain pSB1C3-fusion.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
      <td>pSB1C3, 0.3 (200 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
          <td>fusionbb, 9.7 (1800)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>3.4</td>
 +
      <td>1.1</td>
 +
      <td>2.9</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes, after which they were stored at -20°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the fusion protein. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3RFP</th>
 +
<th class="tableheaderadpbl">Volume (uL) - fusionbb</th>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>41 (~5000ng)</td>
 +
        <td>20.4 (~2000ng)</td>   
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td>20.6</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C and followed by 20 minutes heat inactivation 80 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusion in 10 colonies and after transformation. This plasmid contains the fusion (~6000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
 +
</table></center>   
 +
   
 +
<p>10 tubes were prepared for colony PCR of 10 pSB1C3-fusion colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of fusion was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d0/T--TUDelft--2018_180928_colPCRfusion.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion. 0.8% agarose. Expected size fusion ~6000bp. Lane 1: 500bp ladder; Lane 2: colony 1; Lane 3: colony 2; Lane 4: colony 3; Lane 5: colony 4; Lane 6: colony 5; Lane 7: colony 6; Lane 8: colony 7; Lane 9: colony 8; Lane 10: colony 9; Lane 11: colony 10; Lane 12: Negative control, no template; </caption>
 +
 +
<p>The amplified product colony PCR is not around the correct hight. No succesful integration of fusion in pSB1C3</p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To eliminate the forbidden sites, high fidelity PCR was done using PACYCduet-mut4-1, PACYCduet-mut4-2 and PACYCduet-mut4-3 as template DNA. Primer fw_dxCas9_mut5_BL and rv_dxCas9_mut5_BL were used. Phosphorylated primers were used. This makes the product compitable for blunt end ligation. 3x 50µL PCR mixture was prepared, according to the High Fidelity PCR protocol. Expected size of the product PACYCduet-fusion-mutation is 9432 bp.
 +
    <br> </p>
 +
 +
<p>The thermocycler programme was installed to have an extension time of 8:00 and an anealing temperature of 60°C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>the PCR product of the amplification of PACYCduet-mut5 was run on a 0.8% agarose gel in TAE buffer to check the pCR reaction. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/68/T--TUDelft--2018_180928_BL5.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion. 0.8% agarose. Expected size fusion ~10000bp. Lane 1: 500bp ladder; Lane 2: PACYCduet-mut5-1; Lane 3: PACYCduet-mut5-2; Lane 4: PACYCduet-mut5-3; </caption>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 70 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Restriction product of fusion and pSB1C3RFP was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c6/T--TUDelft--2018_180928_res_fus.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b>Restriction fusionbb and pSB1C3RFP. 0.8% agarose. Expected size fusion ~6000bp; Expected size pSB1C3 restricted is two fragments of ~2000bp and ~1500bp. Lane 1: 500bp ladder; Lane 2: restricted fusionbb; Lane 3: restricted pSB1C3RFP</caption>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>PCR product of the PACYCduet-fusion-mut5 was subjected to PCR Clean-Up, according to the protocol. Elution was done in one time 15uL and one time 20uL Milli-Q.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 ratios and 260/230) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>PACYCduet-fusion-mut5a</td>
 +
      <td>100.7</td>
 +
      <td>1.97</td>
 +
      <td>0.15</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>PACYCduet-fusion-mut5b</td>
 +
    <td>130.7</td>
 +
      <td>1.87</td>
 +
      <td>0.16</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>PACYCduet-fusion-mut5c</td>
 +
          <td>225.0</td>
 +
          <td>1.89</td>
 +
          <td>0.27</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
 +
 +
<br> 
 +
<br>
 +
<h4>DpnI Digestion</h4> 
 +
<p>To eliminate any residual template DNA, a DpnI digestion was performed for PACYCduet-fusion-mut5a, PACYCduet-fusion-mut5b, PACYCduet-fusion-mut5c, with the following reaction mixture:
 +
</p>
 +
 +
    <center><table>
 +
        <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) PACYCduet-fusion-mut5a</th>
 +
            <th class="tableheaderadpbl">Volume (uL) PACYCduet-fusion-mut5b</th>
 +
            <th class="tableheaderadpbl">Volume (uL) PACYCduet-fusion-mut5c</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10x CutSmart buffer</td>
 +
    <td>5</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
     
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>PCR product</td>
 +
    <td>32</td>
 +
      <td>32</td>
 +
      <td>32</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Enzyme (DpnI)</td>
 +
    <td>1.5</td>
 +
          <td>1.5</td>
 +
          <td>1.5</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>12</td>
 +
      <td>12</td>
 +
      <td>12</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated for 4 hours at 37 °C. <br>
 +
Heat inactivation was performed for 20 minutes at 80 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Restriction product of fusion and pSB1C3RFP was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c6/T--TUDelft--2018_180928_res_fus.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b>Restriction fusionbb and pSB1C3RFP. 0.8% agarose. Expected size fusion ~6000bp; Expected size pSB1C3 restricted is two fragments of ~2000bp and ~1500bp. Lane 1: 500bp ladder; Lane 2: restricted fusionbb; Lane 3: restricted pSB1C3RFP</caption>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Restriction product of fusion and pSB1C3RFP was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/85/T--TUDelft--2018_180928_dxcas9amp.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Amplification dxCas9. Expected size ~4000bp. 0.8% agarose. Expected size fusion ~6000bp; Expected size pSB1C3 restricted is two fragments of ~2000bp and ~1500bp. Lane 1: 500bp ladder; Lane 2: restricted fusionbb; Lane 3: restricted pSB1C3RFP</caption>
 +
 +
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-- SATURDAY -->
 +
   
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCO4">Saturday, 29/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCO4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
         
 +
         
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>29/09/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>DpnI digested PCR products of the PACYCduet-fusion-mut5 were subjected to PCR Clean-Up, according to the protocol. Elution was done in one time 15uL and one time 20uL Milli-Q.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>The EcoRI and PstI restricted fusionbb and pSB1C3 contains RFP and other flanks. To clean this, the restricted product is loaded on a 0.8% agarose gel. DNA purification from agarose gel conform protocol. Elution was done in one time 15 µL Milli-Q and one time 20 µL.
 +
</p>
 +
   
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
 +
<br>  <h4>Nanodrop DNA Quantification</h4>
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 230/280 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>PACYCduet-fusion-mut5-a</td>
 +
      <td>15.3</td>
 +
      <td>1.7</td>
 +
      <td>0.45</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>PACYCduet-fusion-mut5-b</td>
 +
      <td>15.1</td>
 +
      <td>1.8</td>
 +
      <td>0.72</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>PACYCduet-fusion-mut5-c</td>
 +
      <td>16.2</td>
 +
      <td>1.6</td>
 +
      <td>0.07</td>
 +
  </tr>
 +
       
 +
          <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-restricted</td>
 +
      <td>57.4</td>
 +
      <td>1.88</td>
 +
      <td>1.35</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>fusion-resticted</td>
 +
      <td>26.7</td>
 +
      <td>1.5</td>
 +
      <td>0.78</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Blunt end Ligation</h4> 
 +
<p>ligation was performed for blunt end ligation of PACYCduet-fusionfs-mut5. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition:</p>
 +
 +
<table> <center>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">PACYCduet-fusion-mutation5 </th>   
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
          <td>2</td></tr>
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td></tr>
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
          <td>2.4 uL (~200ng) </td></tr>
 +
                         
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>14.6 uL</td>
 +
           
 +
            </center></table>
 +
           
 +
       
 +
<p>The samples were incubated overnight on 16°C for ligation. </p>
 +
 
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble pSB1C3-fusion, ligation was performed. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume(uL) </th>        </tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
          <td>2</td></tr>
 +
         
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td></tr>
 +
       
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>0.9 uL (~100ng) </td></tr>
 +
       
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
        <td>16.1 uL (~500ng)</td></tr>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
            <td>0 uL</td></tr>
 +
       
 +
</table></center>   
 +
 +
<p>The samples were incubated overnight on 16°C for ligation.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 70 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify dxCas9 (~4207bp), high fidelity PCR was done using the fusionbb as template DNA and fw_bb_dxcas9 and rv_bb_dxcas9_2 as forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 3:00 and an annealing temperature of 63 °C. After the programme was finished, samples were kept at 12 °C.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
          <dl>
 +
  <dt>Date</dt><dd>29/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
          <i>E.coli</i> strain harbouring the plasmids pACYCDuet-1_Tn5, pACYCDuet-1 and pSB1C3 were used for inoculation of 10 mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>29/09/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">High Fidelity PCR</h4>
 +
<p>To amplify pSB1C3 backbone, dxCas9 (BioBrick cloning), dxCas9-Lin-Tn5 (BioBrick cloning), dxCas9 (pACYCDuet-1 cloning), dxCas9-Lin-Tn5 (pACYCDuet-1 cloning) high fidelity PCR was done. The template DNA are the Gblocks  3 and 4 combined (primerset 056 & 057 and 056 & 055) and pACYCDuet-1 (primerset 083 & 084) and pSB1C3 (primerset 051 & 052). Multiple 50µL PCR mixtures were prepared, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#highfidelityPCR-scroll" target="_blank" class="adpbl">High Fidelity PCR protocol</a>.<br>
 +
Primer combination(s) and expected fragment(s)
 +
</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Expected fragment</th>
 +
    <th class="tableheaderadpbl">Expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>051</td>
 +
    <td>052</td>
 +
    <td>pSB1C3</td>
 +
    <td>2068</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>056</td>
 +
    <td>057</td>
 +
    <td>dxCas9 (BB)</td>
 +
    <td>4226</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>056</td>
 +
    <td>055</td>
 +
    <td>dxCas9-Lin-Tn5 (BB)</td>
 +
    <td>5703</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>001</td>
 +
    <td>002</td>
 +
    <td>dxCas9 (pACYCDuet-1)</td>
 +
    <td>4172</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>5</td>
 +
    <td>079</td>
 +
    <td>082</td>
 +
    <td>Gblock 3 4</td>
 +
    <td>5897</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>6</td>
 +
    <td>083</td>
 +
    <td>084</td>
 +
    <td>pACYCDuet-1</td>
 +
    <td>3652</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>The thermocycler programme was installed to have an extension time of 6 minutes 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
   
 +
<!-- SUNDAY -->
 +
   
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundaySCO4">Sunday, 30/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundaySCO4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
   
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
   
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekSCO1" type="checkbox" class="dropinput" />
 +
<label for="WeekSCO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberStrainCon1"></a>Week 1 01/10/2018 - 07/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCO1">Monday, 01/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>01/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
          <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
         
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA purification agarose gel </h4> 
 +
<p>The dxCas9 and the fusion protein have a size of ~4000bp or ~6000bp, but the PCR samples were contaminated with by-products. The products were loaded on a gel prior to <a href="https://2018.igem.org/Team:TUDelft/Experiments#DNApurificationfromgel-scroll" target="_blank">DNA purification from agarose gel conform protocol</a>.
 +
    Elution was done in 30 µL Milli-Q.</p>
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
<br>  <h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 230/280 ratios) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Fusion 1</td>
 +
      <td>72.7</td>
 +
      <td>1.84</td>
 +
      <td>0.14</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>Fusion 2</td>
 +
      <td>6.09</td>
 +
      <td>1.4</td>
 +
      <td>0.08</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>Fusion 3</td>
 +
      <td>64.9</td>
 +
      <td>1.84</td>
 +
      <td>0.07</td>
 +
  </tr>
 +
       
 +
          <tr class="tableunevenadpbl">
 +
    <td>Fusion 4</td>
 +
      <td>4.4</td>
 +
      <td>1.17</td>
 +
      <td>0.13</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>Fusion 5</td>
 +
      <td>23.2</td>
 +
      <td>2.1</td>
 +
      <td>0.13</td>
 +
  </tr>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>dxCas9 1</td>
 +
      <td>279.7</td>
 +
      <td>1.85</td>
 +
      <td>1.21</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>dxCas9 2</td>
 +
      <td>3.17</td>
 +
      <td>1.11</td>
 +
      <td>0.24</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>dxCas9 3</td>
 +
      <td>120.1</td>
 +
      <td>1.87</td>
 +
      <td>1.09</td>
 +
  </tr>
 +
       
 +
          <tr class="tableunevenadpbl">
 +
    <td>dxCas9 4</td>
 +
      <td>2.5</td>
 +
      <td>1.26</td>
 +
      <td>0.32</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>dxCas9 5</td>
 +
      <td>36.6</td>
 +
      <td>1.9</td>
 +
      <td>0.9</td>
 +
  </tr>
 +
               
 +
</table></center>   
 +
          <div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>01/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
          <i>E.coli</i> strain harbouring the plasmids pACYCDuet-1_dxCas9, pACYCDuet-1_dxCas9-Lin-Tn5, pSB1C3-mRFP, colony 3 pSB1C3_intron1, colony 8 pSB1C3_intron2, colony 10 pSB1C3_intron 1 and 2, pSB1C3_EPO and pSB1C3_gRNALacZ were used for inoculation of 4 times 10 mL per strain liquid starter culture (Luria Broth, complemented with chloramphenicol) following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#liquidstarterculture-scroll" class="adpbl" target="_blank">Liquid Starter Culture Protocol</a>.
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCO1">Tuesday, 02/10/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-dxCas9.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-1</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-2</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-3</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>1.5 (200 ng)</td>
 +
      <td>7.35 (980 ng)</td>
 +
      <td>2.5 (330 ng)</td>
 +
     
 +
     
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment (dxCas9)</td>
 +
          <td>4.3 (1200 ng)</td>
 +
          <td>2.2 (600 ng)</td>
 +
          <td>7.08 (1900 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>4.2</td>
 +
      <td>0.45</td>
 +
      <td>0.42</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes, after which they were stored at -20°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the dxCas9. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - dxCas9bb</th> </tr>
 +
   
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>   
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>30</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
   
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 11</td>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C and followed by 20 minutes heat inactivation 80 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-dxCas9 in 20 colonies after transformation. This plasmid contains the fusion (~6000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>0.6</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>0.6</td> 
 +
  </tr>
 +
 +
</table></center>   
 +
   
 +
<p>20 tubes were prepared for colony PCR of pSB1C3-dxCas9 colonies. The thermocycler programme was installed to have an extension time of 5:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9-1</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9-1</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
          <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9-2</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9-2</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
         
 +
                <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas9-3</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1C3-dxCas-9</td>
 +
          <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
          <dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of <i>E.coli</i> strains harbouring the plasmids pACYCDuet-1_dxCas9, pACYCDuet-1_dxCas9-Lin-Tn5, pSB1C3-mRFP, colony 3 pSB1C3_intron1, colony 8 pSB1C3_intron2, colony 10 pSB1C3_intron 1 and 2, pSB1C3_EPO and pSB1C3_gRNALacZ  were subjected to plasmid isolation following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#plasmidisolation-scroll" class="adpbl" target="_blank">Plasmid Isolation Protocol</a>. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9 (1)</td>
 +
    <td>1447.8</td>
 +
    <td>2.06</td>
 +
    <td>2.17</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9 (2)</td>
 +
    <td>1867</td>
 +
    <td>2.09</td>
 +
    <td>2.38</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5 (1)</td>
 +
    <td>1256</td>
 +
    <td>2.06</td>
 +
    <td>2.10</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1_dxCas9-Lin-Tn5 (2)</td>
 +
    <td>1361.4</td>
 +
    <td>1.99</td>
 +
    <td>1.86</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3-mRFP (1)</td>
 +
    <td>738</td>
 +
    <td>1.98</td>
 +
    <td>2.12</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3-mRFP (2)</td>
 +
    <td>737</td>
 +
    <td>2.01</td>
 +
    <td>2.18</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_EPO_intron 1</td>
 +
    <td>495.9</td>
 +
    <td>1.83</td>
 +
    <td>1.72</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3_EPO_intron 2</td>
 +
    <td>422.2</td>
 +
    <td>1.79</td>
 +
    <td>1.38</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_EPO_intron 1 and 2</td>
 +
    <td>391.8</td>
 +
    <td>1.87</td>
 +
    <td>1.99</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3_EPO</td>
 +
    <td>462.7</td>
 +
    <td>2.01</td>
 +
    <td>1.70</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_LacZgRNA</td>
 +
    <td>347.6</td>
 +
    <td>2.01</td>
 +
    <td>1.68</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>50 μL of each PCR mixture performed on 29/09/2018was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 (pACYCDuet-1)</td>
 +
    <td>62.8</td>
 +
    <td>1.79</td>
 +
    <td>0.99</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>dxCas9 (BioBrick)</td>
 +
    <td>197.1</td>
 +
    <td>1.84</td>
 +
    <td>2.09</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9-Lin-Tn5 (pACYCDuet-1)</td>
 +
    <td>277.2</td>
 +
    <td>1.84</td>
 +
    <td>2.21</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>dxCas9-Lin-Tn5 (BioBrick)</td>
 +
    <td>340.6</td>
 +
    <td>1.83</td>
 +
    <td>2.16</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3 backbone (1)</td>
 +
    <td>396.4</td>
 +
    <td>1.85</td>
 +
    <td>1.83</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pACYCDuet-1 backbone</td>
 +
    <td>553.1</td>
 +
    <td>1.84</td>
 +
    <td>2.19</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_EPO_intron 1</td>
 +
    <td>495.9</td>
 +
    <td>1.83</td>
 +
    <td>1.72</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3_EPO_intron 2</td>
 +
    <td>422.2</td>
 +
    <td>1.79</td>
 +
    <td>1.38</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_EPO_intron 1 and 2</td>
 +
    <td>391.8</td>
 +
    <td>1.87</td>
 +
    <td>1.99</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3_EPO</td>
 +
    <td>462.7</td>
 +
    <td>2.01</td>
 +
    <td>1.70</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3_LacZgRNA</td>
 +
    <td>347.6</td>
 +
    <td>2.01</td>
 +
    <td>1.68</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCO1">Wednesday, 03/10/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
 
 +
<dl>
 +
  <dt>Date</dt><dd>03/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR clean-up is done according to the protocol for pSB1C3, dxCas9fs and fusionfs previous made. Elution was done in 30 µL Milli-Q </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of fusion was run on a 0.8% agarose gel in TAE buffer. Only 4 colonies turned out to be white. A total of 9 colony PCR results were put on a gel. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/fe/T--TUDelft--2018_181003.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion. 0.8% agarose. Expected size fusion ~6000bp. Lane 1: 500bp ladder; Lane 2: colony 2; Lane 3: colony 5; Lane 4: colony 9; Lane 5: colony 14; Lane 6: positive control; Lane 7: Empty; Lane 8: colony 1 (red); Lane 9: colony 3 (red); Lane 10: colony 6 (red); Lane 11: colony 10 (red); Lane 12: colony 15 (red); Lane 13: negative control (no template) </caption>
 +
 +
<p>The amplified product colony PCR is not around the correct hight. No succesful integration of fusion in pSB1C3</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-dxCas9 in 8 colonies after transformation. This plasmid contains the dxcas9 (~4000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>20 tubes were prepared for colony PCR of pSB1C3-fusion colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the fusion protein. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3-linear</th>
 +
<th class="tableheaderadpbl">Volume (uL) - fusionbb</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - pSB1C3-RFP</th>
 +
<th class="tableheaderadpbl">Volume (uL) - dxCas9bb</th>
 +
   
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td> 
 +
      <td>5</td>
 +
      <td>5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>41 (~3700ng)</td>
 +
        <td>41 (~3000ng)</td> 
 +
        <td>20 (~8480 ng)</td>
 +
        <td>20 (~2220 ng)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (SpeI)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 0</td>
 +
        <td>0</td>
 +
    <td>21</td>
 +
        <td>21</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3 (1.1.1)</td>
 +
      <td>2290</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>pSB1C3 (1.2.1)</td>
 +
      <td>2215</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>pSB1C3 (1.1.2)</td>
 +
      <td>430</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>pSB1C3 (1.2.2)</td>
 +
      <td>770.6</td>
 +
  </tr>
 +
       
 +
          <tr class="tableunevenadpbl">
 +
    <td>dxCas9 (2.1)</td>
 +
      <td>2541.4</td>
 +
  </tr>
 +
       
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 (2.2)</td>
 +
      <td>690</td>
 +
  </tr>
 +
       
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 (4.1)</td>
 +
      <td>1823</td>
 +
  </tr>       
 +
       
 +
    <tr class="tableunevenadpbl">
 +
    <td>dxCas9 (4.2)</td>
 +
      <td>668.8</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-dxCas9fs and pSB1C3-fusionfs.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusionfs-5</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusionfs-10</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9fs-5</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9fs-10</th>
 +
  </tr>       
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>1.5 (670 ng)</td>
 +
      <td>1 (140 ng)</td>
 +
      <td>1.5 (670 ng)</td>
 +
      <td>1 (140 ng)</td>
 +
     
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
          <td>5.5 (1823 ng)</td>
 +
          <td>6.3 (668 ng)</td>
 +
          <td>2.6 (2541 ng)</td>
 +
          <td>4.1 (690 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>3</td>
 +
      <td>2.7</td>
 +
      <td>5.9</td>
 +
      <td>4.9</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes.</p>
 +
<p>After cooling down, 1uL DpnI is added. The samples were incubated at 37°C for 60 minutes. Heatinactivation for 20 minutes at 60°C </p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>Transformations was carried out according to the protocol. The 2 and 18 uL of product of Gibson Assembly was transformed into <i>E. coli</i>DH5α 
 +
</p>
 +
 +
<p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>DNA purification of fusionbb from agarose gel conform protocol. Elution was done in one time 15 µL Milli-Q and one time 20 µL.
 +
</p>
 +
   
 +
 +
<h4>Colony PCR</h4> 
 +
<p>9 tubes were prepared for colony PCR of pSB1C3-dxCas9 colonies. The thermocycler programme was installed to have an extension time of 5:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR clean-up is done according to the protocol for restriced pSB1C3-RFP, restricted fusion, restricted pSB1C3 and restricted dxCas9. Elution was done in 30 µL Milli-Q </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity (280/260 and 230/260 ratio) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">280/260 ratio </th>
 +
    <th class="tableheaderadpbl">230/260 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>restricted pSB1C3RFP</td>
 +
      <td>98.6</td>
 +
      <td>1.6</td>
 +
      <td>1.8</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>restricted fusionbb</td>
 +
      <td>10.7</td>
 +
            <td>0.4</td>
 +
            <td>1.7</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>restricted pSB1C3lin</td>
 +
      <td>27.3</td>
 +
            <td>1</td>
 +
            <td>1.9</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
            <td>restricted dxCas9bb</td>
 +
    <td>15.0</td>
 +
      <td>0.6</td>
 +
            <td>1.68</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble pSB1C3-fusion and pSB1C3-dxCas9, ligation was performed. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume(uL) </th>   
 +
        <th class="tableheaderadpbl">pSB1C-dxCas9 </th></tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
          <td>2</td>
 +
          <td>2</td></tr>
 +
         
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td></tr>
 +
       
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>0.25 uL (~25 ng) </td>
 +
        <td>0.40 uL (~40 ng)</td></tr>
 +
       
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
        <td>16.7 uL (~170 ng)</td>
 +
        <td>16.6 uL (~225 ng)</td></tr>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>0 uL</td>
 +
            <td>0 uL</td></tr>
 +
       
 +
</table></center>   
 +
 +
<p>The samples were incubated overnight on room temperature for ligation.</p>
 +
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>03/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Restriction</h4>
 +
<p>The following table shows an overview of what fragment(s) were cut with what restriction enzyme(s) to obtain fragments Tn5-Lin-dxCas9 and pACYCDuet-1 for ligation.
 +
</p>
 +
   
 +
<center><table>
 +
  <tr class="tableheaderadpbl">
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Component</th>
 +
      <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart</td>
 +
      <td>5</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
      <td>10x CutSmart</td>
 +
      <td>2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3-mRFP</td>
 +
      <td>3 (~2000 ng)</td>
 +
      <td>pSB1C3 backbone</td>
 +
      <td>6 (~2000 ng)</td>
 +
      <td>dxCas9</td>
 +
      <td>12 (~2000 ng)</td>
 +
      <td>dxCas9-Lin-Tn5</td>
 +
      <td>8 (~2000 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>13</td>
 +
      <td>MilliQ</td>
 +
      <td>10</td>
 +
      <td>MilliQ</td>
 +
      <td>4</td>
 +
      <td>MilliQ</td>
 +
      <td>8</td>
 +
  </tr>
 +
</table></center>
 +
<p>The samples were incubated for 4 hours at 37 °C, and followed by 20 minute heat inactivation of the restriction enzyme(s).
 +
</p>
 +
<div class="spcmkr"></div>
 +
         
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">PCR Clean-Up</h4>
 +
<p>20 μL of each restriction reaction mixture was subjected to PCR Clean-Up, according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#PCRcleanup-scroll" class="adpbl" target="_blank">protocol</a>. Elution was done in 30 µL Milli-Q.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4 class="adpbl">Nanodrop DNA Quantification</h4>
 +
<p>The following isolates were quantified according to the <a href="https://2018.igem.org/Team:TUDelft/Experiments#NanodropDNA-scroll" class="adpbl" target="_blank">Nanodrop DNA Quantification protocol</a>. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured. </p>
 +
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>pSB1C3-mRFP cut with EcoRI and PstI</td>
 +
    <td>15.0</td>
 +
    <td>1.91</td>
 +
    <td>0.48</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>pSB1C3 backbone cut with EcoRI and PstI</td>
 +
    <td>63.3</td>
 +
    <td>1.85</td>
 +
    <td>1.11</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td>dxCas9 cut with EcoRI and PstI</td>
 +
    <td>52.3</td>
 +
    <td>1.85</td>
 +
    <td>0.75</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <td>dxCas9-Lin-Tn5 cut with EcoRI and PstI</td>
 +
    <td>67.1</td>
 +
    <td>1.86</td>
 +
    <td>0.90</td>
 +
</tr>
 +
</table></center>
 +
<div class="spcmkr"></div>     
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>30/08/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
          <h4 class="adpbl">Ligation</h4>
 +
<p>In order to assemble cut fragments pSB1C3 with dxCas9 or dxCas9-Lin-Tn5 ligation was performed. This table gives an overview of which fragments were cut with which enzymes.</p>
 +
  <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">DNA</th>
 +
    <th class="tableheaderadpbl">Size (bp) </th>
 +
    <th class="tableheaderadpbl">Cut with enzymes</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>pSB1C3</td>
 +
      <td>2068</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>Fragment dxCas9</td>
 +
      <td>4226</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td>Fragment dxCas9-Lin-Tn5</td>
 +
      <td>5703</td>
 +
      <td>EcoRI and PstI</td>
 +
  </tr>
 +
</table></center>
 +
         
 +
<p>A 20 μL ligation reaction mixture was prepared with the following composition:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
          <th class="tableheaderadpbl">Component</th>
 +
          <th class="tableheaderadpbl">Volume (μL)</th>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
          <td>Ligase Buffer (10X)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
          <td>T4 DNA Ligase </td>
 +
          <td>1</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>DNA vector pSB1C3 (~100 ng)</td>
 +
          <td>2</td>
 +
          <td>DNA vector pSB1C3 (~100 ng)</td>
 +
          <td>2</td>
 +
</tr>
 +
<tr class="tableevenadpbl">       
 +
          <td>DNA dxCas9 (~600 ng)</td>
 +
          <td>12</td>
 +
          <td>DNA dxCas9-Lin-Tn5 (~700 ng)</td>
 +
          <td>14</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">       
 +
          <td>MilliQ</td>
 +
          <td>3</td>
 +
          <td>MilliQ</td>
 +
          <td>0</td>
 +
</tr>
 +
</table></center>
 +
<p>The samples were incubated overnight at 4 °C for ligation.</p>         
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCO1">Thursday, 04/10/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
     
 +
<dl>
 +
  <dt>Date</dt><dd>04/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
 
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity (280/260 and 230/260 ratio) was measured.
 +
</p>
 +
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
      <th class="tableheaderadpbl">280/260 ratio </th>
 +
    <th class="tableheaderadpbl">230/260 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>fusion A </td>
 +
      <td>230.4</td>
 +
      <td>1.88</td>
 +
      <td>1.87</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>fusion B</td>
 +
      <td>97.8</td>
 +
            <td>1.87</td>
 +
            <td>1.84</td>
 +
  </tr>
 +
       
 +
</table></center> 
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the fusion B. The following table shows an overview of what fragments were cut with what restriction enzymes. Restriction enzymes from the kitchen are used.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - pSB1C3</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - fusion B</th></tr>
 +
   
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>25 (~2500 ng)</td>
 +
        <td>25 (~3500 ng)</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI-HF)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
   
 +
    </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI-HF)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
     
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 16</td>
 +
        <td>16</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C and followed by 20 minutes heat inactivation 80 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-dxCas9 and pSB1C3-fusion in after transformation (transformation done 2/10 and 1/10). This plasmid contains the dxcas9 (~4000bp) or fusion (~6000bp) and pSB1C3 (~2000bp), which can be checked with primers VR and VF2.
 +
</p>
 +
<p>6 tubes were prepared for colony PCR of pSB1C3-fusion colonies. The thermocycler programme was installed to have an extension time of 10:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-dxCas9 and pSB1C3-fusion.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusionfs-5</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusionfs-10</th>
 +
     
 +
  </tr>       
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
   
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>0.34 (146 ng)</td>
 +
      <td>0.52 (72.8 ng)</td>
 +
     
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment (fusion)</td>
 +
          <td>9.66 (2200 ng)</td>
 +
          <td>9.48 (2200 ng)</td>
 +
       
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>0</td>
 +
      <td>0</td>
 +
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes.</p>
 +
<p>After cooling down, 1uL DpnI is added. The samples were incubated at 37°C for 60 minutes. Heatinactivation for 20 minutes at 60°C </p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR clean-up is done according to the protocol for restricted fusion and pSB1C3. Elution was done in 30 µL Milli-Q </p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble pSB1C3-fusion, ligation was performed. </p>
 +
<p>A 10ul ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume(uL) </th>   
 +
    <th class="tableheaderadpbl">pSB1C3-Fusion Volume(uL) </th>  </tr>
 +
   
 +
   
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
          <td>2</td>
 +
          <td>2</td></tr>
 +
         
 +
         
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td></tr>
 +
       
 +
     
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector </td>
 +
          <td>0.33 uL (~30 ng) </td>
 +
        <td>0.28 uL (~25 ng)</td></tr>
 +
       
 +
         
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment </td>
 +
        <td>15 uL (~200 ng)</td>
 +
        <td>15 uL (~750 ng)</td></tr>
 +
     
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>2 uL</td>
 +
            <td>2 uL</td></tr>
 +
       
 +
</table></center>   
 +
 +
<p>The samples were incubated overnight on room temperature for ligation.</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify fusionbb (~6000bp), high fidelity PCR was done using fusionbb1 as template DNA and fw_BB_dxCas9 and rv_BB_Tn5 forward and reverse primers respectively. 16 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 6:30 minutes and an annealing temperature of 70 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation (2/10)</td>
 +
      <td>2</td>
 +
      <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion</td>
 +
      <td>restiction/ligation (2/10)</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
          <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-dxCas9</td>
 +
      <td>restiction/ligation (2/10)</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-dxCas9</td>
 +
      <td>restiction/ligation (2/10)</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
         
 +
                <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion-1</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion-1</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
                    <tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion-2</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>2</td>
 +
              <td>LB Cam</td> </tr>
 +
     
 +
     
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α NEB</td>
 +
      <td>pSB1C3-fusion-2</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>18</td>
 +
          <td>LB Cam</td></tr>
 +
         
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
          <div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>04/10/2018</dd>
 +
  <dt>Operator</dt><dd>Nicole Bennis</dd>
 +
</dl>
 +
<h4 class="adpbl">Transformation of chemically competent cells</h4>
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:</p>
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid and size (bp)</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Volume added (μl)</th>
 +
      <th class="tableheaderadpbl">Medium on which was plated</th>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_dxCas9 (6217 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>2.5</td>
 +
    <td>LB-Cam</td>
 +
<tr class="tableevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3_dxCas9-Lin-Tn5 (7699 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><i>E.coli</i> DH5α</td>
 +
    <td>pSB1C3 cut with EcoRI and PstI (neg control) (2060 bp)</td>
 +
    <td>Restriction/Ligation</td>
 +
    <td>2.5</td>
 +
    <td>LB Cam</td>
 +
</tr>
 +
</table></center>   
 +
<p>
 +
200 μl LB medium was added as recovery medium.</p>
 +
<div class="spcmkr"></div>
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCO1">Friday, 05/10/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>05/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Restriction </h4> 
 +
<p>DpnI digestion is done for pSB1C3, fusionfs and dxCas9fs.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) pSB1C3</th>
 +
<th class="tableheaderadpbl">Volume (uL) fusionfs</th>
 +
    <th class="tableheaderadpbl">Volume (uL) dxCas9fs</th> </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>5</td>
 +
      <td>5</td> 
 +
      <td>5</td>
 +
 
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>42 </td>
 +
        <td>42 </td> 
 +
        <td>42 </td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
        <td>2</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (DpnI)</td>
 +
      <td>3</td>
 +
        <td>3</td>
 +
        <td>3</td>
 +
  </tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C.
 +
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusionfs in 20 colonies after transformation. This plasmid contains the fusionfs (~6000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>20 tubes were prepared for colony PCR of pSB1C3-fusionfs colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusionfs in 20 colonies after transformation. This plasmid contains the dxCas9fs (~4000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>20 tubes were prepared for colony PCR of pSB1C3-dxCas9fs colonies. The thermocycler programme was installed to have an extension time of 5:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of fusion was run on a 0.8% agarose gel in TAE buffer. A total of 20 colony PCR results were put on a gel. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://2018.igem.org/File:T--TUDelft--2018_181020_colPCRfusion.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusionfs. 0.8% agarose. Expected size fusion ~6000bp. Lane 1: 200bp ladder; Lane 2: colony 1; Lane 3: colony 2; Lane 4: colony 3; Lane 5: colony 4; Lane 6: colony 5; Lane 7: colony 6; Lane 8: colony 7; Lane 9: colony 8; Lane 10: colony 9; Lane 11: colony 10; Lane 12: colony 11; Lane 13: colony 12; Lane 14: colony 13; Lane 15: colony 14; Lane 16: 200bp ladder. Lane 17: colony 15; Lane 18: colony 16; Lane 19: colony 17; Lane 20: colony 18; Lane 21: colony 19; Lane 22: colony 20 </caption>
 +
 +
<p>Overnight culture is started for colony number 1, 2 and 8</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of dxCas9fs was run on a 0.8% agarose gel in TAE buffer. A total of 20 colony PCR results were put on a gel. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/thumb/d/d4/T--TUDelft--2018_181005.png/1199px-T--TUDelft--2018_181005.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR dxCas9fs. 0.8% agarose. Expected size dxCas9 ~4000bp. Lane 1: 200bp ladder; Lane 2: colony 1; Lane 3: colony 2; Lane 4: colony 3; Lane 5: colony 4; Lane 6: colony 5; Lane 7: colony 6; Lane 8: colony 7; Lane 9: colony 8; Lane 10: colony 9; Lane 11: colony 10; Lane 12: colony 11; Lane 13: colony 12; Lane 14: colony 13; Lane 15: colony 14; Lane 16: 200bp ladder. Lane 17: colony 15; Lane 18: colony 16; Lane 19: colony 17; Lane 20: colony 18; Lane 21: colony 19; Lane 22: colony 20 </caption>
 +
 +
<p>Overnight culture is started for colony number 1, 7, 8 and 15</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-dxcas9 in 17 colonies after transformation. This plasmid contains the dxcas9 (~4000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>17 tubes were prepared for colony PCR of pSB1C3-dxcas9 colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-fusion in 33 colonies after transformation. This plasmid contains the fusion (~6000bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>33 tubes were prepared for colony PCR of pSB1C3-fusion colonies. The thermocycler programme was installed to have an extension time of 8:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>DNA gel purification</h4> 
 +
<p>DNA purification of fusionbb from agarose gel conform protocol. Elution was done in one time 15 µL Milli-Q and one time 20 µL.
 +
</p>
 +
 +
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, all te samples were measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity (280/260 and 230/260 ratio) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">280/260 ratio </th>
 +
    <th class="tableheaderadpbl">230/260 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Cas</td>
 +
      <td>698.0</td>
 +
      <td>1.84</td>
 +
      <td>2.01</td>
 +
  </tr>
 +
       
 +
        <tr class="tableunevenadpbl">
 +
    <td>Cas 2</td>
 +
      <td>298.4</td>
 +
            <td>1.89</td>
 +
            <td>1.95</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fusion</td>
 +
      <td>345.2</td>
 +
            <td>1.88</td>
 +
            <td>1.76</td>
 +
  </tr>   
 +
       
 +
        <tr class="tableunevenadpbl">
 +
            <td>Fusion 2</td>
 +
    <td>165.4</td>
 +
      <td>1.8</td>
 +
            <td>1.6</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
 +
<div class="spcmkr"></div>
 +
     
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
        <!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdaySCO1">Saturday, 06/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
       
 +
<dl>
 +
  <dt>Date</dt><dd>06/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
<h4>Restriction </h4> 
 +
<p>Restriction cloning was done for pSB1C3 and the fusion protein. The following table shows an overview of what fragments were cut with what restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL) - pSB1C3en</th>
 +
    <th class="tableheaderadpbl">Volume (uL) - linker</th> </tr>
 +
 
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>3</td>
 +
      <td>3</td> 
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>8.5</td>
 +
        <td>8.5</td> 
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (EcoRI)</td>
 +
      <td>1</td>
 +
        <td>1</td>
 +
       
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme (PstI)</td>
 +
      <td>1</td>
 +
        <td>1</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 16.5</td>
 +
        <td>16.5</td></tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours in the incubator 37 °C.
 +
 +
</p>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-linker.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-linker-10</th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-linker-50</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-linker-100</th></tr>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>1.44 (600ng)</td>
 +
      <td>1.44 (600ng)</td>
 +
      <td>0.7 (300ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
          <td>1.45 (180 ng)</td>
 +
          <td>3.7 (900 ng)</td>
 +
          <td>3.7 (900 ng)</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>7.11</td>
 +
      <td>4.9</td>
 +
      <td>5.6</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 20 minutes.</p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-dxCas9.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-5<th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-10</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-dxCas9-25</th></tr>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
      <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>0.34 (576ng)</td>
 +
      <td>0.18 (300ng)</td>
 +
      <td>0.06 (50ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
          <td>8.2 (5760 ng)</td>
 +
          <td>8.6 (6000 ng)</td>
 +
          <td>7.1 (2560)/td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>1.46</td>
 +
      <td>1.22</td>
 +
      <td>2.9</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes.</p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble pSB1C3-fusion
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusion-5<th>
 +
      <th class="tableheaderadpbl">Volume (uL) pSB1C3-fusion-10</th>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
      <td>10</td>
 +
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector (pSB1C3)</td>
 +
      <td>0.12 (200ng)</td>
 +
      <td>0.6 (100ng)</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
          <td>8.6 (3000 ng)</td>
 +
          <td>8.6 (3000 ng)</td>
 +
   
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>1.3</td>
 +
      <td>0.8</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 55°C for 60 minutes.</p>
 +
 +
   
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4> Transformation of chemically competent cells </h4> 
 +
<p>Transformations was carried out according to the protocol. The 2 and 18 uL of product of Gibson Assembly was transformed into <i>E. coli</i>DH5α 
 +
</p>
 +
 +
<p>800 uL LB medium was added as recovery medium.
 +
</p>
 +
     
 +
          </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
  <!---Sunday--->
 +
       
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundaySCO1">Sunday, 07/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SundaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">     
 +
         
 +
<!--Insertnotebook--->
 +
 +
<dl>
 +
  <dt>Date</dt><dd>07/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-linker in 10 colonies after transformation. This plasmid contains the linker (~60bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>15 tubes were prepared for colony PCR of pSB1C3-linker colonies. The thermocycler programme was installed to have an extension time of 1:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of linker was run on a 0.8% agarose gel in TAE buffer. A total of 10 colony PCR results were put on a gel. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/thumb/0/09/T--TUDelft--2018_linker.png/1200px-T--TUDelft--2018_linker.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion. 0.8% agarose. Lane 1: 500bp ladder; Lane 2: colony 1; Lane 3: Colony 2; Lane 4: Colony 3; Lane 5: Colony 4; Lane 6: Colony 5; Lane 7: Colony 6; Lane 8: Colony 7; Lane 9: Colony 8; Lane 10; Colony 9; Lane 11; Colony 10 </caption>
 +
 +
<div class="spcmkr"></div>
 +
 +
  </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
               
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
 +
   
 +
   
 +
    <!------- OCTOBER WEEK 2----------->   
 +
 +
<form>   
 +
<input id="WeekSCO2" type="checkbox" class="dropinput" />
 +
<label for="WeekSCO2" class="subdropdown cadpbl"><a class="repositioner" id="OctoberStrainCon2"></a>Week 2 08/10/2018 - 14/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySCO2">Monday, 08/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySCO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<div class="spcmkr"></div>
 +
 +
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pSB1C3-linker in 8 colonies after transformation. This plasmid contains the linker (~60bp) and pSB1C3, which can be checked with primers VR and VF2.
 +
</p>
 +
<p>15 tubes were prepared for colony PCR of pSB1C3-linker colonies. The thermocycler programme was installed to have an extension time of 1:00 and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 12°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR product of the colony PCR of linker was run on a 2% agarose gel in TAE buffer. A total of 7 colony PCR results were put on a gel. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b7/T--TUDelft--2018_linker_2.png" alt="Gel electrophoresis"> 
 +
 +
<caption class="figadpbl"><b>Figure</b> Colony PCR fusion. 0.8% agarose. Lane 1: 500bp ladder; Lane 2: colony 1; Lane 3: Colony 2; Lane 4: Colony 3; Lane 5: Colony 4; Lane 6: Colony 5; Lane 7: Colony 6; Lane 8: Colony 7; </caption>
 +
 +
<div class="spcmkr"></div>
 +
 +
<p>Overnight culture of colony 1 is started.</p>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdaySCO2">Tuesday, 09/10/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdaySCO2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
 +
<dl>
 +
  <dt>Date</dt><dd>09/10/2018</dd>
 +
  <dt>Operator</dt><dd>Susan Bouwmeester</dd>
 +
</dl>
 +
 +
<div class="spcmkr"></div>
 +
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter culture of pSB1C3-linker was subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
 +
<div class="spcmkr"></div>
 +
   
 +
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    After PCR cleanup, te sample was measered with nanodrop quantification. The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity (280/260 and 230/260 ratio) was measured.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">280/260 ratio </th>
 +
    <th class="tableheaderadpbl">230/260 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-linker</td>
 +
      <td>223.6</td>
 +
      <td>1.65</td>
 +
      <td>0.86</td>
 +
  </tr>
 +
        </table>
 +
          </center>
 +
 
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 
         </div>
 
         </div>
         <div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
+
<br>
 +
          
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySCO1">Wednesday, 03/10/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySCO1">Thursday, 04/10/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
     
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySCO1">Friday, 05/10/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
 
 +
     
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
        <!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayCO1">Saturday, 06/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
        </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
       
 +
  <!---Sunday--->
 +
       
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayCO1">Saturday, 06/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdaySCO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">     
 +
<!--Insertnotebook--->
 +
       
 +
  </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
               
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div>   
 +
 
 +
<div class="container nowbg" id="InVitro">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">July<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JulyInVitro1" class="adpbl">Week: 02/07/2018 - 08/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyInVitro2" class="adpbl">Week: 09/07/2018 - 15/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyInVitro3" class="adpbl">Week: 16/07/2018 - 22/07/2018</a>         
 +
            </li>
 +
                  </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">August<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#AugustInVitro1" class="adpbl">Week: 30/07/2018 - 05/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVitro2" class="adpbl">Week: 06/08/2018 - 12/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVitro3" class="adpbl">Week: 13/08/2018 - 19/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVitro4" class="adpbl">Week: 20/08/2018 - 26/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVitro5" class="adpbl">Week: 27/08/2018 - 02/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberInVitro1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVitro2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVitro3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVitro4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberInVitro1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberInVitro2" class="adpbl">Week: 08/10/2018 - 14/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
 
 +
<!---------------- July -------------------->
 +
    <h3 class="adpbl">July</h3><br>
 +
 
 +
    <!------- JULY WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTJ2" type="checkbox" class="dropinput" />
 +
<label for="WeekVTJ2" class="subdropdown cadpbl"><a class="repositioner" id="JulyInVitro2"></a>Week 2 09/07/2018 - 15/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVTJ2">Tuesday, 10/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVTJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>GBlock resuspension</h4> 
 +
<p>GBlock EPO was resuspended in 50 µL sterile TE buffer (10mM Tris, 1mM EDTA, pH8) to a final concentration of 10 ng/µL. GBlock sgRNA for EPO was resuspended in 25 µL sterile TE buffer (10mM Tris, 1mM EDTA, pH8) to a final concentration of 10 ng/µL.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Primer working stock preparation</h4> 
 +
<p> The following primers were resuspended in sterile Milli-Q water, in order to make 100µM stock solutions. 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Primer name</th>
 +
    <th class="tableheaderadpbl">Amount (nmol)</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>033</td>
 +
    <td>25.8</td>
 +
      <td>258</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>034</td>
 +
      <td>25.1</td>
 +
      <td>251</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> 038</td>
 +
          <td>32.6</td>
 +
      <td>326</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>039</td>
 +
      <td>32.0</td>
 +
      <td>320</td>
 +
  </tr>   
 +
</table></center>   
 +
    <br>
 +
    <p> The primers in these 100 µM stocks were heated to 60 °C for 20 minutes and centrifuged  at maximum speed (~17,000 x g) for 2 minutes. 10µM primer working stock solutions were prepared by making 10x dilution aliquots with sterile Milli-Q, each in a total volume of 100µl. </p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify EPO gBlocks (632bp), high fidelity PCR was done using EPO gBlocks as template DNA and 038 and 039 as forward and reverse primers respectively. To amplify sgRNA for EPO gBlocks (125bp), high fidelity PCR was done using sgRNA for EPO gBlocks as template DNA and 033 and 034 as forward and reverse primers respectively. 2 50µL PCR mixtures were prepared for each amplification of EPO and sgRNA for EPO gBlocks, according to the High Fidelity PCR protocol. 1 50µl of PCR mixtures with no template and primer 033 and 034 were prepared in parallel for negative control.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">fw primer</th>
 +
    <th class="tableheaderadpbl">rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>033</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO gBlocks</td>
 +
    <td>125</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>033</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO gBlocks</td>
 +
    <td>125</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3 </td>
 +
    <td>038</td>
 +
    <td>039</td>
 +
    <td>EPO gBlocks</td>
 +
    <td>632</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>038</td>
 +
    <td>039</td>
 +
    <td>EPO gBlocks</td>
 +
    <td>632</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>5 </td>
 +
    <td>033</td>
 +
    <td>034</td>
 +
    <td>negative control</td>
 +
    <td>none</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 16 seconds and an annealing temperature of 60°C. After the programme was finished, samples were run on 2% TAE agarose gel. Figure 1 displays the result of the gel imaged with GelDoc system.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/ed/T--TUDelft--venda_07_10_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of PCR amplification of gBlocks </b> <i>. Lanes are (1) DNA Ladder, (2) and (3) amplified sgRNA template for EPO1 gBlocks, (4) and (5) amplified EPO gBlocks.
 +
.  </i>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTJ2">Thursday, 12/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>sgRNA Transcription</h4> 
 +
<p>To produce sgRNAs that target the EPO gene, sgRNA transcription was done with sgRNA for EPO as a template. the following components were assembled at room temperature in the following order:
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>17.35 (fill to 30 µl) </td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>10x Reaction Buffer</td>
 +
    <td>2 uL</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>NTP (25mM each) </td>
 +
    <td>6 uL</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>sgRNA for EPO template</td>
 +
    <td>1.5 uL (0.2 - 1 µg) </td>
 +
  </tr>   
 +
        <tr class="tableunevenadpbl">
 +
    <td>RNase inhibitor</td>
 +
    <td>2 ul (1U/mL final) </td>
 +
  </tr>     
 +
      <tr class="tableunevenadpbl">
 +
    <td>T7 RNA polymerase </td>
 +
    <td>1 uL</td> 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>MgCl<sub>2</sub> </td>
 +
    <td>0.15 uL</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Final Volume</td>
 +
    <td>30 uL </td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated at 37 °C overnight.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
 
 +
<dl>
 +
  <dt>Date</dt><dd>12/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 protein functionality testing: integration assay
 +
</h4> 
 +
    <p>Integration assay was performed to test the integration of adapter DNA by Tn5.</p>
 +
    <p>The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Upper strand</th>
 +
    <td>CTAGCTGTCTCTTATACACATCTATTGGCGAAATGGATGAACTGTTTACCATGC</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAGCTAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
    <p>To anneal the two oligos, equamolar amount of each strand is mixed, incubated at 95°C and cooled slowly to room temperature. </p>
 +
<p><b>Tn5:adapter DNA complex formation</b><br>
 +
Since this is the first time this experiment was done, the idea is to get the idea of the required amount of adapter needed in the reaction. Therefore 3 different adapter concentrations were added, namely 5µM, 25µM and 50µM. Tn5  was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">5µM reaction (µl)</th>
 +
    <th class="tableheaderadpbl">25µM reaction (µl)</th>
 +
          <th class="tableheaderadpbl">50µM reaction (µl)</th>
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer (250mM Tris, pH 7.5)</th>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
  </tr>
 +
 
 +
      <tr class="tableevenadpbl">
 +
    <th>Tn5 (0.5m/ml)</th>
 +
    <td>9</td>
 +
    <td>9</td>
 +
    <td>9</td>
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter</th>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Glycerol</th>
 +
    <td>11</td>
 +
    <td>11</td>
 +
    <td>11</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>25</td>
 +
    <td>25</td>
 +
    <td>25</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The samples were incubated at 37°C for 45 minutes.</p>
 +
   
 +
<p>Next, EPO (130ng/µl) was added in two different transposome:EPO volume ratios, namely 1:1 and 3:1 in total volume of 10µM. Finally 12.5mM final MgCl<sub>2</sub> concentration were added. The samples were incubated at 55°C for 10 minutes and stopped by adding final 1% SDS. The integration products were analysed on 2% TAE agarose gel. The gel was stained with sybersafe and imaged with GelDoc system. The resulting gel is shown on figure 1.
 +
</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/7e/T--TUDelft--venda_07_12_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of Tn5 integration assay. </b> <i>. Lanes are (1) DNA ladder (100bp-1000bp), (2) 5µM adapter. 1:3 EPO:transposome, (3) 25µM adapter. 1:3 EPO:transposome, (4) 50µM adapter. 1:3 EPO:transposome, (6) 5µM adapter. 1:1 EPO:transposome, (7) 25µM adapter. 1:1 EPO:transposome, (8) 50µM adapter. 1:1 EPO:transposome.
 +
</i>
 +
  <br><br>
 +
<p>Figure 1 suggested that the staining of the gel was poorly done as bands that was supposed to be present on the first and last lane were not visible. The smear on the rest of the lanes suggested the possible integration of adapter, creating bands of smaller sizes. However, more negative controls should be done to confirm this further. </p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVTJ2">Friday, 13/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVTJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/07/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>RNA cleanup </h4> 
 +
<p> After the <i>in vitro</i> transcription, transcripts were isolated following the RNA Cleanup protocol. The isolated RNA were measured with nanodrop. The measure concentration of sgRNA for EPO is 11.3ng/µl.
 +
 
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
 
 +
    <br>
 +
<!---------------- AUGUST -------------------->
 +
<h3 class="adpbl">August</h3><br>
 +
 
 +
<!------- AUGUST WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTA2" type="checkbox" class="dropinput" />
 +
<label for="WeekVTA2" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVitro2"></a>Week 2 06/08/2018 - 12/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVTA2">Friday, 10/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVTA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 protein functionality testing 2: integration assay
 +
</h4> 
 +
    <p>Integration assay was performed to test the integration of adapter DNA by Tn5.</p>
 +
    <p>The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Upper strand</th>
 +
    <td>CTAGCTGTCTCTTATACACATCTATTGGCGAAATGGATGAACTGTTTACCATGC</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAGCTAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
   
 +
<p><b>Tn5:adapter DNA complex formation</b><br>
 +
    From previous result, we learned that:</p>
 +
    <ul class="uladpbl">
 +
    <li>More negative control should be done to confirm integration</li>
 +
    <li>50µM adapter concentration was too high. In this experiment 10µM and 25µM adapter will be used.</li>
 +
        <li>50% glycerol might be too high. As the transposase already contain glycerol. No addition glycerol will be added in this experiment</li>
 +
    </ul>
 +
   
 +
    <p>
 +
    Two different amount of Tn5  was loaded with adapter DNA by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">No Tn5 (µl)</th>
 +
    <th class="tableheaderadpbl">Low Tn5  (µl)</th>
 +
          <th class="tableheaderadpbl">High Tn5 (µl)</th>
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer (250mM Tris, pH 7.5)</th>
 +
    <td>2</td>
 +
    <td>2</td>
 +
    <td>2</td>
 +
  </tr>
 +
 
 +
      <tr class="tableevenadpbl">
 +
    <th>Tn5 (0.5mg/ml)</th>
 +
    <td>0</td>
 +
    <td>10</td>
 +
    <td>15</td>
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (10µM/25µM)</th>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>15.5</td>
 +
    <td>5.5</td>
 +
    <td>0.5</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>25</td>
 +
    <td>25</td>
 +
    <td>25</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The samples were incubated at 37°C for 45 minutes.</p>
 +
   
 +
<p>Next, 1µl or 2µl of EPO (130ng/µl) was added to 5µl of each transposome reaction. 1µl of 125mM MgCl<sub>2</sub> was added. Water was added to make final volume of 10µM. The samples were incubated at 55°C for 10 minutes and stopped by adding final 1% SDS. The integration products were analysed on 2% TAE agarose gel. The gel was stained with sybersafe and imaged with GelDoc system. The resulting gel is shown on figure 1.
 +
</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/93/T--TUDelft--venda_08_10_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. TAE Agarose gel of PCR amplification of gBlocks. </b> <i>. Lanes are (1) low adapter, low Tn5, (2) high adapter, low Tn5, (3) low EPO, low adapter, low Tn5, (4) low EPO, high adapter, low Tn5,  (5) low EPO, low adapter, high Tn5, (6) low EPO, high adapter, high Tn5, (7) DNA ladder, (8) low adapter, high Tn5, (9) high adapter, high Tn5, (10) high EPO, low adapter, low Tn5, (11) lohighw EPO, high adapter, low Tn5,  (12) high EPO, low adapter, high Tn5, (13) high EPO, high adapter, high Tn5, (14) high Tn5, (15) high EPO, high Tn5, (16) empty, (17) high Tn5, (18) high adapter, (19) empty, (20) DNA ladder.
 +
  </i>
 +
<p>Comparing our result with the negative control. It seemed like no (or very little) integration took place. </p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVTA2">Sunday, 11/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVTA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>gRNA Transcription</h4> 
 +
<p>For producing gRNAs that target EPO gene, gRNA transcription was done with sgRNA for EPO as a template. the following components were assembled at room temperature in the following order:
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>4.5ul </td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>10x Reaction Buffer</td>
 +
    <td>2 uL</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>NTP (25mM each) </td>
 +
    <td>4 uL</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>sgRNA for EPO</td>
 +
    <td> 5ul (0.3 µg) </td>
 +
  </tr>   
 +
        <tr class="tableunevenadpbl">
 +
    <td>RNase inhibitor</td>
 +
    <td>0.5ul (1U/mL final) </td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>DTT</td>
 +
    <td>2ul (5mM final) </td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>T7 RNA polymerase </td>
 +
    <td>2 uL</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Final Volume</td>
 +
    <td>20 uL </td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated at 37 °C overnight.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Primer working stock preparation</h4> 
 +
<p> The following primers were resuspended in sterile Milli-Q water, in order to make 100µM stock solutions. 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Primer name</th>
 +
    <th class="tableheaderadpbl">Amount (nmol)</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>035</td>
 +
    <td>29.8</td>
 +
      <td>298</td>
 +
  </tr>
 +
 
 +
</table></center>   
 +
    <br>
 +
    <p> The primers in these 100 µM stocks were heated to 60 °C for 20 minutes and centrifuged  at maximum speed (~17,000 x g) for 2 minutes. 10µM primer working stock solutions were prepared by making 10x dilution aliquots with sterile Milli-Q, each in a total volume of 100µl. </p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> This PCR reaction was done to amplify sgRNA template for EPO. There are two different sgRNA that will target slightly different position of EPO cDNA. The two templates will be addressed as sgRNA for EPO1 and sgRNA for EPO2. To amplify  sgRNA for EPO1 and EPO2 (125bp), high fidelity PCR was done using sgRNA for EPO gBlocks as template DNA and either 033 and 034 or 035 and 034 as forward and reverse primers respectively. 2 50µL PCR mixtures were prepared for each amplification of sgRNA for EPO, according to the High Fidelity PCR protocol. 1 50µl of PCR mixtures with no template and primer 035 and 034 were prepared in parallel for negative control.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">fw primer</th>
 +
    <th class="tableheaderadpbl">rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>033</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO1</td>
 +
    <td>125</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>2</td>
 +
    <td>033</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO1</td>
 +
    <td>125</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>3 </td>
 +
    <td>035</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO2</td>
 +
    <td>632</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>035</td>
 +
    <td>034</td>
 +
    <td>sgRNA for EPO2</td>
 +
    <td>632</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>5 </td>
 +
    <td>035</td>
 +
    <td>034</td>
 +
    <td>negative control</td>
 +
    <td>none</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 16 seconds and an annealing temperature of 60°C. After the programme was finished, samples were run on 2% TAE agarose gel.Figure 1 displays the result of the gel imaged with GelDoc system.</p>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3b/T--TUDelft--venda_08_12_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of PCR products.</b> <i>. Lanes are (1) DNA ladder, (2) and (3) amplified sgRNA template for EPO 1, (4) and (5) amplified sgRNA template for EPO2.
 +
</i>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
<!------- AUGUST WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTA3" type="checkbox" class="dropinput" />
 +
<label for="WeekVTA3" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVitro3"></a>Week 3 13/08/2018 - 19/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVTA3">Monday, 13/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVTA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>RNA cleanup </h4> 
 +
<p> After the <i>in vitro</i> transcription on the previous day, transcripts were isolated following the RNA Cleanup protocol.<br>
 +
    Following the clean up, the concentration of RNA is measured with nanodrop. The concentration achieved after clean up was 181.7 ng/µl. To visualize it, the samples before and after clean up, along with the template DNA were run on 2% TBE agarose gel.</p>
 +
    <p>
 +
RNA loading buffer was added to samples following the RNA gel electrophoresis protocol. The agarose gel was run on 80 Voltage. The image of the gel is shown in Figure 1.
 +
</p>
 +
  <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/18/T--TUDelft--venda_08_13_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TBE Agarose gel of <i>in vitro</i> transcription products.  </b> <i>. Lanes are (1) RNA ladder, (2) sgRNA for EPO 1 before RNA clean up, (3) sgRNA for EPO 1 after RNA clean up, (4) DNA ladder (5) sgRNA DNA template
 +
</i>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVTA3">Wednesday, 15/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVTA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 protein functionality testing 3: integration assay
 +
</h4> 
 +
    <p>Integration assay was performed to test the integration of adapter DNA by Tn5.</p>
 +
    <p>The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Short adapter upper strand</th>
 +
    <td>CTAGCTGTCTCTTATACACATCTATTGGCGAAATGGATGAACTGTTTACCATGC</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Short adapter lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAGCTAG</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <th>Long adapter upper strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <th>Long adapter lower strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
   
 +
    <p>From previous result, we learned that:</p>
 +
    <ul class="uladpbl">
 +
    <li>High amount of glycerol might be needed for integration since previous experiment without glycerol did not result in any integration.  </li>
 +
    <li>Since finally Tn5 has to function together with dxCas9, we will try to do the reaction in lower temperature, since dxCas9 might be denatured at 55°C.Therefore, in this experiment, the adapter loading and integration experiment will be done in one go, at 37°C for 2 hours.</li>
 +
    <li>New adapter will be used, which has ME sequence on both sides to test whether this type of integration (integration without splitting the fragment into two) would work better.</li>
 +
   
 +
    </ul>
 +
   
 +
    <p>
 +
    The reaction was done following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for integration reaction. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with short adapter (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction with long adapter  (µl)</th>
 +
    <th class="tableheaderadpbl">No EPO, short adapter (µl)</th>
 +
    <th class="tableheaderadpbl">No EPO, long adapter(µl)</th>
 +
    <th class="tableheaderadpbl">No Tn5, short adapter (µl)</th>
 +
    <th class="tableheaderadpbl">No Tn5, long adapter (µl)</th>
 +
    <th class="tableheaderadpbl">No adapter (µl)</th>
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer (250mM Tris, pH 7.5)</th>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
  </tr>
 +
 
 +
      <tr class="tableevenadpbl">
 +
    <th>Tn5 (0.5m/ml)</th>
 +
    <td>3</td>
 +
    <td>3</td>
 +
    <td>3</td>
 +
    <td>3</td>
 +
    <td>0</td>
 +
    <td>0</td>
 +
    <td>3</td>
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter</th>
 +
    <td>0.5</td>
 +
    <td>1.5</td>
 +
    <td>0.5</td>
 +
    <td>1.5</td>
 +
    <td>0.5</td>
 +
    <td>1.5</td>
 +
    <td>0</td>
 +
 +
  </tr>
 +
   
 +
<tr class="tableevenadpbl">
 +
    <th>Glycerol</th>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
    <td>2.5</td>
 +
</tr>
 +
   
 +
<tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> (125mM)</th>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
</tr>
 +
<tr class="tableevenadpbl">
 +
    <th>EPO (170ng/ul) ></th>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
</tr>
 +
 
 +
      <tr class="tableunevenadpbl">
 +
    <th>Water</th>
 +
    <td>1</td>
 +
    <td>0</td>
 +
    <td>2</td>
 +
    <td>1</td>
 +
    <td>4</td>
 +
    <td>3</td>
 +
    <td>1.5</td>
 +
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The samples were incubated at 37°C for 2 hours.</p>
 +
   
 +
<p>The reaction was stopped by adding final 1% SDS. The integration products were analysed on 2% TAE agarose gel. The gel was stained with sybersafe and imaged with GelDoc system. The resulting gel is shown on figure 1.
 +
</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e2/T--TUDelft--venda_08_15_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of Tn5 integration assay. </b> <i>. Lanes are (1) integration with short adapter, (2) integration with long adapter, (3) integration with short adapter, no EPO, (4) integration with long adapter, no EPO, (5) integration with short adapter, no Tn5, (6) integration with long adapter, no Tn5
 +
  </i>
 +
<p> </p>
 +
   
 +
<p>The presence of upper bands on lane xx and xx suggested that integration occurs. However, since some negative controls are missing, it might be difficult to draw any conclusive result. </p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTA3">Thursday, 16/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> PCR amplification for the long adapter (KanR adapter), high fidelity PCR was done using KanR adapter as template DNA and XXX and XXX as forward and reverse primers respectively. 10 50µl PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">fw primer</th>
 +
    <th class="tableheaderadpbl">rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1-10</td>
 +
    <td>IV005</td>
 +
    <td>IV006</td>
 +
    <td>KanR adapter</td>
 +
    <td>800</td>
 +
  </tr>
 +
   
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 30 seconds and an annealing temperature of 60 °C. After the programme was finished, samples were run on 2% TAE agarose gel. Figure 1 displays the result of the gel imaged with GelDoc systemr.</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/96/T--TUDelft--venda_08_16_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 0.8% TAE Agarose gel of long adapter amplification. </b> <i>. Lanes are (1) DNA ladder, (2-11) amplification of the long adapter
 +
</i>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVTA3">Friday, 17/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVTA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 protein functionality testing 4: integration assay
 +
</h4> 
 +
    <p>Integration assay was performed to test the integration of adapter DNA by Tn5.</p>
 +
    <p>The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <th>Long adapter upper strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <th>Long adapter lower strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
   
 +
    <p>From previous result, we learned that:</p>
 +
    <ul class="uladpbl">
 +
        <li>Integration could be seen with the longer adapter.</li>
 +
        <li>More negative control has to be done</li>
 +
   
 +
    </ul>
 +
    <p>In this reaction, we tried reproduce the previous result. Moreover, the effect of Tn5 concentration was tested. Two different Tn5 batches was used, one with 0.5mg/ml concentration, one with 1.5mg/ml concentration.</p>
 +
   
 +
    <p>
 +
    The reaction was done following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for integration reaction. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction without adapter  (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction without EPO (µl)</th>
 +
 
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer (250mM Tris, pH 7.5)</th>
 +
    <td>12</td>
 +
    <td>8</td>
 +
    <td>8</td>
 +
  </tr>
 +
   
 +
      <tr class="tableevenadpbl">
 +
    <th>Adapter</th>
 +
    <td>12</td>
 +
    <td>0</td>
 +
    <td>8</td>
 +
 
 +
 +
  </tr>
 +
   
 +
<tr class="tableunevenadpbl">
 +
    <th>Glycerol</th>
 +
    <td>30</td>
 +
    <td>20</td>
 +
    <td>20</td>
 +
 
 +
</tr>
 +
   
 +
<tr class="tableevenadpbl">
 +
    <th>MgCl<sub>2</sub>(125mM)</th>
 +
    <td>12</td>
 +
    <td>8</td>
 +
    <td>8</td>
 +
 
 +
</tr>
 +
<tr class="tableunevenadpbl">
 +
    <th>EPO (170ng/ul) ></th>
 +
    <td>6</td>
 +
    <td>4</td>
 +
    <td>0</td>
 +
 
 +
</tr>
 +
 
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>8</td>
 +
    <td>4</td>
 +
 
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
 
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>12µl of each master mix shown on Table two was added to 0 / 3 / 5 / 8 µl of low concentration Tn5, or 8µl of high concentration Tn5. Water was added to each reaction to make final volume of 20µl. The samples were incubated at 37°C for 2 hours.</p>
 +
   
 +
<p>The reaction was stopped by adding final 1% SDS. The integration products were analysed on 2% TAE agarose gel. The gel was stained with sybersafe and imaged with GelDoc system. The resulting gel is shown on figure 1.
 +
</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/db/T--TUDelft--venda_09_17_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of Tn5 integration assay. </b> <i>. Lanes are (1) reaction, no Tn5, (2) reaction 1µM Tn5, (3) reaction 1.5µM Tn5, (4) reaction 3µM Tn5, (5) reaction 6µM Tn5, (6) DNA ladder, (7) DNA ladder, (8) 50nM EPO, (9) 2.5µM adapter, (10) 3µM Tn5, (11) 6µM, (12) no adapter, no Tn5, (13) no adapter, 1µM Tn5, (14) no adapter, 3µM Tn5, (15) no adapter, 6µM Tn5, (16) no EPO, no Tn5, (17) no EPO, 1µM Tn5, (18) no EPO, 3µM Tn5, (19) no EPO, 6µM Tn5,
 +
  </i>
 +
<p> </p>
 +
 
 +
<p>The presence of smearing, even when no adapter was added suggested that the Tn5 might be preloaded already with DNA.  </p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form> 
 +
<!------- AUGUST WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTA4" type="checkbox" class="dropinput" />
 +
<label for="WeekVTA4" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVitro4"></a>Week 4 20/08/2018 - 26/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTA4">Thursday, 23/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>colony 1 (EPO)</td>
 +
      <td>20.4</td>
 +
      <td>1.62</td>
 +
      <td>0.95</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>colony 2 (EPO)</td>
 +
      <td>22</td>
 +
      <td>1.60</td>
 +
      <td>0.93</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of EPO in pSB1C3, primers VF2 and VR were used for sequencing. The sequencing starts from the biobrick backbone in the direction of the insert. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>7.5</td>
 +
      <td>>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>10uM primer</td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>Within 7 days, the sequence was retrievable online and alignment of colony 1 with the in silico designed molecule was compared by Venda, and showed 100% match of the 1050 bp downstream of the sequencing primer binding site. </p><br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- AUGUST WEEK 5----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTA5" type="checkbox" class="dropinput" />
 +
<label for="WeekVTA5" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVitro5"></a>Week 5 27/08/2018 - 02/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVTA5">Monday, 27/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVTA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 protein functionality testing 5: integration assay
 +
</h4> 
 +
    <p>Integration assay was performed to test the integration of adapter DNA by Tn5.</p>
 +
    <p>The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Long adapter lower strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <th>Short adapter lower strand</th>
 +
    <td>BBa_K2643011</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
   
 +
    <p>From previous result, we learned that:</p>
 +
    <ul class="uladpbl">
 +
        <li>Our Tn5 might be preloaded. Therefore we treated our Tn5 with heparin column chromatography to get rid of all the DNA on it.</li>
 +
        <li>We will treat the reaction with protease to make sure that the protein will release the DNA and allow DNA to enter the gel.</li>
 +
       
 +
    </ul>
 +
   
 +
    <p>
 +
    The reaction was done following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for integration reaction. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">No EPO, No adapter (µl)</th>
 +
    <th class="tableheaderadpbl">Complete reaction  (µl)</th>
 +
    <th class="tableheaderadpbl">No adapter (µl)</th>
 +
    <th class="tableheaderadpbl">No EPO (µl)</th>
 +
 
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer (250mM Tris, 125mM MgCl<sub>2</sub>, pH 7.5)</th>
 +
    <td>4</td>
 +
    <td>4</td>
 +
    <td>4</td>
 +
    <td>4</td>
 +
  </tr>
 +
   
 +
      <tr class="tableevenadpbl">
 +
    <th>Adapter</th>
 +
    <td>0</td>
 +
    <td>4</td>
 +
    <td>0</td>
 +
    <td>4</td>
 +
 
 +
  </tr>
 +
   
 +
<tr class="tableunevenadpbl">
 +
    <th>Glycerol</th>
 +
    <td>4</td>
 +
    <td>4</td>
 +
    <td>4</td>
 +
    <td>4</td>
 +
 
 +
</tr>
 +
   
 +
<tr class="tableevenadpbl">
 +
    <th>EPO (170ng/ul) ></th>
 +
    <td>0</td>
 +
    <td>4</td>
 +
    <td>4</td>
 +
<td>0</td>
 +
</tr>
 +
 
 +
      <tr class="tableunevenadpbl">
 +
    <th>Water</th>
 +
    <td>20</td>
 +
    <td>12</td>
 +
    <td>16</td>
 +
    <td>16</td>
 +
 
 +
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Total</th>
 +
    <td>28</td>
 +
    <td>28</td>
 +
    <td>28</td>
 +
    <td>28</td>
 +
 
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>14µl of each master mix shown on Table 1 was added to 6µl of Tn5 (1.8mg/ml) or water. The samples were incubated at 37°C for 2 hours. 1µl of proteinase K were added to one set of the reaction</p>
 +
   
 +
<p>The integration products were analysed on 2% TAE agarose gel. The gel was stained with sybersafe and imaged with GelDoc system. The resulting gel is shown on figure 1.
 +
</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b4/T--TUDelft--venda_08_27_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of Tn5 integration assay. </b> <i>. Lanes are (1) DNA ladder, (2) buffer, (3) Tn5 (2.5µM), (4) Tn5(2.5µM) + protease K, (5) reaction without Tn5, (6)  reaction with Tn5 (2.5µM), (7) reaction with Tn5(2.5µM) + protease K, (8) DNA ladder, (9) reaction without Tn5, without adapter (10)  reaction without adapter, with Tn5 (2.5µM), (11) reaction without adapter, with Tn5(2.5µM) + protease K, (12) reaction without Tn5, without EPO (13)  reaction without EPO, with Tn5 (2.5µM), (14) reaction without EPO, with Tn5(2.5µM) + protease K, (15) EPO only, (16) adapter only.
 +
  </i>
 +
 
 +
<p>When Tn5 was added All bands are missing, which could be the result of two possible reasonings. First, our Tn5 protein might be contaminated with DNase, degrading all of our DNA. Second, our Tn5 might be really active that it degrade our DNA to very small pieces that already ran off the gel.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTA5">Thursday, 30/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Cell banking</h4> 
 +
<p>Strain <i>E. coli</i> DH5alpha pSB1C3-EPO was stocked (colony 1) and stored at -80<sup>o</sup>C following the cell banking protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<br>
 +
 
 +
<!---------------- SEPTEMBER -------------------->
 +
<h3 class="adpbl">SEPTEMBER</h3><br>
 +
<!------- SEPTEMBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTS1" type="checkbox" class="dropinput" />
 +
<label for="WeekVTS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVitro1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTS1">Thursday, 06/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Tn5 functionality testing: Electrophoretic Mobility Shift Assay
 +
</h4> 
 +
    <p>Since the Tn5 integration assay has been showing inconsistent result. We took a step further and first focus on checking whether our Tn5 is able to load the adapter DNA. EMSA was performed to test this.
 +
</p>
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <th>Adapter lower strand</th><td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Tn5:adapter DNA complex formation</b><br>
 +
Tn5 was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction (µl)</th>
 +
    <th class="tableheaderadpbl">No adapter (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>1</td>
 +
    <td>1</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Tn5 (~8µM)</th>
 +
    <td>0/1/2/3/5/8</td>
 +
    <td>8</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>1</td>
 +
    <td>0</td>
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>8/7/6/5/3/0</td>
 +
    <td>0</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>10</td>
 +
 
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
<p>The reagents were pipetted in the following order: Water, 10x functionality buffer, Tn5 or dxCas9-Tn5, and adapter. The samples were incubate at 23°C for 1 hour and analysed on 8% native TBE polyacrylamide gel. The resulting gel is either stained with ethidium bromide and imaged with GelDoc system, or directly imaged with Typhoon Imaging System. The resulting gels are shown on figure 1.</p>
 +
   
 +
<br>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d0/T--TUDelft--venda_09_06_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. % TBE native PAGE on Tn5 EMSA. </b> <i>.  Lanes are (1) DNA ladder, (2) 2.5µM adapter + 0µM Tn5 (3) 2.5µM adapter + 0µM Tn5, (4) 2.5µM adapter + 0.8µM Tn5, (5) 2.5µM adapter + 1.5µM Tn5, (6) 2.5µM adapter + 2.5µM Tn5, (7) 2.5µM adapter + 4µM Tn5 , (8) 2.5µM adapter + 6µM Tn5, (9) 2.5µM adapter + 6µM Tn5 + SDS, (10) 0µM adapter + 6µM Tn5, (11) 0µM adapter + 6µM Tn5, (12) 2.5µg protein control albumin, (13) 5µg protein control albumin, (14) protein ladder, (15) 2.5µM adapter
 +
.  </i>
 +
 
 +
    <p>In order to see the position of the protein in the gel, and therefore confirmed the mobility shift further, the gel were stained with silver quest staining. The resulting gel is shown on figure 2. <br></p>
 +
   
 +
<div>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/fe/T--TUDelft--venda_09_06_fig2.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 2. % TBE native PAGE on Tn5 EMSA with silver stain.  </b> <i>. Lanes are (1) DNA ladder, (2) 2.5µM adapter + 0µM Tn5 (3) 2.5µM adapter + 0µM Tn5, (4) 2.5µM adapter + 0.8µM Tn5, (5) 2.5µM adapter + 1.5µM Tn5, (6) 2.5µM adapter + 2.5µM Tn5, (7) 2.5µM adapter + 4µM Tn5 , (8) 2.5µM adapter + 6µM Tn5, (9) 2.5µM adapter + 6µM Tn5 + SDS, (10) 0µM adapter + 6µM Tn5, (11) 0µM adapter + 6µM Tn5, (12) 2.5µg protein control albumin, (13) 5µg protein control albumin, (14) protein ladder, (15) 2.5µM adapter
 +
 
 +
  </i>
 +
   
 +
 
 +
   
 +
</div>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTS2" type="checkbox" class="dropinput" />
 +
<label for="WeekVTS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVitro2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
 
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTS2">Thursday, 13/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: Electrophoretic Mobility Shift Assay
 +
</h4> 
 +
    <p>From the previous test, it was shown that Tn5 by itself were able to load the adapter DNA. Since the Tn5 portion of the fusion protein might behave differently, we did the same experiment with the fusion protein.
 +
</p>
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <th>Adapter lower strand</th><td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Fusion protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction (µl)</th>
 +
    <th class="tableheaderadpbl">No adapter (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>1</td>
 +
    <td>1</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion protein(~3µM)</th>
 +
    <td>0/0.5/2/4/8</td>
 +
    <td>8</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>1</td>
 +
    <td>0</td>
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>8/7.5/6/2/0</td>
 +
    <td>0</td>
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>10</td>
 +
 
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
<p>The reagents were pipetted in the following order: Water, 10x functionality buffer, fusion protein and adapter. The samples were incubate at 23°C for 1 hour and analysed on 5% native TBE polyacrylamide gel. One of the 8µl fusion protein reaction was treated with heat (90<sup>o</sup>C) to denature the fusion protein. The resulting gel is either stained with ethidium bromide and imaged with GelDoc system, or directly imaged with Typhoon Imaging System. The resulting gels are shown on figure 1.</p>
 +
   
 +
<br>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/ce/T--TUDelft--venda_09_13_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 5% TBE native PAGE on Tn5 EMSA stained with EtBr, imaged by a) GelDoc and b) Typhoon Imaging.  </b> <i>. Lanes are (1) DNA ladder, (2)2.5µM fusion protein, (3) 2.5µM adapter + 0µM fusion protein (4) 2.5µM adapter + 0µM fusion protein, (5) 2.5µM adapter + 0.15µM fusion protein, (6) 2.5µM adapter + 0.5µM fusion protein, (7) 2.5µM adapter + 1.5µM fusion protein, (8) 2.5µM adapter + 2.5µM fusion protein, (9) 2.5µM adapter + 2.5µM fusion protein + heat, (10) 2.5µM adapter
 +
.  </i>
 +
 
 +
    <p>The observed higher bands on figure 1 confirmed the ability of the fusion protein to load the adapter DNA.</p>
 +
   
 +
    <p>In order to see the position of the protein in the gel, and therefore confirmed the mobility shift further, the gel were stained with silver quest staining. The resulting gel is shown on figure 2. It can be seen the observed bands on Figure 2 is consistent with the ones shown on Figure 1<br></p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/89/T--TUDelft--venda_09_13_fig2.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 2. 5% TBE native PAGE on Tn5 EMSA with silver stain, imaged by a) GelDoc and b) Typhoon Imaging.  </b> <i>. Lanes are (1) DNA ladder, (2)2.5µM fusion protein, (3) 2.5µM adapter + 0µM fusion protein (4) 2.5µM adapter + 0µM fusion protein, (5) 2.5µM adapter + 0.15µM fusion protein, (6) 2.5µM adapter + 0.5µM fusion protein, (7) 2.5µM adapter + 1.5µM fusion protein, (8) 2.5µM adapter + 2.5µM fusion protein, (9) 2.5µM adapter + 2.5µM fusion protein + heat, (10) 2.5µM adapter
 +
  </i>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekVTS3" type="checkbox" class="dropinput" />
 +
<label for="WeekVTS3" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVitro3"></a>Week 3 17/09/2018 - 23/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
 
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVTS3">Thursday, 19/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVTS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
         
 +
<dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda and Monique</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: integration assay
 +
</h4> 
 +
    <p>EMSA on both the Tn5 and dxCas9 portion of the fusion showed that these portion individually were able to load adapter or sgRNA and EPO. Following this, integration assay was performed to test the integration of adapter DNA by fusion protein.</p>
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Tn5-dxCas9 protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">1x Fusion (µl)</th>
 +
          <th class="tableheaderadpbl">1x Negative (no adapter) (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>1</td>
 +
    <td>1</td>     
 +
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion (~3µM)</th>
 +
    <td>0/4/6/8</td>
 +
    <td>8</td>     
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>1</td>
 +
    <td>0</td>   
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>8/4/2/0</td>
 +
    <td>0</td>     
 +
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>10</td>     
 +
 
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The reagents were pipetted in the following order: Water, 10x functionality buffer, Tn5 or dxCas9-Tn5, and adapter. The samples were incubated at 23°C for 1 hour.</p>
 +
<p>To each of the transposome reaction, reaction with sgRNA was done in parallel with the negative control where no sgRNA were added. To add appropriate amount of sgRNA, the pipetting scheme on Table 3 was followed. sgRNA J2.1 signifies version 1 of sgRNA targeting juntion 2 of EPO gene:
 +
</p>
 +
   
 +
    <center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 3:</b> Pipetting scheme for sgRNA loading.</caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">With sgRNA J2.1 (µl)</th>
 +
    <th class="tableheaderadpbl">Without sgRNA (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Transposome</th>
 +
    <td>10</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>sgRNA (100ng/µl)</th>
 +
    <td>2</td>
 +
    <td>0</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> Buffer</th>
 +
    <td>0.5</td>
 +
    <td>0.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>2</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
 
 +
<p>The samples were incubated at 37°C for 10 minutes.
 +
Target DNA (EPO cDNA) was added to make final concentration of ~5ng/µl.<br>
 +
</p>
 +
   
 +
   
 +
    <p>The samples were incubated at 37°C for 1 hour and analysed on 5% TBE native PAGE </p>
 +
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" nowbg>
 +
<center><img src="https://static.igem.org/mediawiki/2018/1/18/T--TUDelft--2018_Fusion_.png" class="img-responsive" alt="GEL PICTURE 2">
 +
    </center><br>
 +
</div>
 +
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" nowbg> 
 +
<figcapture class="figjnnbl"> <b>Figure 1:</b>  TBE native PAGE stained with EtBr and imaged by GelDoc (left) or directly imaged with Typhoon Imaging (right). The gel was loaded as follow: Lane 1 molecular ladder (bp), lane 2 0um fusion w/out EPO, lane 3 2.1um fusion w/out EPO, lane 4 0uM fusion w/o gRNA (1:1) w/ EPO, lane 5 1uM fusion w/o gRNA (1:1) w/ EPO, lane 6 1.6uM fusion w/o gRNA (1:1) w/ EPO, lane 7 2.1uM fusion w/o gRNA (1:1) w/ EPO, lane 8 2.1uM fusion no adapter, lane 9 0uM fusion w gRNA (1:1) w/ EPO, lane 10 1uM fusion w/ gRNA (1:1) w/ EPO, lane 11 1.6uM fusion w/ gRNA (1:1) w/ EPO, lane 12 2.1uM fusion w/ gRNA (1:1) w/ EPO, lane 13 2.1uM fusion no adapter, lane 14 2.1uM fusion w/o gRNA (boiled), lane 15 2.1uM fusion w/ gRNA (boiled).
 +
      <br><br></figcapture>
 +
    </div></div>
 +
<p>Figure 1 shows that no integration were visible as there is not visible bands other than the ones also found on the negative controls. Further evaluation is required. </p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayVTS3">Saturday, 22/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayVTS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>22/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda and Monique</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: integration assay
 +
</h4> 
 +
    <p>Previous integration assay did not show any integration product on the gel. In this section, we will perform PCR amplication with primer sets that will specifically bind to integration product (primer will bind on the target DNA on one side, and to the adapter on the other side). Since this is the first time this type of experiment was carried out. Different variables were tested:</p>
 +
        <ul class="uladpbl">
 +
            <li>Two different reaction time were tested, namely 1 and 16 hours to see the effect of reaction duration on integration. </li>
 +
            <li>Some of the reaction were stopped with heat or SDS to release DNA from the protein. PCR clean up were carried out right after the integration to get rid of excess SDS before PCR.</li>
 +
            <li>For the rest of the reaction, PCR reaction was done directly after integration.</li>
 +
            <li>The PCR product was either directly run on the gel, or was first subjected to PCR clean up to get rid of small background DNA fragment before running it on the gel.</li>
 +
            <li>Second PCR was done to reamplify the first PCR product, in case very little product was visualised.</li>
 +
           
 +
    </ul>
 +
           
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Tn5 or fusion protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no fusion protein (µl)</th>
 +
          <th class="tableheaderadpbl">Reaction no adapter (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>12</td>
 +
    <td>12</td>
 +
    <td>12</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion (~3µM)</th>
 +
    <td>96</td>
 +
    <td>0</td>
 +
    <td>16</td> 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>12</td>
 +
    <td>12</td>
 +
    <td>0</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>96</td>
 +
    <td>2</td> 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>120</td>
 +
    <td>120</td>
 +
    <td>20</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The reagents were pipetted in the following order: Water, 10x functionality buffer, Tn5 or dxCas9-Tn5, and adapter. The samples were incubated at 23°C for 1 hour.</p>
 +
    <p>
 +
To add appropriate amount of sgRNA, the pipetting scheme on Table 3 was followed. sgRNA J2.1 signifies version 1 of sgRNA targeting juntion 2 of EPO gene:
 +
</p>
 +
   
 +
    <center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 3:</b> Pipetting scheme for sgRNA loading.</caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with sgRNA J2.1 (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no fusion protein (µl)</th>
 +
          <th class="tableheaderadpbl">Reaction no adapter (µl)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Transposome</th>
 +
    <td>120</td>
 +
    <td>120</td>
 +
    <td>20</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>sgRNA (100ng/µl)</th>
 +
    <td>24</td>
 +
    <td>24</td>
 +
    <td>4</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> Buffer</th>
 +
    <td>6</td>
 +
    <td>6</td>
 +
    <td>1</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
 
 +
<p>The samples were incubated at 37°C for 10 minutes. <br>
 +
Target DNA (EPO cDNA) was added to make final concentration of ~5ng/µl.
 +
</p>
 +
   
 +
   
 +
<p>The samples were incubated at 37°C for 1 hour. 10µl of samples were taken to be analysed on 5% native TBE polyacrylamide gel (Figure 1). Based on Figure 1a, only uncleaved target DNA at 635bp and Donor DNA at 50pb are observed. No integration or high order complexes are visible. On Figure 1b, it showed that after 16h integration time, the target DNA disappears when Fusion protein is present, and significant smearing is observed, indicating functionality of the fusion protein. No specific cleavage bands nor big complex bands are observed.
 +
</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/91/T--TUDelft--venda_09_22_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 2% TAE Agarose gel of Tn5 integration assay. </b> <i>. Lanes are (1) DNA ladder (100bp-1000bp), (2) 5µM adapter. 1:3 EPO:transposome, (3) 25µM adapter. 1:3 EPO:transposome, (4) 50µM adapter. 1:3 EPO:transposome, (6) 5µM adapter. 1:1 EPO:transposome, (7) 25µM adapter. 1:1 EPO:transposome, (8) 50µM adapter. 1:1 EPO:transposome.
 +
.  </i>
 +
   
 +
    <p>25µl of samples were taken and deactivated by either only heat or heat + SDS. This was followed by PCR clean up. </p>
 +
 
 +
    <p>
 +
To amplify the integration products, PCR was done, both to the cleaned up sample and to the original itegration product. PCR mix and cycle can be found on protocol.
 +
<br>
 +
The PCR products were analysed on 5% native TBE polyacrylamide gel. The resulting gels are shown on Figure 2.
 +
</p>
 +
 
 +
 
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a4/T--TUDelft--venda_09_22_fig2.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 2. 5% TBE native PAGE on fusion protein integration assay after PCR of 1 hour of integration duration. </b> <i>Primer set 1 are Fw EPO + Rv adapter. Primer set 2 are Rv EPO + Rv EPO. Lanes are (1) DNA ladder, (2) PCR with primer set 1 (3) PCR with primer set 2, (4) No fusion, primer set 1, (5)no fusion, primer set 2, (6) DNA ladder, (7) PCR after PCR clean up with primer set 1, (8) PCR after PCR clean up with primer set 2, (9) without primer, PCR after PCR clean up with primer set 1, (10) without primer, PCR after PCR clean up with primer set 2, (11) protease treated PCR with primer set 1, (12) protease treated PCR with primer set 2, (13) no fusion, protease treated PCR with primer set 1, (14) no fusion, protease treated PCR with primer set 2.
 +
  </i>
 +
<p>Figure 2 shows 2 interesting PCR products observed (lane 2 and 3). Note the 2 PCR products are not observed in the negative controls (lane 4 and 5). No PCR products observed for lane 1-14 (when PCR clean up was done before PCR), most likely due to too little product, which got lost during PCR clean up.
 +
</p>
 +
<p>A second PCR was done from the product of the first PCR to amplify the product further. The PCR product wan run on 5% TBE native PAGE shown on Figure 3.</p> 
 +
    <p>A more intense band are shown after the second PCR cycle. More intense unspecific bands are shown more on the negative control</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e0/T--TUDelft--venda_09_22_fig3.png" alt="Gel electrophoresis"> 
 +
<br>
 +
          <b>Figure 3. 5% TBE native PAGE on fusion protein integration assay after second PCR of 1 hour (a) and 16 hour (b) of integration duration. </b> <i>. Primer set 1 are Fw EPO + Rv adapter. Primer set 2 are Rv EPO + Rv EPO. Lanes are (1) DNA ladder, (2) PCR with primer set 1 (3) PCR with primer set 2, (4) No fusion, primer set 1, (5)no fusion, primer set 2, (6) PCR after PCR clean up with primer set 1, (7) PCR after PCR clean up with primer set 2, (8) without primer, PCR after PCR clean up with primer set 1, (9) without primer, PCR after PCR clean up with primer set 2, (10) protease treated PCR with primer set 1, (11) protease treated PCR with primer set 2, (12) no fusion, protease treated PCR with primer set 1, (13) no fusion, protease treated PCR with primer set 2, (14) DNA ladder. </i>
 +
    <br><br>
 +
    <p>The same steps were done with the 16 hours incubated samples. The results of the first PCR are shown on Figure 4.</p>
 +
    <p>Figure 4 shows consistent result between the 1h and 16h integration duration.</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/df/T--TUDelft--venda_09_22_fig4.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 4. 5% TBE native PAGE on fusion protein integration assay after PCR after 16 hours of incubation. </b> <i>Primer set 1 are Fw EPO + Rv adapter. Primer set 2 are Rv EPO + Rv EPO. Lanes are (1) PCR with primer set 1, EPO 4ng/µl (2) PCR with primer set 2, EPO 4ng/µl, (3) No fusion, primer set 1, EPO 4ng/µl, (4)no fusion, primer set 2, EPO 4ng/µl, (5) DNA ladder, (6) PCR with primer set 2, EPO 40ng/µl, (7) PCR with primer set 2, EPO 40ng/µl, (8) No fusion, primer set 1, EPO 40ng/µl, (9)no fusion, primer set 2, EPO 40ng/µl.
 +
  </i>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 
         </div>
 
         </div>
 +
    </div>
 +
        </ul>
 +
</form>
 +
   
 +
<!------- SEPTEMBER WEEK 4----------->   
 +
 +
<form>   
 +
<input id="WeekVTS4" type="checkbox" class="dropinput" />
 +
<label for="WeekVTS4" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVitro4"></a>Week 4 24/09/2018 - 30/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 
          
 
          
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVTS4">Friday, 28/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVTS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda and Monique</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: integration assay
 +
</h4> 
 +
    <p>From previous reaction, we saw that we were able to amplify some integration product, eventhough it was difficult to see whether or not it's specifically targetted. Therefore, we included more negative control in this reaction. Moreover, it was shown than performing PCR clean up prior to PCR leads no amplification of the integration product, perhaps due to the loss of products that might have been in very little amount during clean up process. Therefore, the following will be implemented in this reaction </p>
 +
        <ul class="uladpbl">
 +
            <li>The course of integration over time will be observed by stoping the integration reaction at 4 different time points, namely 1 hour, 4 hours, 8 hour, and over night.</li>
 +
            <li> PCR clean up procedure will not be implemented prior or post PCR reaction.</li>
 +
            <li>Second round PCR will be not implemented. </li>
 +
            <li>More negative control will be implemented. This includes reaction without adapter (to see whether there will be integration), without EPO (to see whether there will still be amplification product), without sgRNA (to compare the supposedly targetted integration guided by sgRNA vs non targetted integration), reaction with Tn5 (to compare the supposedly targetted integration by our fusion protien vs random integration by Tn5) </li>
 +
 +
           
 +
    </ul>
 +
           
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Tn5 or fusion protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with fusion protein (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no fusion protein (µl)</th>
 +
          <th class="tableheaderadpbl">Reaction no adapter (µl)
 +
      <th class="tableheaderadpbl">Reaction with Tn5 (µl)
 +
      </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>5.2</td>
 +
    <td>1.8</td>
 +
    <td>1.8</td>
 +
      <td>1.8</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion (~3µM)</th>
 +
    <td>41.6</td>
 +
    <td>0</td>
 +
    <td>14.4</td>
 +
          <td>0</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <th>Tn5 (~8µM)</th>
 +
    <td>0</td>
 +
    <td>0</td>
 +
    <td>0</td> 
 +
        <td>5.4</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>5.2</td>
 +
    <td>1.8</td>
 +
    <td>0</td>
 +
          <td>1.8</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>14.4</td>
 +
    <td>1.8</td>
 +
          <td>9</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Total</th>
 +
    <td>52</td>
 +
    <td>18</td>
 +
    <td>18</td>
 +
          <td>18</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The reagents were pipetted in the following order: Water, 10x functionality buffer, Tn5 or dxCas9-Tn5, and adapter. The samples were incubated at 23°C for 1 hour.</p>
 +
    <p>
 +
To add appropriate amount of sgRNA, the pipetting scheme on Table 3 was followed. sgRNA J2.1 signifies version 1 of sgRNA targeting juntion 2 of EPO gene:
 +
</p>
 +
   
 +
    <center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 3:</b> Pipetting scheme for sgRNA loading.</caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with sgRNA J2.1(µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no sgRNA/with Tn5 (µl)</th>
 +
          <th class="tableheaderadpbl">Reaction no fusion/no adapter with sgRNA J2.1(µl)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Transposome</th>
 +
    <td>35</td>
 +
    <td>18</td>
 +
    <td>18</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>sgRNA (100ng/µl)</th>
 +
    <td>7</td>
 +
    <td>0</td>
 +
    <td>3.6</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> Buffer</th>
 +
    <td>1.75</td>
 +
    <td>0.9</td>
 +
    <td>0.9</td>
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>3.6</td>
 +
    <td>0</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
 +
<p>The samples were incubated at 37°C for 10 minutes. <br>
 +
Target DNA (EPO cDNA) was added to make final concentration of ~5ng/µl. One negative control was done where water instead of EPO cDNA was added.
 +
</p>
 +
   
 +
   
 +
<p>The samples were incubated at 37°C. At incubation time = 1h, 4h, 8h, and over night, 2.5 µl of sample were taken from each reaction and was subjected to PCR. PCR mix and cycle can be found on protocol.
 +
<br>
 +
The PCR products were analysed on 5% native TBE polyacrylamide gel. The resulting gel is either stained with ethidium bromide and imaged with GelDoc system, or directly imaged with Typhoon Imaging System. The resulting gels are shown on Figure 1.
 +
</p>
 +
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f8/T--TUDelft--venda_09_28_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 5% TBE native PAGE stained by EtBr and imaged by GelDoc system.Integration reaction after 1 hours.  </b> <i>Lanes are (1) DNA ladder (100-1000bp), (2) amplified product with fw EPO (3) amplified product with rv EPO, (4) amplified product with fw EPO without sgRNA, (5) amplified product with rv EPO without sgRNA, (6) amplified product with fw EPO without fusion protein, (7) amplified product with rv EPO without fusion protein, (8) amplified product with fw EPO without adapter DNA, (9) amplified product with rv EPO without adapter DNA, (10) amplified product with fw EPO with Tn5, (11) amplified product with rv EPO with Tn5, (12) amplified product with fw EPO without target DNA, (13) amplified product 2 without target DNA.
 +
  </i>
 +
<p>Figure 1 showed the result of PCR. Hyphothetically, sgRNA would steer the fusion protein to the target EPO (~600bp), specifically to the area close to the 160th bp. When specific integration occurs, target EPO will be split into two fragments of around  280 and 480. PCR reactions were done with primer sets that would amplify these fragments seperately. Lane 2 shows the PCR of the first fragment. A very intense band were indeed present around 230bp, confirming the presence of this integration product. Lane 3 shows the PCR of second fragment. An intense band were also present around 480bp, which also confirmed the presence of the second integration product. On the negative control lanes (without sgRNA or with Tn5), random bands were present, and none of these intense bands shown on lane 2 and 3 were observed here . This confirmed further that targeted integration indeed occur due to our fusion protein that is loaded with sgRNA. The absence of amplification bands on the other negative controls confirmed our result further. </p>
 +
    <p>Results of the longer incubation time shows similar result. However, it seems like the specific bands loses intensity with increasing time, suggesting perhaps re-integration events done by excess fusion protein. The higher intensity of unspecific lower bands over time strengthen this analysis further. Figure 2,3 and 4 displays the result of PCR after 4, 8, and overnight incubation time</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6d/T--TUDelft--venda_09_28_fig2.png" alt="Gel electrophoresis"> 
 +
<br>
 +
    <b>Figure 2. 5% TBE native PAGE stained by EtBr and imaged by GelDoc system. Integration reaction after 4 hours. </b><i> Lanes are (1) DNA ladder (100-1000bp), (2) amplified product with fw EPO (3) amplified product with rv EPO, (4) amplified product with fw EPO without sgRNA, (5) amplified product with rv EPO without sgRNA, (6) amplified product with fw EPO without fusion protein, (7) amplified product with rv EPO without fusion protein, (8) amplified product with fw EPO without adapter DNA, (9) amplified product with rv EPO without adapter DNA, (10) amplified product with fw EPO with Tn5, (11) amplified product with rv EPO with Tn5, (12) amplified product with fw EPO without target DNA, (13) amplified product 2 without target DNA
 +
.  </i>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f5/T--TUDelft--venda_09_28_fig3.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 3. 5% TBE native PAGE stained by EtBr and imaged by GelDoc system. Integration reaction after 8 hours. </b> <i>. Lanes are (1) DNA ladder (100-1000bp), (2) amplified product with fw EPO (3) amplified product with rv EPO, (4) amplified product with fw EPO without sgRNA, (5) amplified product with rv EPO without sgRNA, (6) amplified product with fw EPO without fusion protein, (7) amplified product with rv EPO without fusion protein, (8) amplified product with fw EPO without adapter DNA, (9) amplified product with rv EPO without adapter DNA, (10) amplified product with fw EPO with Tn5, (11) amplified product with rv EPO with Tn5, (12) amplified product with fw EPO without target DNA, (13) amplified product 2 without target DNA
 +
.  </i>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/05/T--TUDelft--venda_09_28_fig4.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 4. 5% TBE native PAGE stained by EtBr and imaged by GelDoc system. Integration reaction overnight. </b> <i>. Lanes are (1) amplified product with fw EPO (2) amplified product with rv EPO, (3) amplified product with fw EPO without sgRNA, (4) amplified product with rv EPO without sgRNA, (5) DNA ladder (100-1000bp), (6) amplified product with fw EPO without fusion protein, (7) amplified product with rv EPO without fusion protein, (8) amplified product with fw EPO without adapter DNA, (9) amplified product with rv EPO without adapter DNA, (10) amplified product with fw EPO with Tn5, (11) amplified product with rv EPO with Tn5, (12) amplified product with fw EPO without target DNA, (13) amplified product 2 without target DNA
 +
.  </i>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVTS4">Sunday, 30/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVTS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/09/2018</dd>
 +
  <dt>Operator</dt><dd>Venda and Monique</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: integration assay
 +
</h4> 
 +
    <p>From previous reaction, we saw that we were able to amplify the specific integration product that we expected, which, together with the results of the negative control, confirmed the ability of our fusion protein to perform specific integration. In this experiment, we would like to confirm this further by using a longer target DNA. If specific integration indeed occur, one of the new amplified fragment should also get longer by the same increase. Moreover, more sgRNA were tested to check whether other parts of the target EPO is also accessible. The following will therefore be done:</p>
 +
        <ul class="uladpbl">
 +
            <li>Incubation time of 1 hour will be implemented</li>
 +
            <li> 3 different EPO fragments were used. The original EPO cDNA, longer EPO with "intron" on the third junction, longer EPO with "intron" on the fourth junction</li>
 +
            <li>4 different sgRNA was used, targeting junction 1-4</li>
 +
            <li>reaction without gRNA, and reaction with Tn5 will be done in parallel as negative controls</li>
 +
           
 +
    </ul>
 +
           
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay is shown on table 1.</p>
 +
   
 +
<br>
 +
<center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 1:</b> Primer sequence to be annealed for the adapter. Note that 5’ of the upper strand of the adapter has to be phosphorylated for successful integration. </caption>
 +
  <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Name</th>
 +
    <th class="tableheaderadpbl">Sequence</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter upper strand</th>
 +
    <td>P-CTGTCTCTTATACACATCT</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Adapter lower strand</th>
 +
  <td>GCATGGTAAACAGTTCATCCATTTCGCCAATAGATGTGTATAAGAGACAG</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Tn5 or fusion protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no fusion protein (µl)</th>
 +
          <th class="tableheaderadpbl">Reaction with Tn5 (µl)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>4.5</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion (~3µM)</th>
 +
    <td>36</td>
 +
    <td>0</td>
 +
    <td>0</td> 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Tn5 (~8µM)</th>
 +
    <td>0</td>
 +
    <td>0</td>
 +
    <td>3</td> 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>4.5</td>
 +
    <td>1</td>
 +
    <td>1</td>
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>8</td>
 +
    <td>5</td> 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Total</th>
 +
    <td>45</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
  </tr>
 +
   
 +
</table></center>
 +
<br>
 +
    <p>The reagents were pipetted in the following order: Water, 10x functionality buffer, Tn5 or dxCas9-Tn5, and adapter. The samples were incubated at 23°C for 1 hour.</p>
 +
    <p>
 +
To add appropriate amount of sgRNA, the pipetting scheme on Table 3 was followed:
 +
</p>
 +
   
 +
    <center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 3:</b> Pipetting scheme for sgRNA loading. sgRNA J2.1 signifies version 1 of sgRNA targeting juntion 2 of EPO gene, etc. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">sgRNA J1.1 (µl)</th>
 +
    <th class="tableheaderadpbl">sgRNA J2.1 (µl)</th>
 +
        <th class="tableheaderadpbl">sgRNA J3.1 (µl)</th>
 +
    <th class="tableheaderadpbl">sgRNA J4.1 (µl)</th>
 +
      <th class="tableheaderadpbl">no sgRNA (µl)</th>
 +
    <th class="tableheaderadpbl">no fusion, J2.1 (µl)</th>
 +
      <th class="tableheaderadpbl">Tn5 (µl)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Transposome</th>
 +
    <td>4</td>
 +
    <td>12</td>
 +
    <td>8</td>
 +
    <td>8</td>
 +
    <td>12</td>
 +
    <td>10</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>sgRNA (100ng/µl)</th>
 +
    <td>0.8</td>
 +
    <td>2.4</td>
 +
    <td>1.6</td>
 +
    <td>1.6</td>
 +
    <td>0</td>
 +
    <td>2</td>
 +
    <td>0</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> Buffer</th>
 +
    <td>0.2</td>
 +
    <td>0.6</td>
 +
    <td>0.4</td>
 +
    <td>0.4</td>
 +
    <td>0.6</td>
 +
    <td>0.5</td>
 +
    <td>0.5</td>
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>0</td>
 +
    <td>0</td>
 +
    <td>0.9</td>
 +
    <td>2.4</td>
 +
    <td>0</td>
 +
    <td>2</td>
 +
  </tr>
 +
</table></center>
 +
<br>
 +
 +
<p>The samples were incubated at 37°C for 10 minutes. <br>
 +
Target DNA (EPO cDNA) was added to make final concentration of ~5ng/µl. Three different types of EPO are present. The following reactions were done:</p>
 +
   
 +
<ul class="uladpbl">
 +
    <li>Normal EPO was targetted by sgRNAJ1.1, J2.1, J3.1, J4.1 to see whether all junctions are equality accessible</li>
 +
    <li>EPO with intron on Junction 3 was targetted by sgRNA 2.1 to see the increase of the size of the second fragment in comparison to the previous successfull experiments.</li>
 +
    <li>EPO with intron on Junction 3 was targetted by J3.1 to see whether EPO can be targetted even though the target site is disrupted by an intron sequence. </li>
 +
    <li>EPO with intron on Junction 4 was targetted by J4.1 to see whether EPO can be targetted even though the target site is disrupted by an intron sequence.</li>
 +
    <li>As a negative control reaction without sgRNA with normal EPO or EPO with intron on junction 3 or 4 were carried out in parallel</li>
 +
    </ul>
 +
   
 +
   
 +
   
 +
<p>The samples were incubated at 37°C. At incubation time = 30 mins, 2.5 µl of sample from reaction with normal EPO + sgRNA J2.1 were taken along with the necessary negative control reactions to see whether we can decrease off target even more by deacreasing reaction time. These samples were then subjected to PCR based on the protocol. At incubation time=1 hours, 2.5µl sample from each reaction were subjected to PCR. PCR mix and cycle can be found on protocol.
 +
<br>
 +
The PCR products were analysed on 5% native TBE polyacrylamide gel. The resulting gel is either stained with ethidium bromide and imaged with GelDoc system. The resulting gels for intergration with sgRNA J1.1 - J4.1 are shown on figure 1-4.
 +
</p>
 +
 +
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/9c/T--TUDelft--venda_09_30_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 5% TBE Native PAGE of integration with J1.1. </b> <i> Primer sets 1 will amplify the first integration product. Primer sets 2 will amplify the second integration product. Lanes are (1) DNA ladder, (2) sgRNA J1.1, with primer set 1, (3) sgRNA J1.1, with primer set 2, (4) DNA ladder, (5) no sgRNA with primer set 1, (6) no sgRNA with primer set 2.
 +
  </i>
 +
    <br><br>
 +
<p>Figure 1 showed  uncleaved target DNA at 635bp and no integration fragments at 148bp and 548bp are observed (lane 2 and 3). Very little background is observed from ~150bp to ~50bp, probably due to off target events from the fusion protein.
 +
</p>
 +
    <br><br>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/59/T--TUDelft--venda_09_30_fig2.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 2. 5% TBE Native PAGE of integration with J2.1.  </b> <i>Primer sets 1 will amplify the first integration product. Primer sets 2 will amplify the second integration product. Lanes are (1) DNA ladder, (2) 30 mins, sgRNA J2.1, with primer set 1, with EPO (3) 30 mins, sgRNA J2.1, with primer set 2, with EPO ,(4) 1h, sgRNA J2.1, with primer set 1, with EPO (5) 1h, sgRNA J2.1, with primer set 2, with EPO , (6) 1h, sgRNA J2.1, with primer set 1, with EPO_intron3 (7) 1h, sgRNA J2.1, with primer set 2, with EPO_intron3, (8) DNA ladder, (9) no sgRNA, primer set 1, with EPO (10) no sgRNA, primer set 2, with EPO, (11) no sgRNA, primer set 1, with EPO_intron3 (12) no sgRNA, primer set 2, with EPO_intron3
 +
  </i>
 +
    <br><br>
 +
<p>Figure 2 Uncleaved target DNA at 635bp and 1247bp and 2 integration fragments at 280bp and 480/1068bp are observed (lane 1-7). Note the 2 PCR products are not observed in the negative controls (lane 9-12). Very little background is observed from ~150bp to ~50bp, probably due to off target events from the fusion protein. Note with the intron at junction 3, the integrated fragment is 1063, and the target DNA is 1247, causing the bands to un very close to each other.
 +
</p>
 +
    <br><br>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/14/T--TUDelft--venda_09_30_fig3.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 3. 5% TBE Native PAGE of integration with J3.1.  </b> <i>Primer sets 1 will amplify the first integration product. Primer sets 2 will amplify the second integration product. Lanes are (1) DNA ladder, (2) 1h, sgRNA J3.1, with primer set 1, with EPO (3) 1h, sgRNA J3.1, with primer set 2, with EPO , (4) 1h, sgRNA J3.1, with primer set 1, with EPO_intron3 (5) 1h, sgRNA J4.1, with primer set 2, with EPO_intron3, (6)DNA Ladder, (7) no sgRNA, primer set 1, with EPO (8) no sgRNA, primer set 2, with EPO, (9) no sgRNA, primer set 1, with EPO_intron3 (10) no sgRNA, primer set 2, with EPO_intron3.
 +
  </i>
 +
    <br><br>
 +
<p>Figure 3 snows uncleaved target DNA at 635bp and 1247bp and no specific integration products can be seen, and no difference in bands can be observed between the sample with and without gRNA (lane 2,3 vs lane 7,8 and lane 4,5 vs lane 9,10).
 +
</p>
 +
    <br><br>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/bd/T--TUDelft--venda_09_30_fig4.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 4. 5% TBE Native PAGE of integration with J4.1.  </b> <i>Primer sets 1 will amplify the first integration product. Primer sets 2 will amplify the second integration product. Lanes are (1) DNA ladder, (2) 1h, sgRNA J4.1, with primer set 1, with EPO (3) 1h, sgRNA J4.1, with primer set 2, with EPO , (4) 1h, sgRNA J4.1, with primer set 1, with EPO_intron4 (5) 1h, sgRNA J4.1, with primer set 2, with EPO_intron4, (6) no sgRNA, primer set 1, with EPO (7) no sgRNA, primer set 2, with EPO, (8) no sgRNA, primer set 1, with EPO_intron4 (9) no sgRNA, primer set 2, with EPO_intron4
 +
  </i>
 +
    <br><br>
 +
<p>Figure 4 snows uncleaved target DNA at 635bp and no integration fragments at 284bp and 448/1053bp are observed (lane 2-5). Very little background is observed from ~150bp to ~50bp, probably due to off target events from the fusion protein. EPO_I3 in late 5 and 9 has an interesting amplification pattern.
 +
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekVTO1" type="checkbox" class="dropinput" />
 +
<label for="WeekVTO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberInVitro1"></a>Week 3 15/10/2018 - 17/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 
          
 
          
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVTO1">Monday, 15/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVTO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/10/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification of Integration Products </h4> 
 +
<p> In order to confirm that the integration products of the functionality test were the ones we expected, we attempted to sequence verify them. We load the whole PCR product visualized on lane 2 and 3 from functionality assay on 28/09/2018 on 2% agarose gel and isolated the bands from the gel and purify them. Since a very low concentration was achieved, another round of PCR was done using the isolated fragment as template. We cleaned up the PCR product and achieved concentration of 250ng/µl for fragment 1, and 50ng/µl for fragment 2. </p>
 +
   
 +
    <p>We sent these PCR products individually for sequencing. The alignment result of this sequence is shown on Figure 1.</p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/31/T--TUDelft--venda_10_15_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <i>Sequence alignment of integration product (two red arrows) with the target EPO. Pink box represent the sgRNA binding site.
 +
  </i>
 +
    <br><br>
 +
   
 +
    <p> Figure 1 shows the sequence alignment between the two fragments and the target EPO gene.From the sequence alignment, we can confirm that integration occured upstream the sgRNA binding site. The overlapping alignment between the two products  suggested that integration does not always occur at the exact base pair position (~10bp variation), which might be the result of the flexible linker between dxCas9 and Tn5.
 +
</p>
 +
   
 +
    <p>Next, we used pGEM T-Easy cloning method to clone these fragments on individual plasmid to be able to sequence verify them individually. By doing this we will be able to see the variations within that band individually. The protocol for pGEM T-Easy can be found on the protocol page. We used 2µl of 10x diluted sample of isolated fragment 1 or 1µl of isolated fragment 2 to be cloned into the plasmid. We were able to get white colonies and isolated their plasmid, but however, the sequence verification result did not come on time.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 +
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 
          
 
          
 +
</div>
 +
</div>   
 +
 +
<div class="container nowbg" id="InVivo">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">July<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JulyInVivo3" class="adpbl">Week: 16/07/2018 - 22/07/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">August<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#AugustInVivo1" class="adpbl">Week: 30/07/2018 - 05/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVivo2" class="adpbl">Week: 06/08/2018 - 12/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVivo3" class="adpbl">Week: 13/08/2018 - 19/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVivo4" class="adpbl">Week: 20/08/2018 - 26/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustInVivo5" class="adpbl">Week: 27/08/2018 - 02/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberInVivo1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVivo2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVivo3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberInVivo4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
 +
<!---------------- July -------------------->
 +
    <h3 class="adpbl">July</h3><br>
 +
    <!------- JULY WEEK 1----------->   
 +
 +
<form>   
 +
<input id="WeekVVJ3" type="checkbox" class="dropinput" />
 +
<label for="WeekVVJ3" class="subdropdown cadpbl"><a class="repositioner" id="JulyInVivo3"></a>Week 3 16/07/2018 - 23/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVVJ1">Tuesday, 17/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVVJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> The following high fidelity PCR reactions were carried out:
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Amplicon</th>
 +
    <th class="tableheaderadpbl">Size (bp)</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">template</th>
 +
    <th class="tableheaderadpbl">Elongation time (sec)</th>
 +
    <th class="tableheaderadpbl">Annealing temperature (°C)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>LacZ-gRNA</td>
 +
      <td>314</td>
 +
      <td>IV003</td>
 +
      <td>IV004</td>
 +
      <td>Gblock</td>
 +
      <td>60</td>
 +
      <td>60</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>KanR CDS</td>
 +
      <td>862</td>
 +
      <td>IV005</td>
 +
      <td>IV006</td>
 +
      <td>pSB1K3</td>
 +
      <td>60</td>
 +
      <td>60</td>
 +
  </tr> 
 +
</table></center>   
 +
   
 +
<p>PCR mixtures were prepared, according to the High Fidelity PCR protocol. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
PCR products were subjected to PCR Clean-Up, according to the protocol. Elution was done in 50 µL Milli-Q.
 +
</p>
 +
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/7/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured and verified, but not registered.
 +
</p>
 +
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>LacZ-gRNA</td>
 +
 +
      <td>85</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>KanR cassette</td>
 +
 +
      <td>209</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 
     </div>
 
     </div>
     </body>
+
  </div>
     <html>
+
</div>
 +
<br>
 +
         
 +
     </div>   
 +
</ul>
 +
</form>
 +
 
 +
<!---------------- AUGUST -------------------->
 +
<h3 class="adpbl">AUGUST</h3><br>
 +
    <!------- AUGUST WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVA2" type="checkbox" class="dropinput" />
 +
<label for="WeekVVA2" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVivo2"></a>Week 2 06/08/2018 - 12/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
 
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVA2">Friday, 10/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>GBlock resuspension</h4> 
 +
<p>GBlock <i>lacZ</i> gRNA (314bp) was resuspended according to the instructions provided by the supplier (IDT DNA).</p>
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>10/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify GBlock <i>lacZ</i> gRNA  (314bp) and the Kanamycin resistance gene (KanR), high fidelity PCR was done according to the High Fidelity PCR protocol.
 +
     <br>
 +
The following primer combination(s) were predicted to result in the following expected amplicon length(s)
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><i>lacZ</i> Gblock</td>
 +
      <td>IV003</td>
 +
      <td>IV004</td>
 +
      <td>314</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1K3</td>
 +
      <td>IV005</td>
 +
      <td>IV006</td>
 +
      <td>862</td>
 +
  </tr>
 +
 
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 30sec and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayVVA2">Saturday, 11/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayVVA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR samples from 10/8/2018 was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/27/T--TUDelft--20180811kAVISHlacZKANrjpg.png" alt="Gel electrophoresis">   
 +
<p>This gel shows the KanR gene with ME flanks (862bp) was successfully PCRed from pSB1K3 (lanes 5-7). Amplification of the Gblock gives a very faint band at the expected size (314bp) for <i>lacZ </i> gRNA (lanes 2-4).</p>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>11/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify the <i>lacZ</i> gRNA (314bp) and linearizing pACYC-dxCas9-LinkerTn5 (9388bp), high fidelity PCR was done. 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">expected size (bp)</th>
 +
    <th class="tableheaderadpbl">elongation time</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><i>lacZ</i> gRNA Gblock</td>
 +
      <td>IV003</td>
 +
      <td>IV004</td>
 +
      <td>314</td>
 +
      <td>15 sec</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pACYC-dxCas9-LinkerTn5</td>
 +
      <td>IV001</td>
 +
      <td>IV002</td>
 +
      <td>9388</td>
 +
    <td>5 min</td>
 +
           
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
        <!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVVA2">Sunday, 12/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVVA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products from 11/8/2018 was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8e/T--TUDelft--20180812KAVISHpcrLacZ_linearizedpacycdxcas9linkertn5.jpg" alt="Gel electrophoresis">   
 +
<p>This gel shows that pACYC-dxCas9-LinkerTn5 was successfully linearized (lane 8, 9 and 10), as there is a strong amplicon signal far above 5kbp, and we expected 9388bp. Amplification of the Gblock showed very faint bands at the expected size (314bp) (lane 2, 3 and 4).</p>   
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR samples from 10/8/2018 (<i>lacZ</i> gRNA and KanR) and 11/8/2018 (<i>lacZ</i> gRNA and linearized pACYC-dxCas9Tn5) were subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q (2 times 20).
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Sample date</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><i>lacZ</i> gRNA</td>
 +
      <td>10/8/2018</td>
 +
      <td>180.6</td>
 +
      <td>1.9</td>
 +
      <td>2.0</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
  <td>ME flanked KanR gene</td>
 +
      <td>10/8/2018</td>
 +
      <td>220</td>
 +
      <td>1.8</td>
 +
      <td>2.1</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
  <td><i>lacZ</i> gRNA</td>
 +
      <td>11/8/2018</td>
 +
      <td>155</td>
 +
      <td>1.8</td>
 +
      <td>2.0</td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
  <td>linearized pACYCdxCas9Tn5</td>
 +
      <td>11/8/2018</td>
 +
      <td>220</td>
 +
      <td>1.8</td>
 +
      <td>2.1</td>
 +
  </tr>
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble <i>lacZ</i> gRNA (insert) and linearized pACYC-dxCas9-LinkerTn5 (vector) to obtain pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA (9622bp).
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
    <td>9.4 (2 µg)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Insert</td>
 +
    <td>0.6 (100 ng)</td> 
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 20 minutes, after which they were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
Solid Luria Broth (LB) medium was prepared, complemented with chloramphenicol (Cam). Plates were stored at 4°C.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <!------- AUGUST WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVA3" type="checkbox" class="dropinput" />
 +
<label for="WeekVVA3" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVivo3"></a>Week 3 13/08/2018 - 19/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVVA3">Monday, 13/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVVA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA (9622bp)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>10µl</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA (9622bp)</td>
 +
      <td>Gibson Assembly</td>
 +
      <td>6µl</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
          <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>linearized pACYC-dxCas9-LinkerTn5</td>
 +
      <td><i>neg. control</i></td>
 +
      <td>2µl</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVVA3">Tuesday, 14/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVVA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 13/8/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>10µl pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA (9622bp)</td>
 +
      <td>LB+Cam</td>
 +
      <td>growth</td>
 +
   
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>6µl pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA (9622bp)</td>
 +
      <td>LB+Cam</td>
 +
      <td>growth</td>
 +
 
 +
    </tr>
 +
          <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>linearized pACYC-dxCas9-LinkerTn5</td>
 +
      <td><i>LB+Cam</i></td>
 +
      <td>less growth</td>
 +
<p>The negative control shows that there is still instact plasmid template, or self-ligated plasmid present in the transformation mixture provided. However, since the amount of colonies is less, there is a strong indicatin that the pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA might be constructed. It was decided to proceed with colony PCR.</p>
 +
    </tr>
 +
</table></center>   
 +
    <br>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA after transformation (13/8/2018). This plasmid contains a fragment with dxCas9-LinkerTn5-<i>lacZ</i>gRNA, which can be checked with primers 018 and IV004.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>picked colony</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>018</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>IV004</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>2148</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>14 tubes were prepared for colony PCR, containing picked colony as template DNA. The thermocycler programme was installed to have an extension time of 2.5 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/88/T--TUDelft--kavishcolonyPCR20180814annotated.jpg" alt="Gel electrophoresis">   
 +
  <p>An amplicon of 2148bp was expected for this PCR reaction. For almost all colonies, we observe a band around this height. Not all bands seem to be at exactly the same height. Based on this gel, it was decided to inoculate colony 1, 2, 3 and 4</p> 
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Colonies 1, 2, 3 and 4 from the plates from 13/8/2018 were used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with Chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVA3">Wednesday, 15/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of colonies 1, 2, 3, 4 (plates 13/8/2018) were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured and verified to be around 1.8~1.9.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>colony 1</td>
 +
      <td>32</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>colony 2</td>
 +
      <td>35</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>colony 3</td>
 +
          <td>41</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>colony 4</td>
 +
      <td>36</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification from plasmid</h4>
 +
<p> For verification of insertion of <i>lacZ</i> gRNA into pACYCdxCas9Tn5, primers IV003 and IV004 were used for sequencing. Only plasmid isolates from colony 1 and 2 were sent for sequencing. The sequencing starts from the homology flanks, in the direction of the <i>lacZ</i> gRNA. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>7.5</td>
 +
      <td>50 ng/µL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableevenadpbl">
 +
      <td>10µM primer </td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>Within 7 days, the sequence was retrievable online and alignment with the <i>in silico</i> designed molecule showed 100% match of the 1050 bp downstream of the sequencing primer binding site. This was only the case for the plasmid isolate from colony 1. <b>This means the pACYC-dxCas9-LinkerTn5-<i>lacZ</i>gRNA construct is sequence verified.</b> </p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/8/2015</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
<th class="tableheaderadpbl">Volume added (µL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1K3</td>
 +
      <td>5</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>- (neg. control)</td>
 +
      <td>-</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
</table></center>   
 +
    <br>
 +
    <p>200 uL LB medium was added as recovery medium.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol in the morning, the plates were left for overday incubation in the stove. After ~12hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>pSB1K3 &nbsp;</td>
 +
      <td>LB+Kan &nbsp;</td>
 +
      <td>colony growth</td> 
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> DH5α &nbsp;</td>
 +
      <td>- &nbsp;</td>
 +
      <td>LB+Kan &nbsp;</td>
 +
      <td>no growth</td> 
 +
</table></center>   
 +
    <br>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/8/2015</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
1 colony from the LB+Kan was used for inoculation of 5mL liquid starter culture (Luria Broth, complemented with Kanamycin) following the Liquid Starter Culture Protocol.
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVA3">Thursday, 16/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of pSB1K3 (in DH5alpha) were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>16/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were verified to be around 1.8~1.9.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1K3</td>
 +
      <td>37</td>
 +
  </tr>
 +
 
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>16/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
Solid Luria Broth (LB) medium was prepared, complemented with Kanamycin (Kan), Chloramphenicol (Cam), IPTG and X-gal, following the following steps:
 +
    <ol>
 +
        <li>Warm 250mL LB agar.</li>
 +
        <li>Mix 50mg X-gal in 2.5mL DMSO.</li>
 +
        <li>Add X-gal solution to LB agar. </li>
 +
        <li>Add 2.5mL 100mM IPTG to LB agar.</li>
 +
        <li>Add 250µL Kan (1000x stock solution) & 250µL Cam (1000x stock solution).</li>
 +
        <li>Pour plates: cool down while protecting from light.</li>
 +
        <li>store at 4°C, protected from light. </li>
 +
    </ol>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>16/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
    Strain BL21DE3 used for inoculation of 10mL liquid starter culture (Luria Broth, <b>not complemented with antibiotics</b>) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVA3">Friday, 17/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Genomic DNA Isolation</h4> 
 +
    <p>Starter culture(s) of BL21DE3 were subjected to genomic DNA isolation, following the <a href="https://2018.igem.org/Team:TUDelft/Experiments"> genomic DNA isolation protocol.</a></p>
 +
Vigorous shaking (step 5) was done for 30 minutes, instead of 10 minutes.
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <!------- AUGUST WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVA4" type="checkbox" class="dropinput" />
 +
<label for="WeekVVA4" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVivo4"></a>Week 4 20/08/2018 - 26/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVVA4">Monday, 20/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVVA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
Solid Luria Broth (LB) medium was prepared, complemented with Cam. 40 plates were poured and stored at 4°C.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>20/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">pACYC-dxCas9Tn5<i>lacZ</i>gRNA</th>
 +
      <th class="tableheaderadpbl">ME flanked KanR</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E. coli </i>BL21DE3</td>
 +
      <td>4µl (~120ng)</td>
 +
      <td>10µl (~2µg)</td>
 +
      <td><ul><li>LB+Cam+Kan+IPTG+X-gal</li>
 +
          <li>LB+Cam</li></ul></td>
 +
    </tr>
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E. coli </i>BL21DE3</td>
 +
      <td>4µl (~120ng)</td>
 +
      <td>-</td>
 +
      <td><ul><li>LB+Cam+Kan+IPTG+X-gal</li>
 +
          <li>LB+Cam</li></ul></td>
 +
    </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>20/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Strain DH5alpha+pACYC-dxCas9Tn5<i>lacZ</i>gRNA were used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with Chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>20/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done to assemble EPO and sgRNA for LacZ into biobrick backbone. The following table shows an overview of which fragments were cut with the appropriate restriction enzymes.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Biobrick backbone (uL)</th>
 +
      <th class="tableheaderadpbl">EPO (ul)</th>
 +
      <th class="tableheaderadpbl">sgRNA for LacZ(ul)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
    <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>9</td>
 +
        <td>6</td>
 +
        <td>6</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>EcoRI</td>
 +
      <td>0.4</td>
 +
        <td>0.4</td>
 +
        <td>0.4</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>PstI</td>
 +
      <td>0.4</td>
 +
        <td>0.4</td>
 +
        <td>0.4</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 8.2</td>
 +
        <td>11.2</td>
 +
        <td>11.2</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hours at 37 °C. DNA was isolated by following PCR clean up kit protocol.<br>
 +
        DNA was quantified by nanodrop. The following concentrations were achieved:</p>
 +
  <ul class="uladpbl">
 +
        <li>Biobrick backbone=40ng/ul</li>
 +
      <li>EPO=25ng/ul</li>
 +
      <li>sgRNA for LacZ=25ng/ul</li>   
 +
    </ul>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>20/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble biobrick inserts into the biobrick backbone, ligation was performed. The following pipetting scheme was followed
 +
 
 +
</p>
 +
 
 +
 
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">EPO (uL) </th>
 +
      <th class="tableheaderadpbl">sgRNA (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
          <td>2</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <td>1</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~100 ng) </td>
 +
          <td>4</td>
 +
          <td>4</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment (XXX ng) </td>
 +
          <td>13</td>
 +
        <td>13</td>
 +
        <tr class="tableunevenadpbl">
 +
</table></center>   
 +
 
 +
<p>The samples were incubated for 4 hours at room temperature. </p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>20/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations for EPO and sgRNA for LacZ biobrick were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α </td>
 +
      <td>EPO BB</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>6µl</td>
 +
      <td>LB-cam</td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α </td>
 +
      <td>sgRNA for LacZ BB</td>
 +
      <td>Restriction-ligation</td>
 +
      <td>6µl</td>
 +
      <td>LB-cam</td>
 +
    </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
 
 +
<div class="spcmkr"></div>
 +
 
 +
         
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVVA4">Tuesday, 21/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVVA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>21/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 20/8/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<p>All colonies on X-gal plates were white, possibly suggesting that LacZ was disrupted and kanR is present in the cell. However, to exclude false positives, a crucial control is required: BL21DE3 on LB+X-Gal+IPTG, to reassure that the parental strain has intact <i>lacZ</i> in the first place.</p>     
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of DH5alpha+pACYC-dxCas9Tn5<i>lacZ</i>gRNA were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/µL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pACYC-dxCas9Tn5<i>lacZ</i>gRNA</td>
 +
      <td>159</td>
 +
      <td>1.85</td>
 +
      <td>1.94</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>pACYC-dxCas9Tn5<i>lacZ</i>gRNA</td>
 +
      <td>179</td>
 +
      <td>1.84</td>
 +
      <td>1.75</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
        <td>pACYC-dxCas9Tn5<i>lacZ</i>gRNA</td>
 +
      <td>152</td>
 +
      <td>1.84</td>
 +
      <td>1.86</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pACYCdxCas9Tn5 + pSB1K3</td>
 +
      <td>4 each</td>
 +
      <td>LB+Cam+Kan+X-gal+IPTG</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Four colonies from the plate from 20/8/2018 were used for inoculation of 5mL liquid starter culture (Luria Broth, complemented with chlorampenicol and kanamycin) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVA4">Wednesday, 22/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 21/8/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">DNA </th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
<th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> BL21DE3 &nbsp;</td>
 +
      <td>pACYCdxCas9Tn5 + pSB1K3 &nbsp;</td>
 +
      <td>LB+Cam+Kan+X-gal+IPTG &nbsp;</td>
 +
      <td>11 white colonies</td> 
 +
</table></center>   
 +
    <br>
 +
    <p>pSB1K3 is supposed to give a red colony phenotype. The pSB1K3 is suspected to be contaminated with other kanamycin (an)other resistant plasmid(s)</p>
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Genomic DNA Isolation</h4> 
 +
    <p>Starter culture(s) of inoculated colonies in LB+Cam+Kan were subjected to genomic DNA isolation, following the <a href="https://2018.igem.org/Team:TUDelft/Experiments"> genomic DNA isolation protocol.</a></p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>colony 1</td>
 +
      <td>39</td>
 +
      <td>1.9</td>
 +
      <td>1.9</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>colony 2</td>
 +
      <td>46</td>
 +
      <td>1.9</td>
 +
      <td>1.3</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
          <td>colony 3</td>
 +
      <td>40</td>
 +
      <td>1.9</td>
 +
      <td>1.2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
          <td>colony 4</td>
 +
      <td>52</td>
 +
      <td>1.8</td>
 +
      <td>1.5</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Primer working stock preparation</h4> 
 +
<p> The following primers were resuspended in sterile Milli-Q water as directed by the manufaturer, in order to make 100µM stock solutions. 
 +
</p>
 +
    <p> The primers in these 100 µM stocks were heated to 60 °C for 20 minutes and centrifuged  at maximum speed (~17,000 x g) for 2 minutes. 10µM primer working stock solutions were prepared by making 10x dilution aliquots with sterile Milli-Q, each in a total volume of 100µl. </p>
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
The following solid media were prepared:
 +
    <ul>
 +
    <li>Luria Broth (LB) + X-gal + IPTG</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam + Kan</li>
 +
    </ul><br>
 +
Final concentrations in these media are:
 +
    <ul>
 +
    <li>0.1µmol IPTG per mL medium</li>
 +
    <li>40 µg X-gal per mL medium</li>
 +
    </ul>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>22/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify integration of KanR after transformation from 20/8/2018. This can be checked with primers IV007 & IV008.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl"></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>Isolated gDNA</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>IV007</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>IV008</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>5680*</td>
 +
  </tr>   
 +
</table></center>   
 +
<p><i>*5680bp only amplifies if the KanR integrated in the lacZ locus. If the locus was not disrupted, 4818bp amplicons are expected. as a positive control, BL21DE3 gDNA was used as template.</i></p>   
 +
<p>5 tubes were prepared for colony PCR, containing isolated gDNA as template DNA. The thermocycler programme was installed to have an extension time of 6.5 minutes and an annealing temperature of 60°C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Venda Mangkusaputra</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify the success of EPO and sgRNA for LacZ biobrick. 3 different colonies from each plate were subjected to colony PCR. Two different primer sets were used. Biobrick primers 031 and 032 were used to verify the size of the insert. Primers 038 and 039 were used to verify the presence of EPO fragment within the biobrick backbone. Primers IV003 and IV004 were used to verify the presence of sgRNA for LacZ fragment within the biobrick backbone.
 +
   
 +
<p>The PCR components and program can be found on the colony PCR protocol page. The PCR products were run on 2% TAE agarose gel shown on Figure 1. Upper lanes of Figure 1 shows amplification of insert with primers that anneal to the biobrick backbone flanking the insert (031 and 032). Lower lanes on Figure 1 shows amplification of insert with internal primers. All and all, the results confirmed insertion of the correct insert length.  </p>
 +
   
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/81/T--TUDelft--venda_08_22_fig1.png" alt="Gel electrophoresis"> 
 +
<br>
 +
    <b>Figure 2% TAE Agarose gel of colony PCR</b>.<i> Lanes are (1-3) colony 1-3 harboring EPO Biobrick (BB) amplified by biobrick primers 031 and 032, (4-6) colony 1-3 harboring sgRNA DNA template for LacZ Biobrick (BB) amplified by biobrick primers 031 and 032, (7) DNA ladder, (8-10) colony 1-3 harboring EPO Biobrick (BB) amplified by internal primers 038 and 039, (11-13) colony 1-3 harboring sgRNA DNA template for LacZ Biobrick (BB) amplified by internal primers IV003 and IV004, (14) DNA ladder.</i>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVA4">Thursday, 23/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>gDNA PCR samples from 22/8/2018 were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/ff/T--TUDelft--20180823KAVISHgDNAcolonyPCR.jpg" alt="Gel electrophoresis">   
 +
<p>This gel shows various bands, but no integration (5680bp) nor intact <i>lacZ</i> (4818bp). This suggests the parental strain is contaminated with a <i>lacZ</i>-deficient strain. This goes along with the absence of any expected blue colony phenotype from the transformation done on 20/8/2018.</p>   
 +
<div class="spcmkr"></div>
 +
 
 +
<dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of 2 colonies with BioBrick (pSB1C3-<i>lacZ</i>gRNA) were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>colony 1 (<i>lacZ</i>gRNa)</td>
 +
      <td>17</td>
 +
      <td>1.63</td>
 +
      <td>0.95</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>colony 2 (<i>lacZ</i>gRNa)</td>
 +
      <td>23</td>
 +
      <td>1.63</td>
 +
      <td>0.88</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Sequence from plasmid</h5><br>
 +
<p> For verification of <i>lacZ</i> in pSB1C3, primers VF2 and VR were used for sequencing. The sequencing starts from the biobrick backbone in the direction of the insert. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>7.5</td>
 +
      <td>>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>10uM primer</td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>Within 7 days, the sequence was retrievable online and alignment of colony 1 with the <i>in silico</i> designed molecule showed 100% match of the 1050 bp downstream of the sequencing primer binding site. </p><br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVA4">Friday, 24/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>24/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir & Alexander</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Chemically Competent Cells Preparation
 +
</h4> 
 +
<p>Chemically competent cells were made of <i>E. coli</i> DH5alpha and <i>E. coli</i> BL21DE3, following the <a href="https://2018.igem.org/Team:TUDelft/Experiments#chemcomptcellsprep-scroll">Chemically Competent Cells Preparation protocol</a>.</p>   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <!------- AUGUST WEEK 5----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVA5" type="checkbox" class="dropinput" />
 +
<label for="WeekVVA5" class="subdropdown cadpbl"><a class="repositioner" id="AugustInVivo5"></a>Week 5 27/08/2018 - 02/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVVA5">Monday, 27/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify the KanR cassette* (~1kb), high fidelity PCR was done using pSB1K3 as template DNA and IV009 and IV010 as forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
    <i>NOTE: previously (10/8/2018), the KanR <b>gene</b> was used for amplification. This is not the same as the <b>whole cassette</b>, which includes the promoter and terminator.</i>
 +
    <br>
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>ME-flanked KanR cassette (MEpKantME)</td>
 +
      <td>IV009</td>
 +
      <td>IV010</td>
 +
      <td>1060</td>
 +
     
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>KanR cassette (pKant)</td>
 +
      <td>IV011</td>
 +
      <td>IV012</td>
 +
      <td>1014</td>
 +
  </tr>
 +
 
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 45sec and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>27/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>MEpKantME and pKant PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.<br>
 +
    The gel was completely empty, only the ladder was visible. It is not clear what exactly went wrong. Perhaps make more offers to the PCR gods?</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>27/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Testing new stock of BL21DE3 cells </h4> 
 +
<p>Previously (23/8/2018), it was observed that the BL21DE3 strain stock might be contaminated with other Kanamycin resistant cells. The following inoculations were carried out with both that old stock, and a fresh new stock, obtained from dr. Theo van Laar.
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">BL21DE3 stock</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+IPTG+X-gal*</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+IPTG+X-gal*</td>
 +
    </tr>
 +
</table></center>   
 +
    <i>*LB+IPT+X-gal plates from 22/8/2018 were used.</i><br>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVVA5">Tuesday, 28/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify the KanR cassette* (~1kb), high fidelity PCR was done using pSB1K3 as template DNA and IV009 and IV010 as forward and reverse primers respectively. 8 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
    <i>NOTE: previously (10/8/2018), the KanR <b>gene</b> was used for amplification. This is not the same as the <b>whole cassette</b>, which includes the promoter and terminator.</i>
 +
    <br>
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
    <th class="tableheaderadpbl">extension time </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>ME-flanked KanR cassette (MEpKantME)</td>
 +
      <td>IV009</td>
 +
      <td>IV010</td>
 +
      <td>1060</td>
 +
      <td>40sec</td>
 +
     
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>KanR cassette (pKant)</td>
 +
      <td>IV011</td>
 +
      <td>IV012</td>
 +
      <td>1014</td>
 +
      <td>40sec</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
        <td>gDNA PCR</td>
 +
    <td>IV007</td>
 +
      <td>IV008</td>
 +
      <td>5680*</td>
 +
            <td>6.5min</td>
 +
        </tr>
 +
 
 +
</table></center>   
 +
*5680bp should appear only in case of KanR integration in the <i>lacZ</i> locus. Otherwise, this should result in 4818bp bands (intact <i>lacZ</i>). 
 +
<p>The thermocycler programme was installed to have an annealing temperature of 65 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>28/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Inoculation Results </h4> 
 +
<p> After inoculating BL21DE3 controls on solid medium, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">BL21DE3 stock</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    <th class="tableheaderadpbl">Result</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+Cam</td>
 +
      <td>white colony growth</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+Cam</td>
 +
          <td>no colony growth</td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+Kan</td>
 +
        <td>white colony growth</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+Kan</td>
 +
          <td>no colony growth</td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>old</td>
 +
      <td>LB+IPTG+X-gal*</td>
 +
        <td>blue colony growth</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td>new</td>
 +
      <td>LB+IPTG+X-gal*</td>
 +
          <td>blue colony growth</td>
 +
    </tr>
 +
</table></center>   
 +
    <i>*LB+IPT+X-gal plates from 22/8/2018 were used.</i><br>
 +
    <br>   
 +
 
 +
<p>Based on these results, it was concluded that the old BL21DE3 batch already was contaminated with kanamycin and chloramphenicol resistance. The new batch does not show this, and therefore meets the requirements to continue <i>in vivo</i> screen work. Also, the plates poured on 22/8/2018 show good viability and chromogenic conversion of X-gal.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVA5">Wednesday, 29/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR samples from 28/8/2018 were run on a 0.8% agarose gel in TAE buffer. 5 μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.<br>
 +
    Again, the obtained gel was completely empty, only showing the reference ladders. It is not sure why this failed, but could have to do with too high annealing temperature. A gradient PCR could sort this out.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>29/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pACYC-dxCas9Tn5<i>lacZ</i>gRNA (9622bp)</td>
 +
      <td>1µl (~150ng)</td>
 +
      <td>LB+Cam</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>29/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify the KanR cassette* (~1kb), high fidelity PCR was done using pSB1K3 as template DNA and IV009 and IV010 as forward and reverse primers respectively. Also, another attempt with IV007 and IV008 on gDNA was done to get a positive control band at 4818bp. 25µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
 
 +
</p>
 +
 
 +
   
 +
<p>All samples contained 1µL of DMSO. The thermocycler programme was installed to have an extension time of 1 minute/kb amplicon and an annealing temperature ranging from 55 to 67°C (55; 56.1; 57.8; 59.8; 62.5; 64.7; 66.2; 67). After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVA5">Thursday, 30/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR samples from 29/8/2018 and 30/8/2018 were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/94/T--TUDelft--20180830KanRandgDNAPCR.jpg" alt="Gel electrophoresis">
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pACYC-dxCas9Tn5<i>lacZ</i>gRNA after transformation from 29/8/2018. This plasmid contains <i>lacZ</i> gRNA, which can be checked with primers 018 & IV004.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>picked colony</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>018</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>IV004</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>2148</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>10 tubes were prepared for colony PCR, containing picked colony as template DNA. 1 positive control (already isolated pACYC-dxCas9Tn5<i>lacZ</i>gRNA) was included. The thermocycler programme was installed to have an extension time of 2.5min and an annealing temperature of 60°C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR samples was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f1/T--TUDelft--20180830KAVISHcolonyPCRpACYCdxcas9tn5lacZgRNA.jpg" alt="Gel electrophoresis">   
 +
      <p>This gel all tested colonies contain the <i>lacZ</i> gRNA next to Tn5 and dxCas9 (amplicon = 2148bp). it was decided to subject colony 1 to further analysis.</p> 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Colony 1 (BL21DE3+pACYC-dxCas9Tn5<i>lacZ</i>gRNA) of the plate from 29/8/2018 was used for inoculation of 60mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>30/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Cell banking</h4> 
 +
<p>Strain <i>E. coli</i> DH5alpha pSB1C3-<i>lacZ</i>gRNA (colony 1) was stocked and stored at -80<sup>o</sup>C following the cell banking protocol.
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVA5">Friday, 31/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>31/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity Genomic PCR</h4> 
 +
<p> To amplify the <i>lacZ</i> region (~4.8kb; no integration), high fidelity PCR was done using isolated BL21DE3 gDNA as template DNA and IV007 and IV008 as forward and reverse primers respectively.  25µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
 
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 3min and an annealing temperature range from 60°C to 65°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>31/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Cell banking</h4> 
 +
<p>Strain(s) BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA was stocked and stored at -80<sup>o</sup>C following the cell banking protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>31/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Electrocompetent Cell Preparation</h4> 
 +
<p>60mL of <i>E. coli</i> BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA was used for making electrocompetent cell preparation protocol. Washing steps were only done with cold, sterile MilliQ. The final resuspension was done with 50% glycerol.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>31/8/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Genomic Colony PCR</h4> 
 +
<p>Genomic colony PCR was done as an approach to verify whether primers IV007 & IV008 give a ~4.8kb amplicon.
 +
</p>
 +
   
 +
<p>8 tubes were prepared for colony PCR, containing supernatant of boiled picked blue colonies (24/8/2018) as template DNA. The thermocycler programme was installed to have an extension time of 6min and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVVA5">Sunday, 02/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVVA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>2/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR samples from 31/8/2018 were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/ab/T--TUDelft--20180902KAVISHcolonyPCRbothboiledandfromcolonygoedverhaalmaaruiteindelijkheefthetnietgewerkt.jpg" alt="Gel electrophoresis"> 
 +
    <p>This gel shows that colony PCR from boiled colony as template does not work, not even for 1 of the 8 screened colonies. However, when using gDNA as template, the expected 4.8kb amplicon shows for annewaling temperatures lower than 63°C. From 61°C onwards, there is also another amplicon, as byproduct.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
<br>
 +
 
 +
<!---------------- SEPTEMBER -------------------->
 +
<h3 class="adpbl">SEPTEMBER</h3><br>
 +
<!------- SEPTEMBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVS1" type="checkbox" class="dropinput" />
 +
<label for="WeekVVS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVivo1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVS1">Thursday, 06/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>6/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Electroporation</h4> 
 +
<p>The following transformations were carried out according to the protocol for electroporation:</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strains</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment</th>
 +
    <th class="tableheaderadpbl">Plate medium</th>
 +
  </tr>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
    <td>LB+Kan+Cam+X-gal+IPTG</td>
 +
  </tr>
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
    <td>LB+Kan+Cam+X-gal+IPTG</td>
 +
  </tr>
 +
                  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
    <td>LB+Cam</td>
 +
  </tr>
 +
 
 +
       
 +
</table></center>   
 +
<br> 
 +
<p>200 μl LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVS1">Friday, 07/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>7/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 6/9/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strains</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment</th>
 +
    <th class="tableheaderadpbl">Plate medium</th>
 +
    <th class="tableheaderadpbl">Result</th>
 +
  </tr>
 +
       
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
    <td>LB+Kan+Cam+X-gal+IPTG</td>
 +
      <td>no growth</td>
 +
  </tr>
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
    <td>LB+Kan+Cam+X-gal+IPTG</td>
 +
              <td>no growth</td>
 +
  </tr>
 +
                  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
    <td>LB+Cam</td>
 +
                      <td>white colony growth</td>
 +
    </tr>
 +
                                        <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>LB+Cam</td>
 +
                      <td>no growth</td>
 +
  </tr>
 +
       
 +
</table></center>   
 +
  <p>The transformation results show that the bacth of competent cells indeed already contains the plasmid pACYCdxCas9Tn5<i>lacZ</i>gRNA. Transformation with the pSB1K3 plasmid does not seem to confer kanamycin resistance. Perhaps, something is wrong with the pSB1K3 isolate. </p>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>7/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>To determine the feasibility of <i>E. coli</i> BL21DE3 hosting 2 plasmids (pSB1K3 & pACYC-derived), the following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pSB1K3</td>
 +
      <td>2</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>BL21</td>
 +
      <td>pSB1K3+pACYC-DUET</td>
 +
      <td>2 each</td>
 +
      <td>LB+Kan+Cam</td>
 +
    </tr>
 +
      <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Kan</td>
 +
    </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>BL21</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Kan+Cam</td>
 +
    </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
    <p>200 µL LB medium was added as recovery medium. 50µL was plated.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>7/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify KanR cassette with (MEpKantME*) and without (pKant*) MEs (~1kb), high fidelity PCR was done using the following forward and reverse primers. 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
    <i>*pKant = promotor-Kan-terminator</i><br>
 +
 
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Template</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">expected fragment</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1K3</td>
 +
      <td>IV013</td>
 +
      <td>IV014</td>
 +
      <td>MEpKantME</td>
 +
      <td>~1kb</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
        <td>pSB1K3</td>
 +
      <td>IV015</td>
 +
      <td>IV016</td>
 +
      <td>pKant</td>
 +
      <td>~1kb</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 30sec and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SATURDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayVVS1">Saturday, 08/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayVVS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Cell banking</h4> 
 +
<p>DH5alpha+pSB1K3 and DH5alpha+pSB1C3 were stocked and stored at -80<sup>o</sup>C following the cell banking protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products for MEpKantME and pKant were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/25/T--TUDelft--20180908kavishPCRforKanRandMEKanRME.jpg" alt="Gel electrophoresis">   
 +
    <p>The gel shows multiple bands and indicates the plasmid sample may be contaminated with other DNA. This is the case, regardless of flanking with MEs or not.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify KanR cassette with (MEpKantME*) and without (pKant*) MEs (~1kb), high fidelity PCR was done using the following forward and reverse primers. 50µL PCR mixtures were prepared, according to the High Fidelity PCR protocol. The same preparation was done as on 7/9/2018, but now with a gradient of annealing temperatures.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s) are identical to as on 7/9/2018. Based on previous experiments, it suspected that the usual pSB1K3 plasmid sample is contaminated, so it was decided to work with a different vial (isolated in 2010, by iGEM Team TU Delft).
 +
</p> 
 +
<p>The thermocycler programme was installed to have an extension time of 45sec and an annealing temperature range from 65°C to 72°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>8/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>KanR cassette PCR fragments (with and without MEs) were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/40/T--TUDelft--20180908_2010pSB1K3templatewerktdusblijkbaarwelLOLOL.jpg" alt="Gel electrophoresis">   
 +
<p>This gel shows that the initial template used indeed did not contain pur pSB1K3. The 2010 isolate was a useful alternative to this, showing that the problematics was due to template contamination.</p> 
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVVS1">Sunday, 09/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVVS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid </th>
 +
<th class="tableheaderadpbl">Volume added (µL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>pSB1K3</td>
 +
      <td>1 (~350ng)</td>
 +
      <td>LB+Kan</td>
 +
      <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Kan</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
    <h4> Inoculation of <i>in vivo</i> assay controls </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid </th> 
 +
    <th class="tableheaderadpbl">Medium </th>
 +
</tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i> BL21DE3</td>
 +
      <td>pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
      <td>LB+Kan</td> </tr>
 +
  <tr class="tableevenadpbl">
 +
<td><i>E.coli</i> BL21DE3</td>
 +
      <td>pACYCdxCas9Tn5<i>lacZ</i>gRNA + pSB1K3</td>
 +
      <td>LB+Kan</td> </tr>
 +
</table></center>   
 +
    <br>
 +
    <p>200 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify MEpKantME (~1kb, entails full expressional cassette for kanamycin resistance, flanked with MEs), high fidelity PCR was done using pSB1K3 as template DNA and IV013 and IV014 as forward and reverse primers respectively. PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
 
 +
</p>
 +
 
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 45sec and an annealing temperature of 65°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>9/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>MEpKantME PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL
 +
    was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f9/T--TUDelft--20180909KavishMEpKantME.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>       
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVS2" type="checkbox" class="dropinput" />
 +
<label for="WeekVVS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVivo2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVS2">Wednesday, 12/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Strain DH5alpha+pSB1K3 (red phenotype)
 +
    and BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA were used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with kanamycin for pSB1K3, and chloramphenicol for pACYC-derived vectors) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVS2">Thursday, 13/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <div class="spcmkr"></div>
 +
    <!-- COPY FROM HERE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>13/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of DH5alpha + pSB1K3 were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1K3</td>
 +
      <td>125</td>
 +
      <td>1.9</td>
 +
      <td>2.0</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1K3</td>
 +
            <td>130</td>
 +
      <td>1.9</td>
 +
      <td>2.1</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> </td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify MEpKantME & pKant (~1kb), high fidelity PCR was done using freshly isolated pSB1K3 as template DNA. PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
    <br>
 +
   
 +
Primer combination(s) and expected fragment(s)
 +
 
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Sample</th>
 +
    <th class="tableheaderadpbl">Fw primer</th>
 +
    <th class="tableheaderadpbl">Rv primer</th>
 +
    <th class="tableheaderadpbl">Template</th>
 +
      <th class="tableheaderadpbl">expected size (bp) </th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MEpKantME</td>
 +
      <td>IV013</td>
 +
      <td>IV014</td>
 +
      <td>pSB1K3</td>
 +
      <td>~1kb</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pKant</td>
 +
      <td>IV015</td>
 +
      <td>IV016</td>
 +
      <td>pSB1K3</td>
 +
      <td>~1kb</td>
 +
  </tr>
 +
 
 +
</table></center>   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 45sec and an annealing temperature of 65°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th> 
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
      <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pACYCTn5</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
          <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21DE3</td>
 +
      <td>pACYCdxCas9Tn5</td>
 +
      <td>LB+Cam</td>
 +
    </tr>
 +
   
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>13/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR samples for kanamycin expression cassettes were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/59/T--TUDelft--20180913KavishMEpKantMEandpKant.jpg" alt="Gel electrophoresis">   
 +
 
 +
<p>This gel shows that, finally, the kanamycin cassettes (each ~1000bp) are appropriately amplified, without byproducts. This means the PCR protocol & template used on 13/9/2018 is correct.</p>
 +
   
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVS2">Friday, 14/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of pACYCTn5 and pACYCdxCas9Tn5 after transformation from 13/9/2018. These plasmids contain the T7 expression system, which can be checked with primers 029 & 030.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>picked colony</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>029</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>030</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size</td>
 +
    <td>pACYCTn5: ~1.5kb<br>
 +
      pACYCdxCas9Tn5: ~6.2kb</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>Tubes were prepared for colony PCR, containing picked as template DNA. The thermocycler programme was installed to have an extension time of 6.5min and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/82/T--TUDelft--20180914KAVISHColonyPCR.jpg" alt="Gel electrophoresis">   
 +
    <p>The gel shows that BL21DE3 was successfully transformed with pACYCdxCas9Tn5 (lane 2) and also with pACYCTn5 (lane 5). DH5alpha was not rendered with a pACYC-Gblock3&4 insert (lane 6 & 7), as the expected size would be 6kb.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
    The following strains were used for inoculation of 30mL liquid starter cultures:</p>
 +
    <ul>
 +
    <li>BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</li>
 +
        <li>BL21DE3 + pACYCdxCas9Tn5</li>
 +
    <li>BL21DE3 + pAYCTn5</li>
 +
    </ul>
 +
    <p>Preparation of the LB media (Luria Broth, complemented with cloramphenicol) was done following the Liquid Starter Culture Protocol.<br>
 +
        The cultures were grown until OD0.5, prior to making them electrocompetent.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Electrocompetent Cell Preparation</h4> 
 +
    <p>The following strains were made electrocompetent: </p><ul>
 +
    <li>BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</li>
 +
        <li>BL21DE3 + pACYCdxCas9Tn5</li>
 +
    <li>BL21DE3 + pAYCTn5</li>
 +
    </ul>.<p> Washing steps were only done with cold, sterile MilliQ. The final resuspension was done with 50% glycerol.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    MEpKantME & pKant PCR products from 13/9/2018 were subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q (2x20µl per column).
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MEpKantME</td>
 +
      <td>993</td>
 +
      <td>1.85</td>
 +
      <td>2.15</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>MEpKant</td>
 +
      <td>1153</td>
 +
          <td>1.87</td>
 +
      <td>2.29</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pKant</td>
 +
          <td>823</td>
 +
              <td>1.78</td>
 +
      <td>2.06</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>The following solid media were prepared:</p>
 +
    <ul>
 +
    <li>Luria Broth (LB) + X-gal + IPTG</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam + Kan</li>
 +
    </ul>
 +
<p>Final concentrations in these media are:
 +
    <ul>
 +
    <li>0.1µmol IPTG per mL medium</li>
 +
    <li>40 µg X-gal per mL medium</li>
 +
    </ul>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>DpnI Digestion</h4> 
 +
<p>To eliminate any residual template DNA, a DpnI digestion was performed with the following reaction mixture:
 +
</p>
 +
 
 +
    <center><table>
 +
        <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10x CutSmart buffer</td>
 +
    <td>5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>PCR product</td>
 +
    <td>40</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Enzyme (DpnI)</td>
 +
    <td>1</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>4</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated for 4 hours at 37 °C. <br>
 +
Heat inactivation was performed for 30 minutes at 80 °C.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SATURDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayVVS2">Saturday, 15/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayVVS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Kanamycin PCR samples were run on a 0.8% agarose gel in TAE buffer. 1μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1f/T--TUDelft--20180915KAVISH_pkant-mepkantme.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>DpnI Digest Clean-up</h4> 
 +
<p>
 +
DpnI digested kanamycin PCR products were subjected to Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MEpKantME<sub>DpnI</sub></td>
 +
    <td>1537.3</td>
 +
      <td>1.86</td>
 +
      <td>2.29</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>735</td>
 +
      <td>1.82</td>
 +
      <td>2.18</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> </td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>15/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Electroporation</h4> 
 +
<p>The following transformations were carried out according to the protocol for electroporation:</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Medium*</th>
 +
        </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> DH5alpha</td>
 +
    <td>pACYC-DUET</td>
 +
    <td>2</td>
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>4</td>
 +
  </tr>
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>5</td>
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>3</td>
 +
           
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>1 & 2</td>
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1 & 4</td>
 +
 
 +
 
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1 & 4</td>
 +
   
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>1 & 4</td>
 +
     
 +
 
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>-</td>
 +
      <td>1 & 2</td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1 & 4</td>
 +
     
 +
   
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1 & 4</td>
 +
 
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pSB1K3</td>
 +
      <td>1 & 4</td>
 +
     
 +
   
 +
  </tr> 
 +
       
 +
</table></center>   
 +
<i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Xgal+IPTG</li>
 +
        <li>LB+Kan</li>
 +
        <li>LB+Cam</li>
 +
       
 +
    </ol><br> 
 +
<p>Of every linear fragment used, 200ng was electroporated. Of every plasmid, 50ng was electroporated. 200 μl LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVVS2">Sunday, 16/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVVS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 14/9/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
    <i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Xgal+IPTG</li>
 +
        <li>LB+Kan</li>
 +
        <li>LB+Cam</li></ol>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Medium*</th>
 +
    <th class="tableheaderadpbl">Observation</th>
 +
        </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> DH5alpha</td>
 +
    <td>pACYC-DUET</td>
 +
    <td>2</td>
 +
        <td>white phenotype<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/66/T--TUDelft--20180915-DH5alpha-pACYC.jpg" alt="Gel electrophoresis"> </td>
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>4</td>
 +
                <td>no growth </td>
 +
                       
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>5</td>
 +
                <td>no growth</td>
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>-</td>
 +
    <td>3</td>
 +
                <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/81/T--TUDelft--20180915-A-LBXgalIPTG.jpg"> </td>
 +
        </tr>     
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>1</td>
 +
  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/81/T--TUDelft--20180915Bcamkan.jpg"> </td>
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>2</td>
 +
  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3f/T--TUDelft--20180915Bcamxgal.jpg"> </td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
  <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2a/T--TUDelft--20180915Ccamkanxgal.jpg"> </td>
 +
 
 +
  </tr> 
 +
    <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
  <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f2/T--TUDelft--20180915Ckan.jpg"> </td>
 +
 
 +
  </tr> 
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
      <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a1/T--TUDelft--20180915Dcamkanxgal.jpg"> </td>
 +
 
 +
 
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
      <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/7c/T--TUDelft--20180915Dkan.jpeg"></td>
 +
 
 +
 
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>1</td>
 +
        <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/fa/T--TUDelft--20180915Ecamkanxgal.jpg"></td>
 +
 
 +
  </tr> 
 +
    <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>4</td>
 +
        <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8d/T--TUDelft--20180915Ekan.jpeg"></td>
 +
 
 +
  </tr> 
 +
    <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>-</td>
 +
      <td>1</td>
 +
    <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d2/T--TUDelft--20180915Fcamkanxgal.jpg"> </td>
 +
 
 +
  </tr>
 +
    <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>-</td>
 +
      <td>2</td>
 +
    <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2e/T--TUDelft--20180915Fcamxgal.jpeg"> </td>
 +
 
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
        <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cc/T--TUDelft--20180915Gcamkanxgal.jpg"> </td>
 +
   
 +
  </tr> 
 +
  <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
        <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f9/T--TUDelft--20180915Gkan.jpg"> </td>
 +
   
 +
  </tr> 
 +
    <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
    <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/59/T--TUDelft--20180915Hcamkanxgal.jpg"></td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
    <td>no growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/ca/T--TUDelft--20180915Hkan.jpg"></td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pSB1K3</td>
 +
      <td>1</td>
 +
        <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0a/T--TUDelft--20180915Icamkanxgal.jpg"></td>
 +
   
 +
  </tr> 
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCTn5</td>
 +
    <td>pSB1K3</td>
 +
      <td>4</td>
 +
        <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/56/T--TUDelft--20180915Ikan.jpg"></td>
 +
   
 +
  </tr> 
 +
       
 +
</table></center>   
 +
    <br>   
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVS3" type="checkbox" class="dropinput" />
 +
<label for="WeekVVS3" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVivo3"></a>Week 3 17/09/2018 - 23/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVVS3">Monday, 17/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVVS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4>Solid Medium Preparation</h4> 
 +
<p>
 +
The following solid media were prepared:
 +
    <ul>
 +
    <li>Luria Broth (LB) + X-gal + IPTG</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam</li>
 +
    <li>Luria Broth (LB) + X-gal + IPTG + Cam + Kan</li>
 +
    </ul><br>
 +
Final concentrations in these media are:
 +
    <ul>
 +
    <li>0.1µmol IPTG per mL medium</li>
 +
    <li>40 µg X-gal per mL medium</li>
 +
    </ul>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>17/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
A colony of BL21DE3+pACYCdxCas9Tn5<i>lacZ</i>gRNA was used for inoculation of 60mL liquid starter culture (Luria Broth, complemented with chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
    <p>
 +
The idea was to inoculate a white phenotype colony (BL21DE3 + pACYCTn5 + MEpKantME, plated on LB+Xgal+IPTG+Cam+Kan, 15/9/2018). But the phenotype has changed over two days to form a red colony. <b>This was the first indication of what was going to become a hard time. Red colony phenotype formation is latent and can develop over 5 days.</b>
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVS3">Wednesday, 19/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
    The following strains were used for inoculation of 30mL liquid starter cultures:</p>
 +
    <ul>
 +
    <li>BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</li>
 +
    </ul>
 +
    <p>Preparation of the LB media (Luria Broth, complemented with cloramphenicol) was done following the Liquid Starter Culture Protocol.<br>
 +
        The cultures were grown until OD0.5, prior to making them electrocompetent. The starter culture included IPTG induction from OD0.2 onwards.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>19/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Electrocompetent Cell Preparation</h4> 
 +
    <p>The following strains were made electrocompetent: </p><ul>
 +
    <li>BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</li>
 +
        <li>BL21DE3 + pACYCdxCas9Tn5</li>
 +
    <li>BL21DE3 + pAYCTn5</li>
 +
    </ul>.<p> Washing steps were only done with cold, sterile MilliQ. The final resuspension was done with 50% glycerol.
 +
</p>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>19/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Electroporation</h4> 
 +
    <p>As a second attempt, with 800ng-1µg DNA instead of 200ng (compared to 15/9/2018), the following transformations were carried out according to the protocol for electroporation. <i>It was assumed that some of the controls are not necessesary to repeat, since they have repeatedly shown to be consistent.</i></p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Medium*</th>
 +
        </tr>
 +
           
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>1 & 2</td>
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1, 2 & 4</td>
 +
 
 +
 
 +
  </tr> 
 +
          <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1, 2 & 4</td>
 +
   
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>1, 2 & 4</td>
 +
     
 +
 
 +
  </tr> 
 +
       
 +
</table></center>   
 +
<i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Xgal+IPTG</li>
 +
        <li>LB+Kan</li>
 +
        <li>LB+Cam</li>
 +
       
 +
    </ol><br> 
 +
<p>Of every linear fragment used, 200ng was electroporated. Of every plasmid, 50ng was electroporated. 200 μl LB medium was added as recovery medium with 0.1mM IPTG.
 +
</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVS3">Thursday, 20/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 19/9/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed.  <br><i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i></p>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Xgal+IPTG</li>
 +
        <li>LB+Kan</li>
 +
        <li>LB+Cam</li>
 +
    </ol>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Medium*</th>
 +
    <th class="tableheaderadpbl">Observation</th>
 +
        </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>1</td>
 +
      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/88/T--TUDelft--20180919Bcamkan.jpg"></td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>-</td>
 +
      <td>2</td>
 +
              <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f6/T--TUDelft--20180919Bcam.jpg"></td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/7f/T--TUDelft--20180919Ccamkan.jpg"></td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>2</td>
 +
                  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0c/T--TUDelft--20180919Cam.jpg"></td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pKant<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
                  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8a/T--TUDelft--20180919Ckan.jpg"></td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
              <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cb/T--TUDelft--20180919Dcamkan.jpg"></td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>2</td>
 +
                      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b6/T--TUDelft--20180919Dcam.jpg"></td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
<td>MEpKantME<sub>DpnI</sub></td>
 +
      <td>4</td>
 +
                      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2e/T--TUDelft--20180919Dkan.jpg"></td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>1</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8e/T--TUDelft--20180919Ecamkan.jpg"></td>
 +
  </tr>
 +
<tr class="tableevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>2</td>
 +
                  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1d/T--TUDelft--20180919Ecam.jpg"></td>
 +
  </tr>
 +
<tr class="tableunevenadpbl">
 +
<td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1K3</td>
 +
      <td>4</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/ed/T--TUDelft--20180919Ekan.jpg"></td>
 +
  </tr>       
 +
</table></center> 
 +
        <br>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVS3">Friday, 21/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>21/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>High Fidelity PCR</h4> 
 +
<p> To amplify kanamycin with ME flanks and biobrick flanks (~1kb) for placing it into a biobrick, high fidelity PCR was done using pSB1K3 as template DNA and IV017 & IV018 as forward and reverse primers respectively. PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 50sec and an annealing temperature of 65°C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>Biobrick flanked MepKantME was run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/36/T--TUDelft--20180921kavishkanRbiobirckk.jpg" alt="Gel electrophoresis">   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    Biobrick flanked PCR products were subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>21/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Biobrick flanked MEpKantME</td>
 +
      <td>620</td>
 +
      <td>2.25</td>
 +
      <td>1.9</td>
 +
  </tr>
 +
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayVVS3">Sunday, 23/09/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayVVS3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>23/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Restriction </h4> 
 +
<p>Restriction cloning was done for assembling MEpKantME in pSB1C3. The following table shows an overview of what fragment(s) was/were cut with what restriction enzyme(s).
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>10x CutSmart buffer  &nbsp; &nbsp;</td>
 +
      <td>2</td>
 +
      <td>2</td>
 +
     
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Fragment</td>
 +
      <td>3.5µl (2µg)<br>
 +
          Biobrick flanked MEpKantME</td>
 +
      <td>15µl (2µg)<br>
 +
          pSB1C3</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>0.4µl EcoRI</td>
 +
        <td>0.4µl EcoRI</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td>Enzyme</td>
 +
      <td>0.4µl SpeI</td>
 +
          <td>0.4µl XbaI</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td> 13.7</td>
 +
        <td> 2.2</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>The samples were incubated for 4 hour(s) at 37 °C, and were not heat inactivated.
 +
 
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    restricted PCR products were subjected to PCR Clean-Up, according to the protocol. Elution was done in 30 µL Milli-Q.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>BBMEpKantMEBB<sub>EcoRI/SpeI</sub></td>
 +
      <td>75</td>
 +
      <td>1.9</td>
 +
      <td>1.5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
  <td>BBMEpKantMEBB<sub>EcoRI/SpeI</sub></td>
 +
      <td>1.9</td>
 +
      <td>1.7</td>
 +
  </tr>
 +
   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>23/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Ligation</h4> 
 +
<p>In order to assemble cut fragments ligation was performed. A 20µl ligation reaction mixture was prepared with the following composition</p>
 +
   
 +
    <center><table>
 +
       
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL) </th>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Ligase Buffer (10x) </td>
 +
      <td>2</td>
 +
  <tr class="tableevenadpbl">
 +
    <td>T4 DNA Ligase</td>
 +
      <td>1</td>
 +
      <tr class="tableunevenadpbl">
 +
    <td>DNA vector (~100 ng) </td>
 +
          <td>4.6</td>
 +
    <tr class="tableunevenadpbl">
 +
    <td>DNA fragment (~500 ng) </td>
 +
          <td>6.5</td>
 +
        <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
          <td>5.9</td>
 +
</table></center>   
 +
 
 +
<p>The samples were incubated overnight at 4°C for ligation. </p>
 +
 
 +
   
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<!------- SEPTEMBER WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekVVS4" type="checkbox" class="dropinput" />
 +
<label for="WeekVVS4" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberInVivo4"></a>Week 4 24/09/2018 - 30/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayVVS4">Monday, 24/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayVVS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>24/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>2</td>
 +
      <td>LB+Cam</td></tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>2</td>
 +
        <td>LB+Cam+Kan</td></tr>
 +
              <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>18</td>
 +
                  <td>LB+Cam</td></tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>18</td>
 +
            <td>LB+Cam+Kan</td></tr>
 +
          <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
              <td>LB+Cam</td></tr>
 +
            <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
              <td>LB+Cam+Kan</td></tr>
 +
     
 +
</table></center>   
 +
  *default RFP is NOT cut out of the backbone.  <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayVVS4">Tuesday, 25/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayVVS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>25/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 24/9/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid/insert</th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
    <th class="tableheaderadpbl">Medium</th>
 +
    <th class="tableheaderadpbl">Result</th>
 +
   
 +
    </tr>
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>LB+Cam</td>
 +
      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a0/T--TUDelft--20180924BBMeKantcam.jpg" alt="Gel electrophoresis"></td>
 +
    </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>MEpKantME in pSB1C3*</td>
 +
      <td>restriction-ligation</td>
 +
      <td>LB+Cam+Kan</td>
 +
      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/da/T--TUDelft--20180924kancam.jpg" alt="Gel electrophoresis"></td>
 +
    </tr>
 +
    <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Cam</td>
 +
            <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/4b/T--TUDelft--20180924dh5alphacam.jpg" alt="Gel electrophoresis"></td>
 +
    </tr>
 +
    <tr class="tableevenadpbl">
 +
      <td><i>E.coli</i>DH5α</td>
 +
      <td>-</td>
 +
      <td>-</td>
 +
      <td>LB+Cam+Kan</td>
 +
      <td>No growth<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a3/T--TUDelft--20180925kavishDH5alphakancam.jpg" alt="Gel electrophoresis"></td>
 +
    </tr>
 +
</table></center>
 +
    <br>   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>25/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify construction f the right plasmid, and propagation thereof. This plasmid contains ME-flanked kanamycin and RFP, placed in a pSB1C3 backbone, which can be checked with primers VF2 and VR.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Template DNA</td>
 +
    <td>picked colony</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Forward primer</td>
 +
    <td>VF2</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Reverse primer</td>
 +
    <td>VR</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Expected amplicon size (bp)</td>
 +
    <td>2454*</td>
 +
  </tr>   
 +
</table></center>   
 +
    <i>*We expect 1383bp in case of no placement of MEpKantME in the vector. </i>
 +
<p>Tubes were prepared for colony PCR, containing picked colony as template DNA. The thermocycler programme was installed to have an extension time of 3 minutes and an annealing temperature of 60°C. After the programme was finished, samples were kept at 4°C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>25/9/2018dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>colony PCR samples were run on a 0.8% agarose gel in TAE buffer. 5μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/5a/T--TUDelft--20180925colonypcrMEKanRME-RFP.png" alt="Gel electrophoresis">   
 +
    <p>Based on this gel, it was decided to continue with colony 4 & 6 for further aclaration. </p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>25/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
Colony 4 & 6 of the transformant plate (24/9/2018) were used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with chloramphenicol AND kanamycin) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayVVS4">Wednesday, 26/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayVVS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Plasmid Isolation</h4> 
 +
<p>
 +
    Overnight starter cultures of colony 4 & 6 were subjected to plasmid isolation following the Plasmid Isolation Protocol. Final elution was done with 30 μL of pre-warmed MilliQ.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were verified to be around 1.8~1.9.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-RFP-MEpKantME colony 4</td>
 +
      <td>264</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
      <td>pSB1C3-RFP-MEpKantME colony 4</td>
 +
      <td>250</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>pSB1C3-RFP-MEpKantME colony 6</td>
 +
      <td>252</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>pSB1C3-RFP-MEpKantME colony 6</td>
 +
      <td>229</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4>Sequence Verification </h4>  <br>
 +
<h5>Option 1: Sequence from plasmid</h5><br>
 +
<p> For verification of MEpKantME being inserted into the pSB1C3, next to RFP, primers VF2, IV020 and VR were used for sequencing. The sequencing starts from the biobrick backone. The 10µL sequencing sample was prepared in a 1.5 mL tube as follows:
 +
 
 +
</p>
 +
   
 +
<center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
<th class="tableheaderadpbl">Volume (uL)</th>
 +
      <th class="tableheaderadpbl">Final concentration</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td>Plasmid DNA (500ng)</td>
 +
      <td>3</td>
 +
      <td>50 ng/uL</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>10uM primer</td>
 +
      <td>2.5</td>
 +
        <td>25 pmol</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
      <td>MilliQ</td>
 +
      <td>4.5</td>      <td>-</td>
 +
  </tr>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>Within 7 days, the sequence was retrievable online and alignment with the <i>in silico</i> designed molecule showed 100% match of the 1050 bp downstream of the sequencing primer binding site. </p>
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>High Fidelity PCR</h4> 
 +
    <p> To amplify MEpKantME with long arms (3560bp), high fidelity PCR was done using pSB1C3-RFP-MEpKantME as template DNA and IV023 & VR as forward and reverse primers respectively. PCR mixtures were prepared, according to the High Fidelity PCR protocol.</p>
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 3.5 minutes and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>The extended-arm MEpKantME fragments were run on a 0.8% agarose gel in TAE buffer. 3μL was pipetted into each lane. The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f7/T--TUDelft--20180926LONGFLANKEDFRAGMENTAHAHAAAHAAHHHAAHAHAHAHAA.jpg" alt="Gel electrophoresis">   
 +
    <p>This gel shows that this amplification worked as designed. The Kanamyin cassette is now protected better against exonuclease degradation of the ME flanks. (approximately 1200bp spacer arms).</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    PCR products of long-armed MEpKantME were subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>long-armed MEpKantME (colony 4)</td>
 +
      <td>1342</td>
 +
      <td>1.87</td>
 +
      <td>2.30</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>long-armed MEpKantME (colony 6)</td>
 +
          <td>1506</td>
 +
      <td>1.86</td>
 +
      <td>2.29</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> </td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>26/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>DpnI Digestion</h4> 
 +
<p>To eliminate any residual template DNA, a DpnI digestion was performed with the following reaction mixture:
 +
</p>
 +
 
 +
    <center><table>
 +
        <tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10x CutSmart buffer</td>
 +
    <td>5</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>PCR product</td>
 +
    <td>34 (~45-50µg)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Enzyme (DpnI)</td>
 +
    <td>1</td> 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>MilliQ</td>
 +
    <td>10</td>
 +
  </tr>   
 +
</table></center>   
 +
   
 +
<p>The reaction was incubated overnight at 37 °C. No heat inactivation was performed.</p>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayVVS4">Thursday, 27/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayVVS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>PCR clean-up</h4> 
 +
<p>
 +
    50 μL of restriction product was subjected to PCR Clean-Up, according to the protocol. Elution was done in 40 µL Milli-Q.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>27/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Nanodrop DNA Quantification</h4> 
 +
<p>
 +
    The following isolates were quantified according to the Nanodrop DNA Quantification protocol. The concentration and purity of the DNA (260/280 and 260/230 ratios) were measured.
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Isolate</th>
 +
    <th class="tableheaderadpbl">Concentration (ng/uL)</th>
 +
    <th class="tableheaderadpbl">260/280 ratio</th>
 +
    <th class="tableheaderadpbl">260/230 ratio</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>long-armed MEpKantME<sub>DpnI</sub> (colony 4)</td>
 +
      <td>496</td>
 +
      <td>1.86</td>
 +
      <td>2.24</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>long-armed MEpKantME<sub>DpnI</sub> (colony 6)</td>
 +
          <td>588</td>
 +
      <td>1.85</td>
 +
      <td>2.22</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td> </td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td></td>
 +
  </tr>   
 +
</table></center>   
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>27/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
 
 +
<h4>Electroporation</h4> 
 +
<p>The following transformations were carried out according to the protocol for electroporation:</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strains</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Amount added</th>
 +
    <th class="tableheaderadpbl">Plate medium</th>
 +
        </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
    <td>50ng</td>
 +
    <td>1 & 2</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em>  BL21DE3</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>1µg</td>
 +
      <td>1 & 2</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
      <td>50ng</td>
 +
      <td>1, 2 & 3</td>
 +
  </tr> 
 +
      <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>1µg</td>
 +
      <td>1, 2 & 3</td>
 +
  </tr> 
 +
</table></center>   
 +
    <i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Kan</li></ol>
 +
<p>200μl LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayVVS4">Friday, 28/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayVVS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
    <h4> Transformation Results </h4> 
 +
<p> After carrying out the transformation protocol on 27/9/2018, the plates were left for overnight incubation. After ~14-18hr incubation, the following results were observed: </p>
 +
   
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strains</th>
 +
    <th class="tableheaderadpbl">Plasmid/fragment size (bp)</th>
 +
    <th class="tableheaderadpbl">Plate medium</th>
 +
      <th class="tableheaderadpbl">Observation</th>
 +
        </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
    <td>1</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6b/T--TUDelft--20180928pBL21DE3pSB1C3MEpKantME-RFP_XgalIPTGCamKan.jpg"></td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
    <td>2</td>
 +
              <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3c/T--TUDelft--20180928pBL21DE3pSB1C3MEpKantME-RFP_XgalIPTGCam.jpg"></td>
 +
  </tr>
 +
       
 +
  <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em>  BL21DE3</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1b/T--TUDelft--20180928pBL21DE3longarmedMEpKant_XgalIPTGCamKan.jpg"></td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em>  BL21DE3</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>2</td>
 +
      <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8b/T--TUDelft--20180928pBL21DE3longarmedMEpKant_XgalIPTGCam.jpg"></td>
 +
  </tr>
 +
       
 +
      <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
      <td>1</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/ff/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNApSB1C3MEpKanME-RFP_XgalIPTGCamKan.jpg"></td>
 +
  </tr> 
 +
        <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
      <td>2</td>
 +
            <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e1/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNApSB1C3MEpKanME-RFP_XgalIPTGCam.jpg"></td>
 +
  </tr> 
 +
            <tr class="tableunevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>pSB1C3-MEpKantME-RFP</td>
 +
      <td>3</td>
 +
                <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6e/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNApSB1C3MEpKanME-RFP_Kan.jpg"></td>
 +
  </tr> 
 +
       
 +
       
 +
      <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>1</td>
 +
          <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e7/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNAlongflanksMEpKanME-RFP_XgalIPTCamKan.jpg"></td>
 +
  </tr> 
 +
              <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>2</td>
 +
                  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/86/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNAlongflanksMEpKanME-RFP_XgalIPTCam.jpg"></td>
 +
  </tr> 
 +
              <tr class="tableevenadpbl">
 +
    <td><em>E. coli</em> BL21DE3 + pACYCdxCas9Tn5<i>lacZ</i>gRNA</td>
 +
    <td>long-armed MEpKantME<sub>DpnI</sub></td>
 +
      <td>3</td>
 +
                  <td><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a3/T--TUDelft--20180928BL21DE3pACYCdxCas9Tn5lacZgRNAlongflanksMEpKanME-RFP_Kan.jpg"></td>
 +
  </tr> 
 +
</table></center>   
 +
    <i>*Some samples were plated on several media. The media are displayed with the corresponding numbers:</i>
 +
    <ol><li>LB+Xgal+IPTG+Cam+Kan</li>
 +
        <li>LB+Xgal+IPTG+Cam</li>
 +
        <li>LB+Kan</li></ol>
 +
    <br>
 +
    Some of the colonies had white phenotype when observing them after 14-18h incubation. However, judging from previous observations, it is not excluded that RFP might come to expression at a later stage. Nevertheless, these colonies were inoculated for further identification.
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>28/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Liquid Starter Culture Preparation</h4> 
 +
<p>
 +
White colonies from LB+Cam+Kan+IPTG+Xgal plates were used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with chloramphenicol & kanamycin) following the Liquid Starter Culture Protocol.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>28/9/2018</dd>
 +
  <dt>Operator</dt><dd>Kavish Kohabir</dd>
 +
</dl>
 +
<h4>Colony PCR</h4> 
 +
    <p>Colony PCR was done to verify whether <i>lacZ</i> was really disrupted. The following rimer setup was used:</p>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/49/T--TUDelft--2018_invivoprimers.png">
 +
 
 +
    <p>With this setup, the following amplicon sizes are expected:</p>
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Primers</th>
 +
    <th class="tableheaderadpbl">No integration</th>
 +
    <th class="tableheaderadpbl">Integration</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>IV007 & IV019</td>
 +
    <td>no band</td>
 +
      <td>?*</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>IV020 & IV008</td>
 +
  <td>no band</td>
 +
      <td>?*</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>IV007 & IV022</td>
 +
    <td>2180bp</td> 
 +
          <td>3218bp</td>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>IV021 & IV008</td>
 +
    <td>2658bp</td>
 +
      <td>3696bp</td>
 +
  </tr>   
 +
</table></center>   
 +
    *This amplicon size depends on the integration site of the donor DNA. The maximum expected size is 5kb.
 +
<p>23 colonies were used for doing 4 PCR reactions each + a control (isolated parental BL21DE3 gDNA for each PCR; 92 reactions total. Resuspende colony served as template DNA for each reaction. The thermocycler programme was installed to have an extension time of 5min and an annealing temperature of 60 °C. After the programme was finished, samples were kept at 4°C.</p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/01/T--TUDelft--20180928MEGAMASSAHUGEIMMENSECOLONYPCRHEUJJJJJJ1.JPG"><br>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/df/T--TUDelft--20180928MEGAMASSAHUGEIMMENSECOLONYPCRHEUJJJJJJ2.JPG"><br>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/ba/T--TUDelft--20180928MEGAMASSAHUGEIMMENSECOLONYPCRHEUJJJJJJ3.JPG"><br>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div>   
 +
   
 +
 
 +
<div class="container nowbg" id="Purification">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">June<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JunePurification4" class="adpbl">Week: 25/06/2018 - 01/06/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">July<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#JulyPurification1" class="adpbl">Week: 02/07/2018 - 08/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyPurification2" class="adpbl">Week: 09/07/2018 - 15/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyPurification3" class="adpbl">Week: 16/07/2018 - 22/07/2018</a>         
 +
            </li>
 +
            <li><a href="#JulyPurification4" class="adpbl">Week: 23/07/2018 - 29/07/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">August<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#AugustPurification1" class="adpbl">Week: 30/07/2018 - 05/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustPurification2" class="adpbl">Week: 06/08/2018 - 12/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustPurification3" class="adpbl">Week: 13/08/2018 - 19/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustPurification4" class="adpbl">Week: 20/08/2018 - 27/08/2018</a>         
 +
            </li>
 +
            <li><a href="#AugustPurification5" class="adpbl">Week: 28/08/2018 - 02/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberPurification1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPurification2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPurification3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberPurification4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberPurification1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberPurification2" class="adpbl">Week: 08/10/2018 - xx/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
<!---------------- JUNE -------------------->   
 +
<h3 class="adpbl">June</h3><br>
 +
   
 +
    <!------- JUNE WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekPF4" type="checkbox" class="dropinput" />
 +
<label for="WeekPF4" class="subdropdown cadpbl"><a class="repositioner" id="JunePurification4"></a>Week 4 25/06/2018 - 01/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPF4">Friday, 29/06/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPF4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/06/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5 protein. A colony with Tn5_3 strain was used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SATURDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayPF4">Saturday, 30/06/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayPF4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>30/06/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 protein continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.09</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>1:00pm</td>
 +
    <td>0.2</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>2:00pm</td>
 +
    <td>0.49</td>
 +
  </tr>
 +
</table></center>   
 +
    <br>
 +
   
 +
 
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.49, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayPF4">Sunday, 01/07/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayPF4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
      <dl>
 +
  <dt>Date</dt><dd>01/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. 5.71g of cells of Tn5 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>80uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>400uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/56/T--TUDelft--2018_Figure1_01072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure expression of Tn5: </b> <i>12% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane clarified lysate, lane 3 cell debris.
 +
.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 33.5mL clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/bd/T--TUDelft--2018_Figure2_01072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane clarified lysate, lane 3 cell debris, lane 4 flow through, lane 5 wash1, lane 6 wash2, lane 7 Elution 1, lane 8 Elution 2, lane 9 Elution 3, lane 10 Elution 4.</i>
 +
</p>
 +
        <br>
 +
    <p>No Tn5 was observed in the lysate or the elution fraction. At first, we thought an error occurred during expression, however after thorough analysis we identified our mistake. There was a miss communication between stain construction and bioprocess as a result the plasmid was in the incorrect host organism. The Tn5 plasmid was still in DH5 alpha. Going forward, all transformation into expression host will be covered by the bioprocess team, to avoid this mistake in the future. </p>
 +
   
 +
<div class="spcmkr"></div>
 +
        </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
<br>   
 +
 
 +
<!---------------- July -------------------->
 +
    <h3 class="adpbl">July</h3><br>
 +
    <!------- JULY WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFJ1" type="checkbox" class="dropinput" />
 +
<label for="WeekPFJ1" class="subdropdown cadpbl"><a class="repositioner" id="JulyPurification1"></a>Week 1 02/07/2018 - 08/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFJ1">Monday, 02/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>02/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The Tn5_3 plasmid was transfomred into BL21AI for Tn5 protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>Tn5.3 (5210bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFJ1">Tuesday, 03/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
  <dl>
 +
  <dt>Date</dt><dd>03/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5 protein. A colony with Tn5_3 strain was used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
   
 +
        </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFJ1">Wednesday, 04/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>04/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 protein continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:30am</td>
 +
    <td>0.12</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:30am</td>
 +
    <td>0.25</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:30am</td>
 +
    <td>0.56</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.56, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFJ1">Thursday, 05/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFJ1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>05/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. 5.87g of cells of Tn5 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>82uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>411uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f5/T--TUDelft--2018_Figure1A_05072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure expression of Tn5: </b> <i>12% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate.
 +
.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 33.5mL clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/04/T--TUDelft--2018_Figure2A_05072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 flow through, lane 5 wash1, lane 6 Elution 1, lane 7 Elution 2, lane 8 Elution 3, lane 9 Elution 4 , lane 10 elution 5</i>
 +
</p>
 +
        <br>
 +
 
 +
    <p>A significant amount of Tn5 was observed in the nickel chromatography elution fractions (lane 6-9), however the Tn5 protein was also observed in the flowthrough and wash fractions (lane 4,5). It is recommended to optimize the nickel chromatography to reduce these losses, however a bigger consern is a double band for Tn5 is observed. One at the expected weight, and one slightly higher. It was unclear why the Tn5 would run higher. As a following step, elution fraction 1 (lane 6) was run under different denaturing conditions to fully denature the protein.</p>
 +
   
 +
      <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the degradation of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8b/T--TUDelft--2018_Figure3_16082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Different sample gel preparation conditions. </b> <i> 12% SDS PAGE of Tn5 (expected size 53.3kDa)  Lane 1 molecular ladder (kDa), lane 2 950C 30min, lane 3 950C 15min, lane 4 750C 7min, lane 5 No boiling.</i>
 +
</p>
 +
   
 +
  <p>  A double band for Tn5 observed for all conditions, both bands from the 12% gel were excised and sent for mass spectrometry. The mass spectrometry confirmed that both bands were full length Tn5 with both the N and C terminal intact. This concluded that there was not any protease digestion and that the results are potentially due to a gel artifact. As a result, the purification will continue.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
        </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
     
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!------- JULY WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFJ2" type="checkbox" class="dropinput" />
 +
<label for="WeekPFJ2" class="subdropdown cadpbl"><a class="repositioner" id="JulyPurification2"></a>Week 2 09/07/2018 - 15/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFJ2">Monday, 09/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>09/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5. A colony with Tn5 strain was used for inoculation of 40mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
 
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>07/09/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <br>
 +
    <h4> Protein Purification - <i>Heparin Chromatography</i></h4>
 +
   
 +
    <p>The Tn5 protein was further purified with Heparin chromatography. The 1mL HiTrap Heparin HP column was connected to the AKTA pure in the cold room at 4 ℃. 2.5mL of nickel chromatography elution fraction 1-5 from Tn5 protein was injected into the injection loop and the chromatography was followed according to the Purification Protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the heparin chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 20% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8e/T--TUDelft--2018_Figure1_06072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Heparin Chromatography. </b> <i> : 20% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane 2 starting material, lane 3 flow through, lane 4 wash, lane 5 elution 1, lane 6 elution 2, lane 7 elution 3, lane 8 elution 4, lane 9 elution 5, lane 10 elution 6, lane 11 elution 7, lane 12 elution 8, lane 13 elution 9, lane 14 elution 10, lane 15 elution 11.  </i>
 +
    </p>
 +
        <br>
 +
 
 +
    <p>The heparin chromatography was successful. No losses were observed in the flowthrough or wash (ane 3-4) of the run, resulting in high recoveries. The first 4 elution fractions (lane 5-8) contained some low molecular weight contaminating proteins and therefore only elution fraction 6 to 11 (lane 10 to 15) were pooled.</p>
 +
       
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFJ2">Tuesday, 10/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 continued. Inoculated 800 mL liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.6.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>09:23</td>
 +
    <td>0.01</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>10:20</td>
 +
    <td>0.07</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:18</td>
 +
    <td>0.25</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:01</td>
 +
    <td>0.61</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.61, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFJ2">Wednesday, 11/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. The cells of Tn5 protein were resuspended in 30 mL Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>120uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 20% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/54/T--TUDelft--2018_NBJanine20180713.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 20% SDS PAGE of Tn5 (expected size 53.3kDa) Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 cell debris, lane 5 not bound lysate, lane 6  flow through, lane 7 wash, lane 8 elution 1, lane 9 elution 2, lane 10 elution 3, lane 11 elution 4, lane 12 elution 5, lane 13 elution 6.</i>
 +
</p>
 +
        <br>
 +
 
 +
  <p>The nickel chromatography was not completely successful, but there is some purification of Tn5. The Tn5 did not completely bind to the nickel resin and was observed in the flowthrough and wash (lane 5-7). It is recommended to further optimize the nickel chromatography to further reduce losses, and reduce contaminating proteins due to non-specific binding to the nickel resin (lane 8-10). However for our purposes, the losses were tolerated. Elution fractions 1 to 3 were pooled (lane 8-10).</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFJ2">Thursday, 12/07/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The dxcas9_19 plasmid was transfomred into BL21AI for dxCas9 protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>dxcas9_19 (7967bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayPFJ2">Sunday, 15/07/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayPFJ2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9 protein. A colony with dxcas9-linker-Tn5_9 strain was used for inoculation of 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
    <!------- JULY WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFJ3" type="checkbox" class="dropinput" />
 +
<label for="WeekPFJ3" class="subdropdown cadpbl"><a class="repositioner" id="JulyPurification3"></a>Week 3 16/07/2018 - 22/07/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFJ3">Monday, 16/07/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5. A colony with Tn5 strain was used for inoculation of 40mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>16/07/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9 protein continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>11:00am</td>
 +
    <td>0.14</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:10am</td>
 +
    <td>0.34</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>1:10am</td>
 +
    <td>0.54</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.54, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFJ3">Tuesday, 17/07/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>17/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 continued. Inoculated 800 mL liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.6.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:20</td>
 +
    <td>0.23</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>13:05</td>
 +
    <td>0.25</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:10</td>
 +
    <td>0.64</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.64, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>24/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9 protein started. Harvest the cells according to the purification protocol. 9.4g of cells of dxCas9 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>131.6uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>658uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="https://static.igem.org/mediawiki/2018/a/a0/T--TUDelft--2018_Figure3_17072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure dxCas9 Expression: </b> <i>12% SDS PAGE of dxCas9 (expected size 158.3kDa). Lane 1 molecular ladder (kDa), Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 51.2mL clarified lysate of dxCas9 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a2/T--TUDelft--2018_Figure4_17072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS PAGE of dxCas9 (expected size 158.3kDa) Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 flow through 1, lane 5 flow through 2, lane 6  flow through 3, lane 7 wash 1, lane 8 elution 1, lane 9 elution 2, lane 10 elution 3, lane 11 elution 4, lane 12 elution 5, lane 13 elution 6, lane 14 elution 1. 
 +
</i>
 +
</p>
 +
        <br>
 +
 
 +
    <p>The nickel chromatography was not successful. The dxCas9 did not bind to the nickel resin and was observed in the flowthrough and wash (lane 4-7). It is recommended to optimize the nickel chromatography by reducing the amount of imidazole in the binding buffer to 5mM for the next experiment.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFJ3">Wednesday, 18/07/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFJ3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>18/07/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. The cells of Tn5 protein were resuspended in 30 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>60uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain. Sadly no picture was taken. However, the purification was succesfull.
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
<!---------------- AUGUST -------------------->
 +
<h3 class="adpbl">August</h3><br>
 +
 
 +
    <!------- AUGUST WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFA2" type="checkbox" class="dropinput" />
 +
<label for="WeekPFA2" class="subdropdown cadpbl"><a class="repositioner" id="AugustPurification1"></a>Week 2 06/08/2018 - 12/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFA2">Monday, 06/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>06/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The dxcas9_19 plasmid was transfomred into BL21AI for dxCas9 protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>dxcas9_19 (7967bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFA2">Tuesday, 07/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>07/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9 protein. A colony with dxcas9-linker-Tn5_9 strain was used for inoculation of 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFA2">Wednesday, 08/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>08/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9-Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9-Tn5. A colony with dxCas9-Tn5_9 strain was used for inoculation of 40mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
 
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>08/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9 protein continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:30am</td>
 +
    <td>0.20</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:30am</td>
 +
    <td>0.38</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.52</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.52, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFA2">Thursday, 09/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9-Tn5 continued. Inoculated 2L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.6.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:50</td>
 +
    <td>0.23</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>13:30</td>
 +
    <td>0.25</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:10</td>
 +
    <td>0.47</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:20</td>
 +
    <td>0.58</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.58, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>09/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9 protein started. Harvest the cells according to the purification protocol. 4.4g of cells of dxCas9 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>61.6uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>77uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/48/T--TUDelft--2018_Figure1_17072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure dxCas9 Expression: </b> <i>12% SDS PAGE of dxCas9 (expected size 158.3kDa). Lane 1 molecular ladder (kDa), lane 2 pre-induced, lane 3 whole lysate, lane 4 clarified lysate, lane 5 cell debris.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 29mL clarified lysate of dxCas9 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 5mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/b3/T--TUDelft--2018_Figure2_17072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS PAGE of dxCas9 (expected size 158.3kDa) Lane 1 molecular ladder (kDa), lane 2 pre-induction, lane 3 whole lysate, lane 4 clarified lysate, lane 5 cell debris, lane 6  flow through, lane 7 wash 1, lane 8 wash 2, lane 9 elution 1, lane 10 elution 2, lane 11 elution 3, lane 12 elution 4, lane 13 elution 5, lane 14 elution 6.</i>
 +
</p>
 +
        <br>
 +
 
 +
    <p>The nickel chromatography was not completely successful, but improved significantly after an the concentration of imidazole in the binding buffer was reduced to 5mM. The dxCas9 did not completely bind to the nickel resin and was observed in the flowthrough and wash (lane 6-8). It is recommended to further optimize the nickel chromatography to further reduce losses, and reduce contaminating proteins due to non-specific binding to the nickel resin (lane 9-10). However for our purposes, the losses were tolerated, and only elution fractions 3 to 6 were pooled (lane 11-14). Additionally, a double band for dxCas9 is observed. The purification will be continued however, we will look deeper into this observation. Is this double band due to degradation, or some other interaction with the dxcas9? We are working with technicians on performing mass spectrometry. </p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPFA2">Friday, 10/07/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9-Tn5 protein started. Harvest the cells according to the purification protocol. The cells of dxCas9-Tn5 protein were resuspended in 30 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>60uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of dxCas9-Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 5mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9-Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain. Sadly no picture was taken. The results showed that the fusion protein would not bind to the column material. It was decided to do another purification, but with a lower concentration of Imidazole.
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>10/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <br>
 +
    <h4> Protein Purification - <i>Heparin Chromatography</i></h4>
 +
   
 +
    <p>The dxCas9 protein was further purified with Heparin chromatography. The 1mL HiTrap Heparin HP column was connected to the AKTA pure in the cold room at 4 ℃. 2mL of nickel chromatography elution fraction 3-6 from dxCas9 protein was injected into the injection loop and the chromatography was followed according to the Purification Protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the heparin chromatography of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6f/T--TUDelft--2018_Figure1_18072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Heparin Chromatography. </b> <i> 12% SDS PAGE of dxCas9 (expected size 158.3kDa). Lane 1 molecular ladder (kDa), lane 2 starting material, lane 3 flow through, lane 4 wash, lane 5 elution 1, lane 6 elution 2, lane 7 elution 3, lane 8 elution 4, lane 9 elution 5, lane 10 elution 6, lane 11 elution 7, lane 12 elution 8, lane 13 elution 9, lane 14 elution 10, lane 15 elution 11. </i>
 +
    </p>
 +
        <br>
 +
 
 +
    <p>The heparin chromatography was successful. The protein recoveries were high, with no losses in the flowthrough and wash (lane 3-4). The first 4 elution fractions (lane 5-8) contained some low molecular weight contaminating proteins, as a result only elution fraction 5 to 10 (lane 9 to 14) were pooled. Again the double band for dxCas9 was observed on the 12% SDS PAGE, which we have seen with all purification.</p>
 +
       
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SATURDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayPFA2">Saturday, 11/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>11/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Protein Purification - <em>Dialysis</em></h4> 
 +
<p>Finally the dxCas9 protein is dialysed and concentrated. 3mL of sample (Heparin chromatography elution fraction 5-10 of dxCas9 protein) were dialysed according to the purification protocol with dialysis buffer (20 mM Tris-HCl, 100 mM KCl, 5% glycerol, 1mM beta-Mercaptoethanol, pH 7.5). After dialysis, the sample of dxCas9 protein was stored at -20℃, according to the purification protocol.</p>
 +
    <br>
 +
    <p>In order to analyse the concentrated dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/4/47/T--TUDelft--2018_Figure1_19072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Final protein: </b> <i>8% SDS PAGE of dxCas9 (expected size 158.3kDa). Lane 1 molecular ladder (kDa), lane 2 final dxCas9 post dialysis.</i>
 +
 
 +
 
 +
</p>
 +
<br>
 +
    <p> Note the dxCas9 is only one band on the 8% PAGE. The purification will be continued however, we will look deeper into this observation. What causes this double band? Is there degradation, or some other interaction with the dxcas9? Also what happened during the final dialysis step to remove the double band? Trace amounts of contaminating background is observed, however dxCas9 is significantly more in quantity and the background was tolerated for functionality testing. The final concentration of the solution was determined according to the BCA protocol on our wiki and resulted in a concentration of 0.46mg/mL or 2.88µM. The <p/>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayPFA2">Sunday, 12/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayPFA2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9-Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9-Tn5. Two colonies with dxCas9-Tn5_9 strain were used for inoculation of two 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
    <!------- AUGUST WEEK 3----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFA3" type="checkbox" class="dropinput" />
 +
<label for="WeekPFA3" class="subdropdown cadpbl"><a class="repositioner" id="AugustPurification3"></a>Week 3 13/08/2018 - 19/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFA3">Monday, 13/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>13/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9-Tn5 continued. Inoculated 2L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.6.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">Col 1 OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">Col 2 OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:00</td>
 +
    <td>0.06</td>
 +
    <td>0.05</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:50</td>
 +
    <td>0.08</td>
 +
    <td>0.08</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>13:50</td>
 +
    <td>0.28</td>
 +
    <td>0.30</td>
 +
  </tr>
 +
   
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:30</td>
 +
    <td>0.56</td>
 +
    <td>0.56</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After both cultures OD<sub>600</sub> reached 0.56, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>13/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The dxcas9_19 plasmid was transfomred into BL21AI for dxCas9 protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>dxcas9_19 (7967bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFA3">Tuesday, 14/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9-Tn5 protein started. Harvest the cells of the cultures of col 1 and col 2 according to the purification protocol. The cells of both cultures with dxCas9-Tn5 protein were resuspended in 24 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added for both cultures:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>60uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>Two times 1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of dxCas9-Tn5 protein of each colony was added to one of the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resins were washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 1mM DTT, pH8) and 0.5mM Imidazole for Col 1 and 0mM Imidazole for Col 2, and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9-Tn5 protein of both colonies, two precast Tris-Glycine polyacrylamide gel were run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f9/T--TUDelft--2018_NBJanine14082018.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography Col 1. </b> <i> 8% SDS PAGE of dxCas9-Tn5 (expected size 214.7kDa). Lane 1 high range molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 cell debris, lane 5 flow through, lane 6 wash, lane 7 elution 1, lane 8 elution 2, lane 9 elution 3, lane 10 elution 4, lane 11 elution 5, lane 12 elution 6.</i>
 +
   
 +
    <br>
 +
    <br>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/5d/T--TUDelft--2018_NBJanine14082018_2.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography Col 2. </b> <i> 8% SDS PAGE of dxCas9-Tn5 (expected size 214.7kDa). Lane 1 high range molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 cell debris, lane 5 flow through, lane 6 wash, lane 7 elution 1, lane 8 elution 2, lane 9 elution 3, lane 10 elution 4, lane 11 elution 5, lane 12 elution 6, lane 13 cell debris.</i>
 +
</p>
 +
        <br>
 +
 
 +
  <p>As the two figures show, even with decreasing the concentration of Imidazole, no purification of dxCas9-Tn5 happened. The fusion protein broke apart. This can already be seen in the samples before purification (figure col 1 lane 2-5, figure col 2 lane 2-5). The conclusion is that the fusion protein probably breaks at the linke, due to two bands at approximatly the same height as dxCas9 and Tn5. Another purification will be done, now with a gradient elution.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>14/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9 was expressed and purified to produce samples for mass spectrometry and other analysis to identify why there are two bands for the dxCas9 protein.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9 protein. A colony with dxcas9-linker-Tn5_9 strain was used for inoculation of 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFA3">Wednesday, 15/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>15/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9 protein continued. Inoculated 12L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:30am</td>
 +
    <td>0.16</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:30am</td>
 +
    <td>0.34</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.56</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.56, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFA3">Thursday, 16/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>16/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9 protein started. Harvest the cells according to the purification protocol. 8.4g of cells of dxCas9 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>117.6uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>147uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/51/T--TUDelft--2018_Figure1_16082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure dxCas9 Expression: </b> <i>12% SDS PAGE of dxCas9 (expected size 158.3kDa). Lane 1 molecular ladder (kDa), lane 2 pre-induction, lane 3 whole lysate, lane 4 clarified lysate.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 49mL clarified lysate of dxCas9 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 5mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cf/T--TUDelft--2018_Figure2_16082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS PAGE of dxCas9 (expected size 158.3kDa) Lane 1 molecular ladder (kDa), lane 2 pre-induction, lane 3 whole lysate, lane 4 clarified lysate, lane 5 flow through, lane 6  elution 1, lane 7 elution 2, lane 8 elution 3.</i>
 +
</p>
 +
        <br>
 +
 
 +
    <p>The nickel chromatography was reproducible, and again a double band for dxCas9 is observed. One at the expected weight, and one slightly higher. It was unclear why the dxCas9 would run higher. As a following step, elution fraction 1 (lane 6) was run on a 6% SDS PAGE gel under different denaturing conditions for better resolution.</p>
 +
   
 +
      <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the degradation of the dxCas9 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 6% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8b/T--TUDelft--2018_Figure3_16082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Different sample gel preparation conditions. </b> <i> 12% SDS PAGE of dxCas9 (expected size 158.3kDa)  Lane 1 molecular ladder (kDa), lane 2 95 deg C 60min, lane 3 95 deg C 30min, lane 4 95 deg C 15min, lane 5 95 deg C 5min, lane 75 deg C 7min, lane 7 No boiling, lane 8 molecular ladder (kDa).</i>
 +
</p>
 +
   
 +
  <p>  On the 6% tris-glycine SDS PAGE a single band for dxCas9 was observed for all conditions, suggesting that the double band might be some artifact of the 12% SDS PAGE. To further confirm these results, both bands from the 12% gel were excised and sent for mass spectrometry. The mass spectrometry confirmed that both bands were full length dxCas9 with both the N and C terminal intact. This concluded that there was not any protease digestion and that the results are potentially due to a gel artifact. As a result, the purification will continue.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- SUNDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayPFA3">Sunday, 19/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayPFA3" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9-Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9-Tn5. A colony with dxCas9-Tn5_9 strain was used for inoculation of 40mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
    <!------- AUGUST WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFA4" type="checkbox" class="dropinput" />
 +
<label for="WeekPFA4" class="subdropdown cadpbl"><a class="repositioner" id="AugustPurification4"></a>Week 4 20/08/2018 - 26/08/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFA4">Monday, 20/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>20/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9-Tn5 continued. Inoculated 2L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.3.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>11:00</td>
 +
    <td>0.06</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:20</td>
 +
    <td>0.10</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>13:25</td>
 +
    <td>0.35</td>
 +
  </tr>
 +
   
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After OD<sub>600</sub> reached 0.35, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFA4">Tuesday, 21/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9-Tn5 protein started. Harvest the cells according to the purification protocol. The cells with dxCas9-Tn5 protein were resuspended in 30 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added for both cultures:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>60uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of dxCas9-Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resins were washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 0.5mM Imidazole, 1mM DTT, pH8), and eluded with with 9* 500μL (6CV) of elution buffer with an increasing concentration of Imidazole (starting from 0.5mM to 250mM) (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the dxCas9-Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cb/T--TUDelft--2018_NBJanine20180821.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 8% SDS PAGE of dxCas9-Tn5 (expected size 214.7kDa). Lane 1 high range molecular ladder (kDa), lane 2 whole lysate, lane 3 cell debris, lane 4 clarified lysate, lane 5 flow through, lane 6 wash, lane 7 elution 1, lane 8 elution 2, lane 9 elution 3, lane 10 elution 4, lane 11 elution 5, lane 12 elution 6, lane 13 elution 7, lane 14 elution 8, lane 15 elution 9.</i>
 +
   
 +
</p>
 +
        <br>
 +
 
 +
  <p>As the figure shows, even with a increasing concentration of Imidazole during elution, the fusion protein breaks down. This can be seen in elution fractions 3-8 (lane 9-14). The conclusion is that another method needs to be thought of to purify the fusion protein.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>21/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The dxcas9-linker-Tn5_9 plasmid was transfomred into BL21AI for fusion protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>dxcas9-linker-Tn5_9 (9432bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFA4">Wednesday, 22/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>22/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Fusion was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
    <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of fusion protein. A colony with dxcas9_linker-Tn5_9 strain was used for inoculation of 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFA4">Thursday, 23/08/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>23/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the fusion protein continued. Inoculated 2L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:50am</td>
 +
    <td>0.28</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:25am</td>
 +
    <td>0.34</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.58</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.58, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPFA4">Friday, 24/08/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>24/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the fusion protein started. Harvest the cells according to the purification protocol. 7.6g of cells of fusion protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 7.5).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>106uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>PMSF</td>
 +
      <td>0.2M</td>
 +
      <td>266uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/e8/T--TUDelft--2018_Figure1_24082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure Fusion Expression: </b> <i>12% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 cell debris, lane 5 clarified lysate. </i>
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Heparin Chromatography</i></h4>
 +
   
 +
    <p>The fusion protein was further purified with Heparin chromatography. The 1mL HiTrap Heparin HP column was connected to the AKTA pure in the cold room at 4 ℃. 42.4mL of crude lysate from fusion protein was injected into the injection loop and the chromatography was followed according to the Purification Protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the heparin chromatography of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/9a/T--TUDelft--2018_Figure2_24082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Heparin Chromatography. </b> <i> 8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular ladder (kDa), lane 2 elution 1, lane 3 elution 2, lane 4 elution 3, lane 5 elution 4, lane 6 elution 5, lane 7 elution 6, lane 8 elution 7, lane 9 elution 8, lane 10 elution 9, lane 11 elution 10, lane 12 elution 11, lane 13 elution 12. </i>
 +
</p>
 +
 
 +
        <br>
 +
 
 +
    <p>Degradation was suspected for our fusion protein. Results seem to suggest that the fusion protein is being cleaved at the linker, resulting in both the dxCas9 and the fusion protein being present in our sample. The heparin chromatography was relatively successful at separating the two populations. The dxCas9 has a lower affinity to the heparin resin as a result it elutes at lower concentrations of salt (lane 2-10). As the concentration of salt increases less dxCas9 and more fusion elutes (lane 6-10). At high levels of salt the mostly fusion elutes (lane 11-13). Only these last three elution fractions are pooled (lane 11-13). Thus losses are tolerated, to obtain a relatively pure fusion fraction which can be further purified by MonoQ.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayPFA4">Saturday, 25/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>25/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification <i>- MonoQ Chromatography</i></h4> 
 +
<p>The fusion protein was further purified with MonoQ chromatography. The 1mL MonoQ 5/50 GL column was connected to the AKTA pure in the cold room at 4 ℃.  6mL of sample (4x diluted heparin chromatography elution fraction 10-12 of fusion protein) was injected into the injection loop and the chromatography was followed according to the Purification Protocol. </p>
 +
<br>
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse monoQ of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/6b/T--TUDelft--2018_Figure1_25082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure MonoQ chromatography: </b> <i>8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular ladder (kDa), lane 2 starting material, lane 3 flow through, lane 4 wash, lane 5 elution 1, lane 6 elution 2, lane 7 elution 3, lane 8 elution 4, lane 9 elution 5, lane 10 elution 6, lane 11 elution 7, lane 12 elution 8, lane 13 elution 9, lane 14 elution 10, lane 15 elution 11. </i>
 +
</p>
 +
<br>
 +
    <p>The elution peak is broad (lane 6-14), however, the fractions are relatively pure and the dxCas9 contamination was mostly eliminated. These 9 fractions were pooled and further purified.</p>
 +
 
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SundayPFA4">Sunday, 26/08/2018</button>
 +
<!-- Modal -->
 +
<div id="SundayPFA4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
<dl>
 +
  <dt>Date</dt><dd>26/08/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Protein Purification - <em>Dialysis</em></h4> 
 +
<p>Finally the fusion protein is dialysed and concentrated. 4.5mL of sample (MonoQ chromatography elution fraction 2-10 of fusion protein) were dialysed according to the purification protocol with dialysis buffer (20 mM Tris-HCl, 100 mM KCl, 5% glycerol, 1mM beta-Mercaptoethanol, pH 7.5).</p>
 +
    <br>
 +
    <h4>Protein Purification - <em>Concentration</em>
 +
</h4>
 +
    <p>After dialysis, 4.5mL of sample of fusion protein was concentrated to a final volume of 0.6mL and  stored at -20℃, according to the purification protocol. </p>
 +
   
 +
    <p>In order to analyse the concentrated fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/82/T--TUDelft--2018_Figure1_26082018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Concentration: </b> <i>8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular ladder (kDa), lane 2 Crude lysate, lane 3 final fusion post concentration 9uL, lane 4 final fusion post concentration 4.5uL, lane 5 final fusion post concentration 2.25uL. </i>
 +
 
 +
</p>
 +
<br>
 +
    <p> Trace amounts of contaminating background was observed, however, the fusion was significantly more in quantity and the background was tolerated for functionality testing. The final concentration of the solution was determined according to the BCA protocol and resulted in a concentration of 0.57mg/mL (2.64µM).<p/>
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>       
 +
    </div>   
 +
</ul>
 +
</form>
 +
   
 +
<!------- AUGUST WEEK 5----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFA5" type="checkbox" class="dropinput" />
 +
<label for="WeekPFA5" class="subdropdown cadpbl"><a class="repositioner" id="AugustPurification5"></a>Week 5 27/08/2018 - 02/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFA5">Monday, 27/08/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5. A colony with Tn5 strain was used for inoculation of 40mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFA5">Tuesday, 28/08/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.3.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:55</td>
 +
    <td>0.04</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:25</td>
 +
    <td>0.11</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>15:30</td>
 +
    <td>0.48</td>
 +
  </tr>
 +
   
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After OD<sub>600</sub> reached 0.48, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFA5">Wednesday, 29/08/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFA5" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>29/08/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. The cells with Tn5 protein were resuspended in 30 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added for both cultures:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>60uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>75uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resins were washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 20mM imidazole, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 250mM imidazole, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d0/T--TUDelft--2018_NBJanine20180830.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 8% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 high range molecular ladder (kDa), lane 2 post induction, lane 3 whole lysate, lane 4 cell debris, lane 5 clarified lysate, lane 6 flow through, lane 7 wash, lane 8 elution 1, lane 9 elution 2, lane 10 elution 3, lane 11 elution 4, lane 12 elution 5, lane 13 elution 6.</i>
 +
   
 +
</p>
 +
        <br>
 +
 
 +
  <p>The nickel chromatography was not completely successful, but there is some purification of Tn5. The Tn5 did not completely bind to the nickel resin and was observed in the flowthrough (lane 6). It is recommended to further optimize the nickel chromatography to further reduce losses, and reduce contaminating proteins due to non-specific binding to the nickel resin (lane 8). However for our purposes, the losses were tolerated.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<br>
 +
 
 +
<!---------------- SEPTEMBER -------------------->
 +
<h3 class="adpbl">September</h3><br>
 +
    <!------- SEPTEMBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFS1" type="checkbox" class="dropinput" />
 +
<label for="WeekPFS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPurification1"></a>Week 1 03/09/2018 - 09/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFS1">Monday, 03/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>03/09/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The Tn5_3 plasmid was transfomred into BL21AI for Tn5 protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>Tn5.3 (5210bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFS1">Tuesday, 04/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>04/09/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5 protein. A colony with Tn5_3 strain was used for inoculation of 10mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFS1">Wednesday, 05/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>05/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of Tn5. A colony with Tn5 strain was used for inoculation of 100mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
 
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>05/09/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 protein continued. Inoculated 1L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:30am</td>
 +
    <td>0.22</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:30am</td>
 +
    <td>0.35</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.52</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.52, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFS1">Thursday, 06/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the Tn5 continued. Inoculated 3L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.3.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">Flask 1 OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">Flask 2 OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">Flask 3 OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>12:50</td>
 +
    <td>0.03</td>
 +
    <td>0.05</td>
 +
    <td>0.05</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:25</td>
 +
    <td>0.05</td>
 +
    <td>0.07</td>
 +
    <td>0.08</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>15:20</td>
 +
    <td>0.14</td>
 +
    <td>0.18</td>
 +
    <td>0.17</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>15:40</td>
 +
    <td>0.27</td>
 +
    <td>0.33</td>
 +
    <td>0.26</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>16:00</td>
 +
    <td>0.37</td>
 +
    <td>0.40</td>
 +
    <td>0.39</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the three cultures reached an OD<sub>600</sub> of respectively 0.37, 0.4 and 0.39, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
          <dl>
 +
  <dt>Date</dt><dd>06/09/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. 6.17g of cells of Tn5 protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>86uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>432uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/3d/T--TUDelft--2018_Figure1_05072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure expression of Tn5: </b> <i>12% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane 2 pre-Induction, lane 3 whole lysate, lane 4 clarified lysate.
 +
.  </i>
 +
 
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. 33.5mL clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resin was washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 20mM Imidazole, 10% glycerol, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 250 mM Imidazole, 10% glycerol, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/69/T--TUDelft--2018_Figure2_05072018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 12% SDS of Tn5 (expected size 53.3kDa). Lane 1 molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 cell debris, lane 5 flow through 1, lane 6  flow through 2, lane 7 wash 1, lane 8 wash 2, lane 9 wash 3, lane 10 elution 1, lane 11 elution 2, lane 12 elution 3, lane 13 elution 4, lane 14 elution 5, lane 15 elution 6.</i>
 +
</p>
 +
        <br>
 +
 
 +
    <p>A significant amount of Tn5 was observed in the nickel chromatography elution fractions (lane 10-14), however the Tn5 protein was also observed in the flowthrough and wash elution fractions (lane 5-9). It is recommended to optimize the nickel chromatography to reduce these losses. For our purposes, the Tn5 losses were tolerated because the amounts that we obtained were sufficient to proceed to functionality testing of the Tn5. To increase the Tn5 amount, the first five elution fractions were pooled (lane 10-14).</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPFS1">Friday, 07/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPFS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>07/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. The three cultures were combined to one. The French Press was however out of order, so the cell pellet is stored at -20 ℃.</p>
 +
       
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
    <!------- SEPTEMBER WEEK 2----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFS2" type="checkbox" class="dropinput" />
 +
<label for="WeekPFS2" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPurification2"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFS2">Wednesday, 12/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFS2" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the Tn5 protein started. Harvest the cells according to the purification protocol. The cells with Tn5 protein were resuspended in 72 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 8).
 +
        <br><br>
 +
    After resuspension the following additives were added for both cultures:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>beta-mercaptoethanol</td>
 +
      <td>0.5M</td>
 +
      <td>5.04uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>2 tablet</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>180uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
    <h4> Protein Purification - <i>Nickel Affinty Chromatography</i></h4>
 +
   
 +
    <p>1mL of 50% His-Select Ni resin, was washed according to the Purification protocol. Clarified lysate of Tn5 protein was added to the washed His-Select Ni resin and incubated with gentle mixing for 60minutes at 4 ℃. The His-Select Ni resins were washed with washing buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 20mM imidazole, 1mM DTT, pH8), and eluded with with 6* 500μL (6CV) of elution buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, 250mM imidazole, 1mM DTT, pH8) at 4 ℃, according to the Purification protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the nickel affinty chromatography of the Tn5 protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/35/T--TUDelft--2018_NBJanine20180912.png" alt="Gel electrophoresis">
 +
<br>
 +
<b>Figure Nickel Affinity Chromatography. </b> <i> 8% SDS PAGE of Tn5 (expected size 53.3kDa). Lane 1 high range molecular ladder (kDa), lane 2 whole lysate, lane 3 clarified lysate, lane 4 cell debris, lane 5 flow through, lane 6 wash, lane 7 elution 1, lane 8 elution 2, lane 9 elution 3, lane 10 elution 4, lane 11 elution 5, lane 12 elution 6.</i>
 +
   
 +
</p>
 +
        <br>
 +
 
 +
  <p>The nickel chromatography was not completely successful, but there is some purification of Tn5. The Tn5 did not completely bind to the nickel resin and was observed in the flowthrough and wash (lane 6-7). It is recommended to further optimize the nickel chromatography to further reduce losses, and reduce contaminating proteins due to non-specific binding to the nickel resin (lane 9-10). However for our purposes, the losses were tolerated.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>         
 +
    </div>   
 +
</ul>
 +
</form>
 +
 
 +
    <!------- SEPTEMBER WEEK 4----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFS4" type="checkbox" class="dropinput" />
 +
<label for="WeekPFS4" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberPurification4"></a>Week 4 24/09/2018 - 30/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFS4">Monday, 24/09/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>24/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9-Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9-Tn5. A colony with dxCas9-Tn5_9 strain was used for inoculation of 100mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFS4">Tuesday, 25/09/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>25/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9-Tn5 continued. Inoculated 5L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.3.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">Flask 1 OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">Flask 2 OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">Flask 3 OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>11:30</td>
 +
    <td>0.03</td>
 +
    <td>0.08</td>
 +
    <td>0.04</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>13:50</td>
 +
    <td>0.30</td>
 +
    <td>0.22</td>
 +
    <td>0.22</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>14:10</td>
 +
    <td>X</td>
 +
    <td>0.37</td>
 +
    <td>0.34</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the three cultures reached an OD<sub>600</sub> of respectively 0.30, 0.37 and 0.34, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFS4">Wednesday, 26/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>26/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the dxCas9-Tn5 protein started. Harvest the cells according to the purification protocol. The cells with dxCas9-Tn5 protein were resuspended in a total volume of 150 mL of Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 7.5).
 +
        <br><br>
 +
    After resuspension the following additives were added for both cultures:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>beta-mercaptoethanol</td>
 +
      <td>14.3M</td>
 +
      <td>10.5uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>3 tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>imidazole</td>
 +
      <td>2M</td>
 +
      <td>375uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>PMSF</td>
 +
      <td>0.2M</td>
 +
      <td>3mL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol. However, something went wrong, and instead of a clear suspension, only foam came out of the homogenizer. Because it looked like denatured proteins, it is decided to start again with the purification, because it cannot be said for sure the fusion protein will work.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFS4">Thursday, 27/09/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>27/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>dxCas9-Tn5 was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
        <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of dxCas9-Tn5. A colony with dxCas9-Tn5_9 strain was used for inoculation of 100mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
    <br>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPFS4">Friday, 28/09/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPFS4" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>28/09/2018</dd>
 +
  <dt>Operator</dt><dd>Janine Nijenhuis</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the dxCas9-Tn5 continued. Inoculated 3L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 0.3.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Flask number OD<sub>600</sub></th>
 +
    <th class="tableheaderadpbl">13:50</th>
 +
    <th class="tableheaderadpbl">15:30</th>
 +
    <th class="tableheaderadpbl">16:25</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>1</td>
 +
    <td>0.11</td>
 +
    <td>0.18</td>
 +
    <td>0.57</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>2</td>
 +
    <td>0.09</td>
 +
    <td>0.11</td>
 +
    <td>0.38</td>
 +
  </tr>
 +
 
 +
    <tr class="tableunevenadpbl">
 +
    <td>3</td>
 +
    <td>0.07</td>
 +
    <td>0.16</td>
 +
    <td>0.55</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>4</td>
 +
    <td>0.07</td>
 +
    <td>0.16</td>
 +
    <td>0.56</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>5</td>
 +
    <td>0.05</td>
 +
    <td>0.15</td>
 +
    <td>0.54</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>6</td>
 +
    <td>0.06</td>
 +
    <td>0.16</td>
 +
    <td>0.54</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
    <td>7</td>
 +
    <td>0.06</td>
 +
    <td>0.17</td>
 +
    <td>0.54</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the seven cultures all reached an OD<sub>600</sub> higher than 0.3, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>
 +
<br>
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
    <!------- OCTOBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekPFO1" type="checkbox" class="dropinput" />
 +
<label for="WeekPFO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberPurification1"></a>Week 1 01/10/2018 - 07/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondayPFO1">Monday, 01/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>01/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>The dxcas9-linker-Tn5_9 plasmid was transfomred into BL21AI for fusion protein production. The following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>BL21AI</td>
 +
      <td>dxcas9-linker-Tn5_9 (9432bp)</td>
 +
      <td>Heat shock</td>
 +
      <td>1</td>
 +
      <td>LB chloramphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>200 uL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- TUESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#TuesdayPFO1">Tuesday, 02/10/2018</button>
 +
<!-- Modal -->
 +
<div id="TuesdayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>02/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
       
 +
    <h4>Objective</h4>
 +
 
 +
    <p>Fusion was expressed and purified to produce protein for <i>in vitro</i> functionality evaluation.
 +
    </p>
 +
    <br>
 +
    <h4>Protein expression - <i>Seed Culture</i></h4> 
 +
<p>A seed culture was made to start Upstream Processing (USP) of fusion protein. A colony with dxcas9_linker-Tn5_9 strain was used for inoculation of 20mL liquid starter culture (Luria Broth, complemented with 34 μg/mL chloramphenicol) following the Liquid Starter Culture Protocol.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdayPFO1">Wednesday, 03/10/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>03/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
   
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Expression - <i>Inoculation & Induction</i> </h4>
 +
 
 +
    <p>The upstream processing of the fusion protein continued. Inoculated 2L liquid media (Luria Broth, complemented with 34 μg/mL chloramphenicol) with the seed culture and grown to an OD<sub>600</sub> of 2.
 +
    </p>
 +
        <br>
 +
        <br>
 +
<center><table>
 +
<caption class="figadpbl"><b>Table :</b> Growth represented by OD<sub>600</sub> over time</caption>
 +
 
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Time</th>
 +
    <th class="tableheaderadpbl">OD<sub>600</sub></th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>10:50am</td>
 +
    <td>0.08</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>11:25am</td>
 +
    <td>0.32</td>
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <td>12:00am</td>
 +
    <td>0.58</td>
 +
  </tr>
 +
</table></center>   
 +
    <br> <br>
 +
 
 +
  <p>After the culture OD<sub>600</sub> reached 0.58, the Protein Expression protocol was followed. After the expression is completed, the cells were transferred to Downstream Processing (DSP).
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- THURSDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdayPFO1">Thursday, 04/10/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>04/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification - <i>Cell lysis</i></h4>
 +
    <p>The downstream processing of the fusion protein started. Harvest the cells according to the purification protocol. 7.2g of cells of fusion protein were resuspended in Lysis buffer (20 mM Tris-HCl, 250 mM NaCl, 10% glycerol, pH 7.5).
 +
        <br><br>
 +
    After resuspension the following additives were added:
 +
</p>
 +
   
 +
    <center><table>
 +
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Additive</th>
 +
    <th class="tableheaderadpbl">Stock Concentration</th>
 +
    <th class="tableheaderadpbl"> Volume added</th>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>DTT</td>
 +
      <td>0.5M</td>
 +
      <td>101uL</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>EDTA-free Complete protease inhibitor tablets</td>
 +
      <td>n/a</td>
 +
      <td>1tablets</td>
 +
  </tr>
 +
        <tr class="tableunevenadpbl">
 +
      <td>PMSF</td>
 +
      <td>0.2M</td>
 +
      <td>252uL</td>
 +
  </tr>
 +
</table></center> 
 +
    <br>
 +
      <p> The cells were lysed and clarified according to the the purification protocol.
 +
</p>
 +
   
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the expression of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 12% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f9/T--TUDelft--2018_Figure1_04102018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure Fusion Expression: </b> <i>12% SDS PAGE of fusion (expected size 214.7kDa).  Lane 1 Whole lysate, lane 2 clarified, lane 3 flow through 1, lane 4 flow through 2 , lane 5 molecular ladder (kDa). </i>
 +
</p>
 +
    <br>
 +
    <h4> Protein Purification - <i>Heparin Chromatography</i></h4>
 +
   
 +
    <p>The fusion protein was further purified with Heparin chromatography. The 1mL HiTrap Heparin HP column was connected to the AKTA pure in the cold room at 4 ℃. 45.2mL of crude lysate from fusion protein was injected into the injection loop and the chromatography was followed according to the Purification Protocol.
 +
</p>
 +
        <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse the heparin chromatography of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol.The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/02/T--TUDelft--2018_Figure2_04102018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Heparin Chromatography #1. </b> <i> 8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 Whole lysate, lane 2 clarified, lane 3 flow through 1, lane 4 flow through 2 , lane 5 molecular ladder (kDa), lane 6 wash, lane 7 elution 1, lane 8 elution 2, lane 9 elution 3, lane 10 elution 4, lane 11 elution 5, lane 12 elution 6, lane 13 elution 7, lane 14 elution 8, lane 15 elution 9. </i>
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d8/T--TUDelft--2018_Figure1_05102018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure Heparin Chromatography #2. </b> <i> 8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular weight (kDa), lane 2 elution 10, lane 3 elution 11, lane 4 elution 12 , lane 5 elution 13, lane 6 elution14, lane 7 elution 15, lane 8 elution 16, lane 9 elution 17, lane 10 elution 18, lane 11 elution 19, lane 12 elution 20, lane 13 elution 21, lane 14 elution 22, lane 15 elution 23. </i>
 +
</p>
 +
8-15
 +
        <br>
 +
 
 +
    <p>Degradation of our fusion protein is still significant. Results seem to suggest that the fusion protein is being cleaved at the linker, resulting in both the dxCas9 and the fusion protein being present in our sample. The heparin chromatography was relatively successful at separating the two populations. The dxCas9 has a lower affinity to the heparin resin as a result it elutes at lower concentrations of salt. As the concentration of salt increases less dxCas9 and more fusion elutes (gel1, lane 9-15 and gel2, lane 1-7). At high levels of salt the mostly fusion elutes (gel2, lane 8-15). Only these last eight elution fractions are pooled. Thus losses are tolerated, to obtain a relatively pure fusion fraction which can be further purified by MonoQ.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridayPFO1">Friday, 05/10/2018</button>
 +
<!-- Modal -->
 +
<div id="FridayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>05/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
 
 +
    <h4>Protein Purification <i>- MonoQ Chromatography</i></h4> 
 +
<p>The fusion protein was further purified with MonoQ chromatography. The 1mL MonoQ 5/50 GL column was connected to the AKTA pure in the cold room at 4 ℃.  16mL of sample (4x diluted heparin chromatography elution fraction 16-23 of fusion protein) was injected into the injection loop and the chromatography was followed according to the Purification Protocol. </p>
 +
<br>
 +
    <br>
 +
    <h4> Tris-Glycine Polyacrylamide Gel </h4> 
 +
<p>In order to analyse monoQ of the fusion protein, a precast Tris-Glycine polyacrylamide gel was run with a 6% stacking gel and 8% separation gel according to the SDS PAGE Tris-Glycine Polyacrylamide Gel protocol. The polyacrylamide gel ran for 90min at 50volt. After the was completed, the gel was stained with SimplyBlue SafeStain and imaged using the GelDoc system. The result of the gel is shown below:
 +
       
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/c1/T--TUDelft--2018_Figure1_06102018.png" alt="Gel electrophoresis"> 
 +
<br>
 +
<b>Figure MonoQ chromatography: </b> <i>8% SDS PAGE of fusion (expected size 214.7kDa). Lane 1 molecular ladder (kDa), lane 2 starting material, lane 3 flow through, lane 4 wash, lane 5 elution 1, lane 6 elution 2, lane 7 elution 3, lane 8 elution 4, lane 9 elution 5, lane 10 elution 6, lane 11 elution 7, lane 12 elution 8, lane 13 elution 9, lane 14 elution 10, lane 15 elution 11.  </i>
 +
</p>
 +
<br>
 +
 
 +
 
 +
    <p>The elution peak is broad (lane 5-13), however, the fractions are relatively pure and the dxCas9 contamination was mostly eliminated. These 9 fractions were pooled and further purified.</p>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Saturday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#SaturdayPFO1">Saturday, 06/10/2018</button>
 +
<!-- Modal -->
 +
<div id="SaturdayPFO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
    <dl>
 +
  <dt>Date</dt><dd>06/10/2018</dd>
 +
  <dt>Operator</dt><dd>Monique de Leeuw</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Protein Purification - <em>Dialysis</em></h4> 
 +
<p>Finally the fusion protein is dialysed and concentrated. 4.5mL of sample (MonoQ chromatography elution fraction 2-10 of fusion protein) were dialysed according to the purification protocol with dialysis buffer (20 mM Tris-HCl, 100 mM KCl, 5% glycerol, 1mM beta-Mercaptoethanol, pH 7.5).</p>
 +
    <br>
 +
    <h4>Protein Purification - <em>Concentration</em>
 +
</h4>
 +
    <p>After dialysis, 4.5mL of sample of fusion protein was concentrated to a final volume of 0.6mL and  stored at -20℃, according to the purification protocol. Trace amounts of contaminating background was observed, however, the fusion was significantly more in quantity and the background was tolerated for functionality testing. The final concentration of the solution was determined according to the BCA protocol and resulted in a concentration of 0.56mg/mL.<p/>
 +
 
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
 
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div>
 +
 
 +
<div class="container nowbg" id="Sequencing">
 +
<div class="row nowbg">
 +
       
 +
<div class="col-xs-12 col-sm-3 col-lg-3">
 +
      <nav id="myScrollspy" class="hidden-xs hidden-sm">
 +
      <ul class="nav nav-pills nav-stacked" data-spy="affix">
 +
        <li class="dropdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">September<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#SeptemberSequencing1" class="adpbl">Week: 03/09/2018 - 09/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberSequencing2" class="adpbl">Week: 10/09/2018 - 16/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberSequencing3" class="adpbl">Week: 17/09/2018 - 23/09/2018</a>         
 +
            </li>
 +
            <li><a href="#SeptemberSequencing4" class="adpbl">Week: 24/09/2018 - 30/09/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li> <!-- OctoberPreScreen1 -->
 +
        <li class="drowdown">
 +
          <a class="dropdown-toggle adpbl" data-toggle="dropdown" href="#">October<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="#OctoberSequencing1" class="adpbl">Week: 01/10/2018 - 07/10/2018</a>         
 +
            </li>
 +
            <li><a href="#OctoberSequencing2" class="adpbl">Week: 08/10/2018 - 14/10/2018</a>         
 +
            </li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
</div>
 +
       
 +
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 nowbg" style="margin-right:20px;">
 +
<br>
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">September</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekSQS1" type="checkbox" class="dropinput" />
 +
<label for="WeekSQS1" class="subdropdown cadpbl"><a class="repositioner" id="SeptemberSequencing1"></a>Week 2 10/09/2018 - 16/09/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
 
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySQS1">Wednesday, 12/09/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySQS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>High Fidelity PCR</h4> 
 +
<p> With the objective to generate <i>EPO</i> biobrick with a Kanamycin fragment as intron, high fidelity PCR was done to amplify EPO biobrick from junction 2 between introns. Primers 103 and 104 were used to PCR amplify the backbone. At the same time, primers 105 and 106 were used to PCR amplify a fragment from Kanamycin from the plasmid pSB1K3. Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>. <br><br>
 +
    50 µL PCR mixtures were prepared, according to the High Fidelity PCR protocol.
 +
   
 +
   
 +
    <br>
 +
   
 +
   
 +
<p>The thermocycler programme was installed to have an extension time of 1.5 minutes and an annealing temperature of 65 °C. After the programme was finished, samples were kept at 4 °C.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products of <i>EPO</i> plasmid and kanamycin PCR were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane with 1 µL of loading buffer.<br>
 +
    - 4 µL of 500 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/e/ec/T--TUDelft--12_09_EPO_PCR.png" alt="Gel electrophoresis", style="float;max-height:200px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from EPO plasmid and Kanamycin fragment PCR. Lanes are (1-2) Amplification of EPO backbone, (3) negative control, (L) 500 bp ladder, (4-5) amplification of Kanamycin fragment and (6) negative control. </figcaption></figure>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Gibson Assembly</h4> 
 +
<p>According to the displayed reaction mixture composition, Gibson Assembly was done to assemble Kanamycin fragment and Epo backbone to obtain EPO+Kan intron plasmid (3.2 kbp).
 +
</p>
 +
 
 +
    <center><table>
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Component</th>
 +
    <th class="tableheaderadpbl">Volume (uL)</th>
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <td>Gibson Assembly Mastermix 2X</td>
 +
    <td>10</td>
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <td>Vector</td>
 +
    <td>EPO biobrick (100 ng)</td>
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <td>Fragment</td>
 +
    <td>Kanamycin fragment (75 ng)</td> 
 +
  </tr>
 +
</table></center>   
 +
   
 +
<p>The samples were incubated at 50°C for 60 minutes, after which they were kept on ice for subsequent transformation.</p>
 +
   
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>12/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4> Transformation of chemically competent cells </h4> 
 +
<p>Using the Gibson assembly reaction, the following transformations were carried out according to the protocol for transformation of chemically competent cells:
 +
</p>
 +
   
 +
<center><table>
 +
   
 +
<tr class="tableheaderadpbl">
 +
    <th class="tableheaderadpbl">Strain</th>
 +
<th class="tableheaderadpbl">Plasmid & size (bp) </th>
 +
    <th class="tableheaderadpbl">Cloning method</th>
 +
<th class="tableheaderadpbl">Volume added (uL)</th>
 +
    <th class="tableheaderadpbl">Medium on which was plated</th>
 +
    </tr>
 +
   
 +
  <tr class="tableunevenadpbl">
 +
      <td><i>E.coli</i>DH5αlpha</td>
 +
      <td>EPO backbone (2600 bp)</td>
 +
      <td>Restriction Ligation</td>
 +
      <td>10 µL</td>
 +
      <td>LB with Chloroamphenicol</td>
 +
     
 +
</table></center>   
 +
    <br>
 +
   
 +
    <p>400 µL LB medium was added as recovery medium.
 +
</p>
 +
   
 +
<div class="spcmkr"></div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
<!-------------- FRIDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#FridaySQS1">Friday, 14/10/2018</button>
 +
<!-- Modal -->
 +
<div id="FridaySQS1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>19/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Colony PCR</h4> 
 +
<p>Colony PCR was done to verify propagation of <i>Escherichia coli</i> DH5 alpha cells after transformation with Gibson assembly product from 12_09_2018 containing EPO+Kan intron plasmid. This insertion can be checked with primers 103 and 104 (<i>EPO</i> amplification), Primer sequences can be found at: <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Primer sequences</a>.
 +
</p>
 +
 
 +
<div class="spcmkr"></div>
 +
<dl>
 +
  <dt>Date</dt><dd>14/09/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>DNA Gel Electrophoresis</h4> 
 +
<p>PCR products of <i>EPO+kan</i> intron plasmid and kanamycin PCR were run on a 0.8 % agarose gel in TAE buffer. <br>
 +
    - 5 μL of PCR product was pipetted into each lane with no loading buffer.<br>
 +
    - 4 µL of 200 bp DNA ladder <br>
 +
    - 80 V for 30 minutes <br>
 +
    - The gel was imaged using a gel documentation system with UV-light.</p>
 +
   
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/ca/T--TUDelft--EPO_KAN_PCR_TIMMY.png" alt="Gel electrophoresis", style="float;max-height:400px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Gel electrophoresis from EPO+Kan intron plasmid PCR. Lanes are (1-4) Amplification of EPO backbone with kanamycin fragment intron, (L) 200 bp ladder and (5-6) negative control of only EPO plasmid. </figcaption></figure>
 +
    </div>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
    </ul>
 +
    </form>
 +
 
 +
 
 +
 
 +
<!---------------- OCTOBER -------------------->
 +
<h3 class="adpbl">October</h3><br>
 +
<!------- OCTOBER WEEK 1----------->   
 +
 
 +
<form>   
 +
<input id="WeekSQO1" type="checkbox" class="dropinput" />
 +
<label for="WeekSQO1" class="subdropdown cadpbl"><a class="repositioner" id="OctoberSequencing1"></a>Week 2 08/10/2018 - 14/10/2018</label>
 +
<ul class="submenu">
 +
    <div class="subcontent">
 +
       
 +
<!-------------- MONDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#MondaySQO1">Monday, 08/10/2018</button>
 +
<!-- Modal -->
 +
<div id="MondaySQO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Library preparation for MinION sequencing</h4>  <br>
 +
<h5>Sequencing of sample: Lambda DNA</h5><br>
 +
<p> Lambda DNA suplemented in the Rapid Sequencing kit from ONT MinION (RAD004) was library preped and sequenced following the protocol indicated for MinION sequencing. Protocols can be accessed here: <a href="https://2018.igem.org/Team:TUDelft/Experiments" target="_blank"> Protocols</a>.
 +
</p>
 +
   
 +
    <br>
 +
 
 +
<h6>Sequencing stats</h6><br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d5/T--TUDelft--Timmy_FirstSeq_1.png" alt="Gel electrophoresis", style="float;max-height:600px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Read length histogram for Lambda DNA sequencing run during 6 hours with MinION in Flow Cell FloMin106 with RAD004 kit for library preparation. </figcaption></figure>   
 +
    <br> <br>
 +
    <h6>Data processing</h6><br>
 +
<p> After sequencing run, the following analysis were performed:<br>
 +
    - Albacore software for base calling.<br>
 +
    - <i>De novo</i> assembly of reads with Canu for 40 kb genome size.<br><br>
 +
The assembly resulted in 1 contig that was aligned to a known reference sequence with > 99% identity.
 +
    </p>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- WEDNESDAY ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#WednesdaySQO1">Wednesday, 10/10/2018</button>
 +
<!-- Modal -->
 +
<div id="WednesdaySQO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>08/10/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
    <h4>Library preparation for MinION sequencing</h4>  <br>
 +
<h5>Sequencing of sample: Mix of DNA molecules at equimolar concentrations</h5><br>
 +
<p> A solution with different types of DNA molecules was prepared before library preparation. This solution contained equimolar concentrations of different molecules, defined below:<br>
 +
    - EPO PCR amplification: 600 bp.<br>
 +
    - EPO + Kanamycin amplification: 1200 bp.<br>
 +
    - EPO Biobrick plasmid: 2600 bp<br>
 +
    - pACYC plasmid: 4000 bp<br>
 +
    - EPO+Amp plasmid:2800bp<br>
 +
    This solution was library prepared library preped following the protocol indicated for MinION sequencing. Protocols can be accessed here: <a href="https://2018.igem.org/Team:TUDelft/Experiments" target="_blank"> Protocols</a>. After the fragmentation step 1, a new DNA molecule was added to asess weather unadapted DNA is sequenced or not. This sequence was:<br>
 +
    - dxCas9 PCR amplification: 4000 bp<br>
 +
</p>
 +
   
 +
    <br>
 +
 
 +
<h6>Sequencing stats</h6><br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8e/T--TUDelft--Timmy_2RUN_EPO.png" alt="Gel electrophoresis", style="float;max-height:600px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Read length histogram for Lambda DNA sequencing run during 6 hours with MinION in Flow Cell FloMin106 with RAD004 kit for library preparation. </figcaption></figure>   
 +
    <br> <br>
 +
    <h6>Data processing</h6><br>
 +
<p> After sequencing run, the following analysis were performed:<br>
 +
    - Albacore software for base calling.<br>
 +
    - Samptools multiple alignment to reference molecules<br>
 +
    - Samtools sort alignment, stats, view, and export as fasta mapped files. <br>
 +
    </p>
 +
   
 +
    <h6>Sequencing stats</h6><br>
 +
<figure><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f3/T--TUDelft--Sequencing_1.png" alt="Gel electrophoresis", style="float;max-height:600px;width:auto;">   
 +
    <figcaption class="adpbl">Figure 1. Read length histogram for Lambda DNA sequencing run during 6 hours with MinION in Flow Cell FloMin106 with RAD004 kit for library preparation. </figcaption></figure>   
 +
    <br> <br>
 +
 
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
<!-------------- Sunday ------------------->
 +
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#ThursdaySQO1">Sunday, 14/10/2018</button>
 +
<!-- Modal -->
 +
<div id="ThursdaySQO1" class="modal fade" role="dialog">
 +
  <div class="modal-dialog">
 +
    <!-- Modal content-->
 +
    <div class="modal-content">
 +
      <div class="modal-body">
 +
<!-- PASTE THE NOTEBOOK TEMPLATE HERE -->
 +
          <dl>
 +
  <dt>Date</dt><dd>14/10/2018</dd>
 +
  <dt>Operator</dt><dd>Timothy Páez</dd>
 +
</dl>
 +
<br> 
 +
<br>
 +
<h4>Fusion protein functionality testing: integration of sequencing adapters on EPO backbone and Tn5 DNA
 +
</h4> 
 +
    <p>We aimed to perform the integration of adapters with our fusion protein on EPO biobrick circular DNA plasmid. </p>
 +
     
 +
    <p>The components of the reagents can be found on the protocol. The sequence of the adapter used in this assay were sequencing adapters specified  at  <a href="https://2018.igem.org/Team:TUDelft/Primers" target="_blank"> Sequences</a> page.</p>
 +
   
 +
<br>
 +
 
 +
<br>
 +
<p><b>Fusion protein:adapter DNA complex formation</b><br>
 +
Tn5 or fusion protein was loaded with adapter DNA shown above by following the pipetting scheme shown on Table 2. All samples and reagents were kept on ice during preparation.
 +
</p>
 +
   
 +
<center><table>
 +
<caption class="figadpbl"><b>Table 2:</b> Pipetting scheme for transposome formation. </caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with fusion protein (µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no fusion protein (µl)</th>
 +
  <tr class="tableunevenadpbl">
 +
    <th>Buffer</th>
 +
    <td>1</td>
 +
    <td>0.6</td>
 +
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Fusion (~3µM)</th>
 +
    <td>8</td>
 +
    <td>0</td>
 +
 
 +
 
 +
  </tr>
 +
    <tr class="tableunevenadpbl">
 +
    <th>Tn5 (~8µM)</th>
 +
    <td>0</td>
 +
    <td>0</td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Adapter (25µM)</th>
 +
    <td>1</td>
 +
    <td>0.6</td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableunevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>4.8</td>
 +
 
 +
 
 +
  </tr>
 +
      <tr class="tableevenadpbl">
 +
    <th>Total</th>
 +
    <td>10</td>
 +
    <td>6</td>
 +
 
 +
 
 +
  </tr>
 +
   
 +
</table> </center>
 +
<br>
 +
    <p>The reagents were pipetted in the following order: Water, 10x functionality buffer,  dxCas9-Tn5, and adapter. The samples were incubated at 37°C for 1 hour.</p>
 +
    <p>
 +
To add appropriate amount of sgRNA, the pipetting scheme on Table 3 was followed. sgRNA J2.1 signifies version 1 of sgRNA targeting juntion 2 of EPO gene:
 +
</p>
 +
   
 +
    <center>
 +
    <table>
 +
<caption class="figadpbl"><b>Table 3:</b> Pipetting scheme for sgRNA loading.</caption>
 +
  <tr class="tableheaderadpbl">
 +
      <th></th>
 +
    <th class="tableheaderadpbl">Reaction with sgRNA J2.1(µl)</th>
 +
    <th class="tableheaderadpbl">Reaction no sgRNA(µl)</th>
 +
     
 +
  <tr class="tableunevenadpbl">
 +
    <th>Transposome</th>
 +
    <td>4</td>
 +
    <td>4</td>
 +
 
 +
  </tr>
 +
  <tr class="tableevenadpbl">
 +
    <th>sgRNA (100ng/µl)</th>
 +
    <td>0.8</td>
 +
    <td>0</td>
 +
 
 +
  </tr>
 +
  <tr class="tableunevenadpbl">
 +
    <th>MgCl<sub>2</sub> Buffer</th>
 +
    <td>0.2</td>
 +
    <td>0.2</td>
 +
 
 +
  </tr>
 +
          <tr class="tableevenadpbl">
 +
    <th>Water</th>
 +
    <td>0</td>
 +
    <td>0.8</td>
 +
 +
  </tr>
 +
</table></center>
 +
<br>
 +
 
 +
<p>The samples were incubated at 37°C for 10 minutes. <br>
 +
Target DNA (EPO cDNA) was added to make final concentration of ~5ng/µl. One negative control was done where water instead of EPO cDNA was added.
 +
</p>
 +
   
 +
   
 +
<p>The samples were incubated at 37°C. At incubation time = 1h. 2.5 µl of sample were taken from each reaction and was subjected to PCR. PCR mix and cycle can be found on protocol.
 +
<br>
 +
The PCR products were analysed on 5% native TBE polyacrylamide gel. The resulting gel is either stained with ethidium bromide and imaged with GelDoc system, or directly imaged with Typhoon Imaging System.
 +
</p>
 +
 
 +
 
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/9e/T--TUDelft--Sequencing_adapters_on_EPO_plasmid.png" alt="Gel electrophoresis"> 
 +
<br>
 +
        <b>Figure 1. 5% TBE native PAGE stained by EtBr and imaged by GelDoc system.Integration reaction after 1 hour.  </b> <i>Lanes are (L) DNA ladder (100-1000bp), (1) amplified product with fw EPO (2) amplified product with rv EPO, (3) amplified product with fw EPO without sgRNA, (4) amplified product with rv EPO without sgRNA, (5) amplified product with fw EPO without fusion protein, (6) amplified product with rv EPO without fusion protein, (7) amplified product with fw EPO without adapter DNA, (8) amplified product with rv EPO without adapter DNA
 +
  </i>
 +
<p>Figure 1 did not show integration of adapters on plasmid DNA. The reaction was repeated with plasmid linearization before the integration. </p>
 +
<img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/28/T--TUDelft--SequencingAdapters.png" alt="Gel electrophoresis">
 +
          <p>Integration on linearized plasmid worked.</p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<br>
 +
 
 +
         
 +
    </div>   
 +
</ul>
 +
</form>   
 +
 
 +
   
 +
   
 +
<div class="col-lg-1 col-md-1 hidden-xs hidden-sm" nowbg> </div>
 +
</div>
 +
       
 +
</div>
 +
</div>
 +
   
 +
</body>
 +
 
 +
 
 +
<!-- BETWEEN THESE TWO COMMENTS -->
 +
 
 +
<script>
 +
$(document).ready(function () {
 +
    $("#PreScreen").hide();
 +
    $("#SamplePrep").hide();
 +
    $("#InVitro").hide();
 +
    $("#InVivo").hide();
 +
    $("#StrainConstruction").hide();
 +
    $("#Purification").hide();
 +
    $("#Sequencing").hide();
 +
   
 +
    $("#r1").click(function () {
 +
        $("#PreScreen").show();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r2").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").show();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r3").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").show();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r4").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").show();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r5").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").show();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r6").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").show();
 +
        $("#Sequencing").hide();
 +
    });
 +
    $("#r7").click(function () {
 +
        $("#PreScreen").hide();
 +
        $("#SamplePrep").hide();
 +
        $("#InVitro").hide();
 +
        $("#InVivo").hide();
 +
        $("#StrainConstruction").hide();
 +
        $("#Purification").hide();
 +
        $("#Sequencing").show();
 +
    });
 +
});
 +
</script> 
 +
<script>
 +
 
 +
var coll = document.getElementsByClassName("collapsible");
 +
var i;
 +
 
 +
for (i = 0; i < coll.length; i++) {
 +
coll[i].addEventListener("click", function() {
 +
this.classList.toggle("activedropdownadpbl");
 +
var content = this.nextElementSibling;
 +
if (content.style.maxHeight){
 +
content.style.maxHeight = null;
 +
} else {
 +
content.style.maxHeight = content.scrollHeight + "px";
 +
}
 +
});
 +
}
 +
</script>
 +
 
 +
 
 +
    </html>
 +
 
 +
<!-- COPY UNTIL HERE -->

Latest revision as of 03:57, 18 October 2018


Wetlab Notebook

Please select the the model of which you would like to view the notebooks.

September


October


July


August



September


October


May


June




July



August



September


October


July



August



SEPTEMBER


October


July


AUGUST



SEPTEMBER


June



July


August



September



October



September


October