(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <!-- |
− | < | + | * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018 |
− | <p> | + | * @version v0.7.3 |
− | < | + | * @link https://github.com/Virginia-iGEM/igem-wikibrick |
− | <p> | + | * @license MIT |
− | < | + | *--> |
− | < | + | <header></header> |
− | < | + | <script> |
− | <p> | + | $(function() { |
− | <p> | + | $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript'); |
− | < | + | }); |
− | <p> | + | </script> |
− | < | + | |
+ | <article class="banner"> | ||
+ | <section> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/3/3c/T--Virginia--2018_dark.svg" alt="logo"> | ||
+ | <h3>Microbial Symphony</h3> | ||
+ | </section> | ||
+ | </article> | ||
+ | |||
+ | <article class="call-to-action"> | ||
+ | |||
+ | <section> | ||
+ | <div class="spacer" style="height: 40vh"></div> | ||
+ | <div class="card"> | ||
+ | <h2>1.1</h2> | ||
+ | <p>By transforming these cells with our own synthetic genes, we can produce proteins of interest. This is the foundational goal of biomanufacturing.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/92/T--Virginia--2018_Plasmid-Gallery.svg"> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | <section class="scroll-action"> | ||
+ | <div class="card" id="first-card"> | ||
+ | <h1>1. Background</h1> | ||
+ | <p>These are normal <em>Escherichia coli.</em> cells. Given nutrients and space, they will grow, producing various proteins.</p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 10vh"></div> | ||
+ | <div class="petri" id="petri-normal"> | ||
+ | </div> | ||
+ | <p> | ||
+ | <strong>Strain:</strong> <span>Unmodified <em>E. coli</em></span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Division Time:</strong> <span>1 hour</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Yield:</strong> <span>N/A</span> | ||
+ | </p> | ||
+ | <div class="spacer" style="height: 20vh"></div> | ||
+ | </section> | ||
+ | |||
+ | <section> | ||
+ | <div class="spacer" style="height: 40vh"></div> | ||
+ | <div class="card"> | ||
+ | <h2>1.2</h2> | ||
+ | <p> | ||
+ | An important component of these genes is their promoter, which determines how and when they are expressed. There are two common ways genes are induced in biomanufacturing; constitutive and inducible expression. | ||
+ | </p> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | </article> | ||
+ | |||
+ | <article id="constitutive-article"> | ||
+ | |||
+ | <section> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card" id="constitutive-card"> | ||
+ | <h3>2.1 Constitutive Promoters</h3> | ||
+ | <!-- <img src="/images/landing_page/lp_wildtype.svg" alt="constitutive expression"></img> --> | ||
+ | <p>Constitutive promoters result in constant expression. The primary benefit of this "system" is its inherent simplicity - expression will occur with no intervention. A cell will always be producing the protein of interest, from its first division to its last.</p> | ||
+ | <!-- <button class="constitutive_button">Click to see it in action</button> --> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>2.3</h3> | ||
+ | <p> | ||
+ | Very little protein of interest is produced because the colony isn't given the chance to mature - so many of the cells' resources are committed towards producing the protein that the colony's growth rate is reduced. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | |||
+ | <section class="scroll-action"> | ||
+ | <div class="card"> | ||
+ | <h1>2. Constitutive Expression</h1> | ||
+ | <p>These <em>E. coli</em> have been modified with a constitutively promoted gene of interest.</p> | ||
+ | </div> | ||
+ | <div class="sticky" tabindex="-1"> | ||
+ | <div class="spacer" style="height: 10vh"></div> | ||
+ | <div class="petri" id="petri-constitutive"> | ||
+ | </div> | ||
+ | <p> | ||
+ | <strong>Strain:</strong> <span><em>E. coli</em> with constitutive expression</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Division Time:</strong> <span>3 hours</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Yield:</strong> <span>Low</span> | ||
+ | </p> | ||
+ | <div class="spacer" style="height: 20vh"></div> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | |||
+ | <section> | ||
+ | <div class="spacer" style="height: 100vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>2.2</h3> | ||
+ | <p> | ||
+ | While this is appropriate for experimentation, when optimizing for biomanufacturing, constitutive promoters begin to show their flaws: | ||
+ | Low yields. | ||
+ | </p> | ||
+ | </div> | ||
+ | </section> | ||
+ | </article> | ||
+ | |||
+ | <article id="inducible-article"> | ||
+ | <section> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>3.1 Inducible Promoters</h3> | ||
+ | <!-- <img src="/images/landing_page/lp_quorus.svg" alt="induced expression"></img> --> | ||
+ | <p>Inducible promoters are an improvement over constitutive expression because they give the manufacturer a degree of control over the gene.</p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>3.3</h3> | ||
+ | <!-- <img src="/images/landing_page/lp_quorus.svg" alt="induced expression"></img> --> | ||
+ | <p>As you can see, this results in similar levels of expression to constitutive promoters, given a high enough concentration of inducer. Furthermore, because the colony does not express the gene before the inducer is added, growth happens as quickly as possible; gene expression can be delayed until the colony reaches full size.</p> | ||
+ | </div> | ||
+ | </section> | ||
+ | <section class="scroll-action"> | ||
+ | <div class="card"> | ||
+ | <h1>3. Inducible Expression</h1> | ||
+ | <p>These <em>E. coli</em> have been modified with an artificially inducible gene of interest.</p> | ||
+ | </div> | ||
+ | <div class="sticky" tabindex="-1"> | ||
+ | <div class="spacer" style="height: 10vh"></div> | ||
+ | <div class="petri" id="petri-inducible"> | ||
+ | </div> | ||
+ | <p> | ||
+ | <strong>Strain:</strong> <span>Inducible <em>E. coli</em></span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Division Time:</strong> <span>1 hours</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Yield:</strong> <span>High</span> | ||
+ | </p> | ||
+ | <div class="spacer" style="height: 20vh"></div> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | <section> | ||
+ | <div class="spacer" style="height: 100vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>3.2 Inducer</h3> | ||
+ | <p> | ||
+ | These promoters will only express the protein of interest in the presence of some inducer - such as the artificial inducer IPTG - is added to the culture or bioreactor. | ||
+ | </p> | ||
+ | <button class="inducible_button">Add some IPTG</button> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>3.4</h3> | ||
+ | <p>However, this requires intervention of the biomanufacturer or experimenter during the production cycle, and adds the cost of the inducer to production.</p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | </article> | ||
+ | |||
+ | <article id="wild-type"> | ||
+ | <section> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>4.1 Quorum Sensing Genes</h3> | ||
+ | <p>Quorum Sensing is a natural phenomenon observed in many single-celled organisms. Quorum sensing results in gene expression once the bacterial colony has reached a certain density of cells, often called "colony size".</p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>4.3 Advantages</h3> | ||
+ | <p>On paper, this is fantastic. No need to add an inducer because cells just make their own inducer; no need to add an expensive aritificial inducer. There are all the benefits of constitutive and inducible expression; cells are allowed to grow to a colony size appropriate for manufacturing before they begin expressing the gene of interest.</p> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 30vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>4.4 Additional Complications</h3> | ||
+ | <p>In reality, there are a multitude of problems with quorum sensing.</p> | ||
+ | <p>Because many quorum sensing molecules do not diffuse through the cell membrane, it is common for cells to have some method for amppfying the intracellular concentration of autoinducer. Most commonly, this is an autoinducer-specific transport protein; this protein is frequently also regulated by the autoinducer, resulting in rapid uptake once quorum is reached.</p> | ||
+ | </div> | ||
+ | </section> | ||
+ | <section class="scroll-action"> | ||
+ | <div class="card"> | ||
+ | <h1>4. Quorum Sensing</h1> | ||
+ | <p>These <em>E. coli</em> have been modified with a set of wild-type quorum sensing genes.</p> | ||
+ | </div> | ||
+ | <div class="sticky" tabindex="-1"> | ||
+ | <div class="spacer" style="height: 10vh"></div> | ||
+ | <div class="petri" id="petri-qs"> | ||
+ | </div> | ||
+ | <p> | ||
+ | <strong>Strain:</strong> <span>Wild-type quorum sensing <em>E. coli</em></span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Division Time:</strong> <span>1 hour</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Yield:</strong> <span>Moderate</span> | ||
+ | </p> | ||
+ | <div class="spacer" style="height: 20vh"></div> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | <section> | ||
+ | <div class="spacer" style="height: 100vh"></div> | ||
+ | <div class="card"> | ||
+ | <h3>4.2 Mechanism</h3> | ||
+ | <p>Fundamentally, the gene expression almost identically to inducible expression. Some small inducer molecule enters the cell and results in expression of a gene with a promoter corresponding to that inducer. The main difference is that strains that make use of quorum sensing produce their own <em>auto</em>inducer - resulting in a buildup of this autoinducer over time, and eventual, automatic gene expression.</p> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 140vh"></div> | ||
+ | <div class="card"> | ||
+ | <p>The problem with this is activation frequency. Once quorum is reached, cells will very rapidly drain the extracellular medium of all autoinducer - starving a significant fraction of cells of autoinducer, and preventing them from reaching quorum.</p> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <p>In nature, this is an acceptable outcome, but for biomanufacturing, this limits the use and value of quorum sensing.</p> | ||
+ | </div> | ||
+ | </section> | ||
+ | </article> | ||
+ | |||
+ | <article id="reader-break"> | ||
+ | <section> | ||
+ | <div class="spacer" style="height: 30vh"></div> | ||
+ | <div class="card"> | ||
+ | <h1>Is there something better?</h1> | ||
+ | <p> | ||
+ | All of these methods for gene expression seem to have drawbracks. | ||
+ | </p><p>Constitutive expression results in low yields because the organism is not given time to reach a sufficient colony size.</p> | ||
+ | <p>Inducible expression allows precise control of this growth before expression, but requires use of an expensive inducer molecule.</p> | ||
+ | <p>Quorum sensing seems to be the best of both worlds - but the low wild-type activation rate again brings yields below levels that can be achieved with inducible expression.</p> | ||
+ | <div class="spacer" style="height: 30vh"></div> | ||
+ | <div class="card"> | ||
+ | <h1 class="image">5. Introducing...</h1> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/49/T--Virginia--2018_light.png"> | ||
+ | </div> | ||
+ | </div></section> | ||
+ | </article> | ||
+ | |||
+ | <article id="quorus-article"> | ||
+ | <section> | ||
+ | <div class="card"> | ||
+ | <p>Quorus is our system which combines the advantages of both inducible expression and quorum sensing - optimizing yield and activation rate without requiring an artificial inducer.</p> | ||
+ | <p>As you can see, Quorus, once cells reach quorum, has an activation rate nearly as high as IPTG-based expression, and a similar growth rate. Save for the cells activating themselves, they're as good as inducible cells.</p> | ||
+ | <p>To learn how it all works, scroll down.</p> | ||
+ | </div> | ||
+ | </section> | ||
+ | <section class="scroll-action"> | ||
+ | <div class="sticky" tabindex="-1"> | ||
+ | <div class="spacer" style="height: 10vh"></div> | ||
+ | <div class="petri" id="petri-qurous"> | ||
+ | </div> | ||
+ | <p> | ||
+ | <strong>Strain:</strong> <span>Quorus</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Division Time:</strong> <span>1 hours</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Yield:</strong> <span>High</span> | ||
+ | </p> | ||
+ | <div class="spacer" style="height: 20vh"></div> | ||
+ | </div> | ||
+ | <div class="spacer" style="height: 50vh"></div> | ||
+ | </section> | ||
+ | </article> | ||
+ | |||
+ | <article> | ||
+ | <div class="row"> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Description</h2> | ||
+ | <p>Learn more about how Quorus works.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/60/T--Virginia--2018_writeups.svg" alt="Modular"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Description" class="buttonoverview">Description</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Labwork</h2> | ||
+ | <p>See how we made it real.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/5c/T--Virginia--2018_labwork.svg" alt="Modular"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Overview_Labwork" class="buttonoverview">Labwork</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Parts</h2> | ||
+ | <p>See our detailed population and cellular dynamics models.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/00/T--Virginia--2018_part_composite.svg" alt="Design"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Parts" class="buttonoverview">Parts</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Model</h2> | ||
+ | <p>See our detailed population and cellular dynamics models.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/6d/T--Virginia--2018_quorus.svg" alt="Design"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Model" class="buttonoverview">Model</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h4>Human Practices</h4> | ||
+ | <p>All the people we learned from and gave back to.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/fb/T--Virginia--2018_hp.svg" alt="Design"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Overview_HP" class="buttonoverview">Human Practices</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Team</h2> | ||
+ | <p>Meet the people that put it together.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/2d/T--Virginia--2018_team.svg" alt="Design"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Team" class="buttonoverview">Team</a> | ||
+ | </div> | ||
+ | <div class="grid-selection"> | ||
+ | <h2>Awards</h2> | ||
+ | <p>See our achievements!</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/fd/T--Virginia--2018_awards.svg" alt="Design"> | ||
+ | <a href="https://2018.igem.org/Team:Virginia/Awards" class="buttonoverview">Awards</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </article> | ||
+ | |||
+ | <footer></footer> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript'); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--SMOOTH SCROLL UP--> | ||
+ | <div class="scrolltop"> | ||
+ | <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div> | ||
+ | </div> | ||
+ | |||
+ | <script> | ||
+ | $(function() { | ||
+ | $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript'); | ||
+ | $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript'); | ||
+ | }); | ||
+ | </script> |
Latest revision as of 03:55, 18 October 2018
<header></header> <script>
$(function() { $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript'); });
</script>
<article class="banner">
<section> <img src="https://static.igem.org/mediawiki/2018/3/3c/T--Virginia--2018_dark.svg" alt="logo">
Contents
Microbial Symphony
</section>
</article>
<article class="call-to-action">
<section>
1.1
By transforming these cells with our own synthetic genes, we can produce proteins of interest. This is the foundational goal of biomanufacturing.
<img src="https://static.igem.org/mediawiki/2018/9/92/T--Virginia--2018_Plasmid-Gallery.svg">
</section>
<section class="scroll-action">
1. Background
These are normal Escherichia coli. cells. Given nutrients and space, they will grow, producing various proteins.
Strain: Unmodified E. coli
Division Time: 1 hour
Yield: N/A
</section>
<section>
1.2
An important component of these genes is their promoter, which determines how and when they are expressed. There are two common ways genes are induced in biomanufacturing; constitutive and inducible expression.
</section>
</article>
<article id="constitutive-article">
<section>
2.1 Constitutive Promoters
Constitutive promoters result in constant expression. The primary benefit of this "system" is its inherent simplicity - expression will occur with no intervention. A cell will always be producing the protein of interest, from its first division to its last.
2.3
Very little protein of interest is produced because the colony isn't given the chance to mature - so many of the cells' resources are committed towards producing the protein that the colony's growth rate is reduced.
</section> <section class="scroll-action">
2. Constitutive Expression
These E. coli have been modified with a constitutively promoted gene of interest.
Strain: E. coli with constitutive expression
Division Time: 3 hours
Yield: Low
</section>
<section>
2.2
While this is appropriate for experimentation, when optimizing for biomanufacturing, constitutive promoters begin to show their flaws: Low yields.
</section>
</article>
<article id="inducible-article">
<section>
3.1 Inducible Promoters
Inducible promoters are an improvement over constitutive expression because they give the manufacturer a degree of control over the gene.
3.3
As you can see, this results in similar levels of expression to constitutive promoters, given a high enough concentration of inducer. Furthermore, because the colony does not express the gene before the inducer is added, growth happens as quickly as possible; gene expression can be delayed until the colony reaches full size.
</section> <section class="scroll-action">
3. Inducible Expression
These E. coli have been modified with an artificially inducible gene of interest.
Strain: Inducible E. coli
Division Time: 1 hours
Yield: High
</section> <section>
3.2 Inducer
These promoters will only express the protein of interest in the presence of some inducer - such as the artificial inducer IPTG - is added to the culture or bioreactor.
<button class="inducible_button">Add some IPTG</button>
3.4
However, this requires intervention of the biomanufacturer or experimenter during the production cycle, and adds the cost of the inducer to production.
</section>
</article>
<article id="wild-type">
<section>
4.1 Quorum Sensing Genes
Quorum Sensing is a natural phenomenon observed in many single-celled organisms. Quorum sensing results in gene expression once the bacterial colony has reached a certain density of cells, often called "colony size".
4.3 Advantages
On paper, this is fantastic. No need to add an inducer because cells just make their own inducer; no need to add an expensive aritificial inducer. There are all the benefits of constitutive and inducible expression; cells are allowed to grow to a colony size appropriate for manufacturing before they begin expressing the gene of interest.
4.4 Additional Complications
In reality, there are a multitude of problems with quorum sensing.
Because many quorum sensing molecules do not diffuse through the cell membrane, it is common for cells to have some method for amppfying the intracellular concentration of autoinducer. Most commonly, this is an autoinducer-specific transport protein; this protein is frequently also regulated by the autoinducer, resulting in rapid uptake once quorum is reached.
</section> <section class="scroll-action">
4. Quorum Sensing
These E. coli have been modified with a set of wild-type quorum sensing genes.
Strain: Wild-type quorum sensing E. coli
Division Time: 1 hour
Yield: Moderate
</section> <section>
4.2 Mechanism
Fundamentally, the gene expression almost identically to inducible expression. Some small inducer molecule enters the cell and results in expression of a gene with a promoter corresponding to that inducer. The main difference is that strains that make use of quorum sensing produce their own autoinducer - resulting in a buildup of this autoinducer over time, and eventual, automatic gene expression.
The problem with this is activation frequency. Once quorum is reached, cells will very rapidly drain the extracellular medium of all autoinducer - starving a significant fraction of cells of autoinducer, and preventing them from reaching quorum.
In nature, this is an acceptable outcome, but for biomanufacturing, this limits the use and value of quorum sensing.
</section>
</article>
<article id="reader-break">
<section>
Is there something better?
All of these methods for gene expression seem to have drawbracks.
Constitutive expression results in low yields because the organism is not given time to reach a sufficient colony size.
Inducible expression allows precise control of this growth before expression, but requires use of an expensive inducer molecule.
Quorum sensing seems to be the best of both worlds - but the low wild-type activation rate again brings yields below levels that can be achieved with inducible expression.
5. Introducing...
<img src="">
</article>
<article id="quorus-article">
<section>
Quorus is our system which combines the advantages of both inducible expression and quorum sensing - optimizing yield and activation rate without requiring an artificial inducer.
As you can see, Quorus, once cells reach quorum, has an activation rate nearly as high as IPTG-based expression, and a similar growth rate. Save for the cells activating themselves, they're as good as inducible cells.
To learn how it all works, scroll down.
</section> <section class="scroll-action">
Strain: Quorus
Division Time: 1 hours
Yield: High
</section>
</article>
<article>
Description
Learn more about how Quorus works.
<img src="https://static.igem.org/mediawiki/2018/6/60/T--Virginia--2018_writeups.svg" alt="Modular"> <a href="https://2018.igem.org/Team:Virginia/Description" class="buttonoverview">Description</a>
Labwork
See how we made it real.
<img src="https://static.igem.org/mediawiki/2018/5/5c/T--Virginia--2018_labwork.svg" alt="Modular"> <a href="https://2018.igem.org/Team:Virginia/Overview_Labwork" class="buttonoverview">Labwork</a>
Parts
See our detailed population and cellular dynamics models.
<img src="https://static.igem.org/mediawiki/2018/0/00/T--Virginia--2018_part_composite.svg" alt="Design"> <a href="https://2018.igem.org/Team:Virginia/Parts" class="buttonoverview">Parts</a>
Model
See our detailed population and cellular dynamics models.
<img src="https://static.igem.org/mediawiki/2018/6/6d/T--Virginia--2018_quorus.svg" alt="Design"> <a href="https://2018.igem.org/Team:Virginia/Model" class="buttonoverview">Model</a>
Human Practices
All the people we learned from and gave back to.
<img src="https://static.igem.org/mediawiki/2018/f/fb/T--Virginia--2018_hp.svg" alt="Design"> <a href="https://2018.igem.org/Team:Virginia/Overview_HP" class="buttonoverview">Human Practices</a>
Team
Meet the people that put it together.
<img src="https://static.igem.org/mediawiki/2018/2/2d/T--Virginia--2018_team.svg" alt="Design"> <a href="https://2018.igem.org/Team:Virginia/Team" class="buttonoverview">Team</a>
Awards
See our achievements!
<img src="https://static.igem.org/mediawiki/2018/f/fd/T--Virginia--2018_awards.svg" alt="Design"> <a href="https://2018.igem.org/Team:Virginia/Awards" class="buttonoverview">Awards</a>
</article>
<footer></footer> <script>
$(function() { $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript'); });
</script>
<script>
$(function() { $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript'); $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript'); });
</script>