Difference between revisions of "Team:NCKU Tainan/Improvement"

 
(43 intermediate revisions by 6 users not shown)
Line 30: Line 30:
 
     display: flex;
 
     display: flex;
 
     flex-direction: column;
 
     flex-direction: column;
     width: 17rem;
+
     width: 19.68vw;  
 
     height: 100vh;
 
     height: 100vh;
 
     z-index:1;
 
     z-index:1;
Line 52: Line 52:
 
     scroll-behavior: smooth;
 
     scroll-behavior: smooth;
 
}
 
}
 +
.navrow{
 +
    height:4.314vw;
 +
 +
.nav-item{
 +
    font-size: 1.7vw;
 +
 
.navtrick{
 
.navtrick{
 
     position:relative;
 
     position:relative;
Line 73: Line 79:
 
     text-align: left;
 
     text-align: left;
 
     position:relative;
 
     position:relative;
     left: 2rem;
+
     left: 2.3vw;
     font-size: 2rem;
+
     font-size: 2.3vw;
 
     color:#042f46;
 
     color:#042f46;
 
     font-family: 'Josefin Sans', sans-serif;
 
     font-family: 'Josefin Sans', sans-serif;
Line 97: Line 103:
 
}
 
}
  
 +
.coverphoto{
 +
    opacity: 0.2;
 +
    width: 100vw;
 +
    position: absolute;
 +
    left: -2rem;
 +
    height: 100vh; 
 +
 +
section.resume-section-coverphoto {
 +
  min-height:93vh;
 +
 +
 
 +
 
 +
/*needed*/
 
section.resume-section {
 
section.resume-section {
     padding-left: 20rem;
+
     padding-left: 23.4vw;
     padding-right: 3rem;
+
     padding-right: 7.12vw;
     padding-top: 2rem;
+
     padding-top: 2.08vw;
     padding-bottom: 5rem;
+
     padding-bottom: 5.1vw;
 
}
 
}
 
section.resume-section {
 
section.resume-section {
    min-height: 100vh;
 
 
     display: flex;
 
     display: flex;
 
     align-items: center;
 
     align-items: center;
     max-width: 85rem;
+
     max-width: 97vw;
 
}
 
}
 
#h1-title{
 
#h1-title{
Line 132: Line 150:
 
     margin-left: 0.5rem;
 
     margin-left: 0.5rem;
 
     position:relative;
 
     position:relative;
     left:1vw;
+
     left: 1vw;
     width: 4rem;
+
     width: 4.3vw;
     height: 4rem;
+
     height: 4.3vw;
 
}
 
}
 
.caption-design{
 
.caption-design{
Line 205: Line 223:
 
     width: 22rem;
 
     width: 22rem;
  
 +
}
 +
@media only screen and (max-width: 995px) {
 +
  #sideNav {
 +
    display:none;
 +
 
 +
  }
 +
  section.resume-section-coverphoto {
 +
    min-height: 94vh;
 
}   
 
}   
 +
  section.resume-section {
 +
    padding-left: 16.8vw;
 +
    padding-right: 3rem;
 +
    padding-top: 1rem;
 +
    padding-bottom: 1rem;
 +
    display: flex;
 +
    align-items: center;
 +
    max-width: 80vw;
 +
}
 +
.hrmar{
 +
  margin: 0 2rem 0 0;
 +
}
 +
 
 +
 
 +
 +
 +
@media only screen and (max-width: 650px) {
 +
  .headtitle {
 +
    font-size: 2.5rem !important;
 +
 
 +
  }
 +
 +
}   
 +
 
 +
 
 
</style>
 
</style>
 
<body>
 
<body>
Line 221: Line 272:
 
<div class="row navrow">
 
<div class="row navrow">
 
<div class="col-2"></div>
 
<div class="col-2"></div>
<div class="col-6"><li  class="nav-item" id="exp1"><a class="nav-link js-scroll-trigger nav-list" id="nav-item-list" href="#overview">- Overview </a></li></div>
+
<div class="col-6" style="z-index:2"><li  class="nav-item" id="exp1"><a class="nav-link js-scroll-trigger nav-list" id="nav-item-list" href="#overview">- Overview </a></li></div>
<div class="col-4"><img id="testtest1" src="https://static.igem.org/mediawiki/2020/b/bb/T--NCKU_Tainan--logo_maginifier.png" alt="magnifier" style="left=-1rem"></div>
+
<div class="col-4" style="z-index:1"><img id="testtest1" src="https://static.igem.org/mediawiki/2020/b/bb/T--NCKU_Tainan--logo_maginifier.png" alt="magnifier" style=""></div>
 
</div>
 
</div>
  
 
<div class="row navrow">
 
<div class="row navrow">
 
<div class="col-2"></div>
 
<div class="col-2"></div>
<div class="col-6"><li  class="nav-item" id="exp2"><a class="nav-link js-scroll-trigger nav-list" id="nav-item-list" href="#results">- Results </a></li></div>
+
<div class="col-6" style="z-index:2"><li  class="nav-item" id="exp2"><a class="nav-link js-scroll-trigger nav-list" id="nav-item-list" href="#results">- Results </a></li></div>
<div class="col-4"><img id="testtest2" src="https://static.igem.org/mediawiki/2020/b/bb/T--NCKU_Tainan--logo_maginifier.png" alt="magnifier"></div>
+
<div class="col-4" style="z-index:1"><img id="testtest2" src="https://static.igem.org/mediawiki/2020/b/bb/T--NCKU_Tainan--logo_maginifier.png" alt="magnifier"></div>
 
</div>
 
</div>
  
Line 238: Line 289:
 
     <div class="container-fluid p-0">
 
     <div class="container-fluid p-0">
 
         <!-- Description-->
 
         <!-- Description-->
         <section class="resume-section">
+
         <section class="resume-section resume-section-coverphoto">
 +
            <img src="https://static.igem.org/mediawiki/parts/9/9e/T--NCKU_Tainan--BBa_K3490011_impruhggjku7y.jpeg" class="coverphoto">
 
             <div class="resume-section-content" id="pdescription">
 
             <div class="resume-section-content" id="pdescription">
 
                 <div id="h1-title">
 
                 <div id="h1-title">
                     <h1 class="mb-0 pl-2" >
+
                     <h1 class="mb-0 pl-2 headtitle" >
 
                         Improvement
 
                         Improvement
 
                         <!--<span class="text-primary">Taylor</span>-->
 
                         <!--<span class="text-primary">Taylor</span>-->
Line 251: Line 303:
 
             </div>
 
             </div>
 
         </section>
 
         </section>
        <hr class="hrmar" />
 
  
 
         <!-- Project Background-->
 
         <!-- Project Background-->
Line 259: Line 310:
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">
 
                     <div class="flex-grow-1">
                         <p>    One of the goals we want to achieve is to attach our bacteria to the inner chamber of the contact lens. Here, we used CsgD, a master regulator of biofilm production; and CsgA, a major subunit of the curli fimbriae. Based on research, curli fibers are involved in adhesion to surfaces, cell aggregation, and biofilm formation<sup>[<a href="#ref1" class="linklink">1</a>]</sup>. As a transcription factor of curli proteins, CsgD can regulate the expression of <i>csgA</i>, leading to a biofilm production.</p>
+
                         <p>    One of the goals we want to achieve is to attach our bacteria to the inner chamber of the contact lens. Here, we used <i>csgD</i>, a master regulator of biofilm production; and <i>csgA</i>, a major subunit of the curli fimbriae. Based on research, curli fibers are involved in adhesion to surfaces, cell aggregation, and biofilm formation<sup>[<a href="#ref1" class="linklink">1</a>]</sup>. As a transcription factor of curli proteins, <i>csgD</i> can regulate the expression of <i>csgA</i>, leading to biofilm production.</p>
 
                     </div>     
 
                     </div>     
 
                 </div>   
 
                 </div>   
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">
 
                     <div class="flex-grow-1">
                         <p>    Therefore, we are trying to improve <u>BioBrick BBa_K805015</u> from the <u>2017 iGEM TAS_Taipei Team</u><sup>[<a href="#ref2" class="linklink">2</a>]</sup> to obtain maximum results of biofilm production and improve the biofilm binding affinity. So, the bacteria will stay attached to the contact lenses despite any damages.</p>
+
                         <p>    Therefore, we are trying to improve <a href="http://parts.igem.org/Part:BBa_K805015" target="_blank" class="linkinthetext">BioBrick BBa_K805015</a> from the <a href="https://2017.igem.org/Team:TAS_Taipei" target="_blank" class="linkinthetext">2017 iGEM TAS-Taipei Team</a><sup>[<a href="#ref2" class="linklink">2</a>]</sup> to obtain maximum results of biofilm production and improve the biofilm binding affinity. So, the bacteria will stay attached to the contact lens despite any damages.</p>
 
                     </div>     
 
                     </div>     
 
                 </div>  
 
                 </div>  
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">
 
                     <div class="flex-grow-1">
                       <p>    We hypothesized that by adding <i>csgA</i> and <i>pLac</i> to the biobrick design, the amount of biofilm produced could be increased. Thus, the overproduction of biofilm can initiate the bacteria to bind securely to the contact lenses. Therefore, we add <i>csgA</i> to the biobrick design and change the promoter into <i>pLac</i> as an improvement.</p>
+
                       <p>    We hypothesized that by adding <i>csgA</i> and <i>pLac</i> to the biobrick design, the amount of biofilm produced could be increased. Thus, the overproduction of biofilm enables the bacteria to bind securely to the contact lens. Therefore, we add <i>csgA</i> to the biobrick design and change the promoter into <i>pLac</i> as an improvement.</p>
 
                     </div>     
 
                     </div>     
 
                 </div>
 
                 </div>
Line 289: Line 340:
 
             <div class="resume-section-content" id="results">
 
             <div class="resume-section-content" id="results">
 
                 <h2 class="mb-3">Experiment Results</h2>
 
                 <h2 class="mb-3">Experiment Results</h2>
 +
                <h4 class="mb-0" style="margin-top: 1rem;">Congo Red Assay Experiment</h4>
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">                       
 
                     <div class="flex-grow-1">                       
Line 307: Line 359:
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">                       
 
                     <div class="flex-grow-1">                       
                         <p>    Next, to prove that our amount of biofilm production is increasing, we did a test using a congo red dye to observe the curli expression. We compared the absorbance value of <u>BBa_K805015</u> and <u>BBa_K3490001</u> to see whether the amount of biofilm production increases or not. If the biofilm amount increases, the color of the solution will appear to be darker. So, after overnight culture, we add a congo red dye to all the samples. Then we centrifuge to separate the supernatant and precipitate (pellet). By using a microplate reader, we can measure the absorbance value at 500 nm (congo red) and normalized by 600 nm wavelength which represents the amount of bacteria.</p>
+
                         <p>    Next, to prove that our amount of biofilm production increased, we did a test by using congo red<sup>[<a href="#ref3" class="linklink">3</a>]</sup> dye to observe the curli expression. We compared the absorbance value of <a href="http://parts.igem.org/Part:BBa_K805015" target="_blank" class="linkinthetext">BBa_K805015</a> and <a href="http://parts.igem.org/Part:BBa_K3490001" target="_blank" class="linkinthetext">BBa_K3490001</a> to see whether the amount of biofilm production increased or not. If the biofilm amount increases, the color of the solution will appear to be darker. So, after overnight culture, we add congo red dye to all the samples. Then we centrifuge to separate the supernatant and precipitate (pellet). By using a microplate reader, we can measure the absorbance value at 500 nm (congo red) and normalized by 600 nm wavelength which represents the amount of bacteria.</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 314: Line 366:
 
                 <div class="col-lg ">
 
                 <div class="col-lg ">
 
                 <figure class="d-flex flex-column justify-content-center align-items-center px-lg-3">
 
                 <figure class="d-flex flex-column justify-content-center align-items-center px-lg-3">
                 <a href="https://static.igem.org/mediawiki/2020/5/5d/T--NCKU_Tainan--measurement_result.png" target="_blank" style="width:60%"><img src="https://static.igem.org/mediawiki/2020/5/5d/T--NCKU_Tainan--measurement_result.png" alt="" title="" style="width:100%"></a>
+
                 <a href="https://static.igem.org/mediawiki/2020/2/2c/T--NCKU_Tainan--Measurement-congored.png" target="_blank" style="width:60%"><img src="https://static.igem.org/mediawiki/2020/2/2c/T--NCKU_Tainan--Measurement-congored.png" alt="" title="" style="width:100%"></a>
 
                 <figcaption class="caption-design">Fig. 3. Amount of biofilm produced by bacteria with different genetic backgrounds at different times.</figcaption>
 
                 <figcaption class="caption-design">Fig. 3. Amount of biofilm produced by bacteria with different genetic backgrounds at different times.</figcaption>
 
                 </figure>
 
                 </figure>
Line 320: Line 372:
 
                 </div>
 
                 </div>
 
                 </div>               
 
                 </div>               
                 <h3 class="mb-0" style="margin-top: 1rem;">IOP Simulation Experiment</h3>
+
                 <h4 class="mb-0" style="margin-top: 1rem;">Biofilm Assay Experiment</h4>
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">
 
                     <div class="flex-grow-1">
                         <p>    However, only testing the amount of biofilm production and congo red staining is not enough to fully support our aims that enhance biofilm production and improve the binding affinity of the bacteria. Therefore, we conduct another experiment to compare the binding affinity of bacteria by comparing among wild type, CsgD, and CsgA-CsgD. We presume that binding affinity is determined by the ability of bacteria to remain attached to surfaces regardless of the external forces applied. Here, we are throwing a book from different heights and measuring its OD<sub>600</sub> value. By doing so, we can determine the concentration that represents the binding affinity.</p>
+
                         <p>    However, only testing the amount of biofilm production and congo red staining is not enough to fully support our aims that enhance biofilm production and improve the binding affinity of the bacteria. Therefore, we conducted another experiment to compare the binding affinity of bacteria among control, <i>csgD</i>, and <i>csgA</i>-<i>csgD</i>. We presumed that binding affinity is determined by the ability of bacteria to remain attached to surfaces regardless of the external forces applied. Here, we dropped a book from different heights and measuring its OD<sub>600</sub> value. By doing so, we can determine the concentration that represents the binding affinity.</p>
 
                     </div>     
 
                     </div>     
 
                 </div>
 
                 </div>
Line 330: Line 382:
 
                 <div class="col-lg ">
 
                 <div class="col-lg ">
 
                 <figure class="d-flex flex-column justify-content-center align-items-center px-lg-3">
 
                 <figure class="d-flex flex-column justify-content-center align-items-center px-lg-3">
                 <a href="https://static.igem.org/mediawiki/2020/b/b0/T--NCKU_Tainan--result_binding_assay.png" target="_blank" style="width:65%"><img src="https://static.igem.org/mediawiki/2020/b/b0/T--NCKU_Tainan--result_binding_assay.png" alt="" title="" style="width:100%"></a>
+
                 <a href="https://static.igem.org/mediawiki/2020/d/d3/T--NCKU_Tainan--measure-pic8.png" target="_blank" style="width:80%"><img src="https://static.igem.org/mediawiki/2020/d/d3/T--NCKU_Tainan--measure-pic8.png" alt="" title="" style="width:100%"></a>
                 <figcaption class="caption-design">Fig. 4. The binding affinity of wild type, CsgD, and CsgA-CsgD at different heights of force. The two asterisks represent 0.001 value, and three asterisks denote 0.0001 value.</figcaption>
+
                 <figcaption class="caption-design">Fig. 4. (A) The formula and graph of the experiment. (The weight of book is 1.6 kilogram, the collision is considered as completely inelastic collision, and the collision time is presumed as 0.1 second.) (B) The binding affinity of control, <i>csgD</i>, and <i>csgA-csgD</i> with given force from different heights.</figcaption>
 
                 </figure>
 
                 </figure>
 
                 </div>
 
                 </div>
Line 338: Line 390:
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                 <div class="d-flex flex-column flex-md-row justify-content-between mb-2">
 
                     <div class="flex-grow-1">
 
                     <div class="flex-grow-1">
                         <p>    As seen in the graph above, CsgA-CsgD shows an increase in OD<sub>600</sub> value when a greater force is given. Hence, we are able to prove that not only enhances the production of biofilm, but our engineered bacteria can also improve its binding affinity. Therefore, we can conclude that we have successfully improved the previous biobrick (<u>BBa_K805015</u>) by adding CsgA and changing the promoter into <i>pLac</i> (<u>BBa_K3490001</u>).</p>
+
                         <p>    As seen in the graph above, <i>csgA</i>-<i>csgD</i> shows an increase in OD<sub>600</sub> value when a greater force is given. Hence, we are able to prove that not only enhances the production of biofilm, but our engineered bacteria can also improve its binding affinity. Therefore, we can conclude that we have successfully improved the previous biobrick <a href="http://parts.igem.org/Part:BBa_K805015" target="_blank" class="linkinthetext">(BBa_K805015)</a> by adding <i>csgA</i> and changing the promoter into <i>pLac</i> <a href="http://parts.igem.org/Part:BBa_K3490001" target="_blank" class="linkinthetext">(BBa_K3490001)</a>.
 +
                        <br>  Please visit <a href="https://2020.igem.org/Team:NCKU_Tainan/Results" target="_blank" class="linkinthetext">Results</a> page for more information.
 +
</p>
 
                     </div>     
 
                     </div>     
 
                 </div>
 
                 </div>
Line 352: Line 406:
 
                 <li id="ref1">Barnhart MM, Chapman MR. Curli Biogenesis and Function. <i>Annual Review of Microbiology.</i> 2006;60(1):131-147.</li>
 
                 <li id="ref1">Barnhart MM, Chapman MR. Curli Biogenesis and Function. <i>Annual Review of Microbiology.</i> 2006;60(1):131-147.</li>
 
                 <li id="ref2">Part:BBa K805015 - parts.igem.org. Igem.org. <a href="http://parts.igem.org/Part:BBa_K805015" target="_blank" class="linklink">http://parts.igem.org/Part:BBa_K805015.</a> Published 2013. Accessed September 21, 2020.</li>
 
                 <li id="ref2">Part:BBa K805015 - parts.igem.org. Igem.org. <a href="http://parts.igem.org/Part:BBa_K805015" target="_blank" class="linklink">http://parts.igem.org/Part:BBa_K805015.</a> Published 2013. Accessed September 21, 2020.</li>
 +
                <li id="ref3">Jones CJ, Wozniak DJ. Congo Red Stain Identifies Matrix Overproduction and Is an Indirect Measurement for c-di-GMP in Many Species of Bacteria. <i>c-di-GMP Signaling.</i> 2017:147-156.</li>
 
               </ol>
 
               </ol>
 
           </div>   
 
           </div>   
Line 444: Line 499:
 
         last=$("body").height()-$(window).height()-35                     
 
         last=$("body").height()-$(window).height()-35                     
 
         if($(window).scrollTop()>=last){
 
         if($(window).scrollTop()>=last){
             $("#sideNav").css('height', '80vh');
+
             $("#sideNav").css('height', '85vh');
 
             $("#navtrick").css('top', '0');
 
             $("#navtrick").css('top', '0');
             $(".navrow").css('height', '3.5rem');
+
             $(".navrow").css('height', '4.314vw');
  
 
         }
 
         }
Line 452: Line 507:
 
             $("#sideNav").css('height', '100vh');
 
             $("#sideNav").css('height', '100vh');
 
             $("#navtrick").css('top', '-4vh');
 
             $("#navtrick").css('top', '-4vh');
     $(".navrow").css('height', '4rem');
+
     $(".navrow").css('height', '4.314vw');
  
 
     }  
 
     }  

Latest revision as of 22:38, 27 October 2020


Improvement

Practice makes perfect

Overview

One of the goals we want to achieve is to attach our bacteria to the inner chamber of the contact lens. Here, we used csgD, a master regulator of biofilm production; and csgA, a major subunit of the curli fimbriae. Based on research, curli fibers are involved in adhesion to surfaces, cell aggregation, and biofilm formation[1]. As a transcription factor of curli proteins, csgD can regulate the expression of csgA, leading to biofilm production.

Therefore, we are trying to improve BioBrick BBa_K805015 from the 2017 iGEM TAS-Taipei Team[2] to obtain maximum results of biofilm production and improve the biofilm binding affinity. So, the bacteria will stay attached to the contact lens despite any damages.

We hypothesized that by adding csgA and pLac to the biobrick design, the amount of biofilm produced could be increased. Thus, the overproduction of biofilm enables the bacteria to bind securely to the contact lens. Therefore, we add csgA to the biobrick design and change the promoter into pLac as an improvement.

Fig. 1. A schematic of our biobrick construction.

Experiment Results

Congo Red Assay Experiment

First, we ran SDS-PAGE to identify and quantify the protein expression of CsgA and CsgD. We cultured the bacteria for 2 hours, then added IPTG to induce for 12 hours long, and adjusted the OD600 value to three. As a comparison, we used plasmid that contains pLac-csgD on BW25113, improved parts that include NOS, csgA, and csgD on BW25113, and using PCA24N as control. After that, we transformed into E. coli BL21(DE3) strain. The expected protein size of CsgD is around 24 kDa and CsgA around 17 kDa. The results below have shown the outcome we expected for CsgA and CsgD protein expression.

Fig. 2. SDS-PAGE of E.coli BL21(DE3). M: Marker; Lane 1: Wild type CsgD in PCA24N; Lane 2: Wild type BW25113 (control); Lane 3: Knockout CsgD in PCA24N; Lane 4: Knockout BW25113 (control); Lane 5: BL21(DE3)-NOS-CsgA-CsgD. The arrow from top to bottom indicates NOS (~40kDa), CsgD (~24kDa), and CsgA (~17kDa).

Next, to prove that our amount of biofilm production increased, we did a test by using congo red[3] dye to observe the curli expression. We compared the absorbance value of BBa_K805015 and BBa_K3490001 to see whether the amount of biofilm production increased or not. If the biofilm amount increases, the color of the solution will appear to be darker. So, after overnight culture, we add congo red dye to all the samples. Then we centrifuge to separate the supernatant and precipitate (pellet). By using a microplate reader, we can measure the absorbance value at 500 nm (congo red) and normalized by 600 nm wavelength which represents the amount of bacteria.

Fig. 3. Amount of biofilm produced by bacteria with different genetic backgrounds at different times.

Biofilm Assay Experiment

However, only testing the amount of biofilm production and congo red staining is not enough to fully support our aims that enhance biofilm production and improve the binding affinity of the bacteria. Therefore, we conducted another experiment to compare the binding affinity of bacteria among control, csgD, and csgA-csgD. We presumed that binding affinity is determined by the ability of bacteria to remain attached to surfaces regardless of the external forces applied. Here, we dropped a book from different heights and measuring its OD600 value. By doing so, we can determine the concentration that represents the binding affinity.

Fig. 4. (A) The formula and graph of the experiment. (The weight of book is 1.6 kilogram, the collision is considered as completely inelastic collision, and the collision time is presumed as 0.1 second.) (B) The binding affinity of control, csgD, and csgA-csgD with given force from different heights.

As seen in the graph above, csgA-csgD shows an increase in OD600 value when a greater force is given. Hence, we are able to prove that not only enhances the production of biofilm, but our engineered bacteria can also improve its binding affinity. Therefore, we can conclude that we have successfully improved the previous biobrick (BBa_K805015) by adding csgA and changing the promoter into pLac (BBa_K3490001).
Please visit Results page for more information.


References

  1. Barnhart MM, Chapman MR. Curli Biogenesis and Function. Annual Review of Microbiology. 2006;60(1):131-147.
  2. Part:BBa K805015 - parts.igem.org. Igem.org. http://parts.igem.org/Part:BBa_K805015. Published 2013. Accessed September 21, 2020.
  3. Jones CJ, Wozniak DJ. Congo Red Stain Identifies Matrix Overproduction and Is an Indirect Measurement for c-di-GMP in Many Species of Bacteria. c-di-GMP Signaling. 2017:147-156.