Team:Waterloo

From 2013.igem.org

(Difference between revisions)
Line 63: Line 63:
       /* End of restyling existing mediaWiki content */
       /* End of restyling existing mediaWiki content */
-
</head>
+
      .hiddenElement {
 +
        display: none;
 +
      }
 +
      .clearFix {
 +
        clear: both;
 +
      }
-
<body>
+
      /* Logo swapping */
 +
      .igemLogo {
 +
        display: none;
 +
        margin-left: 40px;
 +
      }
 +
      .waterlooLogo {
 +
        margin-left: 48px;
 +
      }
 +
      .logoHomepage .igemLogo {
 +
        display: block;
 +
      }
 +
      .logoHomepage .waterlooLogo {
 +
        display: none;
 +
      }
-
  <div id="pageContainer">
+
      .layer {
-
    <!--<div id="layer2" class="layer">-->
+
        position: absolute;
-
    <div class="navBar"></div>
+
        width: 18000px;
-
    <!--</div>-->
+
        background-color: black;
 +
      }
 +
      #layer0 {
 +
        z-index: 1;
 +
        width: 1905px;
 +
        left: -465px;
 +
        background-image: url('https://static.igem.org/mediawiki/2013/3/32/15911_1_miscellaneous_digital_art_dna.jpg');
 +
        background-color: black;
 +
        background-size: 1905px;
 +
      }
 +
      #layer1 {
 +
        z-index: 10;
 +
      }
 +
      #pageContainer {
 +
        height: 775px;
 +
      }
 +
      .pageScrolling .page img {
 +
        visibility: hidden;
 +
      }
 +
      .page {
 +
        height: 680px;
 +
        margin: 10px 0;
 +
        width: 1905px;
 +
        float: left;
 +
        overflow-x: hidden;
 +
        overflow-y: scroll;
 +
      }
 +
      .page::-webkit-scrollbar {
 +
        display: none;
 +
      }
 +
      .pageStuff {
 +
        color: white;
 +
        width: 900px;
 +
        margin-left: 500px;
 +
        padding-top: 15px;
 +
      }
 +
      .pageStuff h1 {
 +
        color: white;
 +
        font-size: 28px;
 +
      }
 +
      .pageStuff h2 {
 +
        color: white;
 +
      }
 +
      .pageStuff p {
 +
        margin-left: 20px;
 +
        font-size: 16px;
 +
      }
 +
      .pageStuff a, .pageStuff a:visited {
 +
        font-size: 16px;
 +
        color: #44ccff;
 +
      }
 +
      .pageStuff img {
 +
        max-width: 900px;
 +
      }
 +
      .navBar {
 +
        width: 975px;
 +
        height: 75px;
 +
        margin-left: -5px;
 +
        color: white;
-
    <!--TODO need to incorporate this link somewhere <a href="https://igem.org/Team.cgi?year=2013&team_name=Waterloo">- Profile</a>-->
+
        /* http://www.colorzilla.com/gradient-editor/#5abfce+0,0ba5bc+100;Custom */
 +
        background: rgb(90,191,206); /* Old browsers */
 +
        background: -moz-linear-gradient(45deg,  rgba(90,191,206,1) 0%, rgba(11,165,188,1) 100%); /* FF3.6+ */
 +
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,191,206,1)), color-stop(100%,rgba(11,165,188,1))); /* Chrome,Safari4+ */
 +
        background: -webkit-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* Chrome10+,Safari5.1+ */
 +
        background: -o-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* Opera 11.10+ */
 +
        background: -ms-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* IE10+ */
 +
        background: linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* W3C */
 +
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5abfce', endColorstr='#0ba5bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-
    <div id="layer1" class="layer">
+
      }
 +
      .footer {
 +
        width: 975px;
 +
        height: 0px;
 +
        margin-left: -5px;
 +
        color: white;
-
      <!-- Home -->
+
        /* http://www.colorzilla.com/gradient-editor/#5abfce+0,0ba5bc+100;Custom */
-
      <div id="p0" class="page">
+
         background: rgb(90,191,206); /* Old browsers */
-
         <div class="pageStuff">
+
        background: -moz-linear-gradient(45deg,  rgba(90,191,206,1) 0%, rgba(11,165,188,1) 100%); /* FF3.6+ */
-
          <div>
+
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(90,191,206,1)), color-stop(100%,rgba(11,165,188,1))); /* Chrome,Safari4+ */
-
            <img class="largeLogo" src="https://static.igem.org/mediawiki/2013/0/08/Igem_logo.png" />
+
        background: -webkit-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* Chrome10+,Safari5.1+ */
-
          </div>
+
        background: -o-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* Opera 11.10+ */
-
         </div>
+
        background: -ms-linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* IE10+ */
-
      </div>
+
         background: linear-gradient(45deg,  rgba(90,191,206,1) 0%,rgba(11,165,188,1) 100%); /* W3C */
 +
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5abfce', endColorstr='#0ba5bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-
       <!-- Project -->
+
       }
-
       <div id="p1" class="page">
+
       h1, h2 {
-
        <div class="pageStuff">
+
        border-bottom: 0 !important;
-
        <h1 id="s_Project_Introduction">Introduction</h1>
+
      }
-
        <p> <b>Intercellular Communication and DNA Messaging</b></p>
+
-
            <p>Intercellular communication between cells in nature allows for coordinated population-level behavior, enabling spatial and temporal organization and complex responses to environmental stimuli. Synthetic biology is continually expanding the range of programmable cellular characteristics and behaviors, and incorporation of intercellular communication into engineered cell populations has extended programmable behavior to a population level.  </p>
+
-
            <p><b>Engineered AHL-based intercellular communication </b></p>
+
-
            <p>Many bacteria naturally secrete acylated homoserine lactone molecules, or AHLs, which can be detected by other members of the bacterial population. Concentration-sensitive detection of AHL brings about significant qualitative changes in cell behavior via transcription regulation, including feedback on AHL production. Such natural quorum sensing systems are associated with coordinated behaviours such as biofilm formation [1] and bioluminescence [2]. These natural bacterial quorum-sensing systems have been successfully modulated to enable programmed intercellular communication in engineered bacterial populations. In this approach, genes associated with AHL production, detection, and response are “re-wired” such that they correspond to different input stimuli and output behaviors. Coordinated population-level behaviors including two-dimensional pattern formation [3], coordinated oscillations in gene expression [4], and even a system exhibiting predator-prey dynamics [5] have been demonstrated using this technique.</p>
+
-
            <p><b>Why DNA messaging?</b></p>
+
-
            <p>While AHL-based communication is a useful approach for engineering population-level coordination of bacterial cells, the quorum sensing messaging system has some inherent weaknesses that limit the diversity and information content of messages that can be communicated using this method.</p>
+
-
            <div id="sm_dnamessaging" class="showmore">
+
      @font-face {
-
              <p>Ortiz and Endy [6] note that AHL communication acts only through regulation of transcription. In this way, the diversity of messages in AHL-based communication is restricted to regulation of genes present in the receiver. They also note that the receptor or transcription factor affected by a particular AHL can only respond in one way, or perhaps a few ways if different concentrations correspond to different responses; that is, a single type of AHL signaling molecule cannot be used to communicate a great number of different messages within the same communication system. In order to diversify the number of potential messages, additional types AHL molecules must be used. In this way, the message and the molecule are coupled: “the message is the molecule”.</p>
+
        font-family: 'Life Savers';
-
              <p>To improve in these areas, Ortiz and Endy designed and demonstrated a communication system where DNA is used as the messaging molecule used for information exchange between cells [6]. These “DNA messages” are carried between cells inside a hijacked M13 bacteriophage particle: through a cunning act of trickery, M13 viral proteins are deceived into packaging the non-viral DNA message inside viral particles instead of the viral genome itself. (Keep reading for details).</p>
+
        font-style: normal;
 +
        font-weight: 400;
 +
        src: local('Life Savers'), local('LifeSavers-Regular'), url(http://themes.googleusercontent.com/static/fonts/lifesavers/v3/_yRJoxB8KMO25_gswqItc4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
 +
      }
-
            </div>
+
      .navBar h1 {
-
            <div class="fullfloatright">
+
        margin-left: auto;
-
              <a class="showmorelink" showid="sm_dnamessaging" hidetext="Hide Information...">Read More...</a>
+
        margin-right: auto;
-
            </div>
+
        color: white;
 +
        font-size: 30px;
 +
        font-weight: bold;
 +
        /*font-family: 'Life Savers', Verdana, sans-serif;*/
 +
        font-family: Verdana, sans-serif;
 +
      }
 +
      .navBar a {
 +
        /*font-family: 'Life Savers', Verdana, sans-serif;*/
 +
        font-family: Verdana, sans-serif;
 +
        /*font-weight: bold;*/
 +
        color: white;
 +
        display: block;
 +
        margin: 10px 0 10px 0;
 +
        text-decoration: none;
 +
      }
 +
      .navBar p {
 +
        font-size: 14px;
 +
      }
 +
      .navBar ul {
 +
        list-style-type: none;
 +
        list-style-image: none;
 +
      }
 +
      .largeLogo {
 +
        width: 740px;
 +
        margin: 57px 0 0 92px;
 +
      }
 +
      .pageLinks {
 +
        /*margin: 30px 0 10px 0;*/
 +
      }
-
            <p><b>Baseballs and Bottles</b></p>
+
      /* Experimental CSS3 Animations */
-
            <p>An analogy is useful in appreciating the expansion of potential for communication afforded by DNA messaging over AHL based messaging.
+
      @keyframes startGlow {
-
            Consider the following absurd but illustrative situation:</p>
+
        0%  {color: white;}
 +
        100% {color: yellow;}
 +
      }
 +
      @-webkit-keyframes startGlow /* Safari and Chrome */ {
 +
        0%  {color: white;}
 +
        100% {color: yellow;}
 +
      }
-
            <div id="sm_baseballs" class="showmore">
+
      @keyframes fadeOutAnim {
-
              <p>Suppose you and I both natively speak, read, and write Italian, and I would like to communicate with you about how I am feeling. Suppose also that we are unfortunately too far away to speak directly and it is too foggy for us to see each other (no gestures), so we are forced to communicate by hurling baseballs over to each other.  When I hurl lots of baseballs to you, you know I am in a particular mood, and when I hurl fewer you know I am in a different mood. Perhaps if I got very fancy I could devise a few patterns in my hurling that would add even one or two more expressible feelings to my repertoire. Or maybe if I had some tennis balls or golf balls I could hurl those as well, extending my expression a little further. While I would be profoundly grateful for this crude outlet for sharing my feelings through hurling baseballs, I would long to explain to you, in words, all the colorful flutterings of my heart. </p>
+
        0%  {opacity: 1;}
-
              <p>Imagine, now, a slight change in the situation. Imagine that I have a pile of (unsmashable) bottles, a notepad, and a pen. Now instead of hurling baseballs, I can hurl bottles to you. But inside these bottles I can put a note, written in Italian! Provided we can write and read Italian, which we both can, I can send you an arbitrary range of messages expounding my full range of thought and emotion. I can philosophize, make jokes, and write you love letters, all in our native language of Italian.</p>
+
        100% {opacity: 0.4;}
-
              <p>The difference between these two scenarios is in the fundamental nature of our messaging tools.  The problem with the first scenario is that baseballs, tennis balls, and golf balls are not able to carry much information! We can get some use out of them by setting up a system where you are able to detect how many balls I am throwing, but this could never compare to communication in our shared native language of Italian. Notepads and pens are tools that were specifically designed for communication in Italian, which allows for transmission of rich and densely encoded information.</p>
+
      }
-
              <p> As you’ve likely picked up, AHL here is analogous to baseballs, and DNA is analogous to a written note in Italian. An M13 viral particle is the bottle carrying the note. While AHL can be used by cells to communicate, it is not a particularly good information-encoding molecule. DNA is the master information molecule – it was specifically designed for this by nature – and all cells read and write the language of DNA. It is for this reason that DNA holds so much promise as an intercellular messaging molecule!</p>
+
      @-webkit-keyframes fadeOutAnim /* Safari and Chrome */ {
-
            </div>
+
        0%  {opacity: 1;}
-
            <div class="fullfloatright">
+
        100% {opacity: 0.4;}
-
              <a class="showmorelink" showid="sm_baseballs" hidetext="Hide Information...">Read More...</a>
+
      }
-
            </div>
+
-
            <p> <b>The Nuts and Bolts of DNA Messaging</b></p>
+
      @keyframes fadeInAnim {
-
            <p>Several key aspects of the M13 filamentous bacteriophage were harnessed by Ortiz and Endy [6] in their original design of the DNA messaging system. Tricking M13 proteins into packaging heterologous DNA: In nature, M13 viral proteins package the M13 genome into viral particles. The M13 DNA is recognized through the M13 packaging sequence. Any DNA containing this packaging sequence will be packaged into viral particles. By removing the M13 packaging sequence from the M13 genome and placing it on a plasmid, we can trick the viral proteins produced from the M13 genome into packaging the plasmid DNA instead of the M13 DNA. A plasmid carrying the packaging sequence is called a phagemid, and a version of the M13 genome that does not efficiently package itself due to a reduced or removed packaging sequence is called a helper plasmid. A phagemid will be packaged into a viral particle in the presence of a helper plasmid. DNA of arbitrary length can be packaged: M13 viral packaging occurs at the cell membrane, where the viral particle forms around the DNA as it is packaged and slowly secreted, forming a long filament. This allows DNA of arbitrary length to be packaged [7]. M13 is not lytic: Since M13 viral particles are secreted through the cell membrane, infected cells are able to continue living and dividing, albeit at ½ to ¾ their normal rate [7]. Because of this, cells sending a DNA message need not commit suicide to transmit their message!</p>
+
        0%  {opacity: 0.4;}
-
            <p>Only F+ cells can be infected: The M13 bacteriophage must attach to the F pilus of an E. coli cell in order to infect it. Therefore, only E. coli cells carrying the F plasmid (F+ cells) are susceptible, while F- cells are not. Sender cells contain a messaging phagemid and a helper plasmid, which allows them to secrete viral particles. Receiver cells must be F+.  When the two cell populations are co-cultured, DNA messaging will take place. (Fig 1)</p>
+
        100% {opacity: 1;}
-
            <img src="https://static.igem.org/mediawiki/2013/d/dc/Figrue_1.jpg" style="margin-left: 20px;" />
+
      }
-
            <p class="caption" style="width: 475px;">Fig 1 A sender population carrying a messaging phagemid and a helper plasmid can transmit a DNA message to an F+ receiver plasmid in co-culture.</p>
+
      @-webkit-keyframes fadeInAnim /* Safari and Chrome */ {
-
            <p>DNA messaging was first established in 2012 when Ortiz and Endy demonstrated transmission and receipt of a DNA message encoding GFP and ampicillin resistance, as well as a separate message encoding T7 RNA polymerase [6]. This proof of principle demonstration indicates the viability of DNA messaging and suggests extension of the method to diversify potential communication programs.</p>
+
        0%  {opacity: 0.4;}
-
As we can see when the probability of leakiness is on a magnitude of 10^-3, it is well behave as in the secondary modified cells are not as present since there are not a lot of secondary phagemid to infect the cells.  However, as shown above, when the magnitude is about 10^-2, it seems as though there are more secondary phagemids that can infect the secondary cells which would cause a large concentration of the secondary modified cell.
+
        100% {opacity: 1;}
 +
      }
-
Thus as we have seen in this analysis that there are some questions that can be solve however many questions can be asked since there may be improvements to the model or the initial parameters themselves.
+
      .fadeIn {
 +
        opacity: 1;
 +
        animation: fadeInAnim 0.5s;
 +
        -webkit-animation: fadeInAnim 0.5s;
 +
      }
 +
      .fadeOut {
 +
        opacity: 0.4;
 +
        animation: fadeOutAnim 0.5s;
 +
        -webkit-animation: fadeOutAnim 0.5s;
 +
      }
 +
      @keyframes borderGlowAnim {
 +
        0%  {border-color: rgba(255, 255, 255, 0);}
 +
        100% {border-color: rgba(255, 255, 255, 0.6);}
 +
      }
 +
      @-webkit-keyframes borderGlowAnim /* Safari and Chrome */ {
 +
        0%  {border-color: rgba(255, 255, 255, 0);}
 +
        100% {border-color: rgba(255, 255, 255, 0.6);}
 +
      }
-
          <h1 id="s_Project_Idea">The Idea: Controlled Modification and Transmission of a DNA Message</h1>
 
-
            <p>We have identified three extensions to DNA messaging that would diversify potential intercellular messaging programs.</p>
 
-
            <p>• DNA messages should be modifiable using well-established methods of site-specific recombination, allowing incorporation of digital DNA logic and memory into messaging programs.</p>
 
-
            <p>• Transmission of a DNA message should be controllable. It would be useful to be able to send DNA messages only at certain times, in response to a particular stimulus.</p>
 
-
            <p>• Receiver cells should be able to modify and re-transmit a DNA message, lengthening the potential “conversation” between cells.</p>
 
-
            <p><b> Controlled Modification of a DNA Message</b></p>
 
-
            <p>Diversity in the interactiveness of DNA messages with sender and receiver cells could be improved by incorporating established methods of site-specific recombination into DNA messaging. This would allow sender and receiver cells to change the message in controlled ways. Recent work with serine integrase site-specific recombinases has demonstrated their utility in implementing digital memory [8] and Boolean logic [9,10] in DNA through inversion of DNA sequences (<a href="#/Project/SerineIntegrase">See the Serine Integrases page</a>). We sought to incorporate an invertible promoter switch on a messaging phagemid that can be flipped using a serine integrase. This switch could be flipped inside sender cells before transmission of the message, or in receiver cells after transmission of the message. As part of this goal, we produced four invertible promoter switches. These switches consist of a promoter sequence that can be inverted using a serine integrase, flipping the orientation of the promoter on the DNA strand. Since the promoter changes orientation when the switch is flipped, different genes are expressed depending on the state of the switch. These switches were directly inspired by the recombinase addressable data (RAD) module developed by Bonnet et al [8], which was closely mimicked in our design. We produced two switches controlled by Bxb1 integrase, and two switches controlled by PhiC31 integrase. Incorporation of a switch like these on a messaging phagemid would allow the message to take on two different forms depending on the state of the switch, potentially corresponding to vastly different responses in the receiver population. See the <a href="#/Project/Design">design page</a> and <a href="#/Lab">lab page</a> for details on our work toward this goal.</p>
 
-
            <p><b>Controlled Transmission of a DNA Message</b></p>
 
-
            <p>The utility of DNA messaging could be improved by controlling when messages are sent, so that DNA messages could be sent in response to a particular stimulus. This requires that packaging of message DNA into M13 bacteriophage particles be controlled. Control over viral particle production was previously accomplished in bacteriophage ϕX174. The gene encoding the ϕX174 major coat protein was removed from the viral genome and placed under an inducible promoter on a plasmid, and induction of this gene was successfully used to control production of ϕX174 viral particles [11]. To obtain control over viral particle production, we sought to control expression of M13 g8, which codes for the M13 major coat protein p8. We expected that induction of M13 viral particle production would be possible through inducing expression of g8 in the presence of all other M13 genes. See the <a href="#/Project/M13Bacteriophage">M13 bacteriophage page</a> for more details on M13 bacteriophage. See the <a href="#/Project/Design">design page</a> and <a href="#/Lab">lab page</a> for details on our work toward this goal. </p>
 
-
            <p> <b>Controlled Modification and Retransmission of a DNA Message by Receiver Cells</b></p>
 
-
            <p>By combining control over DNA message transmission and modification, we sought to demonstrate controlled modification of a DNA message in receiver cells followed by retransmission of the modified message. Modification and retransmission should occur only in the presence of a particular stimulus. This would extend the utility of DNA messaging by allowing receiver cells to respond to messages by sending out more messages, enabling a sort of conversation between cell populations. <a href="#/Project/Design">See the design page for more details.</a></p>
 
-
        <h1 id="s_Project_SerineIntegrase">Serine Integrase</h1>
+
      .navBar .pageLinks a {
-
            <p>The design for accomplishing our goals uses the site-specific recombinase activity of serine integrase enzymes found naturally in various bacteriophages. In nature, serine integrases (Int) allow phages to integrate into the bacterial genome through site-specific recombination between attachment sites on the phage and bacterial genomes (attP and attB), both of which are between 30 and 60 bp depending which phage serine integrase is considered. Recombination between attP and attB leaves behind left and right attachment sites (attL and attR) (Fig 1), which cannot be acted upon by Int alone. Thus, in the presence of Int alone, this recombination is irreversible [12]. In order for the phage genome to excise from the bacterial genome, recombination between attL and attR sites must occur; this reproduces the original phage and bacterial genomes.  To this end, phages that exploit serine integrases also have a “recombination directionality factor” (RDF) which reverses the recombination activity of Int; that is, coexpression of Int and RDF allows recombination between attL  and attR sites to reproduce attP and attB sites, and inhibits recombination of attP and attB (Fig.2) [12]. </p>
+
      }
-
            <img src="https://static.igem.org/mediawiki/2013/c/c1/Figure_2_Project.png" style="margin-left: 20px;" />
+
      .navBar .pageLinks a:hover {
-
            <p class="caption" style="width: 650px;">Figure 2.  Recombination between attP and attB leaves behind attL and attR sites and allows for integration of the phage genome into the bacterial genome in nature.  RDF reverses this activity.  Adapted from Groth and Calos, 2004 [12].</p>
+
        color: yellow;
 +
        animation: startGlow 0.5s;
 +
        -webkit-animation: startGlow 0.5s;
 +
      }
-
            <div class="showmore" id="sm_serineintegrase">
+
      .link {
-
              <p>By placing attP and attB sites in the correct orientation on the same DNA sequence, the DNA segment between them can be inverted through integrase activity.  By placing a promoter on the segment between the att sites and placing a promoterless gene or operon on either side of the invertible sequence, a switch is produced that will lead to transcription of different genes depending on its state. Note that such a switch is flipped from “PB state” (attP and attB sites) to “LR state” (attL and attR sites) by integrase alone, while it is flipped from LR state to PB state by integrase in concert with RDF [13]. An example of such a switch, with GFP or RFP being produced depending on its state, is shown in the <a href="#/Project/Videos">Video</a>.    </p>
+
        /*font-size: 26px;*/
-
              <p>This DNA inversion technique has been used to implement passive digital memory in live cells. More recently, this technique has been extended to the implementation of two-input one-output Boolean logic gates [14,15]. In our project, we use integrase/RDF pairs from bacteriophages Bxb1 and PhiC31. We have constructed four invertible promoter switches, which are designed based on the recombinase addressable data (RAD) module developed by Bonnet et al. [13] and can be flipped using these integrases.</p>
+
        font-size: 22px;
-
            </div>
+
        line-height: 25px;
-
            <div class="fullfloatright">
+
        max-width: 150px;
-
              <a class="showmorelink" showid="sm_serineintegrase" hidetext="Hide Information...">Read More...</a>
+
        margin: 0 17px;
-
            </div>
+
        float: left;
 +
      }
 +
      .selectedLink a {
 +
        color: yellow;
 +
      }
 +
      .hoverMenu {
 +
        padding: 5px;
 +
        position: absolute;
 +
        top: 74px;
 +
        z-index: 15;
 +
        /*  */
 +
        background: rgb(111,177,186); /* Old browsers */
 +
        background: -moz-linear-gradient(45deg,  rgba(111,177,186,1) 0%, rgba(90,191,206,1) 100%); /* FF3.6+ */
 +
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(111,177,186,1)), color-stop(100%,rgba(90,191,206,1))); /* Chrome,Safari4+ */
 +
        background: -webkit-linear-gradient(45deg,  rgba(111,177,186,1) 0%,rgba(90,191,206,1) 100%); /* Chrome10+,Safari5.1+ */
 +
        background: -o-linear-gradient(45deg,  rgba(111,177,186,1) 0%,rgba(90,191,206,1) 100%); /* Opera 11.10+ */
 +
        background: -ms-linear-gradient(45deg,  rgba(111,177,186,1) 0%,rgba(90,191,206,1) 100%); /* IE10+ */
 +
        background: linear-gradient(45deg,  rgba(111,177,186,1) 0%,rgba(90,191,206,1) 100%); /* W3C */
 +
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb1ba', endColorstr='#5abfce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-
        <h1 id="s_Project_M13Bacteriophage">M13 Bacteriophage</h1>
+
      }
-
          <p><b>M13 Bacteriophage</b></p>
+
      .sublink {
-
<p>The M13 bacteriophage infects E. coli by attaching to the F pilus and injecting single-stranded DNA into the cell. Because the mechanism requires the F pilus, only E. coli cells carrying the F plasmid (F+ cells) can be infected.</p>
+
        margin: 0 0 14px 0;
 +
        font-size: 20px;
 +
        line-height: 23px;
 +
      }
 +
      #socialButtons {
 +
        position: absolute;
 +
      }
 +
      #socialButtons a {
 +
        padding-right: 13px;
 +
      }
 +
      .photoSection {
 +
        margin-left: 20px;
 +
      }
 +
      #otp {
 +
        width: 100%;
 +
        height: 100%;
 +
      }
-
<p>M13 bacteriophage is routinely used to isolate single stranded DNA by “tricking” the M13 viral proteins into packaging heterologous DNA that carries the M13 viral packaging site. This site, called the M13 ori, is necessary and sufficient for packaging of circular DNA carrying the site into M13 viral particles [7]. Heterologous DNA packaged this way can still be delivered to an F+ cell and the cell will maintain the circular DNA as a plasmid. A plasmid carrying the M13 ori is termed a “phagemid”. This aspect of M13 bacteriophage is used in DNA messaging.</p>
+
      #notebook h1 {
 +
        margin-bottom: 6px;
 +
      }
 +
      .headshotWrapper {
 +
        margin: 0 10px 10px 0;
 +
        overflow: hidden;
 +
        float: left;
 +
      }
 +
      .personHeadshot {
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        display: block;
 +
        border: 5px solid;
 +
        border-radius: 10px;
 +
        border-color: black;
 +
      }
 +
      .personHeadshotClickable:hover {
 +
        cursor: pointer;
 +
        border-color: rgba(255, 255, 255, 0.6);
 +
        animation: borderGlowAnim 0.5s;
 +
        -webkit-animation: borderGlowAnim 0.5s;
 +
      }
 +
      .headshotCaption {
 +
        font-size: 16px;
 +
        font-weight: bold;
 +
        text-align: center;
 +
      }
 +
      .personPopup {
 +
        z-index: 100;
 +
        padding: 20px;
 +
        background-color: rgb(90, 191, 206);
 +
        box-shadow: 0 0 0 10px rgba(90, 191, 206, 0.3);
 +
        border-radius: 1px;
 +
        width: 500px;
 +
        position: absolute;
 +
        left: 440px;
 +
        top: 300px;
 +
      }
 +
      .personPopupImage {
 +
        float: left;
 +
        margin: 0 10px 0 0;
 +
      }
 +
      .personPopupInfo {
 +
        float: left;
 +
        width: 280px;
 +
      }
 +
      .personPopupInfo > * {
 +
        color: white;
 +
      }
 +
      .personPopupInfo h2 {
 +
        font-size: 20px;
 +
        font-weight: bold;
 +
      }
 +
      .personPopupInfo > p {
 +
        margin-left: 0;
 +
        font-size: 14px;
 +
      }
-
<p>Importantly, cells infected with M13 bacteriophage do not lyse. Rather, the bacteriophage is secreted through the cell membrane and the cell continues to grow at ½ to ¾ its normal rate [7].</p>
+
      /*
 +
      .sideArt {
 +
        z-index: 20;
 +
        position: absolute;
 +
        top: 200px;
 +
        left: 1035px;
 +
        visibility: hidden;
 +
      }
 +
      .sideArt img {
 +
        width: 303px;
 +
      }
 +
      */
-
<p>In our attempt to design a system that regulates DNA messaging by controlling M13 particle production, we had the option of manipulating any of the 11 genes in the M13 genome.</p>
+
      table {
 +
        color: white;
 +
        background-color: black;
 +
        border-spacing: 20px 5px;
 +
        text-align: left;
 +
        font-size: 16px;
 +
        line-height: 1.2;
 +
      }
-
<p>M13’s relatively small genome can be classified in three subsets: structural (genes III, and VI - IX), morphogenetic (genes I, IV, and XI), and replicative (genes II, V, and X). The main function behind each of the proteins can be seen in the table below:</p>
+
      .video {
 +
        width: 519px;
 +
        margin: 0 0 30px 70px;
 +
      }
 +
      .pageStuff .caption {
 +
        font-size: 12px;
 +
        margin-left: 40px;
 +
      }
-
<table style="margin: 10px 0;">
+
      .fullfloatright {
-
  <tr> <th>Protein:</th> <th>Function:</th> </tr>
+
        width: 100%;
-
  <tr>
+
        height: 20px;
-
    <td>pI</td>
+
      }
-
    <td>
+
       .fullfloatright> * {
-
       Spans the inner membrane of infected bacteria; interacts with viral pIV and host’s thioredoxin; potentially initiates phage assembly [1, 9, 10]
+
        float: right;
-
    </td>
+
      }
-
  </tr>
+
-
  <tr>
+
-
    <td>pII</td>
+
-
    <td>Nicks at specific site in intergenic region of + strand of replicative form (RF) DNA, starting rolling-circle replication; cleaves single-stranded (ss) product of rolling-circle replication; required  for the initiation  of fl RF DNA synthesis [2, 10]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pIII</td>
+
-
    <td>Minor coat protein; required for adsorption of phage to sex pili of new hosts [1]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pIV</td>
+
-
    <td>Resides mainly on outer membrane of infected cell; interacts with pXI and pI within the perisplasm in order to form a gate channel for secretion [1, 9, 10]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pV</td>
+
-
    <td>Sequesters the viral strands displaced by the rolling circle replication of + strand DNA to prevent their reconversion to double strands [3-7]; needed for the accumulation of  exportable ssDNA; controls the rate of synthesis of pII and pX [8]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pVI</td>
+
-
    <td>Minor coat protein located at proximal end of filament [1]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pVII</td>
+
-
    <td>Coat protein that interacts with packaging signal in intergenic region [1]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pVIII</td>
+
-
    <td>Major coat protein; ~2700 copies formed in cylindrical sheath around DNA [1, 11]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pIX</td>
+
-
    <td>Minor coat protein, located at end of phage particle where assembly begins [1]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pX</td>
+
-
    <td>Formed from gX, a subset of gII; required for accumulation of ssDNA; powerful repressor of phage-specific DNA synthesis in vivo; limits number of RF molecules [1]</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td>pXI</td>
+
-
    <td>Aka pI*; forms gate channel in cell membrane along with pI and pIV [1, 9, 10]</td>
+
-
  </tr>
+
-
</table
+
-
<p>The M13 genome takes on two forms: the double stranded replicative form (RF) and the single stranded infective form (IF).  When the IF form is initially deposited into the cell, the complementary strand is synthesized by host-encoded enzymes forming the RF form. Protein II nicks the RF form and initiates rolling circle replication, producing additional single stranded copies of the genome that are again converted into RF from by host-encoded machinery. During this process, the M13 genome increases in copy number and viral proteins accumulate in the cell. When protein V reaches a critical concentration in the cell, it binds strongly and cooperatively to single stranded IF DNA, sequestering it to be packaged into viral particles and preventing further accumulation of the RF form [7]. </p>
+
      .showmorelink {
 +
        cursor: pointer;
 +
      }
 +
      .showmore {
 +
        display: none;
 +
      }
 +
    </style>
 +
    <script type="text/javascript">
-
<p><b>Alternative design comments</b></p>
+
(function() {
-
<p>The strong affinity of protein V for single-stranded IF DNA is a concern for our DNA message retransmission design, wherein the primary receiver cells have a helper plasmid with gene VIII knockout and the incoming message carries gene VIII under control of a switch. Since gene V is found on the knockout helper plasmid in the primary receiver, it may be present at very high levels in the primary receiver when the DNA message is delivered. The DNA message will be introduced as single stranded DNA, and protein V may bind it, sequester it, and prevent it from replicating. Indeed, it is known that the presence of protein V alone in a cell renders it immune to subsequent infection by M13 bacteriophage [8]. It has also been shown that the presence of gene II in the system reverses this immunity, which demonstrates some regulatory role by gene II.</p>
+
-
<p>This suggests that levels of proteins II and V may be relevant to our goal of retransmission of a DNA message. One idea would be to knock out gene V or both genes II and V in the helper and use them as the genes that are complimented. Since proteins II and V are important regulatory proteins, fiddling with them might require extensive remodeling of the M13 regulatory system, which was outside the scope of what we thought was reasonable for our iGEM team. However, it might be wise for those attempting similar goals in the future to consider potential complications arising from proteins II and V.</p>
+
  var pages = [
 +
    '#/Home',
 +
    '#/Project',
 +
    '#/Lab',
 +
    '#/MathModelling',
 +
    '#/HumanPractices',
 +
    '#/Gallery',
 +
    '#/Safety',
 +
    '#/Sponsors',
 +
    '#/Team'
 +
  ];
 +
  var MONTHS = {
 +
    'january': 'January',
 +
    'february': 'February',
 +
    'march': 'March',
 +
    'april': 'April',
 +
    'may': 'May',
 +
    'june': 'June',
 +
    'july': 'July',
 +
    'august': 'August',
 +
    'september': 'September',
 +
    'october': 'October',
 +
    'november': 'November',
 +
    'december': 'December'
 +
  };
 +
  var navBar = null;
 +
  var page_idx_map = {};
 +
  var layer_factors = [0, 1, 0];
 +
  var LAYER_OFFSET = -465;
 +
  var page_idx = 0;
 +
  var PAGE_WIDTH = 1905;
 +
  var NUM_PAGES = 9;
 +
  var NUM_LAYERS = 2;
 +
  var is_scrolling = false;
-
<p><b>References</b></p>
+
  // TODO - put all asset urls in one place
 +
  var igem_logo_url = 'https://static.igem.org/mediawiki/igem.org/1/17/IGEM_basic_Logo_white_stylized.png';
 +
  var waterloo_logo_url = 'https://static.igem.org/mediawiki/2013/0/08/Igem_logo.png';
 +
  //var art_url = 'https://static.igem.org/mediawiki/igem.org/6/64/Waterloo_igem_main_art.jpg';
-
<p> [1] Sambrook J, Russell DW. Molecular Cloning: A Laboratory Manual. 3rd edition. Cold Spring Harbor Laboratory Press, Cold Spring Harbour, NY. 2001</p>
+
  if (!String.prototype.format) {
-
<p>[2] Baas, P. D. (1985). Biochim. Biophys. Acta. 825, 111-139</p>
+
    String.prototype.format = function() {
-
<p>[3] Mazur, B. J. & Model, P. (1973). J. Mol. Biol. 78, 285-300.</p>
+
      var args = arguments;
-
<p>[4] Webster, R. E. & Cashman, J. S. (1973). Virology. 55, 20-38.</p>
+
      return this.replace(/{(\d+)}/g, function(match, number) {
-
<p>[5] Mazur, B. J. & Zinder, N. D. (1975). Virology. 68, 490-502.</p>
+
        return typeof args[number] != 'undefined'
-
<p>[6] Geider, K. & Kornberg, A. (1974). J. Biol. Chem. 249, 3999-4005.</p>
+
          ? args[number]
-
<p>[7] Salstrom, J. S. & Pratt, D. (1971). J. Mol. Biol. 61, 489-501.</p>
+
          : match
-
<p>[8] Fulford, W. "Bacteriophage F1 DNA Replication Genes *1II. The Roles of Gene V Protein and Gene II Protein in Complementary Strand Synthesis." Journal of Molecular Biology 203.1 (1988): 39-48. Print.</p>
+
        ;
-
<p>[9] Haigh, Nora G., and Robert E. Webster. "The pI and pXI Assembly Proteins Serve Separate and Essential Roles in Filamentous Phage Assembly." Journal of Molecular Biology 293 (1999): 1017–1027.</p>
+
      });
-
<p>[10] Russel, Marjorie. "Interchangeability of Related Proteins and Autonomy of Function: The Morphogenetic Proteins of Filamentous Phage f1 and IKe Cannot Replace One Another." Journal of Molecular Biology 227 (1992): 453-462.</p>
+
    };
-
<p>[11] Wickner, William, Gail Mandel, Craig Zwizinski, Marjorie Bates, and Teresa Killick. "Synthesis of phage M13 coat protein and its assembly into membranes in vitro." Proceedings of the National Academy of Sciences 75.4 (1978): 1754-1758.</p>
+
  }
-
        <h1 id="s_Project_Design">Design</h1>
+
-
            <p><b> Controlled Modification of a DNA message</b></p>
+
-
            <p>One advantage to DNA messaging is that well-established methods of DNA recombination could potentially be incorporated into intercellular communication programs. We sought to demonstrate this by placing an invertible promoter switch (described below) on a DNA message, which can be flipped using a serine integrase. By placing an invertible promoter switch on a DNA message, we make the message modifiable. The message could be modified in sender cells or receiver cells through production of the serine integrase corresponding to the switch.</p>
+
-
            <p><b> Invertible Promoter Switches</b></p>
+
-
            <p>Recent work with serine integrases has demonstrated their utility in implementing digital memory and Boolean logic in DNA through inversion of DNA sequences (<a href="#/Project/SerineIntegrase">see page on Serine Integrases</a>). We sought to incorporate an invertible promoter switch into a DNA message, consisting of a promoter whose orientation can be flipped through action of a serine integrase and a corresponding recombination directionality factor (RDF). This would allow the message to take on two different forms depending on the state of the switch. These two forms could correspond to vastly different responses in the receiver population.</p>
+
-
            <div class="showmore" id="sm_invertibleps">
+
-
              <p>As part of this goal, we designed four invertible promoter switches (Fig 1). Two switches correspond to the Bxb1 integrase/RDF system, and two correspond to the PhiC31 integrase/RDF system. Our design is directly inspired by and closely mimics the recombinase addressable data (RAD) module designed by Bonnet et al [16].  The invertible promoter switch in the RAD module consists of a promoter flanked by Bxb1 att sites, with a transcription terminator upstream of the promoter. The terminator guards against transcription of genes upstream of the promoter that should only be transcribed when the switch is in its opposite state. See the lab page for information on our implementation of invertible promoter switches and the integrase/RDF BioBricks we produced for working with the switches.
+
-
              </p>
+
-
              <p>The “PB” state of the switch is the one in which the promoter is flanked by attP and attB sites, while the promoter is flanked by attR and attL sites in the “RL” state. Flipping from PB to RL is catalyzed by integrase and is irreversible in the presence of integrase alone. Flipping from RL to PB is catalyzed by integrase in conjunction with RDF, and is irreversible in the presence of these enzymes together. For more on the functioning of integrase and RDF in site-specific recombination of att sites, see the <a href="#/Project/SerineIntegrase">Serine Integrases page.</a></p>
+
-
            </div>
+
-
            <div class="fullfloatright">
+
-
              <a class="showmorelink" showid="sm_invertibleps" hidetext="Hide Information...">Read More...</a>
+
-
            </div>
+
-
            <p>Since the switch in the RAD module was demonstrated to be functional, we replicated its architecture exactly in our switches. Intervening spacer sequences between functional elements are also the same in our switches. </p>
+
  function Person(name, image_url, title, team, description) {
-
            <p> Our four switches are portrayed here in PB state (Fig 3).</p>
+
    this.name = name;
-
            <img src="https://static.igem.org/mediawiki/2013/f/f4/Figure_3_project.png" style="width: 800px; margin-left: 20px;" />
+
    this.url = image_url;
-
            <p class="caption">Fig 3. Schematic diagram of our invertible promoter switches. The orientation of the promoter can be flipped using the integrase corresponding to the att sites in the switch.</p>
+
    //this.title = title ? title : '';
 +
    //this.team = team ? team : '';
 +
    this.description = description ? description : '';
 +
  }
-
            <p>Genes placed on either side of the invertible promoter switch will be expressed when the switch is in a state such that the promoter drives their expression. Genes added to the prefix side of the switch will be expressed in PB state, and genes added to the suffix side will be expressed in RL state. Flipping from the PB to RL state and back through action of integrase and RDF is illustrated in figure 4.</p>
+
  function Link(link, text) {
-
            <img src="https://static.igem.org/mediawiki/2013/e/e3/Figure_4_project.png" style="width: 800px; margin-left: 20px;" />
+
    this.link = link;
-
            <p class="caption"> Figure 4. The state of an invertible promoter switch can be flipped through the action of integrase and a recombination directionality factor (RDF). Since the promoter is in a different orientation in each state, a different set of genes is expressed depending on the state of the switch.</p>
+
    this.text = text;
-
            <p>It is important to note that any genes added to the prefix side of the switch must be inverted relative to the BioBrick convention, i.e. they are transcribed from suffix to prefix, rather than prefix to suffix. These inverted genes are expressed when the switch is in PB state. These switches may be used as a form of passive memory storage. This memory storage is described as passive because it holds its state after the stimulus (Int or Int+RDF) has passed. It does not require active gene expression to hold state, in contrast to switches that function through regulation of transcription (eg a mutual inhibition toggle switch [17]). It should also be noted that in our BioBrick switch constructs there is an NheI restriction site outside of the functional switch portion of the BioBrick close to the prefix. This NheI site is an artifact of a design idea we had early in our project’s design phase and does not have a functional role. It is not expected to affect the functioning of the switch. </p>
+
  }
-
            <p> <b>Controlled Transmission of a DNA Message</b></p>
+
-
            <p>Setting out to design a system that regulates DNA messaging by controlling M13 particle production, we had the option of manipulating any of the 11 genes in the M13 genome (<a href="#/Project/M13Bacteriophage">see the M13 Bacteriophage page</a>). In our design, viral particle production is regulated by controlling production of M13 protein VIII. The protein product of M13 gene VIII, protein VIII, is the major coat protein of the M13 phage; wild-type viral particles contain ~2700 copies [18], though this will vary based on the length of the DNA being packaged. The choice to control gene VIII was made based on several factors:</p>
+
-
            <p>A similar goal was previously accomplished in bacteriophage ϕX174 using the same approach. The gene encoding the ϕX174 major coat protein was removed from the viral genome and placed under an inducible promoter on a plasmid, and induction of this gene was successfully used to control production of ϕX174 viral particles [19]. </p>
+
-
            <p>Gene VIII is an important structural component of the phage particle, but it is not known to have any regulatory function in the M13 genome. Any genes involved in regulation might be more difficult to manipulate while preserving the function of the system.</p>
+
-
            <p>Gene VIII is the last gene in an operon on the M13 genome. Removing it from the genome is therefore less likely to affect the expression or regulation of other genes.</p>
+
-
            <p>To control gene VIII expression, we sought to remove gene VIII from the helper plasmid and place it on the messaging phagemid under the control of an inducible promoter. When gene VIII is expressed in the presence of the helper plasmid with a gene VIII knockout, complementation of gVIII occurs and all the viral proteins necessary for phage particle production are present. In this case we expect the messaging phagemid to be sent as a DNA message. When expression of gene VIII is not induced, we expect to see no viral particle production and no DNA messaging. </p>
+
-
            <p> <b>Controlled Modification and Retransmission of a DNA Message</b> </p>
+
-
            <p>We sought to combine control over transmission and modification of a DNA message to allow receiver cells to modify a received DNA message and then retransmit it. In the scheme we developed, there are three populations of E. coli that will be co-cultured: the sender population, which transmit a DNA message; the primary receiver population, which receive a message and in the presence of a particular stimulus modify it and retransmit it; and a secondary receiver population, which exhibit a detectable behavior (ie fluorescent protein production) when they receive a modified message (Fig 5).</p>
+
-
            <img src="https://static.igem.org/mediawiki/2013/f/f3/Figure_5_Project.png" style="width: 600px; margin-left: 20px;" />
+
-
            <p class= "caption" style="width: 600px;">Figure 5. In our scheme, the sender population sends a DNA message that is received by the primary receiver population. In the presence of a particular stimulus, the primary receiver population modifies the DNA message by flipping an invertible promoter switch and retransmits it. A secondary receiver population will exhibit a detectable behavior (eg fluorescent protein expression) when it receives the modified message.</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/9/9a/Cell_to_Cell_Messaging_2.jpg"/>
+
  function ImageLink(link, url) {
 +
    this.link = link;
 +
    this.url = url;
 +
  }
-
            <div class="showmore" id="sm_controlledmods">
+
  function NavBar() {
-
              <p>For primary receiver cells to control retransmission of a DNA message, they should have a helper plasmid with a gene VIII knockout as described in the previous section on controlled transmission. This knockout helper plasmid would produce viral particles only when M13 gene VIII is complemented. To make the DNA message modifiable by primary receivers, an invertible promoter switch should be placed on the messaging phagemid. We wanted retransmission to be part of the instructions in the DNA message, so our design places gene VIII on the messaging phagemid under control of the invertible promoter switch. If integrase is under an inducible promoter in primary receiver cells, induction will cause expression of integrase, flipping of the switch, and expression of gene VIII. The knockout helper plasmid will thus be complemented and the messaging phagemid, with the switch flipped, will be packaged into viral particles and retransmission will occur. (To be added: figure X).</p>
+
    this.links = [];
-
              <p>One concern for this design is that basal (uninduced) expression of integrase might cause the switch to flip, leading to production of viral particles containing the modified message even in the absence of induction. Since viral particles infect other cells, numerous receiver cells could become infected due to unwanted switch flipping in just one sender cell. Such amplification of error could be significant. To improve the robustness of the switch and prevent unwanted flipping, we devised a two-switch system wherein flipping of one switch is controlled by the flipping of a second switch. This two-switch system is described in the next section, and its application here is depicted in (To be added: figure X).</p>
+
    this.sublinks = [];
-
            </div>
+
    this.linkElements = [];
-
            <div class="fullfloatright">
+
    this.hoverMenus = [];
-
              <a class="showmorelink" showid="sm_controlledmods" hidetext="Hide Information...">Read More...</a>
+
    this.focus = null;
-
            </div>
+
    this.shownHoverMenu = null;
 +
    this.inHoverMenu = false;
 +
  }
 +
  NavBar.prototype.addLink = function(link, sublinks) {
 +
    if (sublinks === undefined) {
 +
      sublinks = [];
 +
    }
 +
    this.links.push(link);
 +
    this.sublinks.push(sublinks);
 +
  };
 +
  NavBar.prototype.sectionSelected = function(section_idx) {
 +
    if (this.focus !== null) {
 +
      this.linkElements[this.focus].removeClass('selectedLink');
 +
    }
 +
    if (section_idx >= 0) { // Why do they html-escape &&
 +
      if (section_idx < this.linkElements.length) {
 +
        this.focus = section_idx;
 +
        this.linkElements[this.focus].addClass('selectedLink');
 +
      } else {
 +
        this.focus = null;
 +
      }
 +
    } else {
 +
      this.focus = null;
 +
    }
 +
  };
 +
  NavBar.prototype.showHoverMenu = function(idx) {
 +
    this.hideHoverMenu();
-
            <p><b> Reduction in Unwanted Flipping of an Invertible Promoter Switch Using a Double Switch System </b></p>
+
    var hover_menu = this.hoverMenus[idx];
-
            <p>A major difficulty in controlling any cellular behavior using gene expression from an inducible promoter is the issue of basal expression; that is, expression of a gene driven by an inducible promoter in the absence of induction. When an invertible promoter switch is controlled through induced expression of integrase, unwanted flipping of the switch due to basal expression of integrase is of particular concern because invertible promoter switches hold their state. To improve control over the flipping of a DNA switch, we devised a double switch system in which a first switch controls the flipping of a second switch. This system, described below, is expected to reduce flipping of a DNA switch due to leaky integrase expression.</p>
+
    if (hover_menu == null) {
-
<img src="https://static.igem.org/mediawiki/2013/1/10/Induction_of_Switches.jpg" />
+
      return;
-
<img src="https://static.igem.org/mediawiki/2013/3/33/Uninduced_Switches.jpg"/>
+
    }
 +
    var link = this.linkElements[idx];
 +
    var navbar_element = $('.navBar');
 +
    hover_menu.css('top', navbar_element.position().top + navbar_element.height() + 'px');
 +
    hover_menu.css('left', link.position().left);
 +
    hover_menu.removeClass('hiddenElement');
 +
    this.shownHoverMenu = idx;
 +
  };
 +
  NavBar.prototype.hideHoverMenu = function() {
 +
    this.inHoverMenu = false;
 +
    if (this.shownHoverMenu === null) {
 +
      return;
 +
    }
 +
    var hover_menu = this.hoverMenus[this.shownHoverMenu];
 +
    if (hover_menu != null) {
 +
      hover_menu.addClass('hiddenElement');
 +
    }
 +
    this.shownHoverMenu = null;
 +
  };
 +
  NavBar.prototype.render = function() {
 +
    var nav_bar_element = $('.navBar');
 +
    var self = this;
 +
    var page_links = $('<div class="pageLinks" />');
 +
    for (var i = 0; i < this.links.length; i++) {
 +
      var link_name_lines = this.links[i].text.split(' ');
 +
      var link_name_string = '';
 +
      for (var link_name_i = 0; link_name_i < link_name_lines.length; link_name_i++) {
 +
        link_name_string += '<div>{0}</div>'.format(link_name_lines[link_name_i]);
 +
      }
 +
      var link_string = '<div class="link"><a href="{0}">{1}</a></div>';
 +
      var link = $(link_string.format(this.links[i].link, link_name_string));
 +
      var hover_menu = $('<div class="hoverMenu hiddenElement"></div>');
-
            <p><a class="showmorelink" style="font-size: 16pt;" showid="design_references" hidetext="Hide References">References</a></p>
+
      var sublinks = this.sublinks[i];
-
            <div id="design_references" class="showmore">
+
      for (var j = 0; j < sublinks.length; j++) {
-
              <p>1. Lewis-Sauer K, Camper A, Ehrlich G, Costerton J, Davies D. Pseudomonas aeruginosa displays multiple phenotypes during development as a biofilm. Journal of Bacteriology, 2002, 184 (4) pp 1140–54. </p>
+
        var sublink_string = '<div class="sublink"><a href="{0}">{1}</a></div>';
 +
        var sublink = $(sublink_string.format(sublinks[j].link, sublinks[j].text));
 +
        hover_menu.append(sublink);
 +
      }
 +
      link.click(this.sectionSelected.bind(this, i));
 +
      link.hover(
 +
        this.showHoverMenu.bind(this, i)
 +
        //this.hideHoverMenu.bind(this, i)
 +
      );
 +
      this.linkElements.push(link);
-
              <p>2. Nealson K, Platt T, Hastings JW. The cellular control of the synthesis and activity of the bacterial luminescent system. Journal of Bacteriology, 1970, 104 (1) pp 313–22. </p>
+
      if (this.sublinks[i].length > 0) {
 +
        hover_menu.click(this.hideHoverMenu.bind(this));
 +
        hover_menu.hover(function() {
 +
          self.inHoverMenu = true;
 +
        }, this.hideHoverMenu.bind(this)); // Hide on blur.
 +
        this.hoverMenus.push(hover_menu);
 +
      } else {
 +
        this.hoverMenus.push(null); // Don't show blank menu.
 +
      }
 +
      page_links.append(link);
 +
      page_links.append(hover_menu);
 +
    }
-
              <p>3. Basu S, Gerchman Y, Collins CH, Arnold FH, Weiss R. A synthetic multicellular system for programmed pattern formation. Nature, 2005, 434 pp 1130–1134. </p>
+
    nav_bar_element.hover(null, function() {
 +
      setTimeout(function() {
 +
        if (!self.inHoverMenu) {
 +
          self.hideHoverMenu();
 +
        }
 +
      }, 20);
 +
    });
-
              <p>4. Danino T, Mondragón-Palomino O, Tsimring L, Hasty J. A synchronized quorum of genetic clocks. Nature, 2010, 463 pp 326–330. </p>
+
    nav_bar_element.append(page_links);
 +
    nav_bar_element.append($('<div class="clearFix"></div>'));
 +
    return nav_bar_element;
 +
  };
-
              <p>5. Balagaddé FK, Song H, Ozaki J, Collins CH, Barnet M, Arnold FH, Quake SR, You L. A synthetic Escherichia coli predator–prey ecosystem. Molecular Systems Biology, 2008, 4, pp 1–8. </p>
 
-
              <p>6. Ortiz ME, Endy D. Engineered cell-cell communication via DNA messaging. Journal of Biological Engineering, 2012, 6:16. </p>
+
  function createNavBar(notebook_sublinks, show_notebook) {
 +
    navBar = new NavBar();
 +
    // navBar.addLink(new Link('#/Home', 'Home'));
 +
    navBar.addLink(
 +
      new Link('#/Project', 'Project'),
 +
      [
 +
        new Link('#/Project/Introduction', 'Introduction'),
 +
        new Link('#/Project/Idea', 'Idea'),
 +
        new Link('#/Project/SerineIntegrase', 'Serine Integrase'),
 +
        new Link('#/Project/M13Bacteriophage', 'M13 Bacteriophage'),
 +
        new Link('#/Project/Design', 'Design'),
 +
        new Link('#/Project/Videos', 'Videos'),
 +
        new Link('#/Project/Accomplishments', 'Accomplishments'),
 +
        new Link('#/Project/Future', 'Future Aspirations')
 +
      ]
 +
    );
 +
    navBar.addLink(
 +
      new Link('#/Lab', 'Wet Lab'),
 +
      [
 +
        new Link('#/Lab/Experiments', 'Experiments'),
 +
        new Link('#/Lab/ResultsConclusions', 'Results and Conclusions'),
 +
        new Link('#/Lab/BioBricks', 'BioBricks'),
 +
        new Link('#/Lab/Ottawa', 'Ottawa\'s Collaboration'),
 +
        new Link('#/Lab/Notebook', 'Notebook')
 +
      ]
 +
  );
 +
    navBar.addLink(
 +
      new Link('#/MathModelling', 'Mathematical Modelling'),
 +
      [
 +
        new Link('#/MathModelling/Switch', 'Switch Modelling'),
 +
        new Link('#/MathModelling/PopulationInfection', 'Population and Infection Modelling'),
 +
        new Link('#/MathModelling/PhageParticle', 'Phage Particle Production Modelling')
 +
      ]
 +
    );
 +
    navBar.addLink(
 +
      new Link('#/HumanPractices', 'Human Practices'),
 +
      [
 +
        new Link('#/HumanPractices/TIL', 'T.I.L. Syn Bio'),
 +
        new Link('#/HumanPractices/IntentToInvent', 'Intent to Invent'),
 +
        new Link('#/HumanPractices/SpecialProject', 'VeloCity Science')
 +
      ]
 +
    );
 +
    navBar.addLink(
 +
      new Link('#/Gallery', 'Gallery'),
 +
      [
 +
        new Link('#/Gallery/Laboratory', 'Laboratory'),
 +
        new Link('#/Gallery/IntentToInvent', 'Intent to Invent')
 +
      ]
 +
    );
 +
    /*
 +
    if (show_notebook) {
 +
      navBar.addLink(
 +
        new Link('#/Notebook', 'Notebook'),
 +
        notebook_sublinks
 +
      );
 +
    }
 +
    */
 +
    navBar.addLink(
 +
      new Link('#/Safety', 'Safety')
 +
    );
 +
    navBar.addLink(
 +
      new Link('#/Sponsors', 'Sponsors')
 +
    );
 +
    navBar.addLink(
 +
      new Link('#/Team', 'Team'),
 +
      [
 +
        new Link('#/Team/Administrators', 'Administrators'),
 +
        new Link('#/Team/LabDesign', 'Lab & Design'),
 +
        new Link('#/Team/MathModelling', 'Mathematical Modelling'),
 +
        new Link('#/Team/HumanPractices', 'Human Practices'),
 +
        new Link('#/Team/Advisors', 'Advisors'),
 +
        new Link('#/Team/GradStudentAdvisors', 'Graduate Student Advisors'),
 +
        new Link('#/Team/WebDev', 'Web Developer'),
 +
        new Link('#/Team/Acknowledgements', 'Acknowledgements')
 +
      ]
 +
    );
 +
    navBar.render();
-
              <p>7. Sambrook J, Russell DW. Molecular Cloning: A Laboratory Manual. 3rd edition. Cold Spring Harbor Laboratory Press, Cold Spring Harbour, NY. 2001.</p>
+
    var social_buttons = socialButtons(
 +
      [
 +
        new ImageLink('https://www.facebook.com/WaterlooiGEM', 'https://static.igem.org/mediawiki/2013/2/25/Waterloo_facebook_button_32.jpg'),
 +
        new ImageLink('http://www.youtube.com/user/WaterlooiGEM?feature=watch', 'https://static.igem.org/mediawiki/2013/1/1f/Waterloo_youtube_button_32.jpg'),
 +
        new ImageLink('https://twitter.com/Waterloo_iGEM', 'https://static.igem.org/mediawiki/2013/7/72/Waterloo_twitter_button_32.jpg'),
 +
      ]
 +
    );
 +
    var search_controls = $('#search-controls');
 +
    if (search_controls) {
 +
      social_buttons.css('left', search_controls.position().left + 6);
 +
      social_buttons.css('top', search_controls.position().top + 67);
 +
      search_controls.parent().append(social_buttons);
 +
    }
 +
  }
-
              <p>8. Bonnet J, Subsoontorn P, Endy D. Rewritable digital data storage in live cells via engineered control of recombination directionality. Proceedings of the National Acadamy of Science USA, 2012, 109(23) pp 8884-8889. </p>
+
  function socialButtons(image_links) {
 +
    var container = $('<div id="socialButtons"></div>');
 +
    for (var i = 0; i < image_links.length; i++) {
 +
      var l = image_links[i];
 +
      var s = '<a href="{0}"><img src="{1}" /></a>'.format(l.link, l.url);
 +
      container.append($(s));
 +
    }
 +
    return container;
 +
  }
-
              <p>9. Bonnet J, Yin P, Ortiz ME, Subsoontorn P, Endy D. Amplifying genetic logic gates. Science, 2013, 340 (6132) pp 599-603. </p>
+
  function createPersonPhotoGrid(people, cols, img_height) {
 +
    var root = $('<div><div/>');
 +
    var oncol = 0;
 +
    for (var i = 0; i < people.length; i++) {
 +
      var person = people[i];
 +
      if (oncol >= cols) {
 +
        root.append($('<div class="clearFix"></div>'));
 +
        oncol = 0;
 +
      }
 +
      var headshot_wrapper = $('<div class="headshotWrapper"></div>');
 +
      var clickable_person_element = new PersonClickableElement(person, img_height);
 +
      headshot_wrapper.append(clickable_person_element.render());
 +
      if (person.name[0] !== '_') {
 +
        headshot_wrapper.append($('<div class="headshotCaption">{0}</div>'.format(person.name)));
 +
      }
 +
      root.append(headshot_wrapper);
 +
      oncol++;
 +
    }
 +
    return root;
 +
  }
-
              <p>10. Siuti P, Yazbek J, Lu TK. Synthetic circuits integrating logic and memory in living cells. Nature Biotechnology, 2013, 31 pp 448–452. </p>
+
  function createPhotoSlideshow(names_to_urls, delay, img_width) {
 +
    var root = $('<div class="slideshow"></div>');
 +
    var first = true;
 +
    var total_imgs = 0;
 +
    var fade_time = delay / 6;
 +
    for (var name in names_to_urls) {
 +
      if (!names_to_urls.hasOwnProperty(name)) continue;
 +
      total_imgs++;
 +
      var url = names_to_urls[name];
 +
      var img = $('<img class="slideshowImage" style="width: {1}px;" src="{0}" />'.format(url, img_width));
 +
      if (first) {
 +
        first = false;
 +
      } else {
 +
        img.addClass('hiddenElement');
 +
        img.css('opacity', '0');
 +
      }
 +
      root.append(img);
 +
    }
 +
    var img_idx = 0;
 +
    setInterval(function() {
 +
      var old_img = root.children().eq(img_idx);
 +
      old_img.animate({ opacity: 0 }, { duration: fade_time, complete: function() {
 +
        old_img.addClass('hiddenElement');
 +
        if (++img_idx >= total_imgs) img_idx = 0;
 +
        var new_img = root.children().eq(img_idx);
 +
        new_img.removeClass('hiddenElement');
 +
        new_img.animate({ opacity: 1 }, { duration: fade_time });
 +
      }});
 +
    }, delay);
 +
    return root;
 +
  }
-
              <p>11. Jaschke P, Lieberman E, Rodruiguez J, Sierra A, Endy D. A fully decompressed synthetic bacteriophage øX174 genome assembled and archived in yeast.
Virology, 2012, 434(2) pp 278-84.</p>
+
  function PersonClickableElement(person, height) {
-
              <p>12. Groth AC, Olivares EC, Thyagarajan B, Calos MP. A phage integrase directs efficient site-specific integration in human cells. Proceedings of the National Academy of Sciences USA, 2000, 97 pp 5995-6000.
+
    this.person = person;
 +
    this.height = height;
 +
    this.popup = null;
 +
    this.clickable = person.description;
 +
  }
 +
  PersonClickableElement.currentPopup = null;
 +
  PersonClickableElement.hidePopup = function() {
 +
    if (PersonClickableElement.currentPopup) {
 +
      PersonClickableElement.currentPopup.detach();
 +
      PersonClickableElement.currentPopup = null;
 +
    }
 +
  };
 +
  PersonClickableElement.prototype.showPopup = function(event) {
 +
    PersonClickableElement.hidePopup();
 +
    event.stopPropagation();
-
              <p>13. Bonnet J, Subsoontorn P, Endy D. Rewritable digital data storage in live cells via engineered control of recombination directionality. Proceedings of the National Acadamy of Science USA, 2012, 109(23) pp 8884-8889. </p>
+
    if (!this.popup) {
 +
      var root = $('<div class="personPopup fadeIn"></div>');
 +
      var large_img = $('<img class="personPopupImage" src="{0}" style="width: {1}px;"/>'.format(this.person.url, 200));
 +
      var info = $('<div class="personPopupInfo"><h2>{0}</h2><p>{1}</p></div>'.format(this.person.name, this.person.description));
 +
      root.append(large_img);
 +
      root.append(info);
 +
      this.popup = root;
 +
      this.popup.click(function (e) {
 +
        e.stopPropagation();
 +
      });
 +
    }
 +
    var content = $('#content');
 +
    this.popup.css('left', content.offset().left + 150);
 +
    $(document.body).append(this.popup);
 +
    PersonClickableElement.currentPopup = this.popup;
 +
  };
 +
  PersonClickableElement.prototype.render = function() {
 +
    var img = $('<img class="personHeadshot" src="{0}" style="height: {1}px;" title="{2}"/>'.format(this.person.url, this.height, this.person.name));
 +
    if (this.clickable) {
 +
      img.addClass('personHeadshotClickable');
 +
      img.click(this.showPopup.bind(this));
 +
    }
 +
    return img;
 +
  }
-
              <p>14. Bonnet J, Yin P, Ortiz ME, Subsoontorn P, Endy D. Amplifying genetic logic gates. Science, 2013, 340 (6132) pp 599-603. </p>
+
  function setupPhotos() {
 +
    var paul_reginato = {
 +
      name: 'Paul Reginato',
 +
      url: 'https://static.igem.org/mediawiki/2013/b/bd/Waterloo_paul.JPG',
 +
      description: "My name is Paul Reginato. I lead Waterloo iGEM's mathematical modelling subteam, and I have an organizational/advisory role in the team at large. I designed this year's project, and it's been incredible to see it undertaken by the team. I am currently finishing up a BSc in biology with a joint honours in mathematics. Synthetic biology is my primary interest, along with related science/engineering fields. Outside of iGEM, my main hobbies are playing/listening to music and interior camping."
 +
    };
 +
    var alex = {
 +
      name: 'Alex Klen',
 +
      url: 'https://static.igem.org/mediawiki/2013/1/1a/Alex_klen.jpg',
 +
      description: "My name is Alex and I am in 3B software engineering. I built the wiki for the Waterloo team. IGEM was my first exposure to the field of synthetic biology and it's been great pleasure learning about the art of recombinant DNA technology. Programming has been my interest for almost a decade and I am glad to contribute to the success of the team."
 +
    };
-
              <p>15. Siuti P, Yazbek J, Lu TK. Synthetic circuits integrating logic and memory in living cells. Nature Biotechnology, 2013, 31 pp 448–452. </p>
+
    var admins = [
-
              <p>16. Bonnet J, Subsoontorn P, Endy D. Rewritable digital data storage in live cells via engineered control of recombination directionality. Proceedings of the National Acadamy of Science USA, 2012, 109(23) pp 8884-8889.</p>
+
      {
 +
        name: 'Peter Hong',
 +
        url: 'https://static.igem.org/mediawiki/2013/5/5b/Waterloo_Peter_Hong.jpg',
 +
        description: "Hello everyone, I am Chemical Engineering student going into fourth year! I have been part of and have been leading the Waterloo iGEM team as the Director for the past three years. I am enthralled by the enormous potential that Biotechnology and Synthetic Biology has in impacting our future. When I am not running around, meeting with people and trying to keep the team afloat, I like to squander my time playing Sim City 5. Or, go to the 'gym'..."
 +
      },
 +
      {
 +
        name: 'Linda Yang',
 +
        url: 'https://static.igem.org/mediawiki/2013/d/d1/Waterloo_Linda_Yang.jpg',
 +
        description: "As the Assistant Director of Waterloo iGEM, I oversee the team’s operation by communicating with team members, professors, and others who contribute to our team. I lead team meetings, plan the trips to the jamborees, handle recruitment, handle finances, and ensure that deadlines are met. I also assist with tasks in the Lab and Design and Human Practices subdivisions of the team. I am a third-year student majoring in Biomedical Sciences as well as a candidate for the Psychology minor and Global Experience Certificate."
 +
      }
 +
    ];
-
              <p>17. Gardner TS, Cantor CR, Collins JJ. Construction of a genetic toggle switch in Escherichia coli. Nature, 2000, 403(6767) pp 339-342.</p>
+
    var team_leaders = [
 +
      paul_reginato,
 +
      {
 +
        name: 'Emily Li',
 +
        url: 'https://static.igem.org/mediawiki/2013/b/bd/Waterloo_emily.JPG',
 +
        description: "My name is Emily and I'm currently in 4A Biomedical Sciences at University of Waterloo. I am one of leader for lab and design team. During my spare time, I like hanging out with friends and play my musical instruments.  I love synthetic biology and it's been an absolute pleasure working with the intelligent, hardworking young scientists around me. You guys are my inspiration!"
 +
      },
 +
      {
 +
        name: 'Aaron Bender',
 +
        url: 'https://static.igem.org/mediawiki/2013/5/59/Waterloo_aaron.JPG',
 +
        description: "My name is Aaron Bender and I am currently in Biomed 4B. I am part of the Lab team. iGEM gives undergraduates the opportunity to take on their own project as well as make a real contribution to the rapidly growing synthetic biology community. I enjoy Snowboarding and mountain biking."
 +
      },
 +
      {
 +
        name: 'Hina Bandukwala',
 +
        url: 'https://static.igem.org/mediawiki/2013/0/0b/Waterloo_hina.JPG',
 +
        description: "Hello, My name is Hina Bandukwala and I recently graduated from the University of Waterloo for Honors Biology. I joined iGEM two years ago, because the idea of an undergraduate team taking on synthetic biology hands on was impressive. Synthetic biology is the future of genetic engineering as we know it, and to contribute to an evolving field such as this and be relevant in the world of science is more than what I could ask for. I hope to be a part of academia for a long time in the future and hopefully open up my own biotechnology company one day, iGEM was a great to start."
 +
      }
 +
    ];
-
              <p>18. Sambrook J, Russell DW. Molecular Cloning: A Laboratory Manual. 3rd edition. Cold Spring Harbor Laboratory Press, Cold Spring Harbour, NY. 2001.</p>
+
    var rest_of_team = [
 +
      {
 +
        name: 'Julia Manalil',
 +
        url: 'https://static.igem.org/mediawiki/2013/a/ae/Waterloo_julia.JPG',
 +
        description: "I am in my 4th year of an Honours Biochemistry Program with a Biotechnology Specialization. When I’m not studying, I spend most of my days slaving away in the lab as part of the Lab and Design Team of UW iGEM."
 +
      },
 +
      {
 +
        name: 'Peivand Sadat Mousavi',
 +
        url: 'https://static.igem.org/mediawiki/2013/7/7a/Waterloo_Peivand_2.jpg',
 +
        description: "I'm starting 3rd year in Biomedical Sciences at the University of Waterloo. I am interested in synthetic biology and working in microbiology laboratory setting. Being part of iGEM gives me a chance to apply my theoretical knowledge to solve a real world problem and get involved in synthetic biology research environment. Taking scientific challenges has always been one of my personal academic goals and working with iGEM provides me with this privilege. I would like to work in a healthcare environment in my future career and continuing research in this field."
 +
      },
 +
      {
 +
        name: 'Urooj Kishor',
 +
        url: 'https://static.igem.org/mediawiki/2013/0/04/Waterloo_Urooj_2.jpg',
 +
        description: "I am a third year Biology student who is working towards constructing BXB1 switch and integrase related constructs and testing them. Besides working in the lab I also design the team wiki in collaboration with our website developer and I like helping the Human Practices group as a videographer. I enjoy learning about synthetic biology with our enthusiastic Waterloo team. Outside of working I enjoy learning new languages and cultures."
 +
      },
 +
      {
 +
        name: 'Jama Hagi-Yusuf',
 +
        url: 'https://static.igem.org/mediawiki/2013/a/a1/Waterloo_jama.jpg',
 +
        description: "Hello World, I'm Jama. I'm on the lab and design team; specifically, I work with the switches and integrases in the lab. As a biology student, working in the lab is a great experience, because it is an application of what I'm learning in my classes! On my spare time, I watch TV and movies, read books and occasionally play basketball or volleyball."
 +
      },
 +
      {
 +
        name: 'Chris Morcos',
 +
        url: 'https://static.igem.org/mediawiki/2013/6/65/Waterloo_chris.JPG',
 +
        description: "Hi, my name is Chris Morcos and am finishing up with my Biology BSc. I helped build several of the constructs involved within BXB1 group. I enjoy iGEM team because it allows me to explore biological systems and their functions within a consortium. Outside of working as a lab and design team member I enjoy playing and watching soccer."
 +
      },
 +
      {
 +
        name: 'Steven ten Holder',
 +
        url: 'https://static.igem.org/mediawiki/2013/4/4f/Waterloo_steven.JPG',
 +
        description: "My role in the iGEM team was to assist Hina Bandukwala, one of the project leads, assemble the Phi C31 Integrase Switch along with Rumi Akthar. My program is a specialization within biology called Molecular Biology and Biotechnology, Coop. Aside from the enthusiasm for synthetic biology I share with every member of the iGEM team, I'm also interested in skateboarding, piano, and philosophy."
 +
      },
 +
      {
 +
        name: 'Rummy Chowdhury',
 +
        url: 'https://static.igem.org/mediawiki/2013/0/07/Waterloo_rummy.JPG',
 +
        description: "iGEM Lab and Design Team Project Sub-leader - Honors Biomedical Science. iGEM has been one of the most rewarding experiences I’ve had. Not only has it played a major role in defining my carrier path, but it has also given me the chance to learn and expand my knowledge and meet incredible science junkies like myself."
 +
      },
 +
    ];
-
              <p>19. Jaschke P, Lieberman E, Rodruiguez J, Sierra A, Endy D. A fully decompressed synthetic bacteriophage øX174 genome assembled and archived in yeast.
Virology, 2012, 434(2) pp 278-84.</p>
+
    var math_team = [
-
            </div>
+
      {
 +
        name: 'Drew Neish',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/2/21/Waterloo_Drew_Neish.png',
 +
        description: "I'm in 4B Statistics minoring in biology and this is my first season as a part of iGEM. I assist in mathematical model formulation, present ideas, and research relevant papers."
 +
      },
 +
      {
 +
        name: 'James Hawley',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/1/10/Waterloo_James_Hawley.jpg',
 +
        description: "My role on the team is to aid in the development of a model of the packaging process of the M13 bacteriophage, and provide background on the morphogenetic genes involved with this process. My interesting fact is that I have black belt in karate."
 +
      },
 +
      {
 +
        name: 'Matt Smart',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/5/54/Waterloo_Matt_Smart.jpg',
 +
        description: "I'm in the Viral Packaging group. We're trying to develop a mathematical model of M13 assembly inside bacteria. "
 +
      },
 +
      paul_reginato,
 +
      {
 +
        name: 'Seyed Ali Madani Tonekaboni',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/e/eb/Waterloo_Seyed_Ali_Madani_Tonekaboni.jpg',
 +
        description: "My name is Seyed Ali Madani Tonekaboni. As a master student in the modelling group of UW iGEM team, I help the switch model team in modeling, numerical analysis and coding and stochastic analysis to do the work faster and object-oriented. In addition, I work on robustness analysis of the stochastic results to obtain appropriate values of the parameters of the model based on the fact that the natural systems try to be robust."
 +
      },
 +
      {
 +
        name: 'Vedang Vyas',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/2/2b/Waterloo_Vedang_Vyas.jpg',
 +
        description: "Currently, we are trying to test various designs of genetic switches and as a starting step, we have used a model from the Endy lab as a template. I use Matlab and Maple to test and control the amount of leak resulting from possible theoretical designs. I apply my knowledge of differential equations to modelling the switch, and have learned plenty of numerical tools of analysis in the process. I have committed an unforgivable blasphemous sin as a Toronto Maple Leafs fan, as my 2nd and 3rd favourite team are the Boston Bruins and Montreal Canadiens, respectively. In short, I love hockey."
 +
      },
 +
    ];
 +
    var hp_team = [
 +
      {
 +
        name: 'Anjali Arya',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/b/b6/Anjali_Arya.jpg',
 +
        description: "4B biomedical sciences and minor in management studies. UWaterloo iGEM Human Practices/Outreach Team Lead. As the Human Practices and Outreach Team Lead my job is to ensure that my team and I are introducing science enthusiasts, students of various age groups and educational backgrounds as well as the public to the idea of synthetic biology through various innovative ways. We are bridging together the idea of science and business, showing our viewers the potential and benefits of synthetic biology along with connecting them with industry experts."
 +
      },
 +
      {
 +
        name: 'Daniel Zhang',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/a/a2/Waterloo_Daniel_Zhang.jpg',
 +
        description: "Daniel is one of the business hustlers of Human Practices within iGEM.  He tends to tie together loose ends on various projects throughout the term, touching on aspects of professor outreach, video logistics, and the occasional social media post, but usually just adding ideas as he sees fit."
 +
      },
 +
      {
 +
        name: 'Lucy Hu',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/9/9f/Waterloo_Lucy_Hu.jpeg',
 +
        description: "HP Team Social Media Co-Leader. As a social media co-leader on the human practices team, we are responsible for creating awareness in the university about what iGEM and synthetic biology is. This includes updating Facebook and twitter with the latest synthetic biology news and running a blog updating everyone with all the news and events ran by the Human Practices team."
 +
      },
 +
      {
 +
        name: 'Suzie Alexander',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/c/c3/Waterloo_Suzie_Alexander.jpg',
 +
        description: "Suzie Alexander. Biomedical Science, 3rd year. I enjoy staying active and exploring new foods! I also enjoy reading about new papers and research; so when I heard about iGEM Waterloo on my campus, I knew this was a team I wanted to join! The community of passionate people within iGEM is what drew me to join the team. I work within the Human Practices and Outreach team organizing events and managing social media in order to engage more people about synthetic biology.  I hope the team's work will inspire more leaders to take part and contribute to the advances in synthetic biology, regardless of their academic or professional background."
 +
      },
 +
      {
 +
        name: 'Mudit Kalia',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/2/22/Waterloo_Mudit_Kalia.jpg',
 +
        description: "My job is to promote the iGEM team as well as showcase what synthetic biology is and how it can apply to any field of work. SynBio has come a long way from where it started and it has great potential to change the world we live in today. My interest in this field is what compelled me to join this club and I have learned much more about it throughout my time spent at iGEM. I am currently in my 4A term in Life Sciences with a major in Biology and a minor in Human Nutrition."
 +
      },
 +
    ];
-
          <h1 id="s_Project_Videos">Videos</h1>
+
    var advisors = [
-
          <div>
+
      {
-
            <img src="https://static.igem.org/mediawiki/2013/e/e4/Wateroo_igem_project_video_1.gif" class="video"/>
+
        name: 'Trevor Charles',
-
            <img src="https://static.igem.org/mediawiki/2013/b/b1/Wateroo_igem_project_video_2.gif" class="video"/>
+
        url: 'https://static.igem.org/mediawiki/2013/7/74/Trevor_Charles.jpg',
-
            <img src="https://static.igem.org/mediawiki/igem.org/2/26/Helper_Plasmid_and_Messaging_Phagemid_animation.gif" class="video"/>
+
        description: ""
-
            <img src="https://static.igem.org/mediawiki/igem.org/2/27/Gene_8_Complementation_animation_4.gif" class="video"/>
+
      },
-
          </div>
+
      {
 +
        name: 'Brian Ingalls',
 +
        url: 'https://static.igem.org/mediawiki/2013/b/be/Brian_Ingalls.jpg',
 +
        description: ""
 +
      },
 +
      {
 +
        name: 'Marc Aucoin',
 +
        url: 'https://static.igem.org/mediawiki/2013/b/ba/Marc_Aucoin.jpg',
 +
        description: ""
 +
      },
 +
      {
 +
        name: 'Andrew Doxey',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/f/f5/Waterloo_Andrew_Doxey.jpg',
 +
        description: ""
 +
      },
 +
      {
 +
        name: 'Barbara Moffatt',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/e/e3/Barbara_Moffatt.jpg',
 +
        description: ""
 +
      },
 +
    ];
 +
    var grad_students = [
 +
      {
 +
        name: 'John Heil',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/6/62/Waterloo_John_Heil.jpg',
 +
        description: ""
 +
      },
 +
      {
 +
        name: 'Maya D\'Alessio',
 +
        url: 'https://static.igem.org/mediawiki/igem.org/0/0c/Waterloo_Maya_D%27Alessio.jpg',
 +
        description: ""
 +
      },
 +
    ];
-
          <h1 id="s_Project_Accomplishments">Accomplishments</h1>
+
    $('#administratorPhotos').append(createPersonPhotoGrid(admins, 4, 150));
-
          <p>
+
-
            The Waterloo iGEM team accomplished several milestones:
+
-
+
-
            <ol style="font-size: 16px;">
+
-
              <li>The Waterloo iGEM Wet Lab team submitted several Biobricks to the expanding repository of Parts Registry out of which 5 were characterized. Out of the Biobricks submitted, 2 sets of invertible promoter switches, dependent upon viral recombination mechanisms, were submitted. These invertible promoter switches have also been assembled into testable constructs, which utilize different fluorescent proteins for an easy detectable system. These promoter switches can be used to create more complex systems of communication between bacterial cells as opposed to a standard AHL-based system. Each invertible promoter switch has been submitted with its corresponding Integrases and Recombination Directionality factors. Other Biobricks include HPdO, HPdO with deleted gene VIII, and gene VIII. These Biobricks contain M13 viral genes but without the M13 packaging sequence.</li>
+
-
              <li>The mathematical modeling team modeled the dynamics of Bxb1-style and PhiC31-style invertible promoter switch system and controlled modification and retransmission of a DNA message using differential equations, estimating parameter values and analyzing through simulations.</li>
+
-
              <li>The Waterloo iGEM HP team created an educational series called TIL:Synthetic Biology. These TIL episodes teaches interested viewers from the concepts of Synthetic Biology, fundamentals of DNA messaging (Waterloo iGEM’s main project), to perception of Synthetic Biology of the students, academics and philosophy professors. </li>
+
-
              <li>The Waterloo Human Practices team successfully hosted an “Intent to Invent” seminar, where 3 key speakers gathered together to inform students about the applications of synthetic biology in diverse disciplines </li>
+
-
              <li>The Waterloo Human Practices team created a sandbox/launch pad for Biotechnology and Synthetic Biology start-ups known as “Velocity Science”. This marks the beginning of a biotechnology-driven entrepreneurship opportunity targeting primarily the students at the University of Waterloo. </li>
+
-
            </ol>
+
-
          </p>
+
-
          <h1 id="s_Project_Future">Future Aspirations</h1>
+
-
          <p>
+
-
          Potentially, E.coli strains such as HB101, do not have a prophage at the phi80 locus in their chromosome and could be used in a single copy as opposed to a multi-copy test. Transformation of the pInt80-649 helper plasmid harbouring a temperature sensitive replication of origin (SCI101) and the lambda pir gene into HB101 competent cells can be done. These cells are made competent again for a subsequent co-transformation. Additionally, the switch constructs can be subcloned into an integrative plasmid, pBBIntPhi-J23118, that has a lambda pir origin of replication (R6K). The HB101 competent cells containing pInt80-649, can thus be transformed with sub cloned pBBIntPhi-J23118 and the switch constructs. This will assure the propagation of the integrative plasmid as it has the lambda pir protein being made from the helper plasmid all in one culture. Clones can then be grown in liquid media at 37°C to inactivate the temperature sensitive plasmid. Clones will then be further streaked purified and grown at 43°C over night. This would select for clones that should theoretically only have the integrative plasmid containing the insert of interest (the switches flanked by reporter genes). To confirm proper integration of insert into the bacterial chromosome, colony PCR could be performed on several clones of each switch construct. Ideally, using the primers provided by Zucca et al., 2013 would help anneal upstream of the Phi80 chromosomal attB site and in the R6K origin respectively. The expected amplicon would be 452bp and would indicate the correct integration position, while negative clow would show no amplicon. Additionally, to identify multiple tandem copies of the integrated switches flanked with reporter genes, can be achieved by using another pair of primers also provided by Dr. Zucca. This pair of primers would anneal in opposite directions in the R6K origin of replication and in the upstream region of the cloning sire. A 572 bp amplicon would prove that atleast two tandem copies are present in the genome.
+
-
          </p>
+
-
        </div>
+
-
      </div>
+
-
      <!-- Lab -->
+
    $('#teamLeaders').append(createPersonPhotoGrid(team_leaders, 4, 150));
-
      <div id="p2" class="page">
+
    $('#team').append(createPersonPhotoGrid(rest_of_team, 4, 150));
-
        <div class="pageStuff">
+
-
          <h1 id="s_Lab_Experiments">Experiments</h1>
+
-
<h1><b>Characterization of PhiC31 and Bxb1 invertible promoter switches</b></h1>
+
-
<h2><b>Overview</b></h2>
+
-
<p>PhiC31 and Bxb1 invertible promoter switches were characterized using test constructs which utilize differential fluorescent protein expression to distinguish between the directionality of the promoter in its PB state and the RL states. These two states are determined by the expression of phage-derived site-specific recombinase, integrase, as well as their corresponding recombination directionality factor or RDF. As outlined in the project description, PhiC31 or Bxb1 integrase alone mediates site-specific recombination between attachment (att) sites (attP and attB sites specifically), flanking each promoter switch in its PB state. Upon recombination, the orientation of the promoter within each switch is reversed and the switch is now in its RL state due to the production of recombinant product sites, attR and attL. Once the switch is in its RL state, expression of PhiC31 and Bxb1 RDFs ,in conjunction with PhiC31 and Bxb1 integrase expression, allows the reversal of the invertible promoter switch back to its PB state. The RDF reverses the directionality of the site-specific recombination mediated by integrase. Designing constructs which allow the expression of specific fluorescent proteins depending on the direction of the promoter within each promoter switch, helped the development of an easy detectable system for characterizing both the PhiC31 and Bxb1 promoter switches as well as their corresponding integrases and RDFs. The characterization of PhiC31 and Bxb1 promoter switches was carried in the presence of both inducible and non-inducible expression of PhiC31 and Bxb1 integrases and RDFs.</p>
+
-
<h1><b>Experimental design
+
-
</b></h1>
+
-
<h3><b>BioBricks</b></h3>
+
-
<h4>1b. Inverted GFP Biobrick:</h4>
+
-
<p>This is a GFP sequence with the ORF identical to the sequence of (BBa_E0040), but it is oriented opposite to the BioBrick convention. That is, it is read from suffix to prefix, and the coding strand is the opposite strand compared to most BioBricks. This can be expressed from a similarly “inverted” promoter. The Inverted GFP biobrick consists of the inverted GFP with an upstream RBS. The construct is flanked by iGEM Prefix and Suffix. This Biobrick was characterized by placing it upstream of each PhiC31 and Bxb 1 invertible promoter switch (PB state). GFP expression was confirmed using flow cytometry. For information on the characterization of this biobrick, refer to “Characterization of PhiC31 and Bxb 1 invertible switch constructs (PB state)” in the results sections. <p>
+
-
<h3><b>Constructs</b> </h3>
+
-
<h4>2a. Multi-copy test constructs:</h4>
+
-
<p>Multi-copy test constructs were constructed for the following promoter switches in their PB state (promoter switches flanked by attP and attB sites): </p>
+
-
1. <p>1. BBa_K1039001: Bxb1 Invertible Promoter Switch (Promoter J23119) – PB State</p>
+
-
2. <p>2. BBa_K1039008: PhiC31 Invertible Promoter Switch (Promoter J23119) – PB State </p>
+
-
3. <p> 3.BBa_K1039009: PhiC31 Invertible Promoter Switch (Promoter J23118) – PB State </p>
+
-
4. <p style="margin-left: 40px;">The gene for green fluorescent protein (GFP) was placed downstream of each promoter switch in its inverted orientation (BBa_K1039015). This allows for the promoter switch to transcribe GFP in its PB state. The gene for red fluorescent protein (RFP) (BBa_J04450) was placed upstream of each promoter switch and was therefore transcribed only upon a directionally regulated site-specific recombination event on the attP and attB sites flanking the promoter switch. As mentioned before, this event is mediated by PhiC31 and Bxb1 integrases respectively and thereby results in the reversed orientation of the promoter (Fig. 1). </p>
+
-
<p> The multi-copy test constructs were assembled via 3A assembly (Parts Registry Assembly Protocol) and sub-cloned into a Parts Registry plasmid, pSB4A5. Each test construct is flanked by the standard iGEM suffix and prefix. The multi-test constructs made include:</p>
+
-
<p>1) Bba_K1039025: Test construct for Bxb 1 Invertible Promoter switch (Promoter J23119). </p>
+
-
<p>2) Bba_K1039027: Test construct for PhiC31 Invertible Promoter switch (Promoter J23119). </p>
+
-
<p>3) Bba_K1039028: Test construct for PhiC31 Invertible Promoter switch (Promoter J23118). </p>
+
-
<img src="https://static.igem.org/mediawiki/2013/1/1b/Invertible_promoter_switch_PB.png" style="margin-left: 241px; margin-top: 20px;" />
+
    $('#mathModellingTeamPhotos').append(createPersonPhotoGrid(math_team, 4, 150));
-
<p class="caption">Figure 1. Invertible promoter switch test construct (PB state): The figure above shows the test constructs made for the PhiC31 and Bxb 1 invertible promoter switches in their PB state. The gene for GFP (with its ORF in a reverse orientation) was cloned downstream of each promoter switch. The gene for RFP was cloned upstream of each promoter switch. The invertible promoter switch is flanked by attP and attB sites (as represented by the triangles). The promoter within each promoter switch would drive the expression of GFP in the PB state. Test constructs for all Invertible promoter switches are flanked with iGEM Prefix and Suffix (as indicated by the box labeled “P” and “S”).</p>
+
    $('#humanPracticesTeamPhotos').append(createPersonPhotoGrid(hp_team, 5, 150));
-
<img src="https://static.igem.org/mediawiki/2013/9/9c/Invertible_promoter_switch_RL.png" style="margin-left: 241px; margin-top: 20px;" />
+
    $('#advisorPhotos').append(createPersonPhotoGrid(advisors, 5, 150));
-
<p class="caption">Figure 2. Invertible promoter switch test constructs (RL state): The figure above shows the test constructs for the PhiC31 and Bxb 1 invertible promoter switches in their RL state. The gene for GFP (with its ORF in a reverse orientation) was cloned downstream of each promoter switch. The gene for RFP was cloned upstream of each promoter switch. The invertible promoter switch is flanked by attR and attL sites (as represented by the triangles). The promoter within each promoter switch would drive the expression of RFP in the RL state. Test constructs for all Invertible promoter switches are flanked with iGEM Prefix and Suffix (as indicated by the box labeled “P” and “S”).</p>
+
    $('#gradStudentPhotos').append(createPersonPhotoGrid(grad_students, 2, 150));
-
<h4>2b. Multi-copy Non-inducible Integrase-expressing constructs:</h4>
+
-
<p>Two constructs for the constitutive expression of PhiC31 and Bxb1 integrases respectively, were assembled via Standard Assembly (Parts Registry Assembly Protocol). Genes encoding the PhiC31 and Bxb1 integrases (BBa_K1039012 and BBa_K1039003) were separately cloned downstream of a constitutive promoter and its corresponding ribosome binding site (K608002) in pSB1C3 (Parts Registry Standard vector) (Fig. 2). Each test construct is flanked by the standard iGEM suffix and prefix. The multi-test non-inducible integrase-expressing constructs include the following:</p>
+
-
<p>1) Bba_K1039030: PhiC31 integrase-expressing construct with a Promoter and RBS</p>
+
-
<p>2) Bba_K1039029: Bxb 1 integrase-expressing construct with a promoter and RBS.</p>
+
-
<h4>2c. Multi-copy Non-inducible Integrase and Recombination directionality factor- expressing constructs:</h4>
+
-
<p>Constructs were assembled to allow constitutive expression of both integrase and recombination directionality factor simultaneously from a single promoter. This construct was assembled via Standard Assembly (Parts Registry Assembly Protocol) for both PhiC31 and Bxb1 integrases/RDFs respectively (Fig. 3). Each construct is flanked by the standard iGEM suffix and prefix. The multi-test non-inducible integrase and RDF producing constructs include:</p>
+
-
<p>1) Bba_K1039014: PhiC31 integrase and RDF expressing construct from a single promoter. Both genes have an associated ribosome binding site.</p>
+
-
<p>2) Bba_K1039007: Bxb 1 integrase and RDF expressing construct from a single promoter. Both genes have an associated ribosome binding site.</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/5/5f/Multitest_noninduc_constructs.png" style="margin-left: 200px; margin-top: 20px;" />
+
    $('#webDevPhotos').append(createPersonPhotoGrid([alex], 2, 150));
-
<p class="caption">Figure 3. Multi-test non-inducible constructs for PhiC31 and Bxb 1 integrase/RDF:
+
-
(A.) Construct for non-inducible expression of integrase driven from a constitutive promoter and associated RBS for both Phi C31 and Bxb 1 integrase (B.) Construct for non-inducible simultaneous expression of integrase and RDF from a constitutive promoter. Both genes have an associated RBS. All constructs are flanked with iGEM Prefix and Suffix (as indicated by the boxes labeled as “P” and “S”).</p>
+
-
<h4>2d. Inducible Integrase-Expressing constructs:</h4>
+
-
<p>The inducible expression of the PhiC31 and Bxb 1 integrase genes was achieved via the use of riboregulators that allow post-transcriptional control of gene expression. Riboregulators include two RNA elements; a cis repressor molecule (also known as the Ribo “lock”) and a trans-activating RNA molecule (also known as the Ribo “Key”). The cis-repressor element is a sequence complementary to the RBS associated with the gene whose expression needs to be silenced (that would be the integrase gene in this case). To control expression of the integrase gene, a Ribo lock was cloned directly upstream of the integrase gene and its associated RBS (5’ UTR). The sequence encoding the Ribo lock, integrase and its associated RBS as well as a lacI cassette (BBa_Q04121) was placed under the control of a strong constitutive promoter (J23119). The trans-activating Ribo key (BBa_I714036) was cloned in the 3’ UTR of the construct and was placed under the control of the PLlac 0-1 promoter (BBa_R0011), which is both LacI-repressible and IPTG-inducible. Simultaneous expression of the LacI cassette and the integrase from a single promoter ensures repression of Ribo key from the LacI promoter and therefore results in a controlled expression of both PhiC31 and Bxb 1 integrase (Isaac et al. 2004).</p>
+
-
<p>See uOttawas' Collaboration</p>
+
    var lab_photos =
-
<h4>1e. Inducible Integrase and Reverse Directionality factor expressing constructs:</h4>
+
      {
-
<p> Inducible PhiC31 and Bxb 1 Integrase and Reverse Directionality factor expressing constructs were also achieved via the use of riboregulators. As mentioned in section 1d., controlled expression of  integrase was achieved via a cis-repressor Ribo Lock and a trans-activating Ribo Key. The gene for RDF was cloned under the control of a LacI promoter (BBa_R0011) with a Ribo lock cloned directly upstream (5’ UTR). For simultaneous expression of both integrase and RDF, the inducible integrase-expressing construct described in section (1d.), was modified to also contain RDF under inducible conditions (Isaac et al. 2004). </p>
+
        _0: 'https://static.igem.org/mediawiki/igem.org/4/4c/Waterloo_lab-0.jpg',
 +
        _1: 'https://static.igem.org/mediawiki/igem.org/9/99/Waterloo_lab-1.jpg',
 +
        _2: 'https://static.igem.org/mediawiki/igem.org/4/4f/Waterloo_lab-2.jpg',
 +
        _3: 'https://static.igem.org/mediawiki/igem.org/5/57/Waterloo_lab-3.jpg',
 +
        _4: 'https://static.igem.org/mediawiki/igem.org/2/23/Waterloo_lab-4.jpg',
 +
        _5: 'https://static.igem.org/mediawiki/igem.org/8/87/Waterloo_lab-5.jpg',
 +
        _6: 'https://static.igem.org/mediawiki/igem.org/4/46/Waterloo_lab-6.jpg',
 +
        _8: 'https://static.igem.org/mediawiki/igem.org/c/cc/Waterloo_lab-8.jpg',
 +
        _9: 'https://static.igem.org/mediawiki/igem.org/a/a7/Waterloo_lab-9.jpg',
 +
        _10: 'https://static.igem.org/mediawiki/igem.org/0/0c/Waterloo_lab-10.jpg',
 +
        _11: 'https://static.igem.org/mediawiki/igem.org/7/7c/Waterloo_lab-11.jpg',
 +
        _12: 'https://static.igem.org/mediawiki/igem.org/5/5b/Waterloo_lab-12.jpg',
 +
        _13: 'https://static.igem.org/mediawiki/igem.org/5/55/Waterloo_lab-13.jpg',
 +
        _14: 'https://static.igem.org/mediawiki/igem.org/c/ce/Waterloo_lab-14.jpg',
 +
        _15: 'https://static.igem.org/mediawiki/igem.org/0/0e/Waterloo_lab-15.jpg'
 +
      };
 +
    $('#labPhotos').append(createPhotoSlideshow(lab_photos, 3000, 650));
-
<p>See uOttawas' Collaboration</p>
+
    var iti_photos =
-
<img src="https://static.igem.org/mediawiki/2013/6/6d/Induc._Int-expressingconstructs.png" style="margin-left: 200px; margin-top: 20px;" />
+
      {
-
<p class="caption">Figure 4. (A.) Inducible PhiC31 and Bxb 1 Integrase-expressing construct: The gene for each integrase is placed under the control of a strong constitutive promoter (J23119) with a Ribo “lock” directly upstream. The trans-activating Ribo “key” is placed downstream under the control of a PLlac 0-1 promoter. The lacI cassette is also placed under the control of promoter J23119. (B.) Inducible PhiC31 and Bxb 1 integrase and recombination directionality factor-expressing construct: The genes for the integrase and the RDF were placed directly downstream from their corresponding ribo “lock” with the integrase under the control of a strong constitutive promoter and the RDF under the control of a PLlac 0-1 promoter. The lacI cassette (BBa_Q04121) was placed under the control of a strong constitutive promoter (J23119).</p>
+
        _0: 'https://static.igem.org/mediawiki/igem.org/e/ec/DSC03597.JPG',
 +
        _1: 'https://static.igem.org/mediawiki/igem.org/9/97/DSC03604.JPG',
 +
        _2: 'https://static.igem.org/mediawiki/igem.org/9/9c/DSC03607.JPG',
 +
        _3: 'https://static.igem.org/mediawiki/igem.org/f/fb/DSC03610.jpg',
 +
        _4: 'https://static.igem.org/mediawiki/igem.org/5/59/DSC03617.jpg',
 +
        _5: 'https://static.igem.org/mediawiki/igem.org/f/f7/DSC03618.jpg',
 +
        _6: 'https://static.igem.org/mediawiki/igem.org/f/ff/DSC03632.jpg',
 +
        _7: 'https://static.igem.org/mediawiki/igem.org/b/b7/DSC03641.JPG',
 +
        _8: 'https://static.igem.org/mediawiki/igem.org/e/ed/DSC03644.jpg',
 +
        _9: 'https://static.igem.org/mediawiki/igem.org/7/70/DSC03653.JPG',
 +
        _10: 'https://static.igem.org/mediawiki/igem.org/d/dc/DSC03657.jpg',
 +
        _11: 'https://static.igem.org/mediawiki/igem.org/1/1e/DSC03668.jpg',
 +
        _12: 'https://static.igem.org/mediawiki/igem.org/c/c5/DSC03670.jpg',
 +
        _13: 'https://static.igem.org/mediawiki/igem.org/7/70/DSC03700.JPG',
 +
        _14: 'https://static.igem.org/mediawiki/igem.org/f/f5/DSC03711.JPG',
 +
        _15: 'https://static.igem.org/mediawiki/igem.org/d/db/DSC03713.JPG',
 +
        _16: 'https://static.igem.org/mediawiki/igem.org/1/1d/DSC_1377.JPG',
 +
        _17: 'https://static.igem.org/mediawiki/igem.org/1/1d/DSC_1385.jpg',
 +
        _18: 'https://static.igem.org/mediawiki/igem.org/2/26/DSC_1390.JPG',
 +
        _19: 'https://static.igem.org/mediawiki/igem.org/6/66/DSC_1394.JPG',
 +
        _20: 'https://static.igem.org/mediawiki/igem.org/0/0a/DSC_1399.JPG',
 +
        _21: 'https://static.igem.org/mediawiki/igem.org/7/70/DSC_1403.JPG',
 +
        _22: 'https://static.igem.org/mediawiki/igem.org/1/15/DSC_1404.jpg',
 +
        _23: 'https://static.igem.org/mediawiki/igem.org/c/c9/DSC_1407.JPG',
 +
        _24: 'https://static.igem.org/mediawiki/igem.org/1/16/DSC_1408.JPG',
 +
        _25: 'https://static.igem.org/mediawiki/igem.org/d/da/DSC_1410.JPG',
 +
        _26: 'https://static.igem.org/mediawiki/igem.org/2/2c/DSC_1412.jpg',
 +
        _27: 'https://static.igem.org/mediawiki/igem.org/a/ae/DSC_1413.jpg',
 +
        _28: 'https://static.igem.org/mediawiki/igem.org/e/e4/DSC_1414.JPG',
 +
        _29: 'https://static.igem.org/mediawiki/igem.org/b/ba/DSC_1415.jpg',
 +
        _30: 'https://static.igem.org/mediawiki/igem.org/8/81/DSC_1418.jpg',
 +
        _31: 'https://static.igem.org/mediawiki/igem.org/7/70/DSC_1419.JPG',
 +
        _32: 'https://static.igem.org/mediawiki/igem.org/c/ca/DSC_1425.JPG',
 +
        _33: 'https://static.igem.org/mediawiki/igem.org/4/42/DSC_1429.JPG',
 +
        _34: 'https://static.igem.org/mediawiki/igem.org/7/73/DSC_1436.JPG',
 +
        _35: 'https://static.igem.org/mediawiki/igem.org/c/cc/DSC_1437.JPG',
 +
        _36: 'https://static.igem.org/mediawiki/igem.org/6/65/DSC_1439.JPG',
 +
        _37: 'https://static.igem.org/mediawiki/igem.org/d/d4/DSC_1442.jpg',
 +
        _38: 'https://static.igem.org/mediawiki/igem.org/5/5f/DSC_1443.JPG',
 +
        _39: 'https://static.igem.org/mediawiki/igem.org/f/f4/DSC_1448.JPG',
 +
        _40: 'https://static.igem.org/mediawiki/igem.org/c/c7/DSC_1449.JPG',
 +
        _41: 'https://static.igem.org/mediawiki/igem.org/b/b4/DSC_1450.jpg',
 +
        _42: 'https://static.igem.org/mediawiki/igem.org/9/9a/DSC_1451.JPG',
 +
        _43: 'https://static.igem.org/mediawiki/igem.org/c/c3/DSC_1455.jpg',
 +
        _44: 'https://static.igem.org/mediawiki/igem.org/2/2d/DSC_1456.JPG',
 +
        _45: 'https://static.igem.org/mediawiki/igem.org/4/44/DSC_1457.JPG',
 +
        _46: 'https://static.igem.org/mediawiki/igem.org/9/99/DSC_1458.JPG',
 +
        _47: 'https://static.igem.org/mediawiki/igem.org/f/f4/DSC_1460.JPG',
 +
        _48: 'https://static.igem.org/mediawiki/igem.org/3/3f/DSC_1462.JPG',
 +
        _49: 'https://static.igem.org/mediawiki/igem.org/0/0e/DSC_1469.jpg',
 +
        _50: 'https://static.igem.org/mediawiki/igem.org/f/f8/DSC_1475.JPG',
 +
        _51: 'https://static.igem.org/mediawiki/igem.org/b/be/DSC_1479.JPG',
 +
        _52: 'https://static.igem.org/mediawiki/igem.org/7/7c/DSC_1481.JPG',
 +
        _53: 'https://static.igem.org/mediawiki/igem.org/a/a8/DSC_1482.JPG',
 +
        _54: 'https://static.igem.org/mediawiki/igem.org/c/cb/DSC_1486.JPG',
 +
        _55: 'https://static.igem.org/mediawiki/igem.org/5/55/DSC_1510.JPG',
 +
        _56: 'https://static.igem.org/mediawiki/igem.org/d/da/DSC_1513.JPG',
 +
        _57: 'https://static.igem.org/mediawiki/igem.org/b/b8/DSC_1515.JPG',
 +
        _58: 'https://static.igem.org/mediawiki/igem.org/2/22/DSC_1517.JPG',
 +
        _59: 'https://static.igem.org/mediawiki/igem.org/f/fd/DSC_1520.JPG',
 +
        _60: 'https://static.igem.org/mediawiki/igem.org/0/0a/DSC_1523.JPG',
 +
        _61: 'https://static.igem.org/mediawiki/igem.org/4/4f/DSC_1524.JPG'
 +
      };
 +
    $('#intentToInventPhotos').append(createPhotoSlideshow(iti_photos, 3000, 650));
-
          <h1 id="s_Lab_ResultsConclusions">Results and Conclusions</h1>
+
  }
-
        <h1><b>Characterization of PhiC31 and Bxb 1 invertible promoter switches (PB state)</b></h1>
+
-
<p>PhiC31 and Bxb1 invertible promoter switches in their PB state drove the expression of GFP. GFP expressing colonies for each invertible promoter test constructs growing on the LB agar plate was detected using a UV filter. Upon detection, one GFP-expressing colony for each test construct was selected and inoculated in 5mL of LB (with appropriate antibiotics) and grown overnight at 37°C. Flow cytometry was then used to confirm GFP expression from all cultures. The results are shown in the figure below. Since a modified version of GFP (ORF was modified to be in the opposite orientation with respect to convention) was used for these constructs, flow cytometry on bacterial cells producing GFP (BBa_I20260) was used as one of the controls. As indicated by the results, GFP expression from both cultures result in a shift in fluorescent populations when compared to control cells expressing no fluorescent protein. These results confirm the proper functioning of our modified GFP gene and furthermore, characterize the promoter switches in their PB state. Once the Invertible Promoter switches were co-transformed with its corresponding integrase producing construct, the resulting colonies were analyzed for RFP expression. This experiment could only be carried out for Bxb 1 invertible promoter switch (Promoter J23119- PB state) due to time constraints. Figure 8 below shows RFP expressing bacterial colonies growing on LB agar with appropriate antibiotics after the co-transformation. As previously mentioned, RFP expression is driven by the Bxb 1 invertible promoter switch (promoter J23119) due to the recombination event mediated by Bxb 1 integrase. RFP expressing cells confirm the proper functioning of the flipped promoter switch (RL state) and further characterizes the Bxb 1 integrase.</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/0/0a/TestingPhiBxbpromoters_PB.png" style="margin-left: 200px;" />
+
  var canonicalizeNewlines = function(str) {
-
<p class="caption">Figure 5. Testing PhiC31 and Bxb1 Invertible promoter switches (PB state): To test the invertible promoter switches in their PB state (flanked by attP and attB), they wre independently co-transformed with their corresponding non-inducible integrase-expresin constructs and consequently plated on LB agar with appropriate antibiotics to select for both plasmids. The resulting bacterial colonies were then analyzed for RFP expression.</p>
+
    return str.replace(/(\r\n|\r|\n)/g, '\n');
 +
  };
 +
  /**
 +
  * Renders raw notebook text into lists on the #notebook element.
 +
  * Returns notebook sublinks that should be rendered in the navbar.
 +
  */
 +
  function createNotebook(raw) {
 +
    var sublinks = [];
 +
    var notebook_elem = $('#notebook');
 +
    var current_list = null;
 +
    var current_month = null;
-
<img src="https://static.igem.org/mediawiki/2013/9/93/Characterisation_PhiBxb_promoter_RL.png" style="margin-left: 200px;" />
+
    var lines = canonicalizeNewlines(raw).split('\n');
-
<p class="caption">Figure 6. Characterization of PhiC31 and Bxb 1 Invertible Promoter switch (RL state): To characterize the Bxb 1 invertible promoter switch in its RL state (flipped orientation of the promoter), the Bxb 1 invertible promoter switch (with flipped switch) was isolated from the bacterial colony, which also included an integrase-expressing plasmid. Upon isolation of the Bxb 1 invertible promoter switch construct, it was co-transformed with the constitutive RDF and integrase producing plasmid and grown on an LB agar plate with appropriate antibiotics. The plate was the screened for GFP expression colonies</p>
+
    for (var i = 0; i < lines.length; i++) {
 +
      var line = lines[i].trim();
 +
      if (line == '') continue;
 +
      var maybe_month_lower = line.substring(0, line.indexOf(' ')).toLowerCase();
 +
      var maybe_month = MONTHS[maybe_month_lower];
 +
      if (maybe_month) {
 +
        if (current_month != maybe_month) {
 +
          current_month = maybe_month;
 +
          sublinks.push(new Link('#/Notebook/' + current_month, current_month));
 +
          notebook_elem.append($('<h2 id="{0}">{1}</h2>'.format('s_Notebook_' + current_month, current_month)));
 +
          current_list = $('<ul></ul>');
 +
          notebook_elem.append(current_list);
 +
        }
 +
        if (!current_list) {
 +
          current_list = $('<ul></ul>');
 +
          notebook_elem.append(current_list);
 +
        }
 +
        current_list.append($('<li>{0}</li>'.format(line)));
 +
      }
 +
    }
 +
    return sublinks;
 +
  }
 +
  /*
 +
  function setupArt(win_width, win_height) {
 +
    var art = $('.sideArt');
 +
    var content = $('#content');
 +
    var navbar_element = $('.navBar');
-
<img src="https://static.igem.org/mediawiki/2013/9/9f/Flow-GFPexpression.png" style="margin-left: 200px;" />
+
    var img_width = 303;
-
<p class="caption">Figure 7: Flow cytometry for confirming expression of inverted GFP (A) negative control: bacterial cells expressing no fluorescent protein (B) GFP (BBa_I20260) expressing bacterial cells (C) Bacterial cells expressing inverted GFP from the invertible promoter switch test construct. GFP expression from cultures (B) and (C) result in a shift in fluorescent populations when compared to control cells expressing no fluorescent protein (A). These results confirm the proper functioning of our modified GFP gene and furthermore, characterize the promoter switches in their PB state</p>
+
    var img_height = 815;
-
<img src="https://static.igem.org/mediawiki/2013/e/e7/Charact.PhiBxbInvertPromot_PB.png" style="margin-left: 200px;" />
+
    var required_width = content.width() + img_width * 2;
-
<p class="caption">Figure 8: Characterization of PhiC31 and Bxb 1 invertible promoter switches (PB state): Each of the invertible promoter switch constructs was grown in LB media with appropriate antibiotics (tube 3). The cultures were grown for 16 hours at 37 degrees and centrifuged at 13 000 rpm for 1 minute. The resulting pellet was checked under an appropriate UV filter. Tube 3 can be seen to be expressing adequate amounts of GFP. Tube 1 is centrifuged culture with bacterial cells expressing no fluorescent proteins and tube 2 is centrifuged culture with bacterial cells expressing RFP. Tubes 1 and 2 seem black under the filter. </p>
+
    var required_height = img_height; // + navbar_element.offset().top;
-
<img src="https://static.igem.org/mediawiki/2013/f/fd/Charact._Bxb%2C_plate%2C_RL.png" style="margin-left: 20px;" />
+
    if (win_width >= required_width) {
-
<p class="caption">Figure 9: Characterization of Bxb 1 invertible promoter switch (Promoter J23119): Site-specific recombination event mediated by Bxb 1 integrase produces recombined products: attR and attL. This results in the orientation of the promoter to be flipped. The promoter switch drives the expression of RFP in the RL state. The figure shows Bxb 1 invertible promoter switch test construct co-transformed with a constitutive integrase-expressing construct. When grown on an LB agar plate for 16 hours at 37 degrees with appropriate antibiotics, all bacterial colonies were expressing RFP. </p>
+
      if (win_height > required_height) {
 +
        art.css('visibility', 'visible');
 +
        art.css('left', content.width() + (win_width - content.width() - img_width * 2) / 4);
 +
        //art.css('top', navbar_element.height() + (win_height - navbar_element.offset().top - navbar_element.height() - img_height) / 2);
 +
        //art.css('top', (win_height - navbar_element.offset().top - img_height) / 2);
 +
        art.css('top', (win_height - img_height) / 2 - navbar_element.offset().top);
 +
        return;
 +
      }
 +
    }
 +
    art.css('visibility', 'hidden');
 +
  }
 +
  */
 +
  //$.fx.interval = 40;
 +
  $.easing.easeOutCubic = function(x, t, b, c, d) {
 +
    return c*((t=t/d-1)*t*t + 1) + b;
 +
  };
 +
  function trans(idx, complete) {
 +
    var new_left = - idx * PAGE_WIDTH;
 +
    for (var layer = 0; layer < NUM_LAYERS; layer++) {
 +
      var new_left_layer = new_left * layer_factors[layer] + LAYER_OFFSET;
-
          <p><b>Gene VIII Complementation Test</b></p>
+
      /*
-
                    <p>To accomplish our goal of controlling DNA messaging, we sought to control M13 viral particle production by removing M13 gene VIII from the helper plasmid and placing it under an inducible promoter on a separate construct. M13 protein VIII, the product of gene VIII, is the major coat protein of the M13 bacteriophage, so viral particle production and DNA messaging should be possible only when gene VIII is expressed and protein VIII is present (<a href="#/Project/Design">see the Design page</a>). As a step toward this goal, we first sought to demonstrate that viral particles could be produced when a helper plasmid missing gene VIII is complemented by a copy of gene VIII on a separate construct (See Figure xx)</p>
+
      // Remove animation from team page
-
          <img src="https://static.igem.org/mediawiki/2013/2/22/M13_figure_1_results.jpg" style="margin-left: 20px;" />
+
      if (idx == 8 || page_idx == 8) {
-
          <img src="https://static.igem.org/mediawiki/2013/4/43/M13_figure_2_results.png" />
+
        $('#layer' + layer).css('left', new_left_layer + 'px');
-
          <p class="caption">Figure --: The messaging phagemid (A) contains the M13 packaging sequence, an RFP indicator, and M13 gVIII which will complement the helper plasmid (B), which contains the remaining M13 genes, in order to produce viral particles.</p>
+
        if (complete) complete();
-
          <p>After making our constructs, we set out to determine if our helper plasmid with gene VIII knockout (BBa_K1039017) could be complemented with a messaging phagemid consisting of M13 origin (BBa_K314110) - RFP expression cassette (BBa_J04450) - Constitutive Promoter and Ribosome Binding site + M13 gene VIII (BBa_K1039020) in pSB1C3. We expected gene VIII to be expressed from the messaging phagemid and to complement the helper plasmid with gene VIII knockout. With a complete set of functional proteins, the virus should be able to assemble itself and package the messaging phagemid through recognition of the M13 ori to successfully deliver the message to the receiver population. Chloramphenicol resistance (from the pSB1C3 backbone) and RFP expression should be detectable in receiver cells that have received the DNA message.</p>
+
        continue;
-
          <p>To test the complementation of gene VIII, we used E. coli βDH10B containing messaging phagemid and helper plasmid as a sender population, and we used E. coli JM109 containing a constitutively expressed GFP expression cassette (BBa_I20260) in pSB3K3 (kanamycin-resistant) backbone as a receiver population. The senders, E. coli βDH10B, require diaminopimelic acid (DAP) as supplement for growth in LB media. The receivers, E. coli JM109 are F+ and do not require this supplement. (Recall that receivers must be F+ for delivery of a DNA message by an M13 particle.) This allows counter-selection against sender cells by growing on LB media with no DAP supplementation.  Receiver cells that have received the message can be selected using chloramphenicol and should also appear red.</p>
+
      }
-
          <img src="https://static.igem.org/mediawiki/2013/a/aa/M13_figure_3_results.png" style="margin-left: 20px;" />
+
      */
-
          <p class="caption">Figure --: Schematic representation of M13 complementation test.</p>
+
-
          <p><b>Co-culture of sender and receiver populations</b></p>
+
-
          <p>Message transmission was tested by co-culturing sender and receiver populations before selecting for successful transmission. During the co-culture, M13 particles containing the DNA message should be secreted by sender cells and should deliver the message to receiver cells. </p>
+
-
          <p><b>Exposure of receiver population to filtrate from sender culture</b></p>
+
-
          <p>Since the message is transmitted through viral particles, sender cells should not need to be in contact with receivers for message transmission; presence of message-carrying viral particles should be enough. We therefore also tested message transmission by exposing receiver cells to culture filtrate from sender cells, which should contain viral particles secreted by the senders that can deliver messages to receivers.</p>
+
 +
      var hide_scrolling_images = false;
-
           <p><b>Results for M13 complementation co-culture experiment in liquid LB Cm Km</b></p>
+
      if (!is_scrolling) {
-
<p>For the co-culture complementation tests, we expected growth only in cultures with sender cells that have a complete set of M13 virus structural genes (HPdO helper plasmid with gVIII in the system) and the M13 ori. However, our results showed significant growth in co-cultures containing JM109 (F+) receiver cells and βDH10B (F-) sender cells that did not contain the helper plasmid. The co-cultures that had DH5α as the receiver cells but the βDH10B (F-) sender cells did not show growth. One hypothesis for this phenomenon is the possibility of the receiver cells gaining the messaging phagemid through conjugation rather than through viral infection. On the other hand, co-cultures that contained the complete system necessary to transmit a messaging phagemid grew much slower than the sender cells without helper plasmid mentioned previously. This could be due to the fact that infection by M13 viral particles often slows bacterial growth. There are many variables that must be taken into account when analyzing such results so we propose to repeat the experiment conducted by Ortiz and Endy (2012) who were able to complement HPdO helper plasmid (BBa_K1039016) with a phagemid containing the M13 packaging sequence to transmit the phagemid from a F+ sender population to a F+ receiver population6.</p>
+
        is_scrolling = true;
 +
        if (hide_scrolling_images) {
 +
           $('#pageContainer').addClass('pageScrolling');
 +
        }
 +
      }
 +
      $('#layer' + layer).stop().animate(
 +
        {
 +
          left: new_left_layer
 +
        },
 +
        {
 +
          'duration': 1000,
 +
          'easing': 'easeOutCubic',
 +
          'queue': false,
 +
          'complete': function() {
 +
            if (is_scrolling) {
 +
              is_scrolling = false;
 +
              if (hide_scrolling_images) {
 +
                $('#pageContainer').removeClass('pageScrolling');
 +
              }
 +
            }
 +
            complete();
 +
          }
 +
        }
 +
      );
 +
    }
 +
    page_idx = idx;
 +
  }
 +
  function setHash(hash) {
 +
    window.location.hash = hash;
 +
  }
 +
  function getHash() {
 +
    return window.location.hash;
 +
  }
 +
  function checkHash() {
 +
    var hash = getHash();
 +
    var hash_main = hash;
 +
    var hash_secondary = null
 +
    var hash_segments = hash.split('/');
 +
    if (hash_segments.length > 2) {
 +
      hash_main = hash_segments[0] + '/' + hash_segments[1];
 +
      hash_secondary = hash_segments.slice(2).join('/');
 +
    }
 +
    var idx = page_idx_map[hash_main];
 +
    if (idx == undefined) {
 +
      setHash(pages[ 0 ]); // Do not remove spaces - mediaWiki will choke on it
 +
      return;
 +
    }
-
<p>The filtrate experiment was the second experiment proposed by our group and this involves filtering out the sender cells and using their supernatant to infect the receiver cells. Conjugation requires cell-to-cell contact so the filtrate experiment limits the chance of conjugation since none of the sender cells will be present. The filtrate experiment was performed but no colonies were observed on any of the plates; therefore, the experiment must be replicated and optimized for the next trial. </p>
+
    // Could do scroll here, but it seems to wait for too long - should do immediately if not transitioning between pages
 +
    var complete_f = function() {
 +
    };
-
<p>In addition to the experiments proposed above, we devised a plaque assay that allows us to visualize M13 infection of the receiver cells. Although M13 virus does not undergo the lytic cycle, its infection of cell populations slows their growth and thus an area of diminished growth is produced around colonies, creating turbid plaques7. In order to propagate the message received by JM109 cells, we propose to transform helper plasmid with and without gene VIII into these cells. Upon transformation with a messaging phagemid that would complete the system, JM109 would be able to infect neighbouring cells once plated on LB Agar Cm 20 Km 25. This experiment has not been attempted as of yet but it has the potential to provide us with more insight into our proposed system.</p>
+
    // Animate page movement
 +
    trans(idx, complete_f);
 +
    // Open correct Nav Bar section
 +
    if (navBar) navBar.sectionSelected(idx - 1); // TODO fix hack
 +
    // Special logo swapping for homepage
 +
    var logo = $('#p-logo')
 +
    if (idx === 0) {
 +
      logo.addClass('logoHomepage');
 +
    } else {
 +
      logo.removeClass('logoHomepage');
 +
    }
-
          <table>
+
    // Reset scrolling position
-
            <tr>
+
    var page = $('#p' + idx);
-
              <th> Construct name (DH10B)</th>
+
    if (page) {
-
              <th>Biobricks</th>
+
      var scroll_started = false;
-
              <th>Optical Density 600nm (OD600)</th>
+
      if (hash_secondary) {
-
            </tr>
+
        var scroll_to_id = '#s_' + hash_segments[1] + '_' + hash_secondary.replace('/', '_');
-
            <tr>
+
        var scroll_to_element = $(scroll_to_id);
-
              <th></th>
+
        if (scroll_to_element.length == 1) {
-
              <th></th>
+
          var scroll_current = page.scrollTop();
-
              <th>Co-culture with JM109 (F+) containing) BBa_I20260</th>
+
          var scroll_dest_minus_current = scroll_to_element.position().top;
-
              <th>Co-culture with DH5α (F-) containing BBa_I20260</th>
+
           var scroll_dest = scroll_dest_minus_current + scroll_current;
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO and pSB1C3-M13 ori- RFP cassette </td>
+
-
              <td>BBa_K1039016 and BBa_K314110- BBa_J04450</td>
+
-
              <td>0.039</td>
+
-
              <td>0.023</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO and pSB1C3-RFP cassette</td>
+
-
              <td>(BBa_K1039016) BBa_J04450</td>
+
-
              <td>0</td>
+
-
              <td>0</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO Δ gVIII and pSB1C3- M13 ori - RFP- Constitutive promoter + RBS -gVIII </td>
+
-
              <td>
+
-
                BBa_K1039017
+
-
                BBa_K314110
+
-
                BBa_J04450
+
-
                BBa_K1039020
+
-
              </td>
+
-
              <td>0.054</td>
+
-
              <td>0.019</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO Δ gVIII and pSB1C3- RFP- Constitutive promoter + RBS -  gVIII</td>
+
-
              <td>
+
-
                BBa_K1039017
+
-
                BBa_J04450
+
-
                BBa_K1039020
+
-
              </td>
+
-
              <td>0.118</td>
+
-
              <td>0</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO Δ gVIII and pSB1C3 - M13 - RFP cassette </td>
+
-
              <td>
+
-
                BBa_K1039017
+
-
                BBa_K314110
+
-
                BBa_J04450
+
-
              </td>
+
-
              <td>0</td>
+
-
              <td>0</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO </td>
+
-
              <td>BBa_K1039016</td>
+
-
              <td>0</td>
+
-
              <td>0</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>HPdO Δ gVIII </td>
+
-
              <td>BBa_K1039017</td>
+
-
              <td>0</td>
+
-
              <td>0</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>pSB1C3- M13 ori - RFP- Constitutive promoter + RBS - gVIII </td>
+
-
              <td>
+
-
                BBa_K314110
+
-
                BBa_J04450
+
-
                BBa_K1039020
+
-
              </td>
+
-
              <td>0.299</td>
+
-
              <td>0.014</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>pSB1C3- M13 - RFP cassette </td>
+
-
              <td>
+
-
                BBa_K314110
+
-
                BBa_J04450
+
-
              </td>
+
-
              <td>0.370</td>
+
-
              <td>0.011</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>pSB1C3- RFP- Constitutive promoter + RBS - gVIII </td>
+
-
              <td>
+
-
                BBa_J04450
+
-
                BBa_K1039020
+
-
              </td>
+
-
              <td>0.378</td>
+
-
              <td>0.022</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>pSB1C3- RFP cassette </td>
+
-
              <td>BBa_J04450</td>
+
-
              <td>0.423</td>
+
-
              <td>0.038</td>
+
-
            </tr>
+
-
            <tr>
+
-
              <td>Blank</td>
+
-
              <td>No biobricks</td>
+
-
              <td>0</td>
+
-
              <td>0</td>
+
-
           </table>
+
-
           <p><b>Controls</b></p>
+
           //page.scrollTop(scroll_dest);
-
          <p>As a positive control, we used senders carrying a complete helper plasmid (gene VIII present) and a messaging phagemid carrying the M13 origin of replication and an RFP expression cassette (BBa_K314110- BBa_J04450). With the helper plasmid intact and all phage proteins expressed, we expect the phage machinery to recognize the M13 origin and package the messaging phagemid to be sent to the receiver population. </p>
+
           page.animate({scrollTop: scroll_dest},
-
           <p>As a negative control to demonstrate the necessity of the M13 origin, we performed an experiment identical to the positive control using a messaging phagemid that is missing the M13 origin. Without the M13 origin, we expect no transmission of the messaging phagemid. We also performed a negative control for the gene VIII complementation experiment wherein the messaging phagemid was missing the M13 ori. As a negative control to demonstrate the necessity of gene VIII for viral packaging, we performed an experiment identical to the gene VIII complementation experiment, but with the messaging phagemid lacking gene VIII (ie no gene VIII was present in the system). As a negative control to demonstrate the necessity of having both a helper plasmid and a messaging phagemid for successful transmission, we also included experiments wherein senders contained only a messaging phagemid or only a helper plasmid. In these cases we expected no message transmission. As a negative control to demonstrate the necessity for F+ receivers, we repeated all experiments using DH5α (F- strain) as the receiver population. We expected no successful messaging with F- receivers, because the F pilus, which is only present in F+ strains, is required for the mechanism of message delivery using M13 particles.</p>
+
            {
-
          <p>In addition, we plated senders and receivers individually on our selection plates to check for contamination. These controls were used in both the co-culture and filtrate experiments.</p>
+
              'duration': 400,
-
          <p><b>Experimental Design</b></p>
+
              'queue': false
-
          <p>For the purposes of the complementation tests, the following constructs were sequentially transformed into βDH10B:</p>
+
            }
-
           <p>1. HPdO (BBa_K1039016) and pSB1C3-M13 ori- RFP cassette (BBa_K314110- BBa_J04450)
+
           );
-
           2. HPdO (BBa_K1039016) and pSB1C3-RFP cassette (BBa_J04450)
+
           scroll_started = true;
-
          3. HPdO Δ gVIII (BBa_K1039017) and pSB1C3- M13 ori - RFP- Constitutive promoter + RBS - gVIII (BBa_K314110- BBa_J04450- BBa_K1039020)
+
        }
-
           4. HPdO Δ gVIII (BBa_K1039017) and pSB1C3- RFP- Constitutive promoter + RBS -  gVIII (BBa_J04450- BBa_K1039020)
+
      }
-
           5. HPdO Δ gVIII (BBa_K1039017) and pSB1C3 - M13 - RFP cassette (BBa_K314110- BBa_J04450)
+
      if (!scroll_started) {
-
          6. HPdO (BBa_K1039016)
+
        page.animate({scrollTop: 0},
-
          7. HPdO Δ gVIII (BBa_K1039017)
+
           {
-
          8. pSB1C3- M13 ori - RFP- Constitutive promoter + RBS - gVIII (BBa_K314110- BBa_J04450- BBa_K1039020)
+
            'duration': 400,
-
          9. pSB1C3- M13 - RFP cassette (BBa_K314110- BBa_J04450)
+
            'queue': false
-
          10. pSB1C3- RFP- Constitutive promoter + RBS - gVIII (BBa_J04450- BBa_K1039020)
+
           }
-
          11. pSB1C3- RFP cassette (BBa_J04450)
+
        );
 +
        scroll_started = true;
 +
      }
 +
    }
 +
  }
 +
  function windowResize() {
 +
    var width = $(window).width();
 +
    var height = $(window).height();
-
          </p>
+
    var navbar_element = $('.navBar');
-
          <p>The following construct was transformed into JM109 and DH5α:</p>
+
    var distance_from_bottom = 50;
-
          <p>A. pSB3K3- GFP cassette (BBa_I20260) in JM109 strain
+
    var page_height = height - navbar_element.offset().top - navbar_element.height() - distance_from_bottom;
-
          B. pSB3K3- GFP cassette (BBa_I20260) in DH5α strain
+
    //console.log('resize to ', page_height);
 +
    $('.page').each(function (i, page) {
 +
      $(page).height(page_height);
 +
    });
 +
    $('#pageContainer').height(page_height + 100);
-
          </p>
+
    //setupArt(width, height);
-
          <p>Please refer to Table 1.1 under protocols for antibiotic concentrations.</p>
+
  }
-
          <p><b>Please refer to Table 1.1 under protocols for antibiotic concentrations.</b></p>
+
-
          <p>• Grow cultures 1-11 and A-B individually in LB with appropriate antibiotic supplements until OD600 ≈ 0.7 (± 0.1)
+
-
          • Centrifuge cultures and wash pellet 3 times with LB
+
-
          • Resuspend 1-11 in appropriately supplemented media but without Cm since the receiver population is not Cm resistant
+
-
          • Resuspend A-B in LB DAP since some of the senders are not Km resistant
+
-
          • Incubate at room temperature with shaking for 6-10 h
+
-
          • Co-culture senders and receivers in LB DAP (Km only for senders 1-7) broth in a 2:1 ratio of senders to receivers to ensure that a sufficient amount of message is present
+
-
          • Incubate at room temperature with shaking for 6-10 h
+
-
          • Centrifuge and wash pellet 3 times with LB to remove DAP from the media
+
-
          • Resuspend in LB Km Cm
+
-
          • Subculture with a dilution factor of 1/100 into LB Km Cm so only receivers carrying the messaging phagemid and the GFP plasmid are able to grow
+
-
          • Incubate over night at 37 °C with shaking
+
-
          • Dilute culture 10-6 times
+
-
          • Plate 100 μL of diluted culture onto LB Cm 20 Km 25 agar
+
-
          </p>
 
-
          <p><b>Filtrate experiment</b></p>
 
-
          <p>• Grow cultures 1-11 and A-B individually in LB with appropriate antibiotic supplements until OD600 ≈ 0.7 (± 0.1)
 
-
          • Centrifuge cultures and wash pellet 3 times with LB
 
-
          • Resuspend 1-11 in appropriately supplemented media but without Cm since the receiver population is not Cm resistant
 
-
          • Resuspend A-B in LB DAP since some of the senders are not Km resistant
 
-
          • Incubate at room temperature with shaking for 6-10 h
 
-
          • Collect filtrate of senders by centrifuging cultures at room temperature
 
-
          • Filter sterilize through 0.45 μm filter to remove remaining bacterial cells in the filtrate
 
-
          • Infect the receiver population by mixing it with the sender filtrate
 
-
          • Incubate at room temperature for 6-10 h
 
-
          • Plate all cells on LB Cm 20 Km 25 agar
 
-
          </p>
 
-
          <p> Table here Table here Table here Table here Table here</p>
 
-
          <p><b>Genotype of Strains</b></p>
 
-
          <p>DH5α
 
-
          F- endA1 glnV44 thi-1 recA1 relA1 gyrA96 deoR nupG Φ80dlacZΔM15 Δ(lacZYA-argF)U169, hsdR17(rK- mK+), λ–</p>
 
-
          <p>JM109
 
-
          endA1 glnV44 thi-1 relA1 gyrA96 recA1 mcrB+ Δ(lac-proAB) e14- [F' traD36 proAB+ lacIq lacZΔM15] hsdR17(rK-mK+)</p>
 
-
          <p>βDH10B
 
-
          F- endA1 recA1 galE15 galK16 nupG rpsL ΔlacX74 Φ80lacZΔM15 araD139 Δ(ara,leu)7697 mcrA Δ(mrr-hsdRMS-mcrBC) λ-</p>
 
-
          <p><b>Plasmids Used</b></p>
 
-
          <p>pSB1C3</p>
 
-
          <p>pSB3K3</p>
 
-
          <p>HPdO </p>
 
-
          <p><b>Plasmids used for Construction</b></p>
 
-
          <p>pSB1A3</p>
 
-
          <p>pSB4A5</p>
 
-
          <h1 id="s_Lab_BioBricks">BioBricks</h1>
+
  function setupShowMores() {
-
            <table><tbody>
+
    $('.showmorelink').each(function (i, link) {
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039000">Bba_K1039000</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039000">Φ attP site</a></td></tr>
+
      var link_elem = $(link);
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039001">Bba_K1039001</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039001">BXB1 pb switch J23119 promoter</a></td></tr>
+
      var showmore_name = link_elem.attr('showid');
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039002">Bba_K1039002</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039002">BXB1 pb switch J23118 promoter</a></td></tr>
+
      var show_label = link_elem.text();
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039003">Bba_K1039003</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039003">BXB1 integrase </a></td></tr>
+
      var hide_label = link_elem.attr('hidetext');
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039004">Bba_K1039004</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039004">BXB1 lr switch J23119 promoter</a></td></tr>
+
      var showmore = $('#' + showmore_name);
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039005">Bba_K1039005</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039005">BXB1 lr switch J23118 promoter</a></td></tr>
+
      if (!showmore) return;
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039006">Bba_K1039006</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039006">BXB1 RDF </a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039007">Bba_K1039007</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039007">BXB1 integrase and RDF </a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039008">Bba_K1039008</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039008">ΦC31 pb switch J23119 promoter</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039009">Bba_K1039009</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039009">ΦC31 pb switch J23118 promoter</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039010">Bba_K1039010</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039010">ΦC31 lr switch J23119 promoter</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039011">Bba_K1039011</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039011">ΦC31 lr switch J23118 promoter</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039012">Bba_K1039012</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039012">ΦC31 integrase</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039013">Bba_K1039013</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039013">ΦC31 RDF</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039014">Bba_K1039014</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039014">ΦC31 integrase and RDF</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039015">Bba_K1039015</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039015">iGFP</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039016">Bba_K1039016</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039016">Hpdo backbone</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039017">Bba_K1039017</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039017">Hpdo with no gene 8</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039018">Bba_K1039018</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039018">gene 8 of M13 virus</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039019">Bba_K1039019</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039019">RBS+gene 8 of M13 virus</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039020">Bba_K1039020</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039020">J23104+RBS+gene 8 of M13 virus</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039021">Bba_K1039021</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039021">loc+BXB1int+key+lock+BXB1 RDF</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039022">Bba_K1039022</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039022">loc+PhiC31int+key+lock+phiC31 RDF</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039023">Bba_K1039023</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039023">loc+BXB1int+key</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039024">Bba_K1039024</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039024">loc+BXB1int+key</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039025">Bba_K1039025</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039025">BS1TC</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039026">Bba_K1039026</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039026">BS2TC</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039027">Bba_K1039027</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039027">ΦS1TC</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039028">Bba_K1039028</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039028">ΦS2TC</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039029">Bba_K1039029</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039029">BXB1 integrase with the Promoter and RBS</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039030">Bba_K1039030</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039030">ΦC31 integrase with the Promoter and RBS</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039031">Bba_K1039031</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039031">BXB1 att P</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039032">Bba_K1039032</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039032">BXB1 att B</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039033">Bba_K1039033</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039033">BXB1 att R</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039034">Bba_K1039034</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039034">BXB1 att L</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039035">Bba_K1039035</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039035">ΦC31 att B</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039036">Bba_K1039036</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039036">ΦC31 att R</a></td></tr>
+
-
              <tr><td><a href="http://parts.igem.org/Part:BBa_K1039037">Bba_K1039037</a></td><td><a href="http://parts.igem.org/Part:BBa_K1039037">ΦC31 att L</a></td></tr>
+
-
            </tbody></table>
+
-
          <h1 id="s_Lab_Ottawa">Ottawa's Collaboration</h1>
+
      $(link).click(function(e) {
-
           <p>
+
        e.stopPropagation();
-
             This year Waterloo iGEM collaborated with Ottawa iGEM. Ottawa team required help with Mathematical Modelling. In exchange Ottawa team was able to help us build the following constructs:
+
        if (showmore.css('display') == 'none') {
 +
           showmore.css('display', 'block');
 +
          if (hide_label) {
 +
             link_elem.text(hide_label);
 +
          }
 +
        } else {
 +
          showmore.css('display', 'none');
 +
          link_elem.text(show_label);
 +
        }
 +
      });
 +
    });
 +
  }
-
            <p>Promoter-LacI cassette-lock-Bxb1 integrase-Transcriptional Terminator-Promoter- Key-Transcriptional Terminator-Promoter- Lock- Bxb1 RDF</p>
 
-
            <p>Promoter-LacI cassette-lock-PhiC31 integrase-Transcriptional Terminator-Promoter- Key-Transcriptional Terminator-Promoter- Lock- PhiC31 RDF</p>
 
-
            <p>Promoter-LacI cassette-lock-Bxb1 integrase-Transcriptional Terminator-Promoter- Key-Transcriptional Terminator</p>
 
-
            <p>Promoter-LacI cassette-lock-PhiC31 integrase-Transcriptional Terminator-Promoter- Key-Transcriptional Terminator</p>
 
-
          </p>
 
-
          <h1 id="s_Lab_Notebook">Notebook</h1>
+
  $(window).bind('hashchange', function(e) {
-
          <div id="notebook"> </div>
+
    checkHash();
-
        </div>
+
  });
-
      </div>
+
  $(window).resize(windowResize);
 +
  $(document).ready(function() {
 +
    windowResize();
-
      <!--Math & Modelling-->
+
    // Hide all white if not preview
-
      <div id="p3" class="page">
+
    if ($('#wikiPreview').length === 0) {
-
        <div class="pageStuff">
+
      $('#content').css('background-color', 'black');
-
          <h1 id="s_MathModelling_PopulationInfection">Population &amp; Infection Modelling</h1>
+
    }
-
<p><b>Modelling the Dynamics of Bxb1-style and PhiC31-style Invertible Promoter Switch Systems</b></p>
+
    // Setup reverse map
 +
    for (var i = 0; i < NUM_PAGES; i++) {
 +
      page_idx_map[pages[i]] = i;
 +
    }
-
<p><b>Invertible Promoter Switch “Styles”</b></p>
+
    // Injecting new logo into header
-
<p>We sought to investigate the qualitative differences between the dynamics of an invertible promoter switch whose integrase and RDF interactions are similar to the Bxb1 system and one whose integrase and RDF interactions are similar to the PhiC31 system. Notably, the Bxb1 RDF is thought to interact with Bxb1 Int only when Int is bound to DNA at the Bxb1 att sites [1] while PhiC31 RDF is known to complex with Int in the cytosol independently of DNA binding [2]. We refer to a switch system where RDF binds Int only when Int is already complexed with an att site as a “Bxb1-style” system, and we refer to a switch system where RDF can complex with Int independently of DNA as a “PhiC31-style” system.</p>
+
    var logo = $('#p-logo')
 +
    if (logo) {
 +
      var igem_logo_img = $('<img src="{0}"/>'.format(igem_logo_url));
 +
      var waterloo_logo_img = $('<img src="{0}"/>'.format(waterloo_logo_url));
 +
      igem_logo_img.css('height', '150px');
 +
      waterloo_logo_img.css('height', '150px');
 +
      var waterloo_logo = $('<a class="waterlooLogo" href="#/Home">');
 +
      var igem_logo = $('<a class="igemLogo" href="https://static.igem.org/mediawiki/2013/7/71/Waterloo_igem_logo.png">');
 +
      igem_logo.append(igem_logo_img);
 +
      waterloo_logo.append(waterloo_logo_img);
 +
      logo.empty()
 +
      logo.append(igem_logo);
 +
      logo.append(waterloo_logo);
 +
    }
-
<p>We extended this comparison of Bxb1-style and PhiC31-style switches to a two-switch system where the state of the second switch is controlled by the state of the first switch (Fig X), as proposed as an alternative design for controlled modification and retransmission of a DNA message (see the Improving Robustness of an Invertible Promoter Switch Using a Double Switch System section on the Project Page). Herein we refer to the first switch as Switch 1 and the second switch as Switch 2. The integrase and RDF acting on Switch 1 are referred to as Int 1 and RDF 1, and those acting on Switch 2 are referred to as Int 2 and RDF 2.</p>
+
    // Fetch notebook data and create section
 +
    var notebook_url = 'https://static.igem.org/mediawiki/2013/d/dc/Waterloo_notebook.txt';
 +
    $.ajax({
 +
      url: notebook_url,
 +
      type: 'GET',
 +
      success: function(data) {
 +
        var notebook_sublinks = createNotebook(data);
 +
        createNavBar(notebook_sublinks, true);
 +
        checkHash();
 +
      },
 +
      error: function() {
 +
        // On failure create the navbar anyway.
 +
        createNavBar([], false);
 +
        checkHash();
 +
      }
 +
    });
-
<p>It is important to note that our model required a small presence of RDF 1 in order to prevent complete flipping of all copies of Switch 1 due to basal expression by Int 1.  
+
    setupPhotos();
 +
    setupShowMores();
 +
  });
 +
  $(document).keydown(function(e) {
 +
    switch (e.which) {
 +
      case 37: // Left
 +
        if (page_idx == 0) {
 +
          setHash(pages[NUM_PAGES - 1]);
 +
        } else {
 +
          setHash(pages[page_idx - 1]);
 +
        }
 +
        break;
 +
      case 39: // Right
 +
        if (page_idx == NUM_PAGES - 1) {
 +
          setHash(pages[ 0 ]); // Do not remove spaces - mediaWiki will choke on it
 +
        } else {
 +
          setHash(pages[page_idx + 1]);
 +
        }
 +
        break;
 +
    }
 +
  });
 +
  $(document).click(function(e) {
 +
    PersonClickableElement.hidePopup();
 +
  });
 +
})();
-
The double switch system is outlined as follows:</p>
+
    </script>
-
<p>• Input to the system is induction of Int 1 from an inducible promoter.</p>
+
</head>
-
<p>• Constitutive low-level expression of RDF 1 is required to prevent complete flipping of Switch 1 due to basal Int 1 expression. This may be an artifact of our model.</p>
+
-
<p>• Switch 1 in PB state transcribes RDF 2</p>
+
-
<p>• Switch 1 in RL state transcribes Int 2</p>
+
-
<p>• Switch 1 is present in multiple copies</p>
+
-
<p>• For Int 2 to overcome the presence of RDF 2, most copies of Switch 1 must be flipped.</p>
+
-
<p>• Basal expression of Int 1 may be able to flip a fraction of the copies of Switch 1, but not all, in which case Switch 2 does not flip.</p>
+
-
<p>• Induced expression of Int 1 should flip all copies of Switch 1, in which case Switch 2 flips.</p>
+
-
<p>Our analysis considers all combinations of Bxb1-style and PhiC31-style switches in such two-switch systems: (Switch 1, Switch 2) = (Bxb1-style, Bxb1-style) or (Bxb1-style, PhiC31-style) or (PhiC31-style, Bxb1-style) or (PhiC31-style, PhiC31-style). In all cases, the two switches are assumed to operate using orthogonal integrase/RDF systems. In the case where the style of the two switches is the same (eg both switches Bxb1-style), it is assumed that we are working with two orthogonal integrase/RDF systems that have the same integrase/RDF interaction pattern. </p>
+
<body>
-
 
+
-
 
+
-
 
+
-
<p><b>Questions We would Like to Shed Light On</b></p>
+
-
<p>Our goal in modeling is model-based design. We would like to use our model to guide our design choices to direct lab efforts. We sought to use a model of switch dynamics to shed light on the following questions:</p>
+
-
<p>• Which switch style, Bxb1 or PhiC31, is more robust in terms of flipping when we want it to flip and holding state when we want it to hold state?</p>
+
-
<p>• What is the increase in robustness obtained by using a two-switch system vs a one-switch system?</p>
+
-
<p>• What is an acceptable level of uninduced basal Int 1 expression?</p>
+
-
 
+
-
 
+
-
<p>(To cut to the chase, skip to the conclusions section.)</p>
+
-
 
+
-
<p><b>Model Construction</b></p>
+
-
 
+
-
<p>State variables (all time-dependent):</p>
+
-
<p>I1 = Integrase acting on Switch 1</p>
+
-
<p>R1 = RDF acting with I1 on Switch 1</p>
+
-
<p>I2 = Integrase acting on Switch 2</p>
+
-
<p>R2 = RDF acting with I2 on Switch 2</p>
+
-
 
+
-
<p>mx = mRNA corresponding to protein X.</p>
+
-
 
+
-
<p>S1PB = Switch 1 in “PB” state, where we have attP and attB sites flanking the promoter</p>
+
-
<p>S1RL = Switch 1 in “RL” state, where we have attR and attL sites flanking the promoter</p>
+
-
<p>S2PB = Switch 2 in “PB” state</p>
+
-
<p>S2RL = Switch 2 in “RL” state</p>
+
-
 
+
-
<p>I2 = integrase dimer</p>
+
-
<p>I2SPB = integrase dimer bound to one att site in a PB state switch</p>
+
-
<p>I2RXSPB = integrase dimer bound to one att site in a PB state switch, with X RDF proteins also bound (X = 1 or 2)</p>
+
-
<p>I4SPB = one integrase dimer bound to each att site in the PB state switch</p>
+
-
<p>I4RXSPB = one integrase dimer bound to each att site in the PB state switch, with X RDF proteins also bound (X = 1–4)</p>
+
-
 
+
-
<p>In the PhiC31 style switch but NOT the Bxb1 style switch, the following complexes are also included:</p>
+
-
<p>I2Rx = X RDF proteins bound to an integrase dimer, X = 1 or 2</p>
+
-
 
+
-
<p>Parameters:<p>
+
-
<p>αPind = inducible transcription rate from inducible promoter producing Integrase 1</p>
+
-
<p>λPind = basal “leaky” transcription rate from inducible promoter producing Integrase 1</p>
+
-
<p>αR1 = transcription rate of RDF 1</p>
+
-
<p>αS1 = transcription rate from promoter in Switch 1</p>
+
-
<p>αS2 = transcription rate from promoter in Switch 2</p>
+
-
<p>δx = degradation rate of mRNA corresponding to protein X<p>
+
-
<p>βx = translation rate of protein X from mRNA</p>
+
-
<p>ρx = degradation rate of protein X</p>
+
-
<p>i = concentration of inducer molecule</p>
+
-
<p>Ki = half-saturation constant for inducer</p>
+
-
<p>k1 = forward rate constant for association of a protein to a complex</p>
+
-
<p>k-1 = reverse rate constant for dissociation of a protein to a complex</p>
+
-
<p>krec = rate of switch flipping when bound to appropriate complex</p>
+
-
 
+
-
<p>Note that rate constants k1 and k-1 are assumed to be the same for formation of all complexes, since rate constants for the complexes are not known. krec is assumed to apply to flipping of the switch from PB to LR state and also from LR to PB state, when DNA is bound in the appropriate complexes.</p>
+
-
 
+
-
 
+
-
<p> <b>Differential Equations:</b></p>
+
-
<p>The differential equation for the abundance of an mRNA species is determined by transcription and degradation rates of mRNA. For the inducible promoter producing Integrase 1 that can flip Switch 1 and the constitutive promoter producing a very low level of RDF 1, promoter copy number is assumed constant and the transcription rates α do not depend on DNA concentration. For these mRNAs we have:</p>
+
-
 
+
-
 
+
-
<!-- Unused Equations!
+
-
<img src="https://static.igem.org/mediawiki/2013/e/e3/Pop_eqn6.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/c/ce/Pop_eqn7.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/7/7f/Pop_eqn8.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/2/2b/Switch_eqn1.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/8/89/Switch_eqn2.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/a/ae/Switch_eqn8.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/e/ec/Switch_eqn20.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/6/6e/Switch_eqn21.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/b/b6/Switch_eqn22.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/7/7c/Switch_eqn23.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/6/6b/Switch_eqn24.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/f/fa/Switch_eqn25.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/d/da/Switch_eqn26.png " />
+
-
<img src="https://static.igem.org/mediawiki/2013/b/b7/Switch_eqn27.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/b/b6/Switch_eqn28.png" />
+
-
-->
+
-
 
+
-
<p>For any mRNA species that is transcribed from a switch, the total amount of switch in the correct position affects the rate of transcription. For example, the differential equation for abundance of an mRNA produced from Switch 1 in PB state would look like:</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/b/ba/Switch_eqn3.png" />
+
-
 
+
-
<p>where [S1PBTot] is the total concentration of S1 in PB state, which is the sum of the concentrations of all complexes involving S1PB.</p>
+
-
 
+
-
<p>The differential equation for the abundance of a complex X of I, R, and S takes into account the following factors:</p>
+
-
<p>• The rate of formation of X from association of any complexes A and B that can form X </p>
+
-
<p>• The rate of depletion of X from dissociation back into A and B</p>
+
-
<p>• The rate of formation of X from dissociation of any complex Z that dissociates into two species X and Y</p>
+
-
<p>• The rate of depletion of X from association of X with a species Y to form a complex Z</p>
+
-
<p>• If X is a monomer of I or R, then X is also assumed to be produced through translation </p>
+
-
<p>• If X is a complex that can be produced from a complex C through flipping of a switch, then the rate of switch flipping is included</p>
+
-
<p>• If X is a complex that can transition into a complex W through flipping of a switch, it can be depleted this way</p>
+
-
<p>• Proteins degrade at a rate proportional to the amount of protein.</p>
+
-
<p>• DNA is assumed to be conserved, without production or degradation. To allow protein complexes to degrade without losing DNA, degradation of any complex involving DNA is assumed to apply only to the protein and the DNA is left behind.</p>
+
-
 
+
-
<p>Thus the general differential equation for abundance of a complex X is:</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/0/0e/Switch_eqn4.png" style="width: 920px;" />
+
-
<p>where n different protein pairs Ai and Bi can complex to form X through the interaction</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/8/8b/Switch_eqn5.png" />
+
-
<p>X can complex with m different proteins Yj to form m complexes Zj through the interaction </p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/1/13/Switch_eqn6.png" />
+
-
 
+
-
<p>and the complex degrades at a rate ρx. </p>
+
-
 
+
-
<p>If X is a monomer of I or R, then we also add the production term</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/3/34/Switch_eqn7.png" />
+
-
 
+
-
<p>where mx is the mRNA corresponding to protein X.</p>
+
-
 
+
-
<p>If X is a complex that can be formed from complex C through flipping of a switch, we also add the production term </p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/0/07/Switch_eqn9.png" />
+
-
<p>and X is a complex that transitions to complex W through flipping of a switch, we also add the depletion term </p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/e/e3/Switch_eqn10.png" />
+
-
<p>Note that the only reactions involving switch flipping are:</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/e/e1/Switch_eqn11.png" />
+
-
<p>If X is naked DNA, eg S1PB, then DNA that is “lost” in the model through degradation of n complexes involving DNA is assumed to become naked DNA and we add the term,</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/6/64/Switch_eqn19.png" />
+
-
<p>where Pi are all the complexes involving the DNA X, each degrading at a rate ρx.</p>
+
-
 
+
-
 
+
-
 
+
-
<p><b>Example:</b></p>
+
-
<p>For abundance of integrase dimer, which for a PhiC31 style integrase takes part in the interactions</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/0/0c/Switch_eqn12.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/a/a8/Switch_eqn13.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f2/Switch_eqn14.png" />
+
-
<img src="https://static.igem.org/mediawiki/2013/d/de/Switch_eqn15.png" />
+
-
 
+
-
<p>the differential equation is:</p>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/2/2d/Switch_eqn16.png" style="width: 920px;" />
+
-
<p><b>Analysis</b></p>
+
-
 
+
-
<p>With identical parameter values (Parameter set 1, see bottom), we simulated a two-switch system for each potential (Switch 1, Switch 2) combination, with Int 1 induced (Table X) and uninduced with basal Int 1expression level λPind equal to 1/100, 1/75, 1/50, and 1/25 the induced Int 1 expression level (Table X). </p>
+
-
 
+
-
 
+
-
 
+
-
<p><b>Conclusions</b></p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<p><b>Estimation of Parameter Values</b></p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<p>αPind = inducible transcription rate from inducible promoter producing Integrase 1</p>
+
-
<p>λPind = basal “leaky” transcription rate from inducible promoter producing Integrase 1<p>
+
-
<p>αR1 = transcription rate of RDF 1<p>
+
-
<p>αS1 = transcription rate from promoter in Switch 1</p>
+
-
<p>αS2 = transcription rate from promoter in Switch 2</p>
+
-
<p>δx = degradation rate of mRNA corresponding to protein X</p>
+
-
<p>βx = translation rate of protein X from mRNA</p>
+
-
<p>ρx = degradation rate of protein X</p>
+
-
<p>i = concentration of inducer molecule</p>
+
-
<p>Ki = half-saturation constant for inducer</p>
+
-
<p>k1 = forward rate constant for association of a protein to a complex</p>
+
-
<p>k-1 = reverse rate constant for dissociation of a protein to a complex</p>
+
-
<p>krec = rate of switch flipping when bound to appropriate complex</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<p><b>References</b></p>
+
-
 
+
-
<p>1. Ghosh P, Wasil LR, Hatfull GF (2006) Control of phage Bxb1 excision by a novel recom- bination directionality factor. PLoS Biol 4:e186.</p>
+
-
<p>2. Khaleel, T., Younger, E., McEwan, A. R., Varghese, A. S., & Smith, M. C. M. (2011). A phage protein that binds φC31 integrase to switch its directionality. Molecular microbiology, 80(6), 1450–63. doi:10.1111/j.1365-2958.2011.07696.x</p>
+
-
 
+
-
          <h1 id="s_MathModelling_PopulationInfection">Population &amp; Infection Modelling</h1>
+
-
 
+
-
          <p><b>Modeling Controlled Modification and Retransmission of a DNA Message </b></p>
+
-
<p>We sought to combine controlled modification and controlled transmission of a DNA message to design a system wherein receiver cells are able to modify a DNA message by flipping an invertible promoter switch and then retransmit the modified message (see the section on Controlled Modification and Retransmission of a DNA Message on the Design Page).</p>
+
-
<p>The system is summarized as follows:</p>
+
-
<p>• Three populations are present in co-culture: sender cells, primary receiver cells, and secondary receiver cells.</p>
+
-
<p>• Senders transmit a DNA message with an invertible promoter switch in PB state. M13 gene VIII along with a T7 RNA polymerase gene are positioned on the message phagemid such that they are expressed when the switch is in LR state.</p>
+
-
<p>• Primary receiver cells are F+ and contain a helper plasmid with a gene VIII knockout. Viral particles cannot be produced using protein products from this helper plasmid alone. Primary receivers also contain an inducible integrase gene corresponding to the switch on the DNA message.</p>
+
-
<p>• When the switch on the message is flipped in primary receiver cells, gene VIII is expressed and the helper plasmid with gene VIII knockout is complemented. With a full suite of M13 genes, the modified version of the messaging phagemid (Mmod) can be packaged into viral particles and retransmitted.</p>
+
-
<p>• Secondary receiver cells are F+ and contain a gene for a fluorescent protein driven by a T7 promoter. When a secondary receiver cell receives a modified messaging phagemid (switch flipped), the T7 RNA polymerase expressed from the message causes detectable fluorescent protein production.</p>
+
-
<p>The goal for this system is for secondary receiver cells to receive the modified message phagemid when modification and retransmission by primary receivers is induced. The modified message should not be transmitted in absence of induction.</p>
+
-
<p>This system is prone to several undesired outcomes cause by various modes of failure, outlined below:</p>
+
-
<p>• Since primary receivers must be infected by Mori before they can produce Mmod, there is a time lag between accumulation of Mori and Mmod. A time lag is also expected in the “turnaround” between reception of a DNA message and accumulation of copy number and protein concentration that can fuel packaging and transmission of the modified message. If the majority of secondary receivers become infected with Mori during this turnaround, Mmod will not have a significant presence in the secondary receiver population.</p>
+
-
<p>• We have picked apart the M13 genome in order to allow control over production of viral particles. As a result, it is likely that production of viral particles by primary receivers may be less efficient than particle production in senders. If the rate of particle production is drastically reduced in primary receivers as compared to senders, Mori may accumulate much faster than Mmod throughout the entire experiment</p>
+
-
<p>2. Since the integrase that flips the switch in primary receivers is controlled by an inducible promoter, basal (uninduced) expression of integrase may cause unwanted flipping of the switch, which would result in production of Mmod in the absence of induction. Since a switch holds state after flipping, such an error would be irreversible. This problem is exacerbated by the fact that the resulting unwanted message transmission would spread to other cells. Such amplification of error could make the system effectively constitutive, even though an inducible promoter is employed.</p>
+
-
<p><b>Questions We would Like to Shed Light On</b></p>
+
-
<p>Our goal in modeling is model-based design. We would like to use our model to guide our design choices to direct lab efforts. We sought to use a model of the spread of Mori and Mmod through the co-cultured populations to shed light on the following questions:</p>
+
-
<p>• What is the minimum efficiency of viral particle production in primary receivers as compared to senders that preserves functionality of the system?</p>
+
-
<p>• What ratio of initial populations (senders : primary receivers : secondary receivers) is optimal to accomplish successful delivery of Mmod to the secondary receiver population?</p>
+
-
<p>• What is the effect of basal uninduced expression of integrase in primary receivers? To what extent does such error become amplified?</p>
+
-
<p><b>Model Construction</b></p>
+
-
<p>We used the following set of state variables and parameters to model the spread of Mori and Mmod through the co-cultured populations:</p>
+
-
<p>State variables (all time-dependent):</p>
+
-
<p>Ps = population of sender cells</p>
+
-
<p>P1 uninfected = population of primary receiver cells that have not received a DNA message</p>
+
-
<p>P2 uninfected = population of secondary receiver cells that have not received a DNA message</p>
+
-
<p>P1 ori = population of primary receiver cells carrying the original DNA message</p>
+
-
<p>P2 ori = population of secondary receiver cells carrying the modified DNA message</p>
+
-
<p>P1 mod (t,a) = population of primary receiver cells of age a at time t. Age a corresponds to how long the cell has been a P1 mod cell. This is important to know because of the turnaround time between reception of a DNA message and accumulation of phagemid and protein to fuel viral particle production.</p>
+
-
<p>P2 mod = population of secondary receiver cells carrying the modified DNA message</p>
+
-
<p>Mori = concentration of M13 viral particles carrying the original unmodified DNA message</p>
+
-
<p>Mmod = concentration of M13 viral particles carrying the modified DNA message</p>
+
-
 
+
-
<p>Parameters:</p>
+
-
<p>c = carrying capacity of the liquid growth medium</p>
+
-
<p>g = maximum growth rate of cells that are not producing viral particles in absence of pressure due to carrying capacity</p>
+
-
<p>r = maximum growth rate of cells that are producing viral particles as a fraction of g</p>
+
-
<p>k = adsorption rate of viral particles to cells</p>
+
-
<p>i = induction constant. i = 1 when message modification and retransmission is induced, and i = 0 when it is not induced</p>
+
-
<p>S(i) = rate of switch flipping per primary receiver carrying Mori</p>
+
-
<p>p = rate of viral particle production through intact M13 cistrons on the helper plasmid</p>
+
-
<p>b = rate of viral particle production through complemented helper plasmid with gene VIII knockout, expressed as a fraction of p</p>
+
-
<p>j1 = age at which viral particle production begins in P1 mod cells. Production starts at zero at age j1 and increases.</p>
+
-
<p>j2 = age at which viral particle production reaches its maximum and continues to maintain a steady rate</p>
+
-
+
-
<p>We built a differential equations (DEs) model of the system using these state variables and parameters, which is described below.</p>
+
-
+
-
<p>When modeling the growth of each population over the course of the experiment, the carrying capacity of the media had to be considered. To simplify our equations, we define:</p>
+
-
+
-
<img src="https://static.igem.org/mediawiki/2013/0/09/Pop_eqn1.png" />
+
-
<p>The DE for senders is a simple logistic growth equation: </p>
+
-
<img src="https://static.igem.org/mediawiki/2013/3/38/Pop_eqn3.png" />
+
-
<p>where the growth rate G is modified by r since senders produce viral particles and therefore grow more slowly. The DEs for P1 uninfected and P2 uninfected incorporate loss due to receipt of DNA messages, and the DE for P2 ori incorporates production due to receipt of DNA message:</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/Pop_eqn4.png" style="width: 920px;" />
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f4/Pop_eqn5.png" style="width: 920px;" />
+
-
<img src="https://static.igem.org/mediawiki/2013/5/55/Pop_eqn10.png" />
+
-
<p>Since there is a turnaround time associated with receipt, modification, and retransmission of a DNA message in primary receivers, the “age” of P1 mod cells – the time since they became capable of producing viral particles – is an important aspect of the system state for determining the rate of production of Mmod. We are therefore interested in P1 mod (t,a), where a is age, and we must use a partial differential equation to keep track of this state variable. The boundary condition for the PDE accounts for P1 mod(t,0), the production of P1 mod through flipping of the switch in P1 ori cells as well as direct infection by M1 mod.</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f8/Pop_eqn9.png" style="width: 920px;" />
+
-
<p>Production of Mori by senders occurs through intact helper plasmid at rate p</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/1/16/Pop_eqn11.png" />
+
-
<p>The rate of production of Mmod by P1 mod cells requires consideration of the age of the cells. The rate of production of Mmod by cells of a given age is defined by the function.</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/f/fe/Pop_eqn2.png" />
+
-
<p>where viral particle production by a P1 mod cell begins at age j1 and increases with age to maximal production rate bp at age j2, where 0 &lt; b &lt; 1. Production in these cells is likely slower than the rate in senders, p, because one of the M13 cistrons has been picked apart to allow complementation.
+
-
+
-
The production rate of Mmod at time t is determined from the distribution of P1 mod cells over all ages and the rate of particle production at each age through a convolution:</p>
+
-
<img src="https://static.igem.org/mediawiki/2013/3/35/Pop_eqn12.png" />
+
-
+
-
<p> <b> Analysis </b> </p>
+
-
<p>Analysis Analysis Analysis Analysis Analysis Analysis Analysis Analysis </p>
+
-
<p><b>Discussion</b></p>
+
-
<p> DiscussionDiscussionDiscussionDiscussionDiscussionDiscussion</p>
+
-
<p>Estimation of Parameter Values</p>
+
-
<p>Estimation of Parameter ValuesEstimation of Parameter ValuesEstimation of Parameter ValuesEstimation of Parameter ValuesEstimation of Parameter ValuesEstimation of Parameter ValuesEstimation of Parameter Values</p>
+
-
<p>In the absence of precise parameter values, a literature review provided reasonable ranges for the parameters that allowed us to make qualitative statements about the behavior of the system.</p>
+
-
<p>• Carrying capacity c was estimated as 1.5*109 cells/ml [1].</p>
+
-
<p>• Maximal growth rate g was estimated as ln(2)/20 – ln(2)/30  / min, for a doubling time between 20 and 30 minutes.</p>
+
-
<p>• Maximal growth rate of cells producing viral particles was taken as 1/4g – 1/2g [4].</p>
+
-
<p>• Adsorption rate k of viral particles to cells was taken as 3*10-11 ml/min [5].</p>
+
-
<p>• The rate of flipping of an invertible promoter switch inside a P1 ori cell when induced, S(1), was taken between 0.5 and 1 flips per cell per minute. The rate of switch flipping when uninduced, S(0), was taken between 0 and 0.5 flips per cell per minute.</p>
+
-
<p>• The rate of viral particle production p from the intact helper plasmid was taken to be 33 particles per cell per minute [6].</p>
+
-
<p>• The rate of viral particle production through complemented helper plasmid with gene VIII knockout is taken as bp, where p is the rate of production from intact helper plasmid and b is between 0 and 1. It is assumed that picking apart the M13 genome for purposes of complementation will either reduce efficiency or have no effect.</p>
+
-
<p>• The age at which viral particle production begins in P1 mod cells, j1, and the age at which viral particle production reaches a maximum are assumed to be similar to that of wildtype M13, and these values are taken to be 10 minutes and 50 minutes respectively [6]</p>
+
-
<p>• j1 = age at which viral particle production begins in P1 mod cells. Production starts at zero at age j1 and increases.</p>
+
-
<p>• j2 = age at which viral particle production</p>
+
-
<p>Some interesting questions that we can pose in the model could be what would happen if the parameters that were chosen were allowed to vary significantly.  These questions could be answered by analyzing our model with a few changes.
+
-
Some questions could be</p>
+
-
 
+
-
<p>- What would happen if the reduction in efficiency, r, would change to different factors? Even if the system has already been induced.</p>
+
-
<p>- What initial conditions should we start with so we can attain the values we hoped for?</p>
+
-
<p>- What is the threshold of leakiness should we allow and how would the model break if the leaky promoter were quite severe?</p>
+
-
 
+
-
<p>We shall now examine the first question.</p>
+
-
<p>Below, we have values of the reduction in efficiency plotted for various values of r.  Namely, we have r = 0.01, 0.1, 0.25, 0.75 and 1.  We would also like to note that these graphs were plotted assuming that the inducer has been put in, s=0.5, and the initial conditions of the bacteria is a 1:10:5 where the first value is the sender population, the second value is the primary receiver population and the third value is the secondary receivers.</p>
+
-
 
+
-
 
+
-
 
+
-
<p>As we can see, as r increases, the secondary modified message would increase which would make sense since as the production of the secondary phagemid is more efficient, it would create more viruses thus there would be a greater volume infecting the cells.  There is one remark that is interesting and that is of when r = 0.01 and that is even when the inducer has we induced into the environment, there are not enough virus to infect the secondary receivers.  We would also like to note that when the secondary phagemid is not efficient, the primary virus is infecting all the secondary cells.
+
-
Now we will examine the second question.
+
-
Below, would be the graphs of different ratios of the starting populations in an induced environment with the reduction of efficiency set to 0.5. 
+
-
</p>
+
-
<p>As shown, when the initial conditions are at a ratio of 1:20:10, we see this seems to be the most optimal since this is in the induced system; we have a strong presence of the secondary modified message.  This is a strong statement because it shows that the secondary phagemid is indeed being produced by the primary cells.</p>
+
-
 
+
-
<p>For these two situations when the primary population is too low, there are not enough primary cells to be infected to produce the secondary phagemid thus there would be no modified secondary population.  The reason why the secondary population with the original is so high is because the sender phagemid have nothing else to infect thus must infect the secondary cell population. </p>
+
-
 
+
-
<p>For the graphs above, we see that the secondary cells is the least thus there are not enough of the secondary cells to be infected.  For the top graph, there is also a lot of secondary cell with original message because the primary cells get infected first thus would have more time to multiply which would then get infected by the primary phagemid since there are an abundance of them.  For the bottom graph, we see that the primary cells are absorbing all the sender phagemid and due to the scarcity of the secondary cells, are not being infected with the secondary phagemid that would explain the low levels of the secondary cells infected with the secondary phagemid.</p>
+
-
 
+
-
<p>In this case, we see that there is a large amount of secondary cells infected with the secondary phagemid.  This is due to the high amounts of secondary cells available for the secondary phagemid to infect. The small concentration of primary infected cells is due to the low amount of sender population that is infecting the primary cells however when the secondary phage is produced, it would quickly infect a secondary cell.
+
-
 
+
-
Now we shall analyze the third question
+
-
An interesting question would be how much is leakiness involved with the model and what would be the upper bound on leakiness that would conform to the model.
+
-
Similar to the previous graphs, the initial conditions are a 1:10:5 ratio and the reduction of efficiency is 0.5.</p>
+
-
 
+
-
<p>As we can see when the probability of leakiness is on a magnitude of 10^-3, it is well behave as in the secondary modified cells are not as present since there are not a lot of secondary phagemid to infect the cells.  However, as shown above, when the magnitude is about 10^-2, it seems as though there are more secondary phagemids that can infect the secondary cells which would cause a large concentration of the secondary modified cell.
+
-
 
+
-
Thus as we have seen in this analysis that there are some questions that can be solve however many questions can be asked since there may be improvements to the model or the initial parameters themselves.</p>

+
-
 
+
-
References:
+
-
 
+
-
<p>3. Short protocols in molecular biology, Fred Ausubel et al., 5th ed. Vol. 1 pp. 1-5</p>
+
-
<p>4. Sambrook J, Russell DW. Molecular Cloning: A Laboratory Manual. 3rd edition. Cold Spring Harbor Laboratory Press, Cold Spring Harbour, NY. 2001.</p>
+
-
<p>5. Tzagoloff, H., and D. Pratt. 1964. The initial steps in infection with coliphage M13. Virology 24:372?380.</p>
+
-
<p>6. Clackson, T., & Lowman, H. B. (2006). Phage display, a practical approach. (pp. 2-14). New York, NY: Oxford University Press, USA.</p>
+
-
 
+
-
 
+
-
          <h1 id="s_MathModelling_PhageParticle">Phage Particle Production Modelling</h1>
+
-
 
+
-
'''Description'''
+
-
M13’s relatively small genome can be classified in three succinct subsets: structural (genes III, and VI - IX), morphogenetic (genes I, IV, and XI), and replicative (genes II, V, and X). The replicative genes play the largest role in our project, but in order to model the behaviour of the virus from infection to secretion, we must take into account all of the genes, their respective proteins, and their functions. By creating a differential model of the set of mRNA strands, proteins, and DNA forms present inside a bacterial host cell at any point in time, one can see the effects of increasing or decreasing levels of specific compounds on viral production and packaging. The main function behind each of the proteins can be found in the main project summary.
+
-
The protein produced by the translation of gene V (pV) is responsible for much of the regulation of viral replication, and thus is central to the model. If there is too much pV present in the cell, it will sequester the infected form (IF) DNA and stop the replicative process; too little, and the process can’t take place [3-7]. As the concentration of pV stabilizes (along with the other regulatory proteins, pII, pV, and pX), a steady state of viral production and secretion is achieved.
+
-
The model constructed by the viral assembly team is complimentary to the goals of the switch and the population dynamics teams. The designs conceived by the switch team could be mathematically tested by the assembly model. For example, what is the effect of removing a subset of genes from M13’s genome? Or, will assembly/secretion still occur if those genes are re-introduced after a switch event? Further, the fidelity of the population dynamics model would benefit from having realistic estimates of viral secretion rates over time. This is a specific quantity the assembly model hopes to determine.
+
-
The assembly group’s research and model development has implications on the project’s design. Through the model, genes that were mandatory for assembly or secretion can be characterized.  Selecting which genes to withhold from the primary receivers (i.e. which genes to include on the helper phagemid) relies on this info.  The wrong choice could result in host cell death or crippling of the infecting viral particles, preventing retransmission (the goal of the design). Testing such choices with a mathematical model rather than in a lab experiment saves both time and money.
+
-
 
+
-
Citations:
+
-
[1] Sambrook J, Russell DW. Molecular Cloning: A Laboratory Manual. 3rd edition. Cold Spring Harbor Laboratory Press, Cold Spring Harbour, NY. 2001
+
-
[2] Baas, P. D. (1985). Biochim. Biophys. Acta. 825, 111-139
+
-
[3] Mazur, B. J. & Model, P. (1973). J. Mol. Biol. 78, 285-300.
+
-
[4] Webster, R. E. & Cashman, J. S. (1973). Virology. 55, 20-38.
+
-
[5] Mazur, B. J. & Zinder, N. D. (1975). Virology. 68, 490-502.
+
-
[6] Geider, K. & Kornberg, A. (1974). J. Biol. Chem. 249, 3999-4005.
+
-
[7] Salstrom, J. S. & Pratt, D. (1971). J. Mol. Biol. 61, 489-501.
+
-
[8] Fulford, W. "Bacteriophage F1 DNA Replication Genes *1II. The Roles of Gene V Protein and Gene II Protein in Complementary Strand Synthesis." Journal of Molecular Biology 203.1 (1988): 39-48. Print.
+
-
[9] Haigh, Nora G., and Robert E. Webster. "The pI and pXI Assembly Proteins Serve Separate and Essential Roles in Filamentous Phage Assembly." Journal of Molecular Biology 293 (1999): 1017–1027.
+
-
[10] Russel, Marjorie. "Interchangeability of Related Proteins and Autonomy of Function: The Morphogenetic Proteins of Filamentous Phage f1 and IKe Cannot Replace One Another." Journal of Molecular Biology 227 (1992): 453-462.
+
-
[11] Wickner, William, Gail Mandel, Craig Zwizinski, Marjorie Bates, and Teresa Killick. "Synthesis of phage M13 coat protein and its assembly into membranes in vitro." Proceedings of the National Academy of Sciences 75.4 (1978): 1754-1758.
+
-
 
+
-
 
+
-
'''Equations'''
+
-
 
+
-
\begin{equation} \frac{d[S_j]}{dt} = \alpha_j[RF] - \delta_j[S_j] \end{equation}
+
-
 
+
-
\begin{equation} \frac{d[P_i]}{dt} = \beta_i[M_i^F] - \delta_D[P_i] \end{equation}
+
-
 
+
-
\begin{equation} [M_i] = \sum_{\text{mRNA}}[S_j] \end{equation}
+
-
 
+
-
\begin{equation} [M_i^F] = \left(1 - \frac{[P_5]}{k_i + [P_5]}\right)[M_i] \end{equation}
+
-
 
+
-
\begin{equation} \frac{d[RF]}{dt} = k_{conv}[IF^F] - \delta_D[RF] \end{equation}
+
-
 
+
-
\begin{equation} \frac{d[IF]}{dt} = k_{RC}\left(1 - \frac{[P_2]}{H + [P_2]}\right)[RF] - k_{exp}[IF^S] - \delta_D[IF] \end{equation}
+
-
 
+
-
\begin{equation} [IF^F] = \left(1 - \frac{[P_5]^n}{K^n + [P_5]^n}\right)[IF] \end{equation}
+
-
 
+
-
\begin{equation} [IF^S] = \left(\frac{[P_5]^n}{K^n + [P_5]^n}\right)[IF] \end{equation}\\*
+
-
 
+
-
\begin{equation} \forall m \in \{1, \dots, 8\},\;\; \forall j \in \{1, \dots, 11\} \end{equation}
+
-
 
+
-
 
+
-
'''Variables'''
+
-
S_j : The jth mRNA sequence, with j starting at the gene 2 promoter
+
-
α_j : Transcription rate from of jth promoter
+
-
β_i : Translation rate from gene i mRNA
+
-
δ_j : Degradation rate of jth mRNA
+
-
δ_D : Dilution rate
+
-
k_conv : Rate constant for IF → RF converstion
+
-
k_RC : Rate constant for rolling-circle replication
+
-
k_exp : Rate constant for export of sequestered IF from infected cell
+
-
k_i : Half-saturating constant for P5 binding to mRNA for gene i
+
-
H: Half-saturating constant for P2 binding to RF
+
-
K : Half-saturating constant for P5 co-operative binding to IF
+
-
n : Co-operativity constant for P5 binding to IF
+
-
M_i : mRNA coding for the ith gene on the M13 genome, as labelled in literature
+
-
M_i^F: Unbound (“free”) mRNA for gene i
+
-
P_i : The protein product of the ith gene
+
-
RF: “Replicative Form” (double stranded) viral DNA
+
-
IF: “Infective Form” (single-stranded) viral DNA
+
-
 
+
-
'''Output'''
+
-
 
+
-
'''Discussion'''
+
-
Our governing differential equations reflect our attempt to model M13’s genetic regulatory mechanisms with appreciable fidelity. All direct byproducts of the viral genome were regarded as state variables over time, and degradation/dilution play a role in each synthesis equation. Equations (20) and (21) correspond to mRNA and subsequent protein synthesis, with considerations for unique translation and transcription rates, captured by our estimated parameters. Equation (22) accounts for the fact that mRNA concentrations for a specific gene are given by the sum of all pertinent mRNA chains (chains which contain said mRNA), as described by the known order of genes and promoters in the genome. In equation (23), P5 plays the role of regulating the translation of all mRNA. This is critical; by hindering its own synthesis, it creates a stabilizing negative feedback loop. Equations (24) through (27) measure the rates of change of each form of viral DNA. RF synthesis (equation (24)) is controlled by host processes and depends on free IF DNA. Equation (25), which considers total IF DNA synthesis, acknowledges the role of P2 in rolling circle DNA production, as well as the fact that IF DNA is constantly being sequestered by P5. Free IF DNA and its counterpart, sequestered IF DNA, have rates of synthesis that depend on the total IF concentration and incorporate co-operativity, as suggested by previous M13 research. Through its presence in equations (23), (26), and (27), P5 asserts its role as a key player in the genetic regulatory system.
+
-
 
+
-
 
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <!--HumanPractices-->
+
-
      <div id="p4" class="page">
+
-
        <div class="pageStuff">
+
-
          <img src="https://static.igem.org/mediawiki/2013/f/fa/KJHKJHKJHJK.png" />
+
-
          <p> The University of Waterloo’s iGEM – Human Practices team is a diverse team whose goal is to raise awareness on issues regarding synthetic biology. The team also provides the student community information about the latest in the research area of synthetic biology to help the community make informed, accurate and fact-based opinions. Our goal is to strengthen the bridge between the community and their knowledge of synthetic biology while eliminating misconceptions regarding synthetic biology. </p>
+
-
 
+
-
          <p>In the past year, the team gained valuable experience and information through the projects they worked on. Each project provided more insight on how informed the student community is on the topic of synthetic biology. This further helped us plan out activities that helped us achieve our goal. </p>
+
-
 
+
-
          <p>One of the main purposes behind the projects this year to enrich, educate and empower the student community. To achieve this goal, various activities were planned to inform the student community about the field of synthetic biology, it’s potentials and how it affects the world around us. These activities provide fundamental knowledge of synthetic biology and it’s uses, allowing the participants and the viewers to form an informed, accurate and fact-based opinion about the topic. </p>
+
-
 
+
-
          <h1 id="s_HumanPractices_TIL">T.I.L. Syn Bio</h1>
+
-
          <img src="https://static.igem.org/mediawiki/2013/c/c4/1017249_651723764856881_161904421_n.jpg" style="float: left; width: 450px; height: 311.7px; padding: 25px;" />
+
-
          <p>
+
-
            iGEM is a community of people passionate about synthetic biology – how can we best convey this while reaching out to the student community? Sometimes reading papers and textbooks doesn't quite do it for understanding an idea. As students, we know it can be difficult to grasp some concepts we’re not familiar with. So what’s a better way to communicate an idea? Could social media be the answer? That was the idea behind the VLOG series TIL: Syn Bio.
+
-
          </p>
+
-
          <p>
+
-
            These series are a quick and effective way to convey the ideas and passion of synthetic biology. The series has many episodes that highlight various aspects of synthetic biology through a mixture of one-on-one videos and animated style videos.
+
-
            The series begin with episodes explaining  “What is Synthetic Biology?, “Fundamental Advances” and “Cell-to-Cell Communication” (Waterloo iGEM’s 2013 project). This phase of the series is important to orient the viewers and provide some background information.
+
-
<iframe src="//player.vimeo.com/video/75619228" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/75619228">igem-cmit</a> from <a href="http://vimeo.com/user21333542">Waterloo iGEM</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
+
-
 
+
-
 
+
-
During the second part of the series, the team takes a fun twist. Using the <a href="https://www.facebook.com/media/set/?set=a.651407778221813.1073741826.299760353386559&type=3">TIL: Synthetic Biology outreach event footage </a> to compare the viewpoints of students and professors on various topics relating to synthetic biology. The footage from this event is used for addressing many factors associated with the idea of synthetic biology. These factors range from the background knowledge to stigma associated with synthetic biology and from the regulations needed to its future potential.
+
-
          </p>
+
-
          <p> The series begins with these six videos, leaving the rest of the series to be shaped by viewers. Ultimately, viewers engage with the team about what they want to see in future videos, ask questions they want answered and connect with information from a variety of sources. </p>
+
-
          <p>
+
-
            The TIL: Synthetic Biology outreach event (used as part of the video series) was well-received. The team came prepared with questions to ask passing students. Students were also given 4-5 days notice via Facebook. The idea behind this aspect of the video was to have it be a surprise. Questions like "do you support GMOs?", "would you eat modified fruit/meat?", "who should be able to practice synthetic biology/should it be open sourced?" and many more were asked. The team was in for some surprises with the diversity of knowledge on campus! We hope incorporating the footage into our series will give participants a fun look into their experience, which they can easily share with their friends and family.
+
-
            Overall, we hope that the team's work will inspire more leaders to take part and contribute to the advances in synthetic biology, regardless of their academic or professional background.
+
-
          </p>
+
-
 
+
-
          <h1 id="s_HumanPractices_IntentToInvent">Intent to Invent</h1>
+
-
          <p>
+
-
            <img src="https://static.igem.org/mediawiki/2013/7/75/Sdfa.png" style="float: right;"/>
+
-
            Intent to Invent was hosted on March 07, 2013 at the University of Waterloo’s Quantum Nano Center. The purpose of the event was to:
+
-
          </p>
+
-
          <ol>
+
-
            <li>Connect the students to experts in 3 key industries that use synthetic biology in their processes: Agriculture, Health and Pharmaceuticals. </li>
+
-
            <li>Bridge the level of discomfort a scientist has in regards to business.</li>
+
-
            <li>To encourage entrepreneurship within the scientific community by delivering resourceful content from industry experts. </li>
+
-
          </ol>
+
-
          <p>The event promoted open panel discussions of emerging technologies in biotechnology and other advanced biological fields within the 3 industries. Students got a chance to see how synthetic biology is the connected to entrepreneurship, innovation and commercialization. They learned about the industry perspectives and barriers faced by biological companies at different stages in their business model. This talk also encouraged entrepreneurship within the scientific community by delivering resourceful content form industry experts. Each speaker gave a 20-minute mini lecture on topics including: Clinical Trial Drug Development, Commercialization of Biomass and Energy Products and Entrepreneurial Barriers for Biotechnology Companies. </p>
+
-
          <p>Steve jobs once said, “I think the biggest innovation of 21st century will be the intersection of biology and technology. A new era is beginning, just like the digital one…”. Through sessions such as Intent to Invent, Waterloo iGEM hopes to enrich the experience of science enthusiasts as well as those just curious about synthetic biology and it’s potential. By connecting these students to industry experts, we were able to gage their interests in an innovative and entrepreneurial aspect of science. Many students showed interest in learning more about the bridge between science and business in the future. iGEM received good feedback regarding Intent to Invent, as many students felt that the information they learned was very valuable. Waterloo iGEM provided many students the appropriate connection and information they need to start connecting the scientist in them with the businessman/businesswoman in them. </p>
+
-
 
+
-
          <h1 id="s_HumanPractices_SpecialProject">VeloCity Science</h1>
+
-
 
+
-
          <img src="https://static.igem.org/mediawiki/2013/a/a6/856660_410285079064317_1925950386_o.jpg" style="margin-left: 24px;"/>
+
-
          <p>How do we inspire young people to eliminate the gap between science and business? The conventional education system does not provide for this overlap. There is a job unemployment crisis throughout North America, and from the past experience, this is the perfect time to turn to entrepreneurship for solutions. It is time to do what we have done to the IT industry back in the 80s, but with biotechnology  this time. The perfect storm is brewing. Economic downturns have proven to be the best time for entrepreneurship. The Canadian government has seen this and supports entrepreneurial initiatives like these. And most importantly, we have bright young people hungry to make changes to the world.</p>
+
-
 
+
-
<p>And that’s why VeloCity Science has been started, an entrepreneurship program that brings together the right business resources (networks, mentorship, legal and financial services, etc.) and the right technical resources (wet-lab space, consumables and equipment) to create kick-ass biotechnology start-ups.</p>
+
-
 
+
-
<p>But that’s not all. Above of all these resources, it is the sense of community that is crucial for the success of these entrepreneurs. The University of Waterloo has proven time and time over in providing a strong sense of community to our entrepreneurs through the programs like Accelerator Centre, Communitech Hub, and VeloCity.</p>
+
-
 
+
-
<p>That’s the story of VeloCity Science, and we are just starting to write it.
+
-
          </p>
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <!--Gallery-->
+
-
      <div id="p5" class="page">
+
-
        <div class="pageStuff">
+
-
          <h1 id="s_Gallery_Laboratory">Laboratory</h1>
+
-
          <p>
+
-
            <div id="labPhotos" class="photoSection"></div>
+
-
          </p>
+
-
          <h1 id="s_Gallery_IntentToInvent">Intent to Invent</h1>
+
-
          <p>
+
-
            <div id="intentToInventPhotos" class="photoSection"></div>
+
-
          </p>
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <!--Safety-->
+
-
      <div id="p6" class="page">
+
-
        <div class="pageStuff">
+
-
          <h1>Safety</h1>
+
-
          <p>
+
-
            All experiments are carried out in a BL2 certified lab. Researcher safety when using E. coli, would not be compromised in safety issues due to use of M13. It poses no threat at all to humans. While, the E. coli strain used was relatively harmless, treatment of possible infections may potentially be affected by the antibiotic resistance. Furthermore, spontaneous mutations which result in increased infectivity may result.  However, measures and precautions suggested by the Canadian biosafety guidelines were taken to minimize even the slight chance of infection. Additionally, the working conditions of the lab is already above the recommended safety level of BL1 for usage of M13 viruses. Every member of the team has been trained with safety modules and went through a week of lab training and continuous oversight from the Advisors and his graduate students in the lab. All lab members, including graduate students or other students that were working in the lab, wore appropriate PPEs and disposed all consumable in appropriate biological waste boxes. All surfaces were wiped down with ethanol after use and all glassware was washed immediately after their usage.
+
-
          </p>
+
-
          <p>
+
-
            The design of the project does not call for release into the public. Additionally, the project design does not produce any harmful products. Through it is possible that the construct could get released to the general public accidentally. But, the product of the constructs only produce fluorescent proteins and it can only be used in a controlled setting with a certain type of chemical present in the environment, thus making it ineffective when released to the public. Because safety of the public and the lab members is our utmost concern, we have ensured that all wastes are thrown out appropriately and autoclaved so that accidentally release would never occur.
+
-
          </p>
+
-
          <p>
+
-
            There are no additional risks posed by our projects compared to other general BL1 lab concerns. Our bacteria are not pathogenic and are unable to survive outside of the lab environment, because they are unable to effectively compete with other organisms in nature. As stated above, all wastes are discarded according to the Waterloo standards and autoclaved.
+
-
          </p>
+
-
          <p>
+
-
            There is no potential for harm to human health through use of our constructs, as described above. There is therefore no risk of malicious use.
+
-
          </p>
+
-
          <p>
+
-
            Our constructs pose no threats to human health, as described above, and scaling up would not change this. Our project is a "fundamental advance" that contributes to the coordination of population-level cellular behavior by allowing messages to be sent between populations of E. coli cells. However, many additional layers of complexity in engineering would be required to use our method to enable pathogenic or otherwise dangerous behaviors in populations of cells.
+
-
          </p>
+
-
          <p>
+
-
            The cell to cell communication project does include packaging viral particles. Although there are only some proteins of the M13 virus that are packaged and are therefore not a safety risk. M13 is not a safety risk even if its whole genome is packaged. Our project poses no threat to safety and thus we haven't implemented any of these mechanisms.
+
-
          </p>
+
-
          <p>
+
-
            All the lab and design team members successfully passed the following safety training: Employee Orientation Training Session: https://info.uwaterloo.ca/infohs/hse/online_training/employee-orientation/Staff%20Orientation.swf
+
-
            Workplace Violence and Harassment Training: https://info.uwaterloo.ca/infohs/hse/online_training/workplace_violence/workplace_violence.html
+
-
            General Laboratory Safety: https://info.uwaterloo.ca/infohs/hse/online_training/lab_safety/lab_safety_course.html
+
-
            WHMIS: http://www.safetyoffice.uwaterloo.ca/hse/lab_safety/index.html
+
-
            Laboratory BioSafety Training: https://info.uwaterloo.ca/infohs/hse/online_training/biosafety/biosafety.swf
+
-
          </p>
+
-
          <p>
+
-
            The BioSafety Guidelines followed by uWaterloo iGEM team can be found here: http://www.safetyoffice.uwaterloo.ca/hse/bio_safety/legislation.html
+
-
          </p>
+
-
          <p>
+
-
            University of Waterloo has a Biosafety Committee and can be found here: http://www.safetyoffice.uwaterloo.ca/hse/bio_safety/bsc.html. Although the project has not been discussed with the Biosafety Committee, it has been discussed with several faculty members and has been found to have no risks. Furthermore, the laboratories operating at the University of Waterloo have obtained permits from the Bio-Safety Committee in order to perform intended research. Since the Waterloo iGEM team performs all laboratory work in a parent lab under the guidance of the Masters and PhD students of that lab, the permits obtained by the parent lab cover the projects carried out in the lab.
+
-
          </p>
+
-
          <p>
+
-
            Canada has very well established biosafety regulations and guidelines which can be found here: http://www.phac-aspc.gc.ca/lab-bio/
+
-
          </p>
+
-
          <p>
+
-
            The laboratory we work on cell to cell communication project is rated level 1.
+
-
          </p>
+
-
          <p>
+
-
            E.coli strains that Waterloo iGEM team works with falls within the risk level 1. Additionally the laboratory we operate in is certified for work with the above listed risk group of the E.coli.
+
-
          </p>
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <!--Sponsors-->
+
-
      <div id="p7" class="page">
+
-
        <div class="pageStuff">
+
-
          <img style="width: 900px;" src="https://static.igem.org/mediawiki/2013/d/de/Waterloo_Sponsors.jpg"></img>
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <!--Team-->
+
-
      <div id="p8" class="page">
+
-
        <div class="pageStuff">
+
-
          <h1 id="s_Team_Administrators">Administrators</h1>
+
-
          <div id="administratorPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
 
+
-
          <h1 id="s_Team_LabDesign">Lab &amp; Design</h1>
+
-
            <h2>Team Leaders</h2>
+
-
            <div id="teamLeaders" class="photoSection"></div>
+
-
            <div class="clearFix"></div>
+
-
 
+
-
            <h2>Team</h2>
+
-
            <div id="team" class="photoSection"></div>
+
-
            <div class="clearFix"></div>
+
-
 
+
-
          <h1 id="s_Team_MathModelling">Mathematical Modelling</h1>
+
-
          <div id="mathModellingTeamPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
          <div style="font-size: 16px; font-weight: bold; margin-left: 20px;">
+
-
            Dejan Cvijanovic
+
-
            <br />
+
-
            Brandon Fung
+
-
            <br />
+
-
            Moses Wanyonyi
+
-
            <br />
+
-
            Magda Karski
+
-
            <br />
+
-
            Samantha Hirniak
+
-
            <br />
+
-
            John Drake
+
-
            <br />
+
-
            Jordan Lapointe
+
-
            <br />
+
-
          </div>
+
-
 
+
-
          <h1 id="s_Team_HumanPractices">Human Practices</h1>
+
-
          <div id="humanPracticesTeamPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
 
+
-
          <!--<div style="height: 20px;">&nbsp;</div>-->
+
-
 
+
-
          <h1 id="s_Team_Advisors">Advisors</h1>
+
-
          <div id="advisorPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
 
+
-
          <h1 id="s_Team_GradStudentAdvisors">Graduate Student Advisors</h1>
+
-
          <div id="gradStudentPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
 
+
-
          <h1 id="s_Team_WebDev">Web Developer</h1>
+
-
          <div id="webDevPhotos" class="photoSection"></div>
+
-
          <div class="clearFix"></div>
+
-
 
+
-
          <h1 id="s_Team_Acknowledgements">Acknowledgements</h1>
+
-
 
+
-
<p>We would like to offer special thanks to the following groups for your help</p>
+
-
 
+
-
<p>• Our advisors for donating your time and intellectual knowledge to the team</p>
+
-
<p• Our sponsors for your donation and support to our team.</p>
+
-
<p>• Members of the Charles lab from University of Waterloo for your generous sharing of lab space, equipment and constructive suggestions to our project. </p>
+
-
<p>• Endy lab from Stanford University for proposing the use of cell-cell DNA messaging and sharing of knowledge and parts. </p>
+
-
<p>• Monica Martinez from Endy lab for your supportive role in our project and expertise in the usage of M13.</p>
+
-
<p>• Our IGEM collaborator this year: team UOttawa for helping us with the making of our constructs and interchange of knowledge. </p>
+
-
<p>• Staff of University of Waterloo Department of Biology for your timeless support and encouragement to our team. </p>
+
-
<p>• Dr. Maud Gorbet's from University of Waterloo for the sharing and expertise on flow cytometry for detecting reporter molecules.</p>
+
-
<p>• Dr. Mongol Marsden from University of Waterloo for the use of fluorescent microscope </p>
+
-
<p>• Susanna Zucca from Magni lab of Università degli Studi di Pavia for your sharing of parts for the single copy switch experiment.</p>
+
-
<p>• Andrew Dhawan for your guidance for the Mathematical Modelling team. </p>
+
-
<p>• Dr. Roderick Slavcev from pharmacy for his guidance with M13 bacteriophage. </p>
+
-
<p>• Dr. Gord Surgeoner, Dr. Catherine Burns, and Nicky Arvanitis for your insight presentation at our Intent to Invent seminar.</p>
+
-
<p>• All members of University of Waterloo IGEM 2013 for your sleepless nights and love for synthetic biology</p>
+
-
        </div>
+
-
      </div>
+
-
 
+
-
      <div class="clearFix"></div>
+
-
 
+
-
    </div>
+
-
 
+
-
    <div id="layer0" class="layer">
+
-
    </div>
+
-
 
+
-
  </div>
+
-
 
+
-
  <div class="footer"></div>
+
-
   <!--
+
    
-
  <div class="sideArt">
+
-
    <img src="https://static.igem.org/mediawiki/igem.org/6/64/Waterloo_igem_main_art.jpg"/>
+
-
  </div>
+
-
  -->
+
</body>
</body>
</html>
</html>

Revision as of 00:15, 23 October 2013