Difference between revisions of "Team:Austin UTexas/Demonstrate"

 
(152 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 
{{Austin_UTexas}}
 
{{Austin_UTexas}}
 +
<html>
 +
<head>
 +
<style>
  
 +
body {
 +
    background-image: url(https://static.igem.org/mediawiki/2016/6/60/T--Austin_UTexas--bg3.jpg);
 +
    background-repeat: no-repeat;
 +
    background-position: 0px 0px;
 +
    background-attachment:fixed;
 +
    background-size: 100%;
 +
}
  
 +
.content {
 +
    padding: 0px;
 +
    background-color: #FFF;
 +
    margin:auto;
 +
}
  
{| class="wikitable"
 
|+Microbes Isolated and Identified from Various Store Bought Kombucha Samples
 
!style="width: 140px;" |Species
 
!style="width: 140px;" |Classification
 
!style="width: 140px;" |Brand of Kombucha Isolated From
 
|-style="text-align: center;"
 
|Staphylococcus warneri
 
|Bacteria
 
|GT’s Kombucha
 
|-style="text-align: center;"
 
|Staphylococcus epidermidis
 
|Bacteria
 
|GT's Kombucha
 
|-Yeast
 
|-style="text-align: center;"
 
|Gluconobacter oxydans*
 
|Bacteria
 
|GT’s Kombucha
 
|-style="text-align: center;"
 
|Lachancea fermentati*
 
|Yeast
 
|Buddha's Brew
 
|-style="text-align: center;"
 
|Propionibacterium acnes
 
|Bacteria
 
|Buddha's Brew
 
|-style="text-align: center;"
 
|Micrococcus luteus
 
|Bacteria
 
|Buddha's Brew
 
|-style="text-align: center;"
 
|Bacillus pumilus
 
|Bacteria
 
|Buddha's Brew
 
|-style="text-align: center;"
 
|Saccharomyces cerevisiae
 
|Yeast
 
|LIVE Soda Kombucha
 
|-style="text-align: center;"
 
|Schizosaccharomyces pombe*
 
|Yeast
 
|LIVE Soda Kombucha
 
|}
 
(*Indicates a species that is considered vital to the production of kombucha)
 
  
 +
.page {
 +
    width:100%;
 +
    margin:auto;
 +
}
 +
 +
div.naviSection {
 +
      display:none;
 +
}
 +
 +
</style>
 +
 +
<script>
 +
 +
$(document).ready(function(){
 +
  // Add smooth scrolling to all links
 +
  $("a").on('click', function(event) {
 +
 +
    // Make sure this.hash has a value before overriding default behavior
 +
    if (this.hash !== "") {
 +
      // Prevent default anchor click behavior
 +
      event.preventDefault();
 +
 +
      // Store hash
 +
      var hash = this.hash;
 +
 +
      // Using jQuery's animate() method to add smooth page scroll
 +
      // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
 +
      $('html, body').animate({
 +
        scrollTop: $(hash).offset().top
 +
      }, 800, function(){
 +
 
 +
        // Add hash (#) to URL when done scrolling (default click behavior)
 +
        window.location.hash = hash;
 +
      });
 +
    } // End if
 +
  });
 +
});
 +
 +
function showOne(id) {
 +
    $(".naviSection:not(#id)").hide();
 +
    $('#'+id).show();
 +
}
 +
 +
 +
</script>
 +
</head>
 +
 +
<body>
 +
 +
<div class="column full_size_outer">
 +
<div class="column full_size_inner">
 +
<h2> Demonstrate </h2>
 +
<p>For the gold medal “Demonstrate your work” requirement, we have shown that we can recreate kombucha from scratch by adding isolated strains of microbes to tea media. Our tea media, made with water, black tea, and sucrose, simulates the starting mixture used to brew kombucha. We have performed extensive recapitulation trials to determine which strains of yeast and bacteria are necessary for brewing kombucha. Cataloguing these vital strains is a necessary step toward modifying the starting population to create a “designer beverage” with a variety of properties that could benefit kombucha consumers and manufacturers outside the lab. </p>
 +
<p>Click the images below to learn more about our results!</p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/4/40/T--Austin_UTexas--StrainNavi.png" style="width:100%"; onclick="showOne('section1')"/> <p>Kombucha Strains </p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/6/64/T--Austin_UTexas--ConjugationPic.png" style="width:100%;" onclick="showOne('section2')" /><p>Conjugation </p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/0/04/T--Austin_UTexas--RecapNavi.png" style="width:100%;" onclick="showOne('section3')" /><p>Recapitulation</p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/b/bb/T--Austin_UTexas--EtOHNavi.png" style="width:100%;" onclick="showOne('section4')" /><p>Ethanol</p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src ="https://static.igem.org/mediawiki/2016/e/e7/T--Austin_UTexas--pHNavi.png" style="width:100%;" onclick="showOne('section6')" /><p>pH</p>
 +
</div>
 +
 +
<div class="column sixth_size">
 +
<input type="image" src ="https://static.igem.org/mediawiki/2016/9/92/T--Austin_UTexas--GellanNavi.png" style="width:100%;" onclick="showOne('section7')" /><p>Gellan Gum</p>
 +
</div>
 +
 +
 +
 +
<br>
 +
<div id="section1" class= "naviSection">
 +
<h2>Kombucha Strains</h2>
 +
 +
</html>
 +
*Successfully isolated microbes from various samples of kombucha.
 +
*Identified strains of bacteria and yeast using rRNA gene sequencing.
 +
*Characterized each of the isolated microbes to facilitate further experimentation.
  
 
<html>
 
<html>
<a href="https://2016.igem.org/File:T--Austin_UTexas--RecapitulationsDay1vDay4.jpg" class="image">
+
<a href ="https://2016.igem.org/Team:Austin_UTexas/Results#section1">Results</a> (May need to open in a new tab.)
<img alt="T--Austin UTexas--RecapitulationsDay1vDay4.jpg" src="https://static.igem.org/mediawiki/2016/4/40/T--Austin_UTexas--RecapitulationsDay1vDay4.jpg" width="80%">
+
</div>
  
 +
<div id="section2" class = "naviSection">
 +
<h2>Conjugation</h2>
  
 +
</html>
 +
*Attempted conjugation with <i>G. oxydans</i>.
 +
*Performed minimum inhibitory concentration experiments between <i>G. oxydans</i> and spectinomycin, carbenicillin and kanamycin.
 +
*Determined that <i>G. oxydans</i> is resistant to spectinomycin and carbenicillin.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section2">Results </a> (May need to open in a new tab.)
 +
</div>
  
<a href="https://2016.igem.org/File:T--Austin_UTexas--Conjugation2.jpg" class="image">
+
<div id = "section3" class = "naviSection">
<img alt="T--Austin UTexas--Conjugation2.jpg" src="https://static.igem.org/mediawiki/2016/7/7d/T--Austin_UTexas--Conjugation2.png" width="80%">
+
<h2>Recapitulation</h2>
 +
 
 +
</html>
 +
*In a process called "recapitulation," we successfully created a kombucha-like culture by adding individual strains of microbes instead of a living culture containing the entire kombucha microbiome.
 +
*Determined that the microbe <i>Ga. hansenii</i> is essential for the fermentation of kombucha.
 +
*Determined that two distinct strains of the yeast <i>Lachancea fermentati</i> are necessary for the fermentation of kombucha, including one that appears to produce high quantities of C02.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section3">Results </a> (May need to open in a new tab.)
 +
</div>
 +
 
 +
<div id="section4" class = "naviSection">
 +
<h2>Ethanol</h2>
 +
 
 +
</html>
 +
*Found literature describing sequences for genes involved in the metabolism of ethanol to acetic acid in the bacterium <i>Ga. hansenii</i>.
 +
*Designed Golden Gate parts for the assembly of these genes into a functional construct.
 +
*Used a bromothymol blue assay to compare changes in pH resulting from fermentation in multiple strains of <i>Lachancea fermentati</i> isolated from our kombucha.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section4">Results </a>( May need to open in a new tab.)
 +
</div>
  
  
 +
<div id="section6"  class = "naviSection">
 
<h2>pH Sensors</h2>
 
<h2>pH Sensors</h2>
<p>
+
 
Possessing the ability to monitor the brewing process of kombucha without disturbing the microenvironment and using a very visible color reporter would allow for greater insights as to how the populations of organisms and pH may change due to competition amongst other bacteria and yeast in the beverage and SCOBY of the kombucha. The byproducts produced by the kombucha as it brews causes the tea to become more acidic, leading to our team searching for pH sensitive promoters, and for ways to implement these into kombucha.
+
<p>
+
Though an acidic sensor was what was required for our kombucha analysis, the identification of sensors in other areas of the pH spectrum were explored as well. Three sequences were identified, the CadC operon for the acidic range, CpxA-CpxR complex for the neutral range, and the P-atp2 promoter from the BioBrick Registry (<a href="http://parts.igem.org/Part:BBa_K1675021">BBa_K1675021</a>) for the basic range. Each sequence was paired with a unique corresponding reporter sequence so that if each pH sensitive plasmid were in the same environment, the specific pH of the system could be seen. The reporters used were, <a href="http://parts.igem.org/Part:BBa_E1010">BBa_E1010</a> for the CadC construct, <a href="http://parts.igem.org/Part:BBa_K1033916">BBa_K1033916</a> for the CpxA-CpxR complex, and <a href="http://partsregistry.org/Part:BBa_K592009">BBa_K592009</a> for the P-atp2 promoter.
+
<p>
+
<u>CadC</u>
+
<p>
+
The CadC operon is a native pathway in <i>E. coli</i>, involved in the cadaverine synthesis pathway. The protein CadC protein on the operon is produced and activates segments downstream of the operon on the CadBA receptors. The CadC protein is pH sensitive to an external pH 5.5 and below, as well as lysine dependent. A point mutation on codon 265, in which argenine is converted to cystine, causes the CadC protein to become lysine independent (Dell, Neely, Olson, 1994).
+
<p>
+
Unfortunately, we have been unable to grow the modified CadC operon in <i>E. coli</i> suggesting some form of cell toxicity. Due to this apparent toxicity, no data regarding this mutant CadC could be collected. Alternative candidates are being explored for other pH sensors that sense in the acidic range.
+
<p>
+
<u>CpxA-CpxR</u>
+
<p>
+
<u>P-atp2</u>
+
<p>
+
The P-atp2 promoter, native to the bacterium <i>Corynebacterium glutamicum</i> is reportedly induced at pH 7, to pH 9 (XX_how to site another iGEM team?_XX). Utilizing the blue chromoprotein (<a href="http://partsregistry.org/Part:BBa_K592009">BBa_K592009</a>), a test was designed in which a plasmid containing the P-atp2 promoter with the blue chromoprotein was grown alongside an <i>E. coli</i> line that contained a plasmid with just the blue chromoprotein. We expected to see constant blue chromoprotein production in the control series (those that lacked P-atp2) and a visual increase in blue chromoprotein as the pH was raised from 6 to 9 in the cells that contained the P-atp2 construct.
+
 
</html>
 
</html>
 +
*Successfully created a neutral pH sensor with a reporter.
 +
*Further characterized the P-atp2 Biobrick.
 +
*Found literature describing three putative promoters in <i>Gluconobacter oxydans</i> that increase transcription under acidic conditions, and currently characterizing these sequences.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section6">Results</a> (May need to open in a new tab.)
 +
</div>
  
[[File:T--Austin UTexas--Patp2Results.png|700 px]]
+
<div id="section7"  class = "naviSection">
 +
<h2>Gellan Gum</h2>
  
 +
</html>
 +
* Successfully made Gellan Gum plates from <i>Sphingomonas paucimobilis</i>
 +
* Successfully grew other bacteria on the Gellan Gum plates
 +
* Shared this DIY technology with the Texas Tech iGEM team
 
<html>
 
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section7">Results </a> (May need to open in a new tab.)
 +
</div>
 +
 +
</html>
 +
 +
{{Team:Austin_UTexas/Footer}}
 +
 +
 +
<!-- Commented out to prevent from being visible on page
 +
<div class="column full_size">
 +
 +
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
 +
 +
 +
<h5>What should this page contain?</h5>
 +
<ul>
 +
<li> A clear and concise description of your project.</li>
 +
<li>A detailed explanation of why your team chose to work on this particular project.</li>
 +
<li>References and sources to document your research.</li>
 +
<li>Use illustrations and other visual resources to explain your project.</li>
 +
</ul>
 +
 +
 +
</div>
 +
 +
<div class="column full_size" >
 +
 +
<h5>Advice on writing your Project Description</h5>
 +
 
<p>
 
<p>
<u>Next Steps and the GOX Sequences as Putative Promoters</u>
+
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
<p>
+
</p>
<h2>Ethanol Reduction</h2>
+
 
<p>
+
<u>Identifying genes of interest</u>
+
 
<p>
 
<p>
In order to design a construct increasing expression of PQQ-ADH and ALDH in <i>Ga. hansenii</i>, it was necessary to find the genome of the ATCC strain and identify the coding sequences for these genes. The whole genome shotgun sequence for our organism, ATCC 53582, is published on NCBI by J. Abbot (2015) with annotations regarding the functions of specific sequences. Coding sequences are annotated with proposed gene products. Though there are several aldehyde dehydrogenase genes annotated in the genome, there is only one which is described as membrane-bound, matching the description from Mamlouk and Gullo (2013). There are additionally multiple alcohol dehydrogenases. A known amino acid sequence for a homologous PQQ-ADH in Comamonas testosteroni was compared against sequences in the Ga. hansenii genome using BLAST (Table 1,). One ADH enzyme found in the <i>Ga. hansenii</i> genome sequence matches the <i>C. testosteroni</i> sequence with a query cover value of 94% and an E value of 0 (third line of table 1).
+
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
<p>*Need to insert table 1 here*
+
</p>
<p>
+
 
<u>Creation of Golden Gate parts</u>
+
</div>
<p>
+
 
In order to assemble the construct, the coding sequences for the genes of interest must be amplified from the <i>Ga. hansenii</i> genome and edited such that they have the correct Golden Gate overhangs and no internal BsaI or BsmBI restriction sites. The sequences were uploaded to Benchling for analysis and planning. The coding sequence for the membrane-bound ALDH contains a BsaI restriction site near the middle of the gene (Figure 1), and the PQQ-ADH coding sequence contains a BsmBI restriction site near the end of the gene (Figure 2). To eliminate the BsaI site in ALDH, primers were designed that would introduce a point mutation at the restriction site. One set of primers, igem2016_KOM_EtOH_01 and igem2016_KOM_EtOH_02, amplifies the sequence upstream of the restriction site, adding a type 3 Golden Gate prefix and removing the restriction site. Another set, igem2016_KOM_EtOH_03 and igem2016_KOM_EtOH_04, amplifies the region downstream of the restriction site, introducing a mutation to the site and adding a type 3 Golden Gate suffix to the end of the gene. These two products will be used in an overlap PCR reaction to create a final product with no BsaI restriction sites and the correct prefix and suffix for assembly. To remove the BsmBI site from the PQQ-ADH coding sequence, a set of primers (igem2016_KOM_EtOH_05 and igem2016_KOM_EtOH_06) was designed to amplify the region upstream of the restriction site and add a Golden Gate type 3 prefix to the beginning of the sequence. The reverse primer additionally adds a mutation to existing BsmBI restriction site and creates a new BsmBI restriction site that will be used to join the piece to a double-stranded DNA, igem2016_KOM_EtOH_07, containing the rest of the gene’s coding sequence appended with a Golden Gate type 3 suffix. The assembly of the PQQ-ADH part will therefore take place in two reactions: one reaction in which the upstream piece of DNA is created, and one reaction in which it is ligated to the gBlock. Table 2 contains more information about each of these oligonucleotides. All were ordered from IDT.
+
 
<p> *Will need to insert additional tables and figures. Numbering of tables and figures may need to be adjusted. If anyone is willing to help insert figures and tables in this section, contact me (Stratton) and I'll send everything to be inserted.
+
<div class="column half_size" >
 +
 
 +
<h5>References</h5>
 +
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
 +
 
 +
</div>
 +
 
 +
 
 +
<div class="column half_size" >
 +
<h5>Inspiration</h5>
 +
<p>See how other teams have described and presented their projects: </p>
 +
 
 +
<ul>
 +
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
 +
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
 +
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
 +
</ul>
 +
</div>
 +
 
 +
 
 +
 
 
</html>
 
</html>
 +
--!>
 +
 +
 +
 +
 +
<!--{{Austin_UTexas}}
 
<html>
 
<html>
<div class="column full_size" >
 
  
 +
<head>
 +
<style>
 +
body {
 +
    background-image: url(https://static.igem.org/mediawiki/2016/6/60/T--Austin_UTexas--bg3.jpg);
 +
    background-repeat: no-repeat;
 +
    background-position: 0px 0px;
 +
    background-attachment:fixed;
 +
    background-size: 100%;
 +
}
 +
 +
div.naviSection {
 +
      display:none;
 +
}
 +
</style>
 +
<script>
 +
function showOne(id) {
 +
    $(".naviSection:not(#id)").hide();
 +
    $('#'+id).show();
 +
}
 +
</script>
 +
</head>
 +
 +
 +
<body>
 +
<div class="column full_size_outer">
 +
<div class="column full_size_inner">
 +
  <h2>Demonstrate</h2>
 +
  <br>
 +
    <p> Click on one of the images below to learn more about our results! </p>
 +
    </div>
 +
 +
 +
<div class="column fifth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/4/40/T--Austin_UTexas--StrainNavi.png" style="width:100%"; onclick="showOne('section1')"/> <p>Kombucha Strains </p>
 +
</div>
 +
 +
<div class="column fifth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/6/64/T--Austin_UTexas--ConjugationPic.png" style="width:100%;" onclick="showOne('section2')" /><p>Conjugation </p>
 +
</div>
 +
 +
<div class="column fifth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/0/04/T--Austin_UTexas--RecapNavi.png" style="width:100%;" onclick="showOne('section3')" /><p>Recapitulation</p>
 +
</div>
 +
 +
<div class="column fifth_size">
 +
<input type="image" src="https://static.igem.org/mediawiki/2016/b/bb/T--Austin_UTexas--EtOHNavi.png" style="width:100%;" onclick="showOne('section4')" /><p>Ethanol</p>
 +
</div>
 +
 +
<div class="column fifth_size">
 +
<input type="image" src ="https://static.igem.org/mediawiki/2016/e/e7/T--Austin_UTexas--pHNavi.png" style="width:100%;" onclick="showOne('section6')" /><p>pH</p>
 +
</div>
 +
 +
<div class="column full_size_inner">
 +
<div id="section1" class= "naviSection">
 +
<h2>Kombucha Strains</h2>
 +
 +
</html>
 +
*Successfully isolated microbes from various samples of kombucha.
 +
*Identified strains of bacteria and yeast using rRNA gene sequencing.
 +
*Characterized each of the isolated microbes to facilitate further experimentation.
 +
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section1">Results </a>
 +
</div>
 +
 +
<div id="section2" class = "naviSection">
 +
<h2>Conjugation</h2>
 +
 +
</html>
 +
*Attempted conjugation with <i>G. oxydans</i>.
 +
*Performed minimum inhibitory concentration experiments between <i>G. oxydans</i> and spectinomycin, carbenicillin and kanamycin.
 +
*Determined that <i>G. oxydans</i> is resistant to spectinomycin and carbenicillin.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section2">Results </a>
 +
</div>
 +
 +
<div id = "section3" class = "naviSection">
 +
<h2>Recapitulation</h2>
 +
 +
</html>
 +
*In a process called "recapitulation," we successfully created a kombucha-like culture by adding individual strains of microbes instead of a living culture containing the entire kombucha microbiome.
 +
*Determined that the microbe <i>Ga. hansenii</i> is essential for the fermentation of kombucha.
 +
*Determined that two distinct strains of the yeast <i>Lachancea fermentati</i> are necessary for the fermentation of kombucha, including one that appears to produce high quantities of C02.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section3">Results </a>
 +
</div>
 +
 +
<div id="section4"  class = "naviSection">
 +
<h2>Ethanol</h2>
 +
 +
</html>
 +
*Found literature describing sequences for genes involved in the metabolism of ethanol to acetic acid in the bacterium <i>Ga. hansenii</i>.
 +
*Designed Golden Gate parts for the assembly of these genes into a functional construct.
 +
*Used a bromothymol blue assay to compare changes in pH resulting from fermentation in multiple strains of <i>Lachancea fermentati</i> isolated from our kombucha.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section4">Results </a>
 +
</div>
 +
 +
<div id="section6"  class = "naviSection">
 +
<h2>pH Sensors</h2>
 +
 +
</html>
 +
*Successfully created a neutral pH sensor with a reporter.
 +
*Further characterized the P-atp2 Biobrick.
 +
*Found literature describing three putative promoters in <i>Gluconobacter oxydans</i> that increase transcription under acidic conditions, and currently characterizing these sequences.
 +
<html>
 +
<a href = "https://2016.igem.org/Team:Austin_UTexas/Results#section6">Results </a></div>
 +
 +
<div="column full_size"> <br><br><br></div>
 +
</html>
 +
 +
 +
<!-- Commented out to prevent from being visible on page
 
<p>Here you can describe the results of your project and your future plans. </p>
 
<p>Here you can describe the results of your project and your future plans. </p>
  
Line 115: Line 366:
 
<h5> Project Achievements </h5>
 
<h5> Project Achievements </h5>
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
 
  
 
<ul>
 
<ul>
Line 136: Line 387:
  
 
</div>
 
</div>
 
+
-->
 
+
 
+
</html>
+

Latest revision as of 00:48, 20 October 2016

Demonstrate

For the gold medal “Demonstrate your work” requirement, we have shown that we can recreate kombucha from scratch by adding isolated strains of microbes to tea media. Our tea media, made with water, black tea, and sucrose, simulates the starting mixture used to brew kombucha. We have performed extensive recapitulation trials to determine which strains of yeast and bacteria are necessary for brewing kombucha. Cataloguing these vital strains is a necessary step toward modifying the starting population to create a “designer beverage” with a variety of properties that could benefit kombucha consumers and manufacturers outside the lab.

Click the images below to learn more about our results!

Kombucha Strains

Conjugation

Recapitulation

Ethanol

pH

Gellan Gum