Difference between revisions of "Team:Macquarie Australia/Notebook"

Line 66: Line 66:
 
                 font-family: 'Quicksand', sans-serif;
 
                 font-family: 'Quicksand', sans-serif;
 
             }
 
             }
 +
 +
button.accordion {
 +
    background-color: #f2f2f2;
 +
    color: black;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 99%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 15px;
 +
    transition: 0.4s;
 +
    left: 158px;
 +
}
 +
 +
button.accordion.active, button.accordion:hover {
 +
    background-color: #e2e2e2;
 +
}
 +
 +
div.panel {
 +
    padding: 0px;
 +
    display: none;
 +
    background-color: #f2f2f2;
 +
}
  
 
             /*dot points for each week*/
 
             /*dot points for each week*/
Line 73: Line 97:
 
                 font-family: 'Quicksand', sans-serif;
 
                 font-family: 'Quicksand', sans-serif;
 
}
 
}
 +
 
             /*dot points for each week - indented*/
 
             /*dot points for each week - indented*/
 
             ul.indented {
 
             ul.indented {
Line 80: Line 105:
 
                 font-family: 'Quicksand', sans-serif;
 
                 font-family: 'Quicksand', sans-serif;
 
}
 
}
 +
</style>
 +
</head>
  
  
#accordion section ul {
 
display: none;
 
test-align: left;
 
    }
 
  
#accordion section a {
 
text-align: left;
 
color: black;
 
text-decoration: none;
 
    }
 
  
#accordion section a:hover {
+
<body>
text-decoration: underline;
+
    }
+
 
+
#accordion section:target ul {
+
display: block;
+
    }
+
 
+
        </style>
+
 
+
 
+
    </head>
+
 
+
 
+
 
+
    <body>
+
    <main id="accordion">
+
 
+
        <!-- ADD NEW CODE HERE-->
+
 
+
<!-- COPY AND PASTE everything between the lines for a new heading and block of content -->
+
<!-- ____________________________________________________________________________________________ -->
+
 
+
<section id="week1">
+
 
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
    <h style= "font-size: 25px; font-weight: bold;">
+
<button class="accordion">Week 1: July 2nd-July 8th</button>
 
+
<div class="panel">
 
+
<!-- Heading goes here --><a href="#week1">week 1</a>
+
 
+
    </h>
+
    <p style="text-align: justify; font-size: 14px;">
+
 
+
 
+
<!-- ENTER TEXT FOR THE PAGE HERE -->
+
 
<ul class="normal">
 
<ul class="normal">
 
<li>
 
<li>
Line 133: Line 120:
 
</li>
 
</li>
 
</ul>
 
</ul>
 
 
    </p>
 
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
  
 
+
<button class="accordion">Week 2: July 9th-July 15th</button>
 
+
<div class="panel">
 
+
<ul class="normal">
 
+
 
+
 
+
 
+
<!-- ____________________________________________________________________________________________ -->
+
 
+
<section id="week2">
+
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
+
    <h style= "font-size: 25px; font-weight: bold;">
+
 
+
 
+
<!-- Heading goes here --><a href="#week2">week 2: 9/7/18-13/7/18</a>
+
 
+
    </h>
+
    <p style="text-align: justify; font-size: 14px;">
+
    <ul class="normal">
+
 
+
<!-- ENTER TEXT FOR THE PAGE HERE -->
+
 
<li>
 
<li>
 
We went through lab safety induction to ensure safety procedures were followed at all times in the lab
 
We went through lab safety induction to ensure safety procedures were followed at all times in the lab
Line 186: Line 148:
 
Transformed Εscherichia coli DH5α cells with the interlab testing devices.Transformation was performed twice, due to poor colony growth in the LB + cam media at the first round of transformations.
 
Transformed Εscherichia coli DH5α cells with the interlab testing devices.Transformation was performed twice, due to poor colony growth in the LB + cam media at the first round of transformations.
 
</li>
 
</li>
 
+
</ul>
 
+
    </p>
+
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
  
  
 
+
<button class="accordion">Week 3: July 16th-July 22nd</button>
 
+
<div class="panel">
 
+
<!-- ____________________________________________________________________________________________ -->
+
 
+
<section id="week3">
+
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
+
    <h style= "font-size: 25px; font-weight: bold;">
+
 
+
 
+
<!-- Heading goes here --><a href="#week3">week 3: 16/7/18-20/7/18</a>
+
 
+
    </h>
+
    <p style="text-align: justify; font-size: 14px;">
+
 
+
 
<ul class="normal">
 
<ul class="normal">
 
<!-- ENTER TEXT FOR THE PAGE HERE -->
 
 
<li>
 
<li>
 
We transformed the DVR1-ChlG and ChlD-ChlI2 ligation samples into competent DH5α E.coli cells. DVR1-ChlG had successful transformants which were then incubated in LB broth + Kan. ChlD-ChlI2 gave an unsuccessful transformation, so the process was repeated successfully this time. The samples were then liquid cultured.
 
We transformed the DVR1-ChlG and ChlD-ChlI2 ligation samples into competent DH5α E.coli cells. DVR1-ChlG had successful transformants which were then incubated in LB broth + Kan. ChlD-ChlI2 gave an unsuccessful transformation, so the process was repeated successfully this time. The samples were then liquid cultured.
Line 232: Line 173:
 
</li>
 
</li>
  
 
+
</ul>
 
+
    </p>
+
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
 
 
 
 
 
<!-- ____________________________________________________________________________________________ -->
 
 
<section id="week4">
 
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 
    <h style= "font-size: 25px; font-weight: bold;">
 
 
 
<!-- Heading goes here --><a href="#week4">week 4: 23/7/18-27/7/18</a>
 
  
    </h>
 
    <p style="text-align: justify; font-size: 14px;">
 
  
  
<!-- ENTER TEXT FOR THE PAGE HERE -->
+
<button class="accordion">Week 4: July 23rd-July 29th</button>
 +
<div class="panel">
 
<ul class="normal">
 
<ul class="normal">
 
<li>
 
<li>
Line 274: Line 195:
 
Data analysis and submission.  
 
Data analysis and submission.  
 
</li>
 
</li>
 +
 
</ul>
 
</ul>
 
 
    </p>
 
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
  
  
  
 
+
<button class="accordion">Week 5: July 30th-August 5th</button>
 
+
<div class="panel">
<!-- ____________________________________________________________________________________________ -->
+
 
+
<section id="week5">
+
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
+
    <h style= "font-size: 25px; font-weight: bold;">
+
 
+
 
+
<!-- Heading goes here --><a href="#week5">week 5: 30/7/18-3/8/18</a>
+
 
+
    </h>
+
    <p style="text-align: justify; font-size: 14px;">
+
 
+
 
+
<!-- ENTER TEXT FOR THE PAGE HERE -->
+
 
<ul class="normal">
 
<ul class="normal">
 +
<li>
 
<li>
 
<li>
 
The liquid cultures of DVR1-ChlG and ChlD-ChlI2 were miniprepped and digested (single, double digest) to screen for successful ligations by agarose gel electrophoresis (1% agarose).
 
The liquid cultures of DVR1-ChlG and ChlD-ChlI2 were miniprepped and digested (single, double digest) to screen for successful ligations by agarose gel electrophoresis (1% agarose).
Line 332: Line 234:
 
Begun induction and SDS-PAGE to compare lac-ChlH and trc-ChlH
 
Begun induction and SDS-PAGE to compare lac-ChlH and trc-ChlH
 
</li>
 
</li>
</ul>
 
  
 
+
</ul>
 
+
    </p>
+
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
 
 
 
 
 
<!-- ____________________________________________________________________________________________ -->
 
 
<section id="week6">
 
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 
    <h style= "font-size: 25px; font-weight: bold;">
 
 
 
<!-- Heading goes here --><a href="#week6">week 6: 6/8/18-10/8/18</a>
 
 
    </h>
 
    <p style="text-align: justify; font-size: 14px;">
 
  
  
<!-- ENTER TEXT FOR THE PAGE HERE -->
+
<button class="accordion">Week 6: August 6th-August 12th</button>
 +
<div class="panel">
 
<ul class="normal">
 
<ul class="normal">
 
<li>
 
<li>
Line 405: Line 285:
 
</li>
 
</li>
 
</ul>
 
</ul>
 +
</div>
  
  
 +
<button class="accordion">Week 7: August 13th-August 19th</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
<li>
 +
Irene and Renee presented at Macquarie University’s Open Day as part of the human outreach activity and spoke about iGEM and synthetic biology to potential medical science and biology students.
 +
</li>
 +
<li>
 +
A new logo was created for our team.
 +
</li>
 +
<li>
 +
The human practices team spoke to Dr. Paul Jaschke about the process of customer discovery and how we can potentially use it to interview for human practices and to create a customer discovery tool kit. He also arranged a meeting for us with Lynne Teo, who has worked with and explained customer discovery previously.
 +
</li>
  
 +
</ul>
 +
</div>
  
  
    </p>
+
<button class="accordion">Week 8: August 20th-August 26th</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
 
 +
 
 +
</ul>
 
</div>
 
</div>
</section>
 
<br>
 
<br>
 
<!-- ____________________________________________________________________________________________ -->
 
  
  
  
 +
<button class="accordion">Week 9: August 27th-September 2nd</button>
 +
<div class="panel">
 +
<ul class="normal">
  
  
<!-- ____________________________________________________________________________________________ -->
+
</ul>
 +
</div>
  
<section id="week7">
 
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 
    <h style= "font-size: 25px; font-weight: bold;">
 
  
  
<!-- Heading goes here --><a href="#week7">week 2: 16/7/18-20/7/18</a>
+
<button class="accordion">Week 10: September 3rd-September 9th</button>
 +
<div class="panel">
 +
<ul class="normal">
  
    </h>
 
    <p style="text-align: justify; font-size: 14px;">
 
  
 +
</ul>
 +
</div>
  
<!-- ENTER TEXT FOR THE PAGE HERE -->
 
Example content number 1
 
  
  
 +
<button class="accordion">Week 11: September 10th-September 16th</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
<li>
 +
Irene, Nick and Renee took part in an online virtual conference ran by the iGEM  Abu Dhabi team. 6 different iGEM teams met up and quickly spoke about their project for 5 minutes or so and asked questions to help other teams with their progress.
 +
</li>
 +
<li>
 +
The abstract for our project was created.
 +
</li>
 +
<li>
 +
Interviewed Dr Lisa Goldsmith who provided a key insight into protein purification techniques and issues that arise. Additionally she provided the team with feedback on our project and the potential impact of our project.
 +
</li>
  
    </p>
+
</ul>
 
</div>
 
</div>
</section>
+
 
<br>
+
 
<br>
+
 
<!-- ____________________________________________________________________________________________ -->
+
<button class="accordion">Week 12: September 17th-September 23rd</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
 
 +
</ul>
 +
</div>
 +
 
 +
 
 +
 
 +
<button class="accordion">Week 13: September 24th-September 30th</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
 
 +
 
 +
</ul>
 +
</div>
 +
 
 +
 
 +
 
 +
<button class="accordion">Week 14: October 1st-October 7th</button>
 +
<div class="panel">
 +
<ul class="normal">
 +
 
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
<script>
 +
var acc = document.getElementsByClassName("accordion");
 +
var i;
 +
 
 +
for (i = 0; i < acc.length; i++) {
 +
    acc[i].onclick = function(){
 +
        this.classList.toggle("active");
 +
        var panel = this.nextElementSibling;
 +
        if (panel.style.display === "block") {
 +
            panel.style.display = "none";
 +
        } else {
 +
            panel.style.display = "block";
 +
        }
 +
    }
 +
}
 +
</script>
  
  

Revision as of 11:17, 9 October 2018


  • Project planning - no wet lab work this week.
  • We went through lab safety induction to ensure safety procedures were followed at all times in the lab
  • We learnt how to perform digestion, ligation, transformation and how to make and run agarose gels
  • We used digestion to screen the Photosystem II (PSII) parts DCA, psbELJTB and psbMZtlwkOPQR. psbELJTB and psbMZtlwkOPQR showed successful digestion and correct sizes. DCA showed signs of contamination in all samples.
  • We decided to focus of the Chlorophyll plasmid rather than PS II. We proceeded with digestion and ligation of ChlD with ChlI2 as well as DRV1 with ChlG, both into Kanamycin backbones, following the 3A assembly protocol.
  • Renee, Areti and Karl also began the interlab study:
  • Made LB media + cam plates
  • Transformed Εscherichia coli DH5α cells with the interlab testing devices.Transformation was performed twice, due to poor colony growth in the LB + cam media at the first round of transformations.
  • We transformed the DVR1-ChlG and ChlD-ChlI2 ligation samples into competent DH5α E.coli cells. DVR1-ChlG had successful transformants which were then incubated in LB broth + Kan. ChlD-ChlI2 gave an unsuccessful transformation, so the process was repeated successfully this time. The samples were then liquid cultured.
  • Interlab experiments were completed this week:
  • Calibrations 1, 2 and 3 were completed early on in the week
  • Cell measurements (Abs600 and fluorescence) were taken as per the interlab protocol
  • Colony forming units per OD600 = 0.1 of the negative and positive control devices was also determined (in triplicates)
  • Set up backbone insertions for trc-POR, trc-ChlI1 (Digestion, ligation and transformation
  • Interlab experiments:
  • Colony forming units per OD600 = 0.1 of the negative and positive control devices was completed again.
  • Data analysis and submission.
  • The liquid cultures of DVR1-ChlG and ChlD-ChlI2 were miniprepped and digested (single, double digest) to screen for successful ligations by agarose gel electrophoresis (1% agarose).
  • The gel showed unsuccessful ligations so we are switched our ligation technique to standard assembly and backbone swapping of necessary parts
  • We backbone swapped DVR1 to Kan and were in the process of swapping ChlD, trc-POR and GUN4
  • Made up more plasmid stock of current parts by plasmid transformation, culturing and miniprep
  • Begun Standard assembly of DVR1 + ChlG
  • Miniprepped all samples
  • Begun induction and SDS-PAGE to compare lac-ChlH and trc-ChlH
  • Ran GUN4, ChlD and trc-POR backbone swaps as well as DVR1-ChlG on a 1% agarose gel
  • Sent successful samples of each off for sequencing
  • We inserted synthesised DNA biobricks into Amp and Cam backbones for trc-POR,YidC and trc-ChlI1, trc-ycf39-HliD
  • We then transformed, liquid cultured, miniprepped and screened on a 1% agarose gel
  • We had successes for trc-ChlI1 in Amp which we sent for sequencing confirmation
  • Used standard assembly to assemble:
  • CTH1-ycf54-ChlM-ter + trc-FNR-fdx or trc-FNR
  • trc-ChlH + GUN4
  • trc-POR + ChlP
  • ChlI2 + ChlD

  • We sent CTH1-ycf54-ChlM-ter-trc-FNR-fdx as well as CTH1-ycf54-ChlM-ter-trc-FNR for sequencing
  • Sequencing came back for trc-ChlH to show that the promoter swap was unsuccessful. A reattempt of promoter swap is now underway
  • Transformed trc-POR-ChlP and ChlI2-ChlD
  • Irene and Renee presented at Macquarie University’s Open Day as part of the human outreach activity and spoke about iGEM and synthetic biology to potential medical science and biology students.
  • A new logo was created for our team.
  • The human practices team spoke to Dr. Paul Jaschke about the process of customer discovery and how we can potentially use it to interview for human practices and to create a customer discovery tool kit. He also arranged a meeting for us with Lynne Teo, who has worked with and explained customer discovery previously.
  • Irene, Nick and Renee took part in an online virtual conference ran by the iGEM Abu Dhabi team. 6 different iGEM teams met up and quickly spoke about their project for 5 minutes or so and asked questions to help other teams with their progress.
  • The abstract for our project was created.
  • Interviewed Dr Lisa Goldsmith who provided a key insight into protein purification techniques and issues that arise. Additionally she provided the team with feedback on our project and the potential impact of our project.