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

Line 1: Line 1:
{{Macquarie Australia/CSS}}
+
{{Macquarie_Australia/NavBar}}
  
 
<html>
 
<html>
  
 +
    <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  
  
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet">  
+
    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  
  
  
<head>
+
    <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet">  
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<style>
+
DO NOT REMOVE
+
#content {
+
    width: 100vw;
+
    margin: 0;
+
    padding: 0;
+
}
+
  
/* Clear the default wiki settings */
 
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
body {background-color: #f2f2f2; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
  
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/*FROM STYLESHEET*/
 
   
 
.dropdown-menu {
 
  position: absolute;
 
  top: 100%;
 
  left: 0;
 
  z-index: 1000;
 
  display: none;
 
  float: left;
 
  min-width: 160px;
 
  padding: 5px 0;
 
  margin: 2px 0 0;
 
  font-size: 14px;
 
  text-align: left;
 
  list-style: none;
 
  background-color: #fff;
 
  -webkit-background-clip: padding-box;
 
          background-clip: padding-box;
 
  border: 1px solid #ccc;
 
  border: 1px solid rgba(0, 0, 0, .15);
 
  border-radius: 4px;
 
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 
}
 
/* Prevents header buttons fron turning dark upon hover */
 
    .navbar-default .navbar-nav > li > a:hover,
 
.navbar-default .navbar-nav > li > a:focus {
 
  color: #333;
 
  background-color: transparent;
 
}
 
  
/* Makes menu buttons stick to right hand side of screen */
+
    <head>
@media (min-width: 768px) {
+
        <meta name="viewport" content="width=device-width, initial-scale=1">
  .navbar-left {
+
    float: left !important;
+
  }
+
  .navbar-right {
+
    float: right !important;
+
    margin-right: -5px;
+
  }
+
  .navbar-right ~ .navbar-right {
+
    margin-right: 0;
+
  }
+
}
+
  
/* Makes drop-downs appear left to right instead of up to down */
+
        <style>
@media (min-width: 768px) {
+
            DO NOT REMOVE
  .navbar-nav {
+
            #content {
    float: left;
+
                width: 100vw;
    margin: 0;
+
                margin: 0;
  }
+
                padding: 0;
  .navbar-nav > li {
+
            }
    float: left;
+
  }
+
  .navbar-nav > li > a {
+
    padding-top: 15px;
+
    padding-bottom: 15px;
+
  }
+
}
+
  
/* Formatting navbar */
+
            /* Clear the default wiki settings */
.navbar-fixed-top {
+
            #home_logo, #sideMenu { display:none; }
  top: 0;
+
            #sideMenu, #top_title, .patrollink  {display:none;}
  border-width: 0 0 1px;
+
            #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;}
}
+
            body {background-color: #f2f2f2; }
.navbar-fixed-top,
+
            #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
.navbar-fixed-bottom {
+
  position: fixed;
+
  right: 0;
+
  left: 0;
+
  z-index: 1030;
+
}
+
@media (min-width: 768px) {
+
  .container > .navbar-header,
+
  .container-fluid > .navbar-header,
+
  .container > .navbar-collapse,
+
  .container-fluid > .navbar-collapse {
+
    margin-right: 0;
+
    margin-left: 0;
+
  }
+
}
+
a {
+
  color: #337ab7;
+
  text-decoration: none;
+
}
+
@media (min-width: 768px) {
+
  .navbar-header {
+
    float: left;
+
  }
+
}
+
.nav > li > a {
+
  position: relative;
+
  display: block;
+
  padding: 10px 15px;
+
}
+
.nav {
+
  padding-left: 0;
+
  margin-bottom: 0;
+
  list-style: none;
+
}
+
.dropdown-menu > li > a {
+
  display: block;
+
  padding: 3px 20px;
+
  clear: both;
+
  font-weight: normal;
+
  line-height: 1.42857143;
+
  color: #333;
+
  white-space: nowrap;
+
}
+
.dropup,
+
.dropdown {
+
  position: relative;
+
}
+
.caret {
+
  display: inline-block;
+
  width: 0;
+
  height: 0;
+
  margin-left: 2px;
+
  vertical-align: middle;
+
  border-top: 4px dashed;
+
  border-top: 4px solid \9;
+
  border-right: 4px solid transparent;
+
  border-left: 4px solid transparent;
+
}
+
.img-responsive,
+
.thumbnail > img,
+
.thumbnail a > img,
+
.carousel-inner > .item > img,
+
.carousel-inner > .item > a > img {
+
  display: block;
+
  max-width: 100%;
+
  height: auto;
+
}
+
  
  
  
/*END FROM SPREADHEET */
+
            /* Unique to page */
 +
            body {
 +
                background-color: #f2f2f2;
 +
                width: 100%;
 +
                z-index: 3;
 +
            }
  
 +
            #bodyContent {
 +
                padding-right: 0px;
 +
                padding-top: 50px;
 +
                width: 100 vw;
 +
                background-color: #f2f2f2;
 +
            }
  
 +
            /* Wrapper for the content */
 +
            .content_wrapper {
 +
                width: 85%%;
 +
                margin-left: 150px;
 +
                padding: 0px;
 +
                float: left;
 +
                background-color: #f2f2f2;
 +
            }
  
  
  
/* Navbar */
+
            /* non numbered lists */
 +
            .content_wrapper ul {
 +
                padding: 0px 20px;
 +
                font-size: 13px;
 +
                font-family: 'Quicksand', sans-serif;
 +
            }
  
.some-padding {
+
            ol.normal {
  padding-top: 20px;
+
                font-size: 14px;
}
+
                font-family: 'Quicksand', sans-serif;
 +
                text-align: justify;
 +
            }
 +
        </style>
  
  
/*adds necessary spacing to the navbar so links display correctly below the black iGEM navbar */
+
    </head>
  
.navbar-default {
 
  background-color: white;
 
  border-color: rgba(255, 255, 255, 0.3);
 
  font-family: 'Quicksand', sans-serif;
 
  font-weight: 300;
 
  -webkit-transition: all 0.35s;
 
  -moz-transition: all 0.35s;
 
  transition: all 0.35s;
 
}
 
  
.navbar-default .navbar-header .navbar-brand {
 
  color: #52658F;
 
  font-family: 'Quicksand', sans-serif;
 
  font-weight: bold;
 
  font-size: 22px;
 
  display: inline-block;
 
}
 
  
 +
    <body>
  
.navbar-default .navbar-header .navbar-brand:hover,
+
        <!-- ADD NEW CODE HERE-->
.navbar-default .navbar-header .navbar-brand:focus {
+
  color: #52658F;
+
}
+
  
.navbar-default .navbar-header .navbar-toggle {
+
        <!-- COPY AND PASTE everything between the lines for a new heading and block of content -->
  font-family: 'Quicksand', sans-serif;
+
        <!-- ____________________________________________________________________________________________ -->
  font-weight: 400;
+
  font-size: 14px;
+
  color: #333A56;
+
  text-transform: uppercase;
+
}
+
  
.navbar-default .nav > li > a,
 
.navbar-default .nav > li > a:focus {
 
  text-transform: uppercase;
 
  font-family: 'Quicksand', sans-serif;
 
  font-weight: 400;
 
  font-size: 14px;
 
  color: #222222;
 
}
 
  
.navbar-default .nav > li > a:hover,
+
        <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
.navbar-default .nav > li > a:focus:hover {
+
            <img src="https://static.igem.org/mediawiki/2018/2/2d/T--Macquarie_Australia--Collaboration.png" style="width: 100%">    
   color: #333A56;
+
            <h style= "font-size: 25px; font-weight: bold;">
}
+
  
.navbar-default .nav > li.active > a,
+
<br>
.navbar-default .nav > li.active > a:focus {
+
<br>
  color: #333A56 !important;
+
<br>
  background-color: white;
+
                <!-- Heading goes here -->Major Collaboration- wet lab with  Nanyang Technology University Singapore
}
+
  
.navbar-default .nav > li.active > a:hover,
+
            </h><br><br>
.navbar-default .nav > li.active > a:focus:hover {
+
  background-color: white;
+
}
+
  
.navbar-default .navbar-toggle {
+
            <h style= "font-size: 20px; font-weight: bold;">Bidirectional Collaboration With NTU Singapore</h>
  border: none;
+
}
+
  
.navbar-default .dropdown-menu > li > a:hover,
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
.navbar-default .dropdown-menu > li > a:focus {
+
  background-color: #F7F5E6;
+
  color: #333A56;
+
}
+
  
.navbar-default .dropdown-menu {
 
  border: none;
 
  outline: none;
 
  font-family: 'Quicksand', sans-serif;
 
  text-transform: uppercase;
 
  font-weight: 400 !important;
 
  font-size: 13.2px !important;
 
  color: #222222;
 
}
 
  
#sitelinks a {
+
                <!-- ENTER TEXT FOR THE PAGE HERE -->
  display: inline-block;
+
                For the third consequtive year, Macquarie University has collaborated with the <a href="https://2018.igem.org/Team:NTU-Singapore/Collaborations">NTU Singapore iGEM team</a>. After a number of discussions, we were able to organise ways so that we could both assist each other.<br>
  border: 3px solid #fff;
+
                Following our success last year in the purification and <i>in vitro</i> assays of their dCas9 constructs, they requested that we repeat said process with their new mutant variants this year.<br>
  color: #fff;
+
                To assist us, we required them to perform a quantitative PCR on two of our composite Chlorophyll biosynthesis parts. <a href="http://parts.igem.org/Part:BBa_K2664007">BBa_K2664007</a> which adds a tail to protochlorophyllide, turning it into <b>chlorophyll a</b> (Figure 4) and <a href="http://parts.igem.org/Part:BBa_K2664006">BBa_K2664006</a> which adds a magnesium ion to <b>protoporphyrin IX</b> (Figure 5). As we have changed the promoters from <b>lac</b> to <b>trc</b> on a number of parts, we wished to quantify protein expression after induction with IPTG in our parts.<br>
  padding: 10px 20px;
+
                <br>
  margin: 10px
+
}
+
  
#footer {
+
            <br>
  background: #333;
+
<h style= "font-size: 20px; font-weight: bold;">What We Did For Them:</h>
  text-align: center;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  color: #fff;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  line-height: 50px;
+
                The <i>in vitro</i> assay that we performed was on four truncated dCas9 mutants: 3ple, 3ple 4QHP, Rec2_HNH, and Rec2_HNH 4QHP.  This project used the dCas9 enzyme to form a Ribonucleoprotein (RNP) complex with gRNA, and subsequently bind to the target sequence in our PCR product (similar to what we did for the last two years). The results from the electrophoretic mobility shift assay (EMSA) show that the dCas9 enzymes (3ple, 3ple 4QHP, Rec2_HNH, and Rec2_HNH 4QHP) no longer retain their nuclease activity (see Figures 2,3). This is evident from the gel shift present, the shift of the target sequence protein, indicating the mutant dCas9 has bound the target sequence of DNA from its slower migration through the gel (see Figure 2,3).
}
+
            </p>
 +
            <br>
 +
            <br>
  
#footer a {
+
            <h style= "font-size: 20px; font-weight: bold;">Protein Purification</h>
  color: #fff;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
}
+
                The plasmids were transformed into BL21 (DE3) <i>E. coli</i> and expressed under auto-induction conditions. These cells were then harvested, lysed and purified using a Ni-NTA resin with standard His-tag purification protocols. Eluates were then run on an SDS-PAGE gel (Figure 1). The darkest bands observed above 100 kDa correspond to the expected dCas9 sizes which suggests the expression and purification was successful.</p>
  
  
 +
            <img src= "https://static.igem.org/mediawiki/2018/f/f5/T--Macquarie_Australia--Menu_Colab_Gel1.png"> <br>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
 +
                Figure 1. SDS-PAGE gel of the His-tagged dCas9 constructs. The darkest bands observed above 100 kDa are the expected sizes of the dCas9 proteins.  Lane 1 contains a 250kDa ladder. Lane 2 contains 3ple lysate. Lane 3 contains 3ple fraction 1. Lane 4 contains 3ple fraction 2. Lane 5 contains 3ple4QHP lysate. Lane 6 contains 3ple4QHP fraction 1. Lane 7 contains 3ple4QHP fraction 2. Lane 8 contains a 250kDa ladder. Lane 9 contains Rec2_HNH lysate. Lane 10 contains Rec2_HNH fraction 1. Lane 11 contains Rec2_HNH fraction 2. Lane 12 contains Rec2_HNH4qhp lysate. Lane 13 contains Rec2_HNH4QHP fraction 1.</p>
 +
            <br>
 +
            <br>
  
   
 
/*END FROM STYLESHEET*/
 
  
body {
+
            <h style= "font-size: 20px; font-weight: bold;"><i>In vitro</i> CRISPR assay + EMSA</h>
  background-color: #f2f2f2;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  width: 100%;
+
                To test these dCas9 constructs we again included an electrophoretic migration shift assay as last year. As the dCas9 constructs were designed to not have nuclease activity, while retaining the ability to bind to the gRNA and target DNA, we set up variations of the <i>in vitro</i> CRISPR assay to track the progression of the target DNA, gRNA, cleavage products, and protein migration on a DNA retardation gel (6% acrylamide in TBE, ThermoFisher Scientific).</p>
  z-index: 3;
+
            <br>
}
+
  
  
#bodyContent {
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  padding-right: 0px;
+
                The four purified samples were subjected to three treatments (Figure 2, 3):</p>
  padding-top: 50px;
+
            <ol class="normal">
  width: 100 vw;
+
                <il>Pre-incubated: gRNA + enzymes (incubated at room temperature for 5 minutes in all samples)</il>
  background-color: #f2f2f2;
+
                <il>Incubated: gRNA + enzyme + PCR product (further incubated for 1 hour at 37°C)</il>
}
+
                <il>Deactivated: gRNA + enzyme + PCR product (further incubated for 1 hour at 37°C) and a deactivation step of 20 minutes at 80°C.
 +
                </il>
 +
            </ol>
 +
            <br>
  
#globalWrapper {
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  font-size: 100%;
+
                Three protein bands were observed in the pre-incubated samples (Lane 1 and 5 in Figures 2, 3). The dCas9 proteins were expected to be the highest bands, indicated as “Native protein”. Post incubation of the enzymes with the PCR product binding and gel shifting was observed, with little migration through the gel (Lane 2 and 5 in Figures 2, 3). After inactivation of the enzymes (Lanes 3 and 6 in Figures 2, 3) protein aggregation was observed at the top of the lanes. This indicates that the binding to the PCR was reversed.</p>
  padding: 0px;
+
            <br>
  margin: -10px -20px -20px -20px;
+
            <br>
}
+
  
.navbar-collapse {
+
            <img src="https://static.igem.org/mediawiki/2018/1/1d/T--Macquarie_Australia--Menu_Colab_Gel2.png" style="margin-left: auto; margin-right: auto;"><br>
  padding-left: 0px;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
}
+
                Figure 2. Retardation gel (6%) electrophoresis of the 3ple dCas9 and its mutant variant 3ple4QHP. The gel was imaged using both Gel Red (shown in black) and Coomassie Blue (shown in green). These two images were then overlayed. Lane 1 contains 3ple only. Lane 2 contains 3ple RNP with the PCR product. Lane 3 contains 3ple RNP with the PCR product, incubated at 37 °C and deactivated at 80°C. Lane 4 contains 3ple4QHP only. Lane 5 contains 3ple4QHP RNP with the PCR product. Lane 6 contains 3ple4QHP RNP with the PCR product, incubated at 37 °C and deactivated at 80°C.</p>
 +
            <br>
 +
            <br>
  
#banner {
 
  margin-top: 50px;
 
}
 
  
#sideMenu {
+
            <img src="https://static.igem.org/mediawiki/2018/5/59/T--Macquarie_Australia--Menu_Colab_Gel3.png" style="margin-left: auto; margin-right: auto;"><br>
  margin-top: 10px;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;"><br>
}
+
                Figure 3. Retardation gel (6%) electrophoresis of the Rec2_HNH dCas9 and its mutant variant Rec2_HNH 4QHP. The gel was imaged using both Gel Red (shown in black) and Coomassie Blue (shown in green). These two images were then overlayed. Lane 1 contains Rec2_HNH only. Lane 2 contains Rec2_HNH RNP with the PCR product. Lane 3 contains Rec2_HNH RNP with the PCR product, incubated at 37 °C and deactivated at 80°C. Lane 4 contains Rec2_HNH 4QHP only. Lane 5 contains Rec2_HNH 4QHP RNP with the PCR product. Lane 6 contains Rec2_HNH 4QHP RNP with the PCR product, incubated at 37 °C and deactivated at 80°C.</p>
 +
            <br>
 +
            <br>
 +
<h style= "font-size: 20px; font-weight: bold;">What They Did For Us:</h>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  
.dropdown-menu li:hover .sub-menu {
+
           
  visibility: visible;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
}
+
                The two plasmids were first transformed into DH5α cells and grown overnight at room temperature in LB broth with chloramphenicol added. The two plasmids were treated under three conditions: one uninduced, one induced with 0.5 mM IPTG and one induced with 1 mM IPTG. The <b>Protochlorophyllide</b> to <b>chlorophyll a</b> operon was tested with four genes, all of which showed good expression rates (Figure 4.). The Mg Chelatase operon was tested for five genes, however the ChlH and ChlD genes showed lower than expected or no expression at all (Figure 5.). We are investigating as to why these two genes had lower expression once inducted.</p>
 +
            <br>
  
.dropdown:hover .dropdown-menu {
 
  display: block;
 
}
 
  
.navbar-nav .dropdown-menu,
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">Formula:
.navbar .dropdown-menu {
+
                <br>
  margin-top: 0;
+
                2^-(ΔΔCt) is used to calculate the fold change of gene expression after induction, in which <br>
}
+
                ΔCt(control)1 = Ct(uninduced operon genes) - Ct(Chloramphenicol gene) <br>
 +
                ΔCt(test)2 = Ct(Induced operon genes) - Ct(Induced Chloramphenicol gene)<br>
 +
                Finally, use ΔCt(test)2 - ΔCt(control)1 to get ΔΔCt </p>
 +
<br>
 +
            <img src="https://static.igem.org/mediawiki/2018/2/28/T--Macquarie_Australia--Menu_Colab_QPCR1.png" style="width: 100%;">
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">Figure 4. Showing the results of the qPCR of the Protochlorophyllide to chlorophyll a operon normalised against the Chloramphenicol backbone. Cultures were subjected to three treatments: without IPTG, 0.5 mM IPTG and 1 mM IPTG.</p>
 +
            <img src="https://static.igem.org/mediawiki/2018/d/d1/T--Macquarie_Australia--Menu_Colab_QPCR2.png" style="width: 100%;">
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">Figure 5. Showing the results of the qPCR of the Mg chelatase operon normalised against the Chloramphenicol backbone. Cultures were subjected to three treatments: without IPTG, 0.5 mM IPTG and 1 mM IPTG.
  
 +
            </p>
 +
            <br>
 +
            <br>
  
/********************************* CONTENT OF THE PAGE ********************************/
+
            <h style= "font-size: 20px; font-weight: bold;">Other collaborations</h>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
 +
                The Macquarie University iGEM team skyped, emailed and responded to surveys from numerous teams around the world. The team also participated in a virtual conference and a symposium that allowed us to leave the university grounds and explain our project to the community. Though this communication will not be evaluated for any medal criteria, we feel that it is important to reference the teams that helped us along our path to Boston.</p>
  
 +
            <img src="https://static.igem.org/mediawiki/2018/8/81/T--Macquarie_Australia--big_map.png" style="width: 100%"><br>
  
/* Wrapper for the content */
+
            <h style= "font-size: 25px; font-weight: bold;">Human Practices survey</h>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
 +
                A survey created by the Macquarie University iGEM team was sent to other iGEM teams to provide us with an insight into the resources used for the human practices component of their project. As seen on the map above, teams from around the world completed our survey and using their feedback, our team was able to incorporate this data for our customer discovery toolkit. Furthermore, we responded to several other teams’ surveys, many of which completed our own survey, in an attempt to aid them with their own projects.
 +
            </p>
 +
            <br>
 +
            <br>
  
.content_wrapper {
 
  width: 85%%;
 
  margin-left: 150px;
 
  padding: 0px;
 
  float: left;
 
  background-color: #f2f2f2;
 
}
 
  
  
/*LAYOUT */
+
            <h style= "font-size: 20px; font-weight: bold;">UNSW symposium</h>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
 +
                We would like to thank the UNSW iGEM team for organising an event that provided the Macquarie University iGEM team with the opportunity to present our project for the first time. Hearing from other teams and scientists that spoke on the panel gave us a better understanding of our project and how we could improve before we present it at the jamboree.
 +
            </p>
 +
            <br>
 +
            <br>
  
  
.full_size {
+
            <img src="https://static.igem.org/mediawiki/2018/3/3b/T--Macquarie_Australia--Team_photo_at_unsw.jpeg" style="width: 100%;">
  width: 100%;
+
            <br>
}
+
            <br>
 +
            <br>
 +
            <br>
  
.full_size img {
 
  padding: 10px 15px;
 
  width: 96.5%;
 
}
 
  
.half_size {
+
            <h style= "font-size: 20px; font-weight: bold;">Virtual Conference</h>
  width: 50%;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
}
+
                iGEM NYU Abu Dhabi ran a virtual conference which enabled 6 iGEM teams (iGEM HKUST, iGEM Rec Chennai, iGEM VIT, iGEM Saint Joseph, iGEM NYU Abu Dhabi and iGEM Macquarie) to virtually meet one another to discuss their projects. The event had an emphasis on questions and discussion of each project. The conference gave us a chance to learn from other teams and discuss any issues that were unclear to help each team throughout their journey.
 +
            </p>
  
.half_size img {
 
  padding: 10px 15px;
 
  width: 93%;
 
}
 
  
.img:hover {
+
            <img src="https://static.igem.org/mediawiki/2018/b/bc/T--Macquarie_Australia--online_thing_with_racist_renee.jpeg" style="width: 100%;"><br><br>
  opacity: 1.0 !important;
+
}
+
  
 +
            <br>
 +
            <br>
 +
            <br>
  
 +
            <h style= "font-size: 20px; font-weight: bold;">Additional Collaborations</h>
 +
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
 +
                iGEM Macquarie was contacted by a couple of teams asking to send science related photos to unite the science community from different countries. Two of the main highlights were when  iGEM TecMonterrey GDL asked us to take a photo with a sign showing how far away we were from the Jamboree, showing that ‘science is everywhere’ and when iGEM Estonia created a huge mosaic of photos showing fashion in the lab.</p>
 +
            <br>
 +
            <br>
  
/*STYLING */
 
  
 +
            <img src="https://static.igem.org/mediawiki/2018/0/0e/T--Macquarie_Australia--photo_with_frank.jpeg" style="width: 100%;"><br>
  
/* styling for the titles */
 
  
.content_wrapper h1,
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
.content_wrapper h2 {
+
                #ScienceEverywhere collaboration with iGEM TecMonterrey GDL</p>
  padding: 5px 15px;
+
  border-bottom: 0px;
+
  color: #72c9b6;
+
}
+
  
.content_wrapper h3,
+
            <br>
.content_wrapper h4,
+
            <br>
.content_wrapper h5,
+
            <img src="https://static.igem.org/mediawiki/2018/8/8d/T--Macquarie_Australia--Irene_the_woman_in_blue.jpeg" style="width: 50%; float: left;">
.content_wrapper h6 {
+
            <img src="https://static.igem.org/mediawiki/2018/2/2a/T--Macquarie_Australia--huge_hunk.jpeg" style="width: 50%; float: left;">
  padding: 5px 15px;
+
            <br>
  border-bottom: 0px;
+
            <p style="text-align: justify; font-size: 14px; font-family: 'Quicksand', sans-serif;">
  color: #000000;
+
                Lab Safety Fashion collaboration with iGEM Estonia</p>
}
+
  
  
/* font and text */
 
  
.content_wrapper p {
 
  padding: 0px 15px;
 
  font-size: 13px;
 
  font-family: 'Roboto', sans-serif;
 
}
 
  
 +
        </div>
 +
        <br>
 +
        <br>
 +
        <!-- ____________________________________________________________________________________________ -->
  
/* Links */
 
  
.content_wrapper a {
 
  font-weight: bold;
 
  text-decoration: underline;
 
  text-decoration-color: #72c9b6;
 
  color: #72c9b6;
 
  -webkit-transition: all 0.4s ease;
 
  -moz-transition: all 0.4s ease;
 
  -ms-transition: all 0.4s ease;
 
  -o-transition: all 0.4s ease;
 
  transition: all 0.4s ease;
 
}
 
  
  
/* hover for the links */
 
  
.content_wrapper a:hover {
 
  text-decoration: none;
 
  color: #000000;
 
}
 
  
  
/* non numbered lists */
 
  
.content_wrapper ul {
+
        <!-- ____________________________________________________________________________________________ -->
  padding: 0px 20px;
+
  font-size: 13px;
+
  font-family: 'Quicksand', sans-serif;
+
}
+
  
 +
        <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
        </div>
 +
        <br>
 +
        <br>
 +
        <!-- ____________________________________________________________________________________________ -->
  
/* numbered lists */
 
  
.content_wrapper ol {
+
        <!--INVISIBLE BOX, MAYBE USE TO HOST CONTENT? -->
  padding: 0px;
+
        <div class="row" style="background-color: #f2f2f2;">
  font-size: 13px;
+
            <div class="column side left" style="background-color: #f2f2f2;">
  font-family: 'Quicksand', sans-serif;
+
            </div>
}
+
  
  
/* Table */
+
            <div class="column side right"style="background-color: #f2f2f2;">
  
.content_wrapper table {
+
            </div>
  width: 97%;
+
        </div>
  margin: 15px 10px;
+
        <!-- END OF BOX -->
  border: 1px solid #d3d3d3;
+
  border-collapse: collapse;
+
}
+
  
  
/* table cells */
 
  
.content_wrapper td {
 
  padding: 10px;
 
  vertical-align: text-top;
 
  border: 1px solid #d3d3d3;
 
  border-collapse: collapse;
 
}
 
  
  
/* table headers */
 
 
.content_wrapper th {
 
  padding: 10px;
 
  vertical-align: text-top;
 
  border: 1px solid #d3d3d3;
 
  border-collapse: collapse;
 
  background-color: #f2f2f2;
 
}
 
 
 
/* Button class */
 
 
.button_click {
 
  margin: 10px auto;
 
  padding: 15px;
 
  width: 12%;
 
  text-align: center;
 
  font-weight: bold;
 
  background-color: #72c9b6;
 
  cursor: pointer;
 
  -webkit-transition: all 0.4s ease;
 
  -moz-transition: all 0.4s ease;
 
  -ms-transition: all 0.4s ease;
 
  -o-transition: all 0.4s ease;
 
  transition: all 0.4s ease;
 
}
 
 
 
/* button class on hover */
 
 
.button_click:hover {
 
  background-color: #000000;
 
  color: #72c9b6;
 
}
 
 
.top-pad {
 
  padding: 35px;
 
}
 
 
   
 
   
 
   
 
/* NEW STUFF FROM CURRENT PAGE
 
   
 
 
 
/* side columns */
 
.column.side.left {
 
width: 20%;
 
}
 
 
.column.side.right {
 
width: 20%;
 
}
 
 
/* main content */
 
.column.middle {
 
Width: 60%;
 
min-height: 850px;
 
 
/* change the background image of the main column */
 
background-size: contain;
 
background-position: center;
 
background-repeat: no-repeat;
 
}
 
 
/* Clear floats after the columns */
 
.row:after {
 
    content: "";
 
    display: table;
 
    clear: both;
 
}
 
 
/* footer*/
 
.footer {
 
    background-color: #f2f2f2;
 
    text-align: center;
 
    padding: 35px;
 
 
}
 
 
.bio_paragraph{
 
    box-sizing: border-box;
 
    width: 100%;
 
    float: right;   
 
}
 
 
.bio_page_grid{
 
    display: grid;
 
    grid-template-columns: 50% 50%;
 
    grid-template-rows: repeat(13, 50%);
 
}
 
 
/********************************* RESPONSIVE STYLING ********************************/
 
 
 
   
 
/*ROTATING SCRIPT */
 
.rotate {
 
    -webkit-animation: spin .8s infinite linear;
 
    animation: spin 20s infinite linear;
 
}
 
@-webkit-keyframes spin {
 
    100% { -webkit-transform: rotate(360deg); }
 
}
 
@-moz-keyframes spin {
 
    100% { -moz-transform: rotate(360deg); }
 
}
 
@keyframes spin {
 
    100% {
 
        -moz-transform:rotate(360deg);
 
        -o-transform:rotate(360deg);
 
        transform:rotate(360deg);
 
    }
 
}
 
 
   
 
   
 
</style>
 
 
 
</head>
 
 
 
 
<body>
 
 
 
  <nav class="navbar navbar-default navbar-fixed-top" style=" padding-top: 20px;">
 
    <div class="container-fluid">
 
      <div class="navbar-header">
 
 
        <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia">
 
          <image class="img-responsive, rotate" src="https://static.igem.org/mediawiki/2018/3/3f/T--Macquarie_Australia--Logo_onlyMembrane.png" height="80" width="80">
 
            </image>
 
        </a>
 
 
      </div>
 
      <div class="navbar-header" style="padding-top: 15px; padding-left: 15px;">
 
        <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia">
 
          <image class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/25/T--Macquarie_Australia--Logo_onlyText.png" height="120" width="120">
 
            </image>
 
        </a>
 
      </div>
 
 
      <div id="navbar" class="navbar-collapse collapse">
 
        <ul class="nav navbar-nav navbar-right" style="margin-top: 15px;">
 
          <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/Team">Team<span class="caret"></span></a>
 
            <ul class="dropdown-menu" style="left:0;">
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Collaborations">Collaborations</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Attributions">Attributions</a></li>
 
            </ul>
 
          </li>
 
 
 
        <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/Project">Project<span class="caret"></span></a>
 
            <ul class="dropdown-menu" style="left:0;">
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Description">Description</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Results">Results</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Demonstrate">Demonstrate</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Improve">Improve</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Safety">Saftey</a></li>
 
            </ul>
 
          </li>
 
 
        <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/Notebook">Notebook<span class="caret"></span></a>
 
            <ul class="dropdown-menu" style="left:0;">
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Experiment">Experiment</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Interlab">Interlab</a></li>
 
            </ul>
 
          </li>
 
 
        <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/Parts">Parts<span class="caret"></span></a>
 
            <ul class="dropdown-menu" style="left:0;">
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Parts">Parts Summary</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Composite_Parts">Composite Parts</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/Validation">Validation</a></li>
 
            </ul>
 
          </li>
 
 
          <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/Human_practices">Human Practices <span class="caret"></span></a>
 
            <ul class="dropdown-menu">
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/human_practices">Human Practices</a></li>
 
              <li><a href="https://2018.igem.org/Team:Macquarie_Australia/human_practices">Integrated Practices</a></li>
 
            </ul>
 
          </li>
 
 
          <li class="dropdown">
 
            <a class="dropdown-toggle active" href="https://2018.igem.org/Team:Macquarie_Australia/safety">Saftey </a>
 
          </li>
 
        </ul>
 
      </div>
 
      <!-- /.navbar-collapse -->
 
    </div>
 
    <!-- /.container-fluid -->
 
    </nav>
 
 
 
<!-- NEW CODE -->
 
 
 
 
<div>
 
 
</div>
 
 
<div>
 
<img src = "https://static.igem.org/mediawiki/2018/2/2d/T--Macquarie_Australia--Collaboration.png" style="width: 50%; margin-left: auto; margin-right: auto; display: block; padding-top: 100px">
 
</div>
 
 
 
 
 
<div class="row">
 
<div class="column side left">
 
</div>
 
 
<div class="column middle">
 
 
</div>
 
 
<div class="column side right">
 
 
</div>
 
</div>
 
 
   
 
   
 
   
 
   
 
 
   
 
  
  
 
     </body>
 
     </body>
 
</html>
 
</html>
 +
{{Macquarie_Australia/Footer}}

Revision as of 02:37, 18 October 2018





Major Collaboration- wet lab with Nanyang Technology University Singapore


Bidirectional Collaboration With NTU Singapore

For the third consequtive year, Macquarie University has collaborated with the NTU Singapore iGEM team. After a number of discussions, we were able to organise ways so that we could both assist each other.
Following our success last year in the purification and in vitro assays of their dCas9 constructs, they requested that we repeat said process with their new mutant variants this year.
To assist us, we required them to perform a quantitative PCR on two of our composite Chlorophyll biosynthesis parts. BBa_K2664007 which adds a tail to protochlorophyllide, turning it into chlorophyll a (Figure 4) and BBa_K2664006 which adds a magnesium ion to protoporphyrin IX (Figure 5). As we have changed the promoters from lac to trc on a number of parts, we wished to quantify protein expression after induction with IPTG in our parts.


What We Did For Them:

The in vitro assay that we performed was on four truncated dCas9 mutants: 3ple, 3ple 4QHP, Rec2_HNH, and Rec2_HNH 4QHP. This project used the dCas9 enzyme to form a Ribonucleoprotein (RNP) complex with gRNA, and subsequently bind to the target sequence in our PCR product (similar to what we did for the last two years). The results from the electrophoretic mobility shift assay (EMSA) show that the dCas9 enzymes (3ple, 3ple 4QHP, Rec2_HNH, and Rec2_HNH 4QHP) no longer retain their nuclease activity (see Figures 2,3). This is evident from the gel shift present, the shift of the target sequence protein, indicating the mutant dCas9 has bound the target sequence of DNA from its slower migration through the gel (see Figure 2,3).



Protein Purification

The plasmids were transformed into BL21 (DE3) E. coli and expressed under auto-induction conditions. These cells were then harvested, lysed and purified using a Ni-NTA resin with standard His-tag purification protocols. Eluates were then run on an SDS-PAGE gel (Figure 1). The darkest bands observed above 100 kDa correspond to the expected dCas9 sizes which suggests the expression and purification was successful.


Figure 1. SDS-PAGE gel of the His-tagged dCas9 constructs. The darkest bands observed above 100 kDa are the expected sizes of the dCas9 proteins. Lane 1 contains a 250kDa ladder. Lane 2 contains 3ple lysate. Lane 3 contains 3ple fraction 1. Lane 4 contains 3ple fraction 2. Lane 5 contains 3ple4QHP lysate. Lane 6 contains 3ple4QHP fraction 1. Lane 7 contains 3ple4QHP fraction 2. Lane 8 contains a 250kDa ladder. Lane 9 contains Rec2_HNH lysate. Lane 10 contains Rec2_HNH fraction 1. Lane 11 contains Rec2_HNH fraction 2. Lane 12 contains Rec2_HNH4qhp lysate. Lane 13 contains Rec2_HNH4QHP fraction 1.



In vitro CRISPR assay + EMSA

To test these dCas9 constructs we again included an electrophoretic migration shift assay as last year. As the dCas9 constructs were designed to not have nuclease activity, while retaining the ability to bind to the gRNA and target DNA, we set up variations of the in vitro CRISPR assay to track the progression of the target DNA, gRNA, cleavage products, and protein migration on a DNA retardation gel (6% acrylamide in TBE, ThermoFisher Scientific).


The four purified samples were subjected to three treatments (Figure 2, 3):

    Pre-incubated: gRNA + enzymes (incubated at room temperature for 5 minutes in all samples) Incubated: gRNA + enzyme + PCR product (further incubated for 1 hour at 37°C) Deactivated: gRNA + enzyme + PCR product (further incubated for 1 hour at 37°C) and a deactivation step of 20 minutes at 80°C.

Three protein bands were observed in the pre-incubated samples (Lane 1 and 5 in Figures 2, 3). The dCas9 proteins were expected to be the highest bands, indicated as “Native protein”. Post incubation of the enzymes with the PCR product binding and gel shifting was observed, with little migration through the gel (Lane 2 and 5 in Figures 2, 3). After inactivation of the enzymes (Lanes 3 and 6 in Figures 2, 3) protein aggregation was observed at the top of the lanes. This indicates that the binding to the PCR was reversed.




Figure 2. Retardation gel (6%) electrophoresis of the 3ple dCas9 and its mutant variant 3ple4QHP. The gel was imaged using both Gel Red (shown in black) and Coomassie Blue (shown in green). These two images were then overlayed. Lane 1 contains 3ple only. Lane 2 contains 3ple RNP with the PCR product. Lane 3 contains 3ple RNP with the PCR product, incubated at 37 °C and deactivated at 80°C. Lane 4 contains 3ple4QHP only. Lane 5 contains 3ple4QHP RNP with the PCR product. Lane 6 contains 3ple4QHP RNP with the PCR product, incubated at 37 °C and deactivated at 80°C.





Figure 3. Retardation gel (6%) electrophoresis of the Rec2_HNH dCas9 and its mutant variant Rec2_HNH 4QHP. The gel was imaged using both Gel Red (shown in black) and Coomassie Blue (shown in green). These two images were then overlayed. Lane 1 contains Rec2_HNH only. Lane 2 contains Rec2_HNH RNP with the PCR product. Lane 3 contains Rec2_HNH RNP with the PCR product, incubated at 37 °C and deactivated at 80°C. Lane 4 contains Rec2_HNH 4QHP only. Lane 5 contains Rec2_HNH 4QHP RNP with the PCR product. Lane 6 contains Rec2_HNH 4QHP RNP with the PCR product, incubated at 37 °C and deactivated at 80°C.



What They Did For Us:

The two plasmids were first transformed into DH5α cells and grown overnight at room temperature in LB broth with chloramphenicol added. The two plasmids were treated under three conditions: one uninduced, one induced with 0.5 mM IPTG and one induced with 1 mM IPTG. The Protochlorophyllide to chlorophyll a operon was tested with four genes, all of which showed good expression rates (Figure 4.). The Mg Chelatase operon was tested for five genes, however the ChlH and ChlD genes showed lower than expected or no expression at all (Figure 5.). We are investigating as to why these two genes had lower expression once inducted.


Formula:
2^-(ΔΔCt) is used to calculate the fold change of gene expression after induction, in which
ΔCt(control)1 = Ct(uninduced operon genes) - Ct(Chloramphenicol gene)
ΔCt(test)2 = Ct(Induced operon genes) - Ct(Induced Chloramphenicol gene)
Finally, use ΔCt(test)2 - ΔCt(control)1 to get ΔΔCt


Figure 4. Showing the results of the qPCR of the Protochlorophyllide to chlorophyll a operon normalised against the Chloramphenicol backbone. Cultures were subjected to three treatments: without IPTG, 0.5 mM IPTG and 1 mM IPTG.

Figure 5. Showing the results of the qPCR of the Mg chelatase operon normalised against the Chloramphenicol backbone. Cultures were subjected to three treatments: without IPTG, 0.5 mM IPTG and 1 mM IPTG.



Other collaborations

The Macquarie University iGEM team skyped, emailed and responded to surveys from numerous teams around the world. The team also participated in a virtual conference and a symposium that allowed us to leave the university grounds and explain our project to the community. Though this communication will not be evaluated for any medal criteria, we feel that it is important to reference the teams that helped us along our path to Boston.


Human Practices survey

A survey created by the Macquarie University iGEM team was sent to other iGEM teams to provide us with an insight into the resources used for the human practices component of their project. As seen on the map above, teams from around the world completed our survey and using their feedback, our team was able to incorporate this data for our customer discovery toolkit. Furthermore, we responded to several other teams’ surveys, many of which completed our own survey, in an attempt to aid them with their own projects.



UNSW symposium

We would like to thank the UNSW iGEM team for organising an event that provided the Macquarie University iGEM team with the opportunity to present our project for the first time. Hearing from other teams and scientists that spoke on the panel gave us a better understanding of our project and how we could improve before we present it at the jamboree.







Virtual Conference

iGEM NYU Abu Dhabi ran a virtual conference which enabled 6 iGEM teams (iGEM HKUST, iGEM Rec Chennai, iGEM VIT, iGEM Saint Joseph, iGEM NYU Abu Dhabi and iGEM Macquarie) to virtually meet one another to discuss their projects. The event had an emphasis on questions and discussion of each project. The conference gave us a chance to learn from other teams and discuss any issues that were unclear to help each team throughout their journey.






Additional Collaborations

iGEM Macquarie was contacted by a couple of teams asking to send science related photos to unite the science community from different countries. Two of the main highlights were when iGEM TecMonterrey GDL asked us to take a photo with a sign showing how far away we were from the Jamboree, showing that ‘science is everywhere’ and when iGEM Estonia created a huge mosaic of photos showing fashion in the lab.




#ScienceEverywhere collaboration with iGEM TecMonterrey GDL




Lab Safety Fashion collaboration with iGEM Estonia