Difference between revisions of "Team:LambertGA/Notebook"

 
(47 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
#sideMenu { display:none; }
 
#sideMenu { display:none; }
  
 +
a:hover {
 +
text-decoration: none;
 +
}
  
 
#mainContainer{
 
#mainContainer{
Line 18: Line 21:
  
 
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
 
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
 +
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
  
 
div {
 
div {
Line 74: Line 85:
  
 
#MainTitle {
 
#MainTitle {
padding: 60px;
+
padding-top: 50px;
font-size: 60px;
+
padding-bottom: 7px;
 +
font-size: 45px;
 
color: dimgray; }
 
color: dimgray; }
 
  
 
.firstHeading{
 
.firstHeading{
Line 273: Line 284:
 
opacity:0.4;
 
opacity:0.4;
 
}
 
}
 +
/*Accordion */
 +
button.accordion {
 +
    background-color: #eee;
 +
    color: #444;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 15px;
 +
    transition: 0.4s;
 +
}
 +
 +
button.accordion.active, button.accordion:hover {
 +
    background-color: #ddd;
 +
}
 +
 +
div.panel {
 +
    padding: 0 18px;
 +
    background-color: white;
 +
    max-height: 0;
 +
    overflow: hidden;
 +
    transition: 0.6s ease-in-out;
 +
    opacity: 0;
 +
}
 +
 +
div.panel.show {
 +
    opacity: 1;
 +
    max-height: 3000px;
 +
}
 +
#pdf-display-container {
 +
    width: 100%;
 +
    height: 900px;
 +
  }
 +
 +
  #pdf-viewer-container {
 +
    width: 820px;
 +
    height: 820px;
 +
    background-color: darkgray;
 +
    position: absolute;
 +
    left: 50%;
 +
    margin-left: -410px;
 +
    margin-top: 40px;
 +
  }
 +
 +
  #pdf-viewer {
 +
    width: 800px;
 +
    height: 800px;
 +
    margin: 10px 0px 0px 10px;
 +
  }
 +
.rotate90 {
 +
    -webkit-transform: rotate(90deg);
 +
    -moz-transform: rotate(90deg);
 +
    -o-transform: rotate(90deg);
 +
    -ms-transform: rotate(90deg);
 +
    transform: rotate(90deg);
 +
}
 +
 
</style>
 
</style>
 +
 +
 +
 +
 +
  
  
Line 279: Line 354:
  
 
<body>
 
<body>
 +
 +
  
 
<header>
 
<header>
Line 286: Line 363:
 
       <a href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
 
       <a href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/Collaborations">Collaborations</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Collaborations">Collaborations</a>
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown">
 
--><li class="dropdown">
 
   <a href="https://2016.igem.org/Team:LambertGA/Description" class="dropbtn">Project</a>
 
   <a href="https://2016.igem.org/Team:LambertGA/Description" class="dropbtn">Project</a>
     <div class="dropdown-content">
+
     <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
       <a href="https://2016.igem.org/Team:LambertGA/Description">Description</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Description">Description</a>
       <a href="https://2016.igem.org/Team:LambertGA/Design">Design</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Design">Design</a>
       <a href="https://2016.igem.org/Team:LambertGA/Experiments">Experiments</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Experiments">Experiments</a>
       <a href="https://2016.igem.org/Team:LambertGA/Proof">Proof of Concept</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Proof">Proof of Concept</a>
       <a href="https://2016.igem.org/Team:LambertGA/Demonstrate">Demonstrate</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Results">Results</a>
      <a href="https://2016.igem.org/Team:LambertGA/Results">Results</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Notebook">Notebook</a>
       <a href="https://2016.igem.org/Team:LambertGA/Notebook">Notebook</a>
+
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
Line 304: Line 381:
 
       <a href="https://2016.igem.org/Team:LambertGA/Parts" class="dropbtn">Parts</a>
 
       <a href="https://2016.igem.org/Team:LambertGA/Parts" class="dropbtn">Parts</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/Basic_Part">Basic Parts</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Parts">Parts</a>
       <a href="https://2016.igem.org/Team:LambertGA/Composite_Part">Composite Parts</a>
+
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Basic_Part">Basic Parts</a>
 +
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Composite_Part">Composite Parts</a>
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
Line 313: Line 391:
 
       <a href="https://2016.igem.org/Team:LambertGA/Human_Practices" class="dropbtn">Human Practices</a>
 
       <a href="https://2016.igem.org/Team:LambertGA/Human_Practices" class="dropbtn">Human Practices</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/HP/Silver">Silver</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Human_Practices">Human Practices</a>
       <a href="https://2016.igem.org/Team:LambertGA/HP/Gold">Gold</a>
+
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/HP/Silver">Silver</a>
      <a href="https://2016.igem.org/Team:LambertGA/Integrated_Practices">Integrated Practices</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/HP/Gold">Gold</a>
       <a href="https://2016.igem.org/Team:LambertGA/Engagement">Engagement</a>
+
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Integrated_Practices">Integrated Practices</a>
 +
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Engagement">Engagement</a>
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2016.igem.org/Team:LambertGA/Awards" class="dropbtn">Awards</a>
+
       <a href="https://2016.igem.org/Team:LambertGA/Hardware" class="dropbtn">Awards</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/Hardware">Hardware</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Hardware">Hardware</a>
       <a href="https://2016.igem.org/Team:LambertGA/Measurement">Measurement</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Measurement">Measurement</a>
       <a href="https://2016.igem.org/Team:LambertGA/Model">Model</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Model">Model</a>
 
     </div>
 
     </div>
 
   </li>
 
   </li>
Line 334: Line 413:
  
 
<section>
 
<section>
<div class="container">
+
<!--<div class="container">-->
<div class="row">
+
<!--<div class="row">-->
<div class="col-md-12 col-sm-10">
+
<!--<div class="col-md-12 col-sm-10">-->
 +
 
 +
<div class="column full_size" style="width:75%; margin:auto;" >
 
<div>
 
<div>
  
Line 342: Line 423:
 
<br>
 
<br>
  
<center> <h1 id="MainTitle"><b> Notebook </b></h1> </center>
+
<center> <h1 id="MainTitle"><b> Notebook </b></h1>
 +
<img src="https://static.igem.org/mediawiki/2016/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"> </center>
 +
<br>
  
<p style="font-size:20px;">
+
<!--<p style="font-size:20px;">-->
Week 1 (Aug 8):
+
<font color = "D49AE6">Week 1 (Aug 8):</font>
 
<br>
 
<br>
Safety procedures and aseptic technique was reviewed by our iGEM supervisor: Janet Standeven.
+
As a part of our biotechnology pathway’s curriculum, we reviewed basic safety procedures and aseptic technique with our advisor Janet Standeven.
 
<br><br>
 
<br><br>
Week 2 (Aug 15):
+
 
<br>
+
<font color = "D49AE6">Week 2 (Aug 15):</font>
This week was subjected to ligating two of our three parts of the genetic construct together: p-lambda-r/Lac I/ tspurple/ deg. Tag (LAA or DAS tags) + ROO1/ ClpXP/ CI
+
 
<br>
 
<br>
Note: no construct was ligated without a present degradation tag
+
Our focus this week was to ligate two of the three parts in our genetic construct: P-lambda-R--LacI--tsPurple--LAA/DAS and R0011--ClpXP--CI; however, we did not ligate the part without any degradation tagAfter the ligations, the constructs were transformed into DH10 E. coli cells, but we were unsuccessful.
<br>
+
After ligation was complete the the genetic constructs were then transformed into separate DH10 <i>E. coli</i> cells  
+
 
<br><br>
 
<br><br>
Week 3 (Aug 22):  
+
 
<br>
+
 
The previous transformation and ligation was unsuccessful due to the lack of ribosomal binding sites in the genetic constructs
+
 
<br>
+
<font color = "D49AE6"> Week 3 (Aug 22): </font>
We were required to re-digest, re-transform and re-ligate the p-lambda-r/ LacI/ TsPurple/ deg.tag(LAA or DAS) + ROO11/ ClpXP/ CI
+
 
<br>
 
<br>
Transformation and ligation of the third part: genetic construct without a degradation tag present
+
Due to the unsuccessful transformations seen the previous week, we re-attempted our workflow (digest, ligation, transformation) of both parts. In addition, we ligated and transformed our third construct: P-lambda-R--LacI--tsPurple and R0011--ClpXP--CI.
 
<br><br>
 
<br><br>
Week 4 (Aug 29):
+
 
 +
 
 +
<font color = "D49AE6">Week 4 (Aug 29):</font>
 
<br>
 
<br>
The continuation of the re-ligations and re-transformations during week 3 were ultimately unsuccessful due to RFP( red fluorescent protein)  contamination
+
Transformations were ultimately unsuccessful because of RFP (red fluorescent protein) contamination. In addition, we miniprepped and nanodropped our genetic construct without the present degradation tag, which was in the 1C3 backbone.
<br>
+
Miniprep and nanodrop of the genetic construct without a present degradation tag in the backbone: 1C3.
+
 
<br><br>
 
<br><br>
Week 5 (Sep 5):  
+
 
 +
<font color = "D49AE6">Week 5 (Sep 5):</font>
 
<br>
 
<br>
Further detection of previous errors  
+
Due to several failures over the past few weeks, we attempted to detect previous errors by re-ligating and re-transforming the parts together using a different stock of P-lambda-R--LacI that was previously confirmed over the summer.  Our results indicated faint, purple cells for our construct (P-lambda-R--LacI--tsPurple--R0011--ClpXP--CI), but no color was shown for the DAS and LAA cells after the transformation.  In addition, we inoculated liquid cultures of our genetic constructs from the previous week’s transformations, including the genetic construct without the present degradation tag, the RFP colonies, and previous tsPurple colonies.  Digests were performed of P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA, R0011--ClpXP, and CI.  After analyzing the gel, we concluded the tsPurple with no degradation tag/DAS/LAA, R0011--ClpXP, and CI were of expected sizes, but the P-lambda-R--LacI and R0011--ClpXP--CI digests were unsuccessful.  Lastly, the following backbones were successfully digested for future ligations: 1A3, 1C3, 1K3, and 1T3.
<br>
+
Liquid culture of genetic construct without present degradation tag  
+
<br>
+
Inoculation of RFP and previous TS purple colonies  
+
<br>
+
Due to several unsuccessful procedures, we decide to religate p-lamba-r/LacI + ts purple (deg tag) and R0011/ClpXP + CI
+
<br>
+
The above ligations were also transformed
+
 
<br><br>
 
<br><br>
Week 6 (Sep 12)
+
 
 +
 
 +
 
 +
<font color = "D49AE6">Week 6 (Sep 12):</font>
 +
Our constructs were sent out for sequencing; we found out that there was not an RBS between LacI and tsPurple.  These results explained our transformation results from last week: while the cells would turn purple via read-through transcription, the cells with no degradation tag would become slightly purple, and the cells with degradation tags (DAS or LAA) would not have any color.  At the same time of sending and receiving our sequences, we also hydrated B0034 from the iGEM kit of parts.
 
<br><br>
 
<br><br>
Week 7 (Sep 19)
+
 
 +
 
 +
 
 +
 
 +
<font color = "D49AE6">Week 7 (Sep 19):</font>
 +
We had two sets of parts being constructed during this week.  First, tsPurple with no degradation tag, DAS, and LAA were successfully digested and ligated into 1C3 backbones; after we transformed these vectors into NEB 10-beta cells.  Second, we successfully miniprepped and nanodropped our B0034 part.  After, we digested, ligated, and transformed B0034 and tsPurple with no degradation tag into 1C3.
 
<br><br>
 
<br><br>
Week 8 (Sep 26)
+
 
 +
 
 +
 
 +
<font color = "D49AE6">Week 8 (Sep 26):</font>
 +
Despite Lambert High School having fall break, our team was hard at work.  We ligated and and transformed P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA, but the cells did not turn purple as expected.  Additionally, we went to Georgia Tech to practice presenting and to discuss our progress with Dr. Styczynski and Monica McNerney.
 
<br><br>
 
<br><br>
Week 9 (Oct 3)
+
 
<br><br>
+
 
Week 10 (Oct 10)
+
 
 +
<font color = "D49AE6">Week 9 (Oct 3):</font>
 +
As a team, we decided to use premade GFP constructs that were built over the summer as our proof-of-concept.  By doing so, we can verify results while simultaneously assembling our tsPurple constructs.  After transforming our GFP constructs into DH10 cells, Keio Wild cells, and Keio ClpP Knockout cells, we sent the GFP constructs out for sequencing.
 +
<br><br><center>
 +
<img src="https://static.igem.org/mediawiki/2016/9/94/T--LambertGA--GFP_Constructs_all.jpg" style="width: 400px; height: 533px;">
 +
<img src="https://static.igem.org/mediawiki/2016/9/90/T--LambertGA--GFP_Constructs_in_DH10.jpg">
 
<br>
 
<br>
Successful transformation of TsPurple and GFP constructs with variation of degradations tag (LAA, DAS and no degradation tag) and IPTG levels ( 1 uM, 10 uM, 100 Um, 1 mM)
+
<img src="https://static.igem.org/mediawiki/2016/b/bf/T--LambertGA--GFP_Constructs_in_Keio_Wild.jpg">
<br>
+
<img src="https://static.igem.org/mediawiki/2016/f/fc/T--LambertGA--GFP_Constructs_in_Keio_ClpP.jpg">
Ligation
+
</center>
 
<br><br>
 
<br><br>
</p>
+
 
 +
 
 +
 
 +
<font color = "D49AE6">Week 10 (Oct 10):</font>
 +
In the beginning of the week, we ligated P-lambda-R--LacI and B0034 together.  We transformed three constructs: P-lambda-R--LacI--tsPurple--LAA, P-lambda-R--LacI biobrick in 3T5, and P-lambda-r--RFP in 3T5.  Although we determined that our P-lambda-R--LacI--tsPurple--LAA construct was trash DNA, we were able to successfully obtain purple cells with the correct tsPurple construct P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA--R0011--ClpXP--CI.  As for our GFP constructs, we digested GFP with no degradation tag/DAS/LAA and ligated the parts in 1C3 backbone.  These vectors were transformed into DH10 competent cells.  Colonies of each construct in the three cell types were then inoculated into liquid culture in triplicates, and they were also induced with different levels of IPTG (no IPTG, 10uM IPTG, 100uM IPTG, and 1mM IPTG).  Although they grew properly, we were unable to access a plate reader in time to analyze the levels of fluorescence from each tube.  In addition, a series of transformations were done to verify that the constructs were properly made: P-lambda-R--LacI--GFP--DAS in 1AK3, P-lambda-R--LacI--GFP--DAS in 1C3, P-lambda-R--LacI--GFP--LAA in 1AK3, and P-lambda-R--LacI--GFP--LAA in 1C3.  From the P-lambda-R--LacI--GFP--LAA in 1C3 construct, it was hard to identify colonies that had the correct green morphology, so a colony PCR was performed; we were able to verify that we had chosen the correct colony with GFP.  From there, we inoculated the remaining colony into liquid culture and prepared for a miniprep.
 +
<br><br>
 +
 
 +
 
 +
 
 +
<font color = "D49AE6">Week 11 (Oct 17):</font>
 +
We were able to successfully miniprep R0011--ClpXP--CI and P-lambda-R--LacI--GFP--ClpXP--CI, with final concentrations of 175.8 ng/uL and 79.1 ng/uL, respectively.  Both constructs were sent for sequencing.  In addition, we inoculated liquid cultures into 58 tubes of LB.  We inoculated P-lambda-R--LacI--GFP, P-lambda-R--LacI--GFP--DAS, and P-lambda-R--LacI--GFP--LAA--ClpXP--CI into DH10, Keio Wild, and Keio ClpP Knockout cells in triplicates.  In addition, we induced them into 0uM and 100uM IPTG levels.  We also had four controls: a tube of plain LB, DH10 cells, Keio Wild cells, and Keio ClpP Knockout cells.  Although the cells grew, none of the tubes showed fluorescence.  As a result, we did another set of liquid cultures of P-lambda-R--LacI--GFP--no degradation tag/DAS/LAA--ClpXPCI in Keio Wild cells induced with 0uM, 10uM, and 100uM of IPTG into CArbenicillin LB.  We also inoculated P-lambda-R--LacI--GFP--ClpXPCI in Keio Wild cells induced with 0uM, 10uM, and 100uM of IPTG into Tetracycline LB.  Results TBD (Ms. Standeven is taking these down to the plate reader tonight). 
 +
<br><br><br><center>
 +
<img id="image_canv" src="https://static.igem.org/mediawiki/2016/d/db/T--LambertGA--Week11_miniprep_R0011_ClpXP_CI.jpg" class="rotate90">
 +
<img id="image_canv" src="https://static.igem.org/mediawiki/2016/5/56/T--LambertGA--Week11_miniprep_P_lambda_R_LacI_GFP_ClpXP_CI.jpg" class="rotate90">
 +
<br><br><br><i>Week 11 Miniprep R0011--ClpXP--CI and Week 11 Miniprep P-Lambda-R-LacI--GFP--ClpXP-CI</i><br>
 +
</center>
 +
 
 +
 
 +
</div>
 +
 
 +
 
 +
 
 
</div></div></div></div>
 
</div></div></div></div>
 
</section>
 
</section>
 +
</div>
 +
<br><br>
  
 +
 +
<center><h2 style="text-align:center" color: #D49AE6 > View Our Team's Notebooks</h2></center>
 +
<br><br>
 +
<center>
 +
 +
<div id="pdf-display-container">
 +
  <div id="pdf-viewer-container">
 +
    <iframe id="pdf-viewer" src="https://static.igem.org/mediawiki/2016/c/cd/T--LambertGA--nivinotebookfinal.pdf" frameborder="0"> Nivi Minjur's Notebook</iframe>
 +
  </div>
 
</div>
 
</div>
 +
<i>Nivi Minjur's Notebook</i>
 +
<br><br>
  
<div id="sponsors-bottom">
+
<div id="pdf-display-container">
 +
  <div id="pdf-viewer-container">
 +
    <iframe id="pdf-viewer" src="https://static.igem.org/mediawiki/2016/b/b9/T--LambertGA--laurennotebookfinal.pdf" frameborder="0"> Nivi Minjur's Notebook</iframe>
 +
  </div>
 +
</div>
 +
<i>Lauren Hong's Notebook</i>
 +
<br><br>
  
 +
<div id="pdf-display-container">
 +
  <div id="pdf-viewer-container">
 +
    <iframe id="pdf-viewer" src="https://static.igem.org/mediawiki/2016/9/9d/T--LambertGA--arjunnotebookfinal.pdf" frameborder="0"> Nivi Minjur's Notebook</iframe>
 +
  </div>
 +
</div>
 +
<i>Arjun Bhatt's Notebook</i>
 +
<br><br><br>
 +
</center>
 +
 +
 +
<div id="sponsors-bottom">
 
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2016/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
 
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2016/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
  

Latest revision as of 03:27, 20 October 2016



Notebook


Week 1 (Aug 8):
As a part of our biotechnology pathway’s curriculum, we reviewed basic safety procedures and aseptic technique with our advisor Janet Standeven.

Week 2 (Aug 15):
Our focus this week was to ligate two of the three parts in our genetic construct: P-lambda-R--LacI--tsPurple--LAA/DAS and R0011--ClpXP--CI; however, we did not ligate the part without any degradation tag. After the ligations, the constructs were transformed into DH10 E. coli cells, but we were unsuccessful.

Week 3 (Aug 22):
Due to the unsuccessful transformations seen the previous week, we re-attempted our workflow (digest, ligation, transformation) of both parts. In addition, we ligated and transformed our third construct: P-lambda-R--LacI--tsPurple and R0011--ClpXP--CI.

Week 4 (Aug 29):
Transformations were ultimately unsuccessful because of RFP (red fluorescent protein) contamination. In addition, we miniprepped and nanodropped our genetic construct without the present degradation tag, which was in the 1C3 backbone.

Week 5 (Sep 5):
Due to several failures over the past few weeks, we attempted to detect previous errors by re-ligating and re-transforming the parts together using a different stock of P-lambda-R--LacI that was previously confirmed over the summer. Our results indicated faint, purple cells for our construct (P-lambda-R--LacI--tsPurple--R0011--ClpXP--CI), but no color was shown for the DAS and LAA cells after the transformation. In addition, we inoculated liquid cultures of our genetic constructs from the previous week’s transformations, including the genetic construct without the present degradation tag, the RFP colonies, and previous tsPurple colonies. Digests were performed of P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA, R0011--ClpXP, and CI. After analyzing the gel, we concluded the tsPurple with no degradation tag/DAS/LAA, R0011--ClpXP, and CI were of expected sizes, but the P-lambda-R--LacI and R0011--ClpXP--CI digests were unsuccessful. Lastly, the following backbones were successfully digested for future ligations: 1A3, 1C3, 1K3, and 1T3.

Week 6 (Sep 12): Our constructs were sent out for sequencing; we found out that there was not an RBS between LacI and tsPurple. These results explained our transformation results from last week: while the cells would turn purple via read-through transcription, the cells with no degradation tag would become slightly purple, and the cells with degradation tags (DAS or LAA) would not have any color. At the same time of sending and receiving our sequences, we also hydrated B0034 from the iGEM kit of parts.

Week 7 (Sep 19): We had two sets of parts being constructed during this week. First, tsPurple with no degradation tag, DAS, and LAA were successfully digested and ligated into 1C3 backbones; after we transformed these vectors into NEB 10-beta cells. Second, we successfully miniprepped and nanodropped our B0034 part. After, we digested, ligated, and transformed B0034 and tsPurple with no degradation tag into 1C3.

Week 8 (Sep 26): Despite Lambert High School having fall break, our team was hard at work. We ligated and and transformed P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA, but the cells did not turn purple as expected. Additionally, we went to Georgia Tech to practice presenting and to discuss our progress with Dr. Styczynski and Monica McNerney.

Week 9 (Oct 3): As a team, we decided to use premade GFP constructs that were built over the summer as our proof-of-concept. By doing so, we can verify results while simultaneously assembling our tsPurple constructs. After transforming our GFP constructs into DH10 cells, Keio Wild cells, and Keio ClpP Knockout cells, we sent the GFP constructs out for sequencing.




Week 10 (Oct 10): In the beginning of the week, we ligated P-lambda-R--LacI and B0034 together. We transformed three constructs: P-lambda-R--LacI--tsPurple--LAA, P-lambda-R--LacI biobrick in 3T5, and P-lambda-r--RFP in 3T5. Although we determined that our P-lambda-R--LacI--tsPurple--LAA construct was trash DNA, we were able to successfully obtain purple cells with the correct tsPurple construct P-lambda-R--LacI--tsPurple--no degradation tag/DAS/LAA--R0011--ClpXP--CI. As for our GFP constructs, we digested GFP with no degradation tag/DAS/LAA and ligated the parts in 1C3 backbone. These vectors were transformed into DH10 competent cells. Colonies of each construct in the three cell types were then inoculated into liquid culture in triplicates, and they were also induced with different levels of IPTG (no IPTG, 10uM IPTG, 100uM IPTG, and 1mM IPTG). Although they grew properly, we were unable to access a plate reader in time to analyze the levels of fluorescence from each tube. In addition, a series of transformations were done to verify that the constructs were properly made: P-lambda-R--LacI--GFP--DAS in 1AK3, P-lambda-R--LacI--GFP--DAS in 1C3, P-lambda-R--LacI--GFP--LAA in 1AK3, and P-lambda-R--LacI--GFP--LAA in 1C3. From the P-lambda-R--LacI--GFP--LAA in 1C3 construct, it was hard to identify colonies that had the correct green morphology, so a colony PCR was performed; we were able to verify that we had chosen the correct colony with GFP. From there, we inoculated the remaining colony into liquid culture and prepared for a miniprep.

Week 11 (Oct 17): We were able to successfully miniprep R0011--ClpXP--CI and P-lambda-R--LacI--GFP--ClpXP--CI, with final concentrations of 175.8 ng/uL and 79.1 ng/uL, respectively. Both constructs were sent for sequencing. In addition, we inoculated liquid cultures into 58 tubes of LB. We inoculated P-lambda-R--LacI--GFP, P-lambda-R--LacI--GFP--DAS, and P-lambda-R--LacI--GFP--LAA--ClpXP--CI into DH10, Keio Wild, and Keio ClpP Knockout cells in triplicates. In addition, we induced them into 0uM and 100uM IPTG levels. We also had four controls: a tube of plain LB, DH10 cells, Keio Wild cells, and Keio ClpP Knockout cells. Although the cells grew, none of the tubes showed fluorescence. As a result, we did another set of liquid cultures of P-lambda-R--LacI--GFP--no degradation tag/DAS/LAA--ClpXPCI in Keio Wild cells induced with 0uM, 10uM, and 100uM of IPTG into CArbenicillin LB. We also inoculated P-lambda-R--LacI--GFP--ClpXPCI in Keio Wild cells induced with 0uM, 10uM, and 100uM of IPTG into Tetracycline LB. Results TBD (Ms. Standeven is taking these down to the plate reader tonight).





Week 11 Miniprep R0011--ClpXP--CI and Week 11 Miniprep P-Lambda-R-LacI--GFP--ClpXP-CI