Difference between revisions of "Team:Queens Canada/Notebook"

 
(22 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
body {
 
body {
 
     background-color: white;
 
     background-color: white;
    max-width: 1200px;
 
 
     position: relative;
 
     position: relative;
 
     margin-left: auto;
 
     margin-left: auto;
Line 11: Line 10:
 
}
 
}
  
/* The actual timeline (the vertical ruler) */
+
</style>
.timeline {
+
    position: relative;
+
    max-width: 1200px;
+
    margin: 0 auto;
+
}
+
  
/* The actual timeline (the vertical ruler) */
+
<body>
.timeline::after {
+
    content: '';
+
    position: absolute;
+
    width: 6px;
+
    background-color: white;
+
    top: 0;
+
    bottom: 0;
+
    left: 50%;
+
    margin-left: -3px;
+
}
+
  
/* Container around content */
+
<h2 style="width:70%;margin-left:15%">Notebook</h2>
.container {
+
    padding: 10px 40px;
+
    position: relative;
+
    background-color: inherit;
+
    width: 50%;
+
}
+
  
/* The circles on the timeline */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 1 (May 1-4):</b></em> Completed lab safety training (WHMIS and Biosafety Level 1 Certification was
.container::after {
+
completed by all wet lab members), compiled all relevant protocols on Benchling, signed up for Interlab
    content: '';
+
Measurement Study, began ordering necessary reagents.</p>
    position: absolute;
+
    width: 25px;
+
    height: 25px;
+
    right: -17px;
+
    background-color: white;
+
    border: 4px solid #FF9F55;
+
    top: 15px;
+
    border-radius: 50%;
+
    z-index: 1;
+
}
+
  
/* Place the container to the left */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>May 6th:</b></em> Attended Canadian Undergraduate Technology Conference (CUTC) hosted by the University
.left {
+
of Waterloo and presented at our own booth at the Maker’s Fair</p>
    left: 0;
+
}
+
  
/* Place the container to the right */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 2 (May 7-11):</b></em> Ordered all necessary reagents and worked on developing our DNA sequence &
.right {
+
attended QICSI Bootcamp courtesy of the Dunin-Deshpande Queen’s Innovation Centre</p>
    left: 50%;
+
<p style="idth:70%;margin-left:15%;font-size:18px">Here’s a short clip from the weekend pitch competition our team participated in, held at the Donald Gordon
}
+
    Conference Centre:<a href="https://www.facebook.com/ddqic/videos/2241354169227110/" target="_blank"> Facebook video.</a></p>
  
/* Add arrows to the left container (pointing right) */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>May 12th:</b></em> Participated in Science Rendezvous held at the Rogers K-Rock Centre, where we had
.left::before {
+
our own booth featuring fruit DNA extraction, a microscope, and a VR headset with a virtual look into what is found
    content: " ";
+
inside cells.</p>
    height: 0;
+
    position: absolute;
+
    top: 22px;
+
    width: 0;
+
    z-index: 1;
+
    right: 30px;
+
    border: medium solid white;
+
    border-width: 10px 0 10px 10px;
+
    border-color: transparent transparent transparent white;
+
}
+
  
/* Add arrows to the right container (pointing left) */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 3 (May 14-18):</b></em> Our team was selected as one of ten teams to be awarded an OT-2 Automatic
.right::before {
+
Pipetting Robot courtesy of Opentrons Labworks</p>
    content: " ";
+
<p style="idth:70%;margin-left:15%;font-size:18px">See more information <a href="https://blog.opentrons.com/igem_winners_2018/" target="_blank">here.</a></p>
    height: 0;
+
<p style="idth:70%;margin-left:15%;font-size:18px">Sequences have been ordered as gblocks. Will be ordering kanamycin resistance construct for the estrogen receptor as a positive control,
    position: absolute;
+
one with the glucocorticoid receptor, and three different versions of the same construct with linkers of varying length and flexibility
    top: 22px;
+
between the LBD and the intein.</p>
    width: 0;
+
    z-index: 1;
+
    left: 30px;
+
    border: medium solid white;
+
    border-width: 10px 10px 10px 0;
+
    border-color: transparent white transparent transparent;
+
}
+
  
/* Fix the circle for containers on the right side */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 4 (May 22-25):</b></em> Prepared media and ampicillin plates, obtained our plasmid, practiced transformation, liquid
.right::after {
+
culture preparation, plate streaking, and miniprep techniques.</p>
    left: -16px;
+
}
+
  
/* The actual content */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 5 (May 28-June 1):</b></em>
.content {
+
<ul style="width:70%;margin-left:16%">
    padding: 20px 30px;
+
     <li>Used electroporation to transform pET16b within our host E. coli strain, DH5-alpha</li>
     background-color: white;
+
     <li>10 µL and 100 µL of the bacteria was plated on ampicillin plates and stored at 37°C overnight</li>
     position: relative;
+
     <li>Prepared liquid cultures using four random colonies from the ampicillin plates</li>
     border-radius: 6px;
+
    <li>Performed a plasmid MiniPrep to isolate plasmid DNA. Concentrations were determined using UV spectrophotometry</li>
}
+
    <li>Performed a diagnostic restriction digest using HindIII and AvaI and ran on agarose using gel electrophoresis</li>
 +
    <li>Following confirmation of successful transformation, bacterial glycerol stocks were prepared (stored at -80°C)</li>
 +
</ul></p>
  
/* Media queries - Responsive timeline on screens less than 600px wide */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 6 (June 4-8):</b></em>
@media screen and (max-width: 600px) {
+
<ul style="width:70%;margin-left:16%">
  /* Place the timelime to the left */
+
     <li>Made chemocompetent cells of DH5-alpha and BL21</li>
  .timeline::after {
+
    <li>Resuspended gblock-NanoLuc-gblock DNA</li>
    left: 31px;
+
     <li>Linearized our plasmid with BamHI and XhoI</li>
  }
+
     <li>Performed Gibson Assembly on the linearized plasmid and the gblock NanoLuc, as well as performed a
 
+
        negative control of Gibson Assembly® Master Mix by substituting DNA with water</li>
  /* Full-width containers */
+
     <li>Used electroporation in 3 DH5-alpha samples (Gibson Assembly® Master Mix, diluted Gibson Assembly®
  .container {
+
        Master Mix, and control mix)</li>
    width: 100%;
+
     <li>10 µL and 100 µL of each sample were plated on ampicillin plates and colony growth was observed where expected</li>
    padding-left: 70px;
+
</ul></p>
     padding-right: 25px;
+
  }
+
 
+
  /* Make sure that all arrows are pointing leftwards */
+
  .container::before {
+
     left: 60px;
+
     border: medium solid white;
+
     border-width: 10px 10px 10px 0;
+
     border-color: transparent white transparent transparent;
+
  }
+
  
  /* Make sure all circles are at the same spot */
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 7 (June 11-15):</b></em>
  .left::after, .right::after {
+
<ul style="width:70%;margin-left:16%">
     left: 15px;
+
    <li>Prepared 4-hydroxytamoxifen + kanamycin plates and cortisol + kanamycin plates</li>
  }
+
    <li>Used a restriction digest to test the NanoLuc Gibson Assembly product    </li>
 
+
        <ul><li>Results were inconclusive → gel was run at too high of a voltage</li></ul>
  /* Make all right containers behave like the left ones */
+
    </li>
  .right {
+
    <li>Chloramphenicol plates were made for Interlab Measurement Study while waiting for DNA sequences to arrive</li>
     left: 0%;
+
    <li>Learned how to perform luciferase assays</li>
  }
+
</ul></p>
}
+
 
</style>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 8 (June 18-22):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
     <li>Started the week with InterLab Measurement study:
 +
        <ul>
 +
            <li>Made standard curves for fluorescein, microsphere particles, and LUDOX CL-X using a plate reader</li>
 +
            <li>Attempted the cell measurement protocol:
 +
                <ul><li>Started by making 40 chloramphenicol plates. Then heat-shock-transformed DH5-alpha with the plasmid, then plated</li></ul>
 +
            </li>
 +
        <li>Transformed nanoluc containing pNL1.1 plasmid into DH5-alpha using chemical transformation</li>
 +
    </ul>
 +
    <li>Grew a liquid culture Thursday night of DH5-alpha housing pNL1.1, and another liquid culture of DH5a with pET16b </li>
 +
    <li>Performed plasmid mini-prep (extracted the plasmid DNA) and did a double digest of each <em>KpnI</em> and <em>EcoRI</em> for pNL1.1,
 +
        <em>XhoI</em> and <em>HindIII</em> for pET16b</li>
 +
    <li>Performed Gibson Assembly to insert an Anderson Promoter into pNL1.1 for the luciferase assays </li>
 +
     <li>Performed another Gibson assembly to insert 2 overlapping fragments into pET16b:
 +
        <ul>
 +
            <li>N-terminal of KanR</li>
 +
            <li>N-intein-LBD (GR)-C-intein-KanR</li>
 +
            <li>Did electroporation to transform <em>E. coli</em> and plated</li>
 +
            <li>The Gibson Assembly for pNL1.1 didn’t work (currently still promoterless)
 +
                <ul><li>Nothing grew (including on the positive control) → therefore, could be a plasmid, transformation, or Gibson assembly
 +
                        problem</li></ul>
 +
            </li>
 +
        </ul>
 +
    </li>
 +
</ul></p>
  
<body>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 9 (June 25-29):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
    <li>Gibson was redone with a HiFi Gibson Assembly on pNL 1.1 and the Anderson promoter, as well as pET16b and intein with three different
 +
        linkers (GPGGSG, GPGGSGS, GGGGSGGGGS), and a positive control</li>
 +
    <li>Did chemical transformation using New England Biolabs supplies and plated on ampicillin plates
 +
        <ul>
 +
            <li>Colonies were recovered on every plate (including the positive control)</li>
 +
            <li>Now have colonies for pNL1.1 +Anderson promoter and for the three different sequences with KanR+intein+linkers+GR domain</li>
 +
        </ul>
 +
    </li>
 +
    <li>Made liquid cultures</li>
 +
    <li>Performed a diagnostic digest on three linkers using <em>BsaI</em>
 +
        <ul><li> One of three pET16b digestions was as expected with linker 1 came out perfectly as expected on the gel</li></ul>
 +
    </li>
 +
    <li>Performed a luciferase assay on pNL1.1:
 +
        <ul>
 +
            <li>Pelleted 1-2 mL of liquid culture bacteria (pNL1.1). Repeated (four different liquid cultures).</li>
 +
            <li>Added 1 mL of lysis buffer (contains: lysozyme, β-mercaptoethanol, phosphate buffered saline (PBS)).</li>
 +
            <li>Let sit for 30 min.</li>
 +
            <li>Sonicated the mix for 11 seconds, then put on ice. Repeated twice.</li>
 +
            <li>Pelleted cellular debris by centrifuging, and collected the supernatant (contains the protein).</li>
 +
            <li>Ran a serial dilution in a white 96-well plate (1×, 0.5×, 0.25×, 0.125×).</li>
 +
            <li>Repeated for four rows of different liquid cultures. Added one extra for a negative control.</li>
 +
            <li>Luciferase assay confirmed production of NanoLuc was occuring</li>
 +
 
 +
        </ul>
 +
    </li>
 +
    <li>Plated liquid cultures on kanamycin and kanamycin + cortisol plates
 +
        <ul><li>No growth</li></ul>
 +
    </li>
 +
</ul></p>
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>June 29th:</b></em> First SynBio Meeting</p>
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 10 (July 3-6):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
    <li>Tuesday: Prepared plates with ampicillin and cortisol to test if the cortisol was the reason the bacteria wasn’t growing</li>
 +
    <li>Made new SOC media, which will be used in future transformations </li>
 +
    <li>Plated linkers and pNL1.1 from the bacterial stocks for further cortisol and splicing testing</li>
 +
    <li>Wednesday: Made liquid cultures of the plates</li>
 +
    <li>Thursday: Plated all of the liquid cultures on kanamycin plates with varying concentrations of cortisol (10nM, 1 µM, 10µM, 100µM)</li>
 +
    <li>Also plated on ampicillin and cortisol plates with a concentration of 10 µM (and on kanamycin as a control)</li>
 +
    <li>Friday: Results → There were no colonies on any of the plates with cortisol and kanamycin. As well, pNL1.1 grew on the ampicillin
 +
        and cortisol plates, confirming that cortisol is not killing the bacteria. </li>
 +
</ul></p>
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 11 (July 9-13):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
    <li>Grew up liquid cultures of our plates (from bacterial stock) to check for potential contamination</li>
 +
    <li>Performed a plasmid MiniPrep and diagnostic digest
 +
        <ul><li>No contamination of pNL1.1 or pET16b linkers was seen</li></ul>
 +
    </li>
 +
    <li>Sent DNA on Wednesday for sequencing (the GR, intein, linkers ×3)</li>
 +
    <li>Did Gibson on GFP-intein-GR content, but the pET16b was not as clear in our gel as we would have liked</li>
 +
    <li>Made more cortisol, 4-hydroxytamoxifen, and kanamycin plates for further tests when DNA arrives</li>
 +
    <li>Ordered Nanoluc containing sequence from Pnl1.1 with biobrick prefix,suffix and illegal restriction sites removed</li>
 +
</ul></p>
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 12 (July 9-13):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
    <li>Performed Gibson Assembly this week for our part, and also now have assembled the glucocorticoid receptor (GR) with NanoLuc
 +
        and without intein, estrogen receptor, and retinoic acid receptor with a kanamycin resistance (saw growth on these plates as
 +
        well, and made stocks)</li>
 +
    <li>Ordered primers, dNTPs, and manganese chloride for use in error-prone PCR</li>
 +
    <li>Completed the InterLab Measurement Study this week</li>
 +
  <li>Gibson Assembly of Nanoluc Coding Device, into DH5a</li>
 +
</ul></p>
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 13 (July 23-27):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
    <li>Calibrated Luminometer with Nanoluc Coding device. Used serial dilutions of NanoLuc containing solution, found decreasing readings with luminometer corresponding to the relative decrease</li>
 +
</ul></p>
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>July 25th:</b></em> Second SynBio Club Meeting</p>
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>July 26th:</b></em> Science Quest Mentorship</p>
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 14 (July 30-August 3):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> grew  up  more  pET16b  and  linearized  it  (digested)  for  Gibson  assembly</li>
 +
<li>Made  liquid  cultures  of  4HT  Kan,  and  Ampicillin  stocks  and  plates.</li>
 +
<li> Transformation of 3-2ER intein into BL21. Selected colonies, performed mini-preps with isopropanol to remove DNA-ase.
 +
Gel confirmed succesful transformation</li>
 +
<li> Assembled  a  FRET  biosensor using  acGFP and  mCherry, then expressed  it  in  BL21  DE3, tested  it in a  fluorometer and found some  promising results. For  example, we had fluoresce of 8 billion  AU in some wells, compared to  700 million in the LB controls </li>
 +
</ul></p>
 +
 
 +
 
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 15 (August 7-10):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> GFP Autosplicing Intein construct did not work. Confirmed extensively with LB controls. </li>
 +
<li> FRET based biosensor might be working, on fluorometer there was huge increases of MCherry emission compared to LB controls, when excited at 475nm (acGFP excitation)</li>
 +
<li> Composite  BioBrick  consisting  of:a  Anderson  Promoter  -  Ribosome  Binding  Site  -  NanoLuc®  -  Terminator works! consistent Nanoluc production. Characterized time course kientics</li>
 +
<li> First attempt at error-prone PCR unsuccessful, positive control did work. Suspect primers are too long. Ran a gradient still no result. Tm suspected to be too high. Will redesign</li>
 +
</ul></p>
  
<div class="timeline">
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 16 (August 13-17):</b></em>
  <div class="container left">
+
<ul style="width:70%;margin-left:16%">
    <div class="content">
+
<li> FRET  biosensor  works!    Tested  on  a  fluoremeter  and  found  150×  increase  over  a  water  control, then  he  went, then  to  the  Biomedical  confocal  imaging  Laboratory  at  Queen’s  and  found  that  the  antagonist  reduced  the  FRET  interaction. (A.K.A., this  proves  that  the  biosensor  works!)</li>
      <h2>2017</h2>
+
<li> ER intein tested in BL21 on 4-HT plates, still no results, even with good controls. Was concerned the ethanol which the 4-HT is dissolved in might be killing the bacteria but its not the case</li>
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
<li> Digested FRET, confirmed insert size with gel </li>
    </div>
+
</ul></p>
  </div>
+
  <div class="container right">
+
    <div class="content">
+
      <h2>2016</h2>
+
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
    </div>
+
  </div>
+
  <div class="container left">
+
    <div class="content">
+
      <h2>2015</h2>
+
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
    </div>
+
  </div>
+
  <div class="container right">
+
    <div class="content">
+
      <h2>2012</h2>
+
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
    </div>
+
  </div>
+
  <div class="container left">
+
    <div class="content">
+
      <h2>2011</h2>
+
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
    </div>
+
  </div>
+
  <div class="container right">
+
    <div class="content">
+
      <h2>2007</h2>
+
      <p>Lorem ipsum dolor sit amet, quo ei simul congue exerci, ad nec admodum perfecto mnesarchum, vim ea mazim fierent detracto. Ea quis iuvaret expetendis his, te elit voluptua dignissim per, habeo iusto primis ea eam.</p>
+
    </div>
+
  </div>
+
</div>
+
  
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 17 (July 30-August 3):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li>  Took  another  visit  to  the  biomedical  imaging  laboratory  this  week  to  take  quantitative  images  of  the  FRET  biosensor.  He  took  photos  of  the  FRET  biosensor  under  cortisol,  mifepristone,  and  ethanol  (control)  conditions  (while  keeping  the  magnification,  excitation,  and  filtration  constant).  Now will  begin  analyzing  the  relative  intensity  of  GFP  and  mCherry  fluorescence  in  each  image  to  assess  the  amount  of  FRET  occurring.</li>
 +
<li>Tested  the  ER  intein  being  expressed  in  BL21,  by  inducing  expression  with  IPTG and  incubating  for  4  hours  at  37°C,  then  added  4-HT,  incubated  for  1  more  hour,  then  plated  200  μL  on  plates  containing  10  μM  4-HT  and  kanamycin,  and  another  on  kanamycin  alone. No growth</li>
 +
<li> oGrew  up  10  mL  of  BL21  expressing  the  same  intein  construct,  then  induced  expression,  and  4  hours  later  separated  the  10  mL  into  5  mL  with  4-HT,  and  5  mL  without.  Then  lysed  the  cells  and  collected  the  cell  lysate,  the  soluble  fraction,  and  the  cell  debris  portion.  These  were  then  mixed  with  50  μL  of  Coomassie  blue  (dye  for  Western  blotting)  and  frozen  it  down</li>
 +
<li>We  also  attempted  Error  Prone  PCR  on  the  intein  this  week,  however  it  wasn't  successful</li>
 +
</ul></p>
  
<div class="column full_size">
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 18 (August 6-10):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> Ran  an  SDS  for  the  protein  fractions  from  last  week•It  showed  that  the  intein  is  being  made  (large  band  at  77  kDa)!    But,  it’s  insoluble,  which Dr. Petkovich suspected  and  explains  why  there  was  no  splicing  producing  kanamycin  resistance</li>
 +
</ul></p>
  
<h1>Notebook</h1>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 19 (August 20- 24):</b></em>
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
+
<ul style="width:70%;margin-left:16%">
 +
<li> No lab work</li>
 +
<li> Attended Queen's in the park event to recruit students</li>
 +
</ul></p>
  
</div>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 20 (August 27- 31):</b></em>
<div class="clear"></div>
+
<ul style="width:70%;margin-left:16%">
 +
<li>  No work done this week, wiki infrastructure in place.</li>
 +
</ul></p>
  
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 21 (September 3rd - 7th):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> Attempted to Clone FRET and ER-Intein into pSB1C3 from gel extracted EcoRI and PstI. T4 ligation at 30 mins room temp, then 30 mins in fridge. Chemical transformation, but no prepared SOC so used LB. No colonies grew</li>
 +
<li> Ran a gel on the Ligation products, looked positive, there was band forming around 5kb, indicative of succesful ligaton, but transformation didnt work</li>
 +
<li> Presented at Engineering Design Fair</li>
 +
</ul></p>
  
 +
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 22 (September 10th - 14th):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> No Updated </li>
 +
</ul></p>
  
<div class="column two_thirds_size">
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 23 (September 17th - 21st):</b></em>
<h3>What should this page have?</h3>
+
<ul style="width:70%;margin-left:16%">  
<ul>
+
<li> Cloning FRET and Intein re attempted with NEB 5-alpha compotent cells, no success!! </li>
<li>Chronological notes of what your team is doing.</li>
+
<li>We want to clone the intein cause although it didnt work, it improves characterization of a previous part. I.e The intein being tested in bacteria instead of yeast.</li>
<li> Brief descriptions of daily important events.</li>
+
</ul></p>
<li>Pictures of your progress. </li>
+
<li>Mention who participated in what task.</li>
+
</ul>
+
  
</div>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 24 (September 24th - 28st):</b></em>
 +
<ul style="width:70%;margin-left:16%">
 +
<li> Growing up liquid culture of Nanoluc coding device/Pnl1.1 with illegal cut sites removed. </li>
 +
<li> Liquid culture, mini prep, ran gel. Confirmed insert is present.</li>
 +
</ul></p>
  
<div class="column third_size">
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 25 (Oct 1st - 5th):</b></em>
<div class="highlight decoration_A_full">
+
<ul style="width:70%;margin-left:16%">
<h3>Inspiration</h3>
+
<li> No luck with cloning. Even tried using very new T4 ligase. Gel extracted pSB1C3 from mRFP, and used linearized pSB1C3 provided by igem then PCR clean up. </li>
<p>You can see what others teams have done to organize their notes:</p>
+
</ul></p>
  
<ul>
+
<p style="idth:70%;margin-left:15%;font-size:18px"><em><b>Week 26 (Oct 8th - 12th):</b></em>
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<ul style="width:70%;margin-left:16%">
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<li> NanoLuc coding device added to registry, then sent to igem on DNA submission Deadline </li>
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<li> Added FRET and ER- Intein too because they are good chracterizations of parts, even if we couldn't clone them into pSB1C3</li>
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
</ul></p>
</ul>
+
</div>
+
</div>
+
  
 +
<footer style="background-color: #212121;height:90px ">
 +
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-md-4">
 +
                        <ul class="list-inline quicklinks">
 +
                            <li><a href="https://igem.org/Main_Page" style="color:white; font-size:16pt">iGEM Headquarters</a>
 +
                            </li>
 +
                        </ul>
 +
                    </div>
 +
                    <div class="col-md-4">
 +
                        <ul class="list-inline social-buttons" style="margin-left:20%">
 +
                            <li><a href="https://twitter.com/iGEMQueens"style="    display: block;
 +
    background-color: #fff;
 +
    height: 40px;
 +
    width: 40px;
 +
    border-radius: 100%;
 +
    font-size: 20px;
 +
    line-height: 40px;
 +
    color: #000;
 +
    outline: 0;
 +
    -webkit-transition: all .3s;
 +
    -moz-transition: all .3s;
 +
    transition: all .3;"><i class="fa fa-twitter"style="color:black; font-family:FontAwesome;margin-left:10.75px;"></i></a>
 +
                            </li>
 +
                            <li><a href="https://www.facebook.com/iGEMQueens/?fref=ts"style="    display: block;
 +
    background-color: #fff;
 +
    height: 40px;
 +
    width: 40px;
 +
    border-radius: 100%;
 +
    font-size: 20px;
 +
    line-height: 40px;
 +
    color: #000;
 +
    outline: 0;
 +
    -webkit-transition: all .3s;
 +
    -moz-transition: all .3s;
 +
    transition: all .3;"><i class="fa fa-facebook"style="color:black;font-family:FontAwesome;margin-left:10.75px;"></i></a>
 +
                            </li>
 +
                            <li><a href="mailto:director@qgemteam.com" style="    display: block;
 +
    background-color: #fff;
 +
    height: 40px;
 +
    width: 40px;
 +
    border-radius: 100%;
 +
    font-size: 20px;
 +
    line-height: 40px;
 +
    color: #000;
 +
    outline: 0;
 +
    -webkit-transition: all .3s;
 +
    -moz-transition: all .3s;
 +
    transition: all .3;"><i class="fa fa-envelope"style="color:black;font-family:FontAwesome;margin-left:10.75px;"></i></a>
 +
                            </li>
 +
                            <li><a href="https://www.linkedin.com/company/1633448?trk=tyah&amp;trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A1633448%2Cidx%3A1-1-1%2CtarId%3A1464110668532%2Ctas%3Aqgem" style="    display: block;
 +
    background-color: #fff;
 +
    height: 40px;
 +
    width: 40px;
 +
    border-radius: 100%;
 +
    font-size: 20px;
 +
    line-height: 40px;
 +
    color: #000;
 +
    outline: 0;
 +
    -webkit-transition: all .3s;
 +
    -moz-transition: all .3s;
 +
    transition: all .3;"><i class="fa fa-linkedin"style="color:black; font-family:FontAwesome;margin-left:10.75px;"></i></a>
 +
                            </li>
 +
                        </ul>
 +
                    </div>
 +
                    <div class="col-md-4">
 +
                        <ul class="list-inline quicklinks" style="color: white;font-size:16pt;">
 +
                            <li><a href="http://www.queensu.ca/" style="color:white;margin-left:100px;">Queen's University</a>
 +
                            </li>
 +
                        </ul>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </footer>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 00:07, 16 October 2018

Notebook

Week 1 (May 1-4): Completed lab safety training (WHMIS and Biosafety Level 1 Certification was completed by all wet lab members), compiled all relevant protocols on Benchling, signed up for Interlab Measurement Study, began ordering necessary reagents.

May 6th: Attended Canadian Undergraduate Technology Conference (CUTC) hosted by the University of Waterloo and presented at our own booth at the Maker’s Fair

Week 2 (May 7-11): Ordered all necessary reagents and worked on developing our DNA sequence & attended QICSI Bootcamp courtesy of the Dunin-Deshpande Queen’s Innovation Centre

Here’s a short clip from the weekend pitch competition our team participated in, held at the Donald Gordon Conference Centre: Facebook video.

May 12th: Participated in Science Rendezvous held at the Rogers K-Rock Centre, where we had our own booth featuring fruit DNA extraction, a microscope, and a VR headset with a virtual look into what is found inside cells.

Week 3 (May 14-18): Our team was selected as one of ten teams to be awarded an OT-2 Automatic Pipetting Robot courtesy of Opentrons Labworks

See more information here.

Sequences have been ordered as gblocks. Will be ordering kanamycin resistance construct for the estrogen receptor as a positive control, one with the glucocorticoid receptor, and three different versions of the same construct with linkers of varying length and flexibility between the LBD and the intein.

Week 4 (May 22-25): Prepared media and ampicillin plates, obtained our plasmid, practiced transformation, liquid culture preparation, plate streaking, and miniprep techniques.

Week 5 (May 28-June 1):

  • Used electroporation to transform pET16b within our host E. coli strain, DH5-alpha
  • 10 µL and 100 µL of the bacteria was plated on ampicillin plates and stored at 37°C overnight
  • Prepared liquid cultures using four random colonies from the ampicillin plates
  • Performed a plasmid MiniPrep to isolate plasmid DNA. Concentrations were determined using UV spectrophotometry
  • Performed a diagnostic restriction digest using HindIII and AvaI and ran on agarose using gel electrophoresis
  • Following confirmation of successful transformation, bacterial glycerol stocks were prepared (stored at -80°C)

Week 6 (June 4-8):

  • Made chemocompetent cells of DH5-alpha and BL21
  • Resuspended gblock-NanoLuc-gblock DNA
  • Linearized our plasmid with BamHI and XhoI
  • Performed Gibson Assembly on the linearized plasmid and the gblock NanoLuc, as well as performed a negative control of Gibson Assembly® Master Mix by substituting DNA with water
  • Used electroporation in 3 DH5-alpha samples (Gibson Assembly® Master Mix, diluted Gibson Assembly® Master Mix, and control mix)
  • 10 µL and 100 µL of each sample were plated on ampicillin plates and colony growth was observed where expected

Week 7 (June 11-15):

  • Prepared 4-hydroxytamoxifen + kanamycin plates and cortisol + kanamycin plates
  • Used a restriction digest to test the NanoLuc Gibson Assembly product
    • Results were inconclusive → gel was run at too high of a voltage
  • Chloramphenicol plates were made for Interlab Measurement Study while waiting for DNA sequences to arrive
  • Learned how to perform luciferase assays

Week 8 (June 18-22):

  • Started the week with InterLab Measurement study:
    • Made standard curves for fluorescein, microsphere particles, and LUDOX CL-X using a plate reader
    • Attempted the cell measurement protocol:
      • Started by making 40 chloramphenicol plates. Then heat-shock-transformed DH5-alpha with the plasmid, then plated
    • Transformed nanoluc containing pNL1.1 plasmid into DH5-alpha using chemical transformation
  • Grew a liquid culture Thursday night of DH5-alpha housing pNL1.1, and another liquid culture of DH5a with pET16b
  • Performed plasmid mini-prep (extracted the plasmid DNA) and did a double digest of each KpnI and EcoRI for pNL1.1, XhoI and HindIII for pET16b
  • Performed Gibson Assembly to insert an Anderson Promoter into pNL1.1 for the luciferase assays
  • Performed another Gibson assembly to insert 2 overlapping fragments into pET16b:
    • N-terminal of KanR
    • N-intein-LBD (GR)-C-intein-KanR
    • Did electroporation to transform E. coli and plated
    • The Gibson Assembly for pNL1.1 didn’t work (currently still promoterless)
      • Nothing grew (including on the positive control) → therefore, could be a plasmid, transformation, or Gibson assembly problem

Week 9 (June 25-29):

  • Gibson was redone with a HiFi Gibson Assembly on pNL 1.1 and the Anderson promoter, as well as pET16b and intein with three different linkers (GPGGSG, GPGGSGS, GGGGSGGGGS), and a positive control
  • Did chemical transformation using New England Biolabs supplies and plated on ampicillin plates
    • Colonies were recovered on every plate (including the positive control)
    • Now have colonies for pNL1.1 +Anderson promoter and for the three different sequences with KanR+intein+linkers+GR domain
  • Made liquid cultures
  • Performed a diagnostic digest on three linkers using BsaI
    • One of three pET16b digestions was as expected with linker 1 came out perfectly as expected on the gel
  • Performed a luciferase assay on pNL1.1:
    • Pelleted 1-2 mL of liquid culture bacteria (pNL1.1). Repeated (four different liquid cultures).
    • Added 1 mL of lysis buffer (contains: lysozyme, β-mercaptoethanol, phosphate buffered saline (PBS)).
    • Let sit for 30 min.
    • Sonicated the mix for 11 seconds, then put on ice. Repeated twice.
    • Pelleted cellular debris by centrifuging, and collected the supernatant (contains the protein).
    • Ran a serial dilution in a white 96-well plate (1×, 0.5×, 0.25×, 0.125×).
    • Repeated for four rows of different liquid cultures. Added one extra for a negative control.
    • Luciferase assay confirmed production of NanoLuc was occuring
  • Plated liquid cultures on kanamycin and kanamycin + cortisol plates
    • No growth

June 29th: First SynBio Meeting

Week 10 (July 3-6):

  • Tuesday: Prepared plates with ampicillin and cortisol to test if the cortisol was the reason the bacteria wasn’t growing
  • Made new SOC media, which will be used in future transformations
  • Plated linkers and pNL1.1 from the bacterial stocks for further cortisol and splicing testing
  • Wednesday: Made liquid cultures of the plates
  • Thursday: Plated all of the liquid cultures on kanamycin plates with varying concentrations of cortisol (10nM, 1 µM, 10µM, 100µM)
  • Also plated on ampicillin and cortisol plates with a concentration of 10 µM (and on kanamycin as a control)
  • Friday: Results → There were no colonies on any of the plates with cortisol and kanamycin. As well, pNL1.1 grew on the ampicillin and cortisol plates, confirming that cortisol is not killing the bacteria.

Week 11 (July 9-13):

  • Grew up liquid cultures of our plates (from bacterial stock) to check for potential contamination
  • Performed a plasmid MiniPrep and diagnostic digest
    • No contamination of pNL1.1 or pET16b linkers was seen
  • Sent DNA on Wednesday for sequencing (the GR, intein, linkers ×3)
  • Did Gibson on GFP-intein-GR content, but the pET16b was not as clear in our gel as we would have liked
  • Made more cortisol, 4-hydroxytamoxifen, and kanamycin plates for further tests when DNA arrives
  • Ordered Nanoluc containing sequence from Pnl1.1 with biobrick prefix,suffix and illegal restriction sites removed

Week 12 (July 9-13):

  • Performed Gibson Assembly this week for our part, and also now have assembled the glucocorticoid receptor (GR) with NanoLuc and without intein, estrogen receptor, and retinoic acid receptor with a kanamycin resistance (saw growth on these plates as well, and made stocks)
  • Ordered primers, dNTPs, and manganese chloride for use in error-prone PCR
  • Completed the InterLab Measurement Study this week
  • Gibson Assembly of Nanoluc Coding Device, into DH5a

Week 13 (July 23-27):

  • Calibrated Luminometer with Nanoluc Coding device. Used serial dilutions of NanoLuc containing solution, found decreasing readings with luminometer corresponding to the relative decrease

July 25th: Second SynBio Club Meeting

July 26th: Science Quest Mentorship

Week 14 (July 30-August 3):

  • grew up more pET16b and linearized it (digested) for Gibson assembly
  • Made liquid cultures of 4HT Kan, and Ampicillin stocks and plates.
  • Transformation of 3-2ER intein into BL21. Selected colonies, performed mini-preps with isopropanol to remove DNA-ase. Gel confirmed succesful transformation
  • Assembled a FRET biosensor using acGFP and mCherry, then expressed it in BL21 DE3, tested it in a fluorometer and found some promising results. For example, we had fluoresce of 8 billion AU in some wells, compared to 700 million in the LB controls

Week 15 (August 7-10):

  • GFP Autosplicing Intein construct did not work. Confirmed extensively with LB controls.
  • FRET based biosensor might be working, on fluorometer there was huge increases of MCherry emission compared to LB controls, when excited at 475nm (acGFP excitation)
  • Composite BioBrick consisting of:a Anderson Promoter - Ribosome Binding Site - NanoLuc® - Terminator works! consistent Nanoluc production. Characterized time course kientics
  • First attempt at error-prone PCR unsuccessful, positive control did work. Suspect primers are too long. Ran a gradient still no result. Tm suspected to be too high. Will redesign

Week 16 (August 13-17):

  • FRET biosensor works! Tested on a fluoremeter and found 150× increase over a water control, then he went, then to the Biomedical confocal imaging Laboratory at Queen’s and found that the antagonist reduced the FRET interaction. (A.K.A., this proves that the biosensor works!)
  • ER intein tested in BL21 on 4-HT plates, still no results, even with good controls. Was concerned the ethanol which the 4-HT is dissolved in might be killing the bacteria but its not the case
  • Digested FRET, confirmed insert size with gel

Week 17 (July 30-August 3):

  • Took another visit to the biomedical imaging laboratory this week to take quantitative images of the FRET biosensor. He took photos of the FRET biosensor under cortisol, mifepristone, and ethanol (control) conditions (while keeping the magnification, excitation, and filtration constant). Now will begin analyzing the relative intensity of GFP and mCherry fluorescence in each image to assess the amount of FRET occurring.
  • Tested the ER intein being expressed in BL21, by inducing expression with IPTG and incubating for 4 hours at 37°C, then added 4-HT, incubated for 1 more hour, then plated 200 μL on plates containing 10 μM 4-HT and kanamycin, and another on kanamycin alone. No growth
  • oGrew up 10 mL of BL21 expressing the same intein construct, then induced expression, and 4 hours later separated the 10 mL into 5 mL with 4-HT, and 5 mL without. Then lysed the cells and collected the cell lysate, the soluble fraction, and the cell debris portion. These were then mixed with 50 μL of Coomassie blue (dye for Western blotting) and frozen it down
  • We also attempted Error Prone PCR on the intein this week, however it wasn't successful

Week 18 (August 6-10):

  • Ran an SDS for the protein fractions from last week•It showed that the intein is being made (large band at 77 kDa)! But, it’s insoluble, which Dr. Petkovich suspected and explains why there was no splicing producing kanamycin resistance

Week 19 (August 20- 24):

  • No lab work
  • Attended Queen's in the park event to recruit students

Week 20 (August 27- 31):

  • No work done this week, wiki infrastructure in place.

Week 21 (September 3rd - 7th):

  • Attempted to Clone FRET and ER-Intein into pSB1C3 from gel extracted EcoRI and PstI. T4 ligation at 30 mins room temp, then 30 mins in fridge. Chemical transformation, but no prepared SOC so used LB. No colonies grew
  • Ran a gel on the Ligation products, looked positive, there was band forming around 5kb, indicative of succesful ligaton, but transformation didnt work
  • Presented at Engineering Design Fair

Week 22 (September 10th - 14th):

  • No Updated

Week 23 (September 17th - 21st):

  • Cloning FRET and Intein re attempted with NEB 5-alpha compotent cells, no success!!
  • We want to clone the intein cause although it didnt work, it improves characterization of a previous part. I.e The intein being tested in bacteria instead of yeast.

Week 24 (September 24th - 28st):

  • Growing up liquid culture of Nanoluc coding device/Pnl1.1 with illegal cut sites removed.
  • Liquid culture, mini prep, ran gel. Confirmed insert is present.

Week 25 (Oct 1st - 5th):

  • No luck with cloning. Even tried using very new T4 ligase. Gel extracted pSB1C3 from mRFP, and used linearized pSB1C3 provided by igem then PCR clean up.

Week 26 (Oct 8th - 12th):

  • NanoLuc coding device added to registry, then sent to igem on DNA submission Deadline
  • Added FRET and ER- Intein too because they are good chracterizations of parts, even if we couldn't clone them into pSB1C3