Difference between revisions of "Team:Lund/Design"

(Prototype team page)
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<div class="column full_size">
+
<div id="design-page">
<h1>Design</h1>
+
<p>
+
Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.
+
</p>
+
  
<p>
+
<header class="design-landing">
This page is different to the "Applied Design Award" page. Please see the <a href="https://2018.igem.org/Team:Lund/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
+
  <div class="container">
</p>
+
    <h1 class="design-landing-texts">Design</h1>
 +
  </div>
 +
</header>
  
 +
<div class="container">
 +
  <ul class="nav nav-pills nav-auto-stacked">
 +
    <li role="presentation" class="active"><a href="/Team:Lund/Design">Overview</a></li>
 +
    <li role="presentation"><a href="/Team:Lund/Design/Applications">Applications</a></li>
 +
    <li role="presentation"><a href="/Team:Lund/Design/Theory">Theory</a></li>
 +
    <li role="presentation"><a href="/Team:Lund/Design/Design">Design</a></li>
 +
    <li role="presentation"><a href="/Team:Lund/Design/Experiments">Experiments</a></li>
 +
    <!-- <li role="presentation"><a href="/Team:Lund/Design/References">References</a></li> -->
 +
  </ul>
 
</div>
 
</div>
  
 +
<div class="content-wrapper under-nav text-layout">
 +
  <div class="container">
 +
    <section>
 +
      <div class="row">
 +
        <div class="col-lg-8">
 +
          <h3 class="section-heading">Overview</h3>
 +
          <p>
 +
            In this section we describe the approach we have taken in our project. We start by explaining the what, why and how of our project and proceed by describing an intended user scenario. To read about the theoretical details, such as how this works or for a short review of the scientific background, see the <a href="/Team:Lund/Design/Theory">theory</a> section. To find out more about how we have designed the biology and experiments of our project, see the <a href="/Team:Lund/Design/Design">design</a> and <a href="/Team:Lund/Design/Experiments">experiments</a> section respectively.
  
 +
          </p>
 +
        </div>
 +
      </div>
 +
          <div class="row">
 +
            <div class="col-lg-8">
 +
          <h3 class="section-heading">Project idea</h3>
 +
          <p>
 +
            As described in the <a href="/Team:Lund/Design/Description">project description</a>, one major bottleneck in the microbial production of many bioproducts is the amount of oxygen that can be dissolved in the growth medium. Clearly, this issue requires no more explanation than that for any organization, the product of interest must be produced in sufficient quantities in order to be practical, be it enzymes, biofuels or pharmaceuticals. The issue of low expression proteins is a big problem in biopharmaceutical research as confirmed by both AstraZeneca and NovoNordisk.
 +
          </p>
  
<div class="column two_thirds_size">
+
          <p>
<h3>What should this page contain?</h3>
+
            The approach we have taken to combat this is independent of any environmental variables. By modifying the organisms to co-express <i>Vitreoscilla</i> hemoglobin (VHb) along with the desired product, the oxygen uptake is increased. This allows the cells to utilize more carbon and consequently produce more proteins under low oxygen conditions.
<ul>
+
          </p>
<li>Explanation of the engineering principles your team used in your design</li>
+
<li>Discussion of the design iterations your team went through</li>
+
<li>Experimental plan to test your designs</li>
+
</ul>
+
  
</div>
+
          <p>
 +
            However, with this approach, a problem arises. How much hemoglobin should be co-expressed? Obviously, expressing too much will deplete the cells resources to produce the other valuable protein, and expressing too little will leave the benefits underutilized. The optimal level of expression should be somewhere in between.
 +
          </p>
  
<div class="column third_size">
+
          <p>
<div class="highlight decoration_A_full">
+
            We are tackling this additional issue by directly leveraging the power of synthetic biology. By utilizing the library of constitutive Anderson promoters, a set of inserts encoding VHb can be created which expresses the protein at different levels. In this way, the benefits of VHb can be both harnessed and fine-tuned.
<h3>Inspiration</h3>
+
          </p>
<ul>
+
<li><a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a></li>
+
<li><a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a></li>
+
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
        <h3 class="section-heading">Scenario</h3>
 +
          <p>
 +
            A hypothetical user scenario using our project is illustrated in <i>fig. 1</i>. Given a protein of interest, the first step is to create a library of vectors containing both the gene encoding the target protein and VHb, with the latter expressed under various promoter strengths. This is illustrated by the upper part of the figure where the plasmids are denoted plasmid<sub>1</sub>, plasmid<sub>2</sub> and plasmid<sub>3</sub>. The plasmids are then screened for the highest yield and/or productivity, where the best-performing vector is further tested for upscaling. Once accomplished, the plasmid is ready to be used for its final intended application.
 +
          </p>
 +
        </div>
  
  
 +
 +
 +
        <div class="col-lg-4">
 +
          <figure>
 +
            <img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2018/6/62/T--Lund--design_approach.svg" style="width: 200%">
 +
            <figcaption>Figure 1: The approach.</figcaption>
 +
          </figure>
 +
        </div>
 +
      </div>
 +
 +
 +
    </section>
 +
  </div>
 +
</div>
 +
</div>
 
</html>
 
</html>
 +
{{Lund/footer}}

Latest revision as of 01:07, 18 October 2018

Design

Overview

In this section we describe the approach we have taken in our project. We start by explaining the what, why and how of our project and proceed by describing an intended user scenario. To read about the theoretical details, such as how this works or for a short review of the scientific background, see the theory section. To find out more about how we have designed the biology and experiments of our project, see the design and experiments section respectively.

Project idea

As described in the project description, one major bottleneck in the microbial production of many bioproducts is the amount of oxygen that can be dissolved in the growth medium. Clearly, this issue requires no more explanation than that for any organization, the product of interest must be produced in sufficient quantities in order to be practical, be it enzymes, biofuels or pharmaceuticals. The issue of low expression proteins is a big problem in biopharmaceutical research as confirmed by both AstraZeneca and NovoNordisk.

The approach we have taken to combat this is independent of any environmental variables. By modifying the organisms to co-express Vitreoscilla hemoglobin (VHb) along with the desired product, the oxygen uptake is increased. This allows the cells to utilize more carbon and consequently produce more proteins under low oxygen conditions.

However, with this approach, a problem arises. How much hemoglobin should be co-expressed? Obviously, expressing too much will deplete the cells resources to produce the other valuable protein, and expressing too little will leave the benefits underutilized. The optimal level of expression should be somewhere in between.

We are tackling this additional issue by directly leveraging the power of synthetic biology. By utilizing the library of constitutive Anderson promoters, a set of inserts encoding VHb can be created which expresses the protein at different levels. In this way, the benefits of VHb can be both harnessed and fine-tuned.

Scenario

A hypothetical user scenario using our project is illustrated in fig. 1. Given a protein of interest, the first step is to create a library of vectors containing both the gene encoding the target protein and VHb, with the latter expressed under various promoter strengths. This is illustrated by the upper part of the figure where the plasmids are denoted plasmid1, plasmid2 and plasmid3. The plasmids are then screened for the highest yield and/or productivity, where the best-performing vector is further tested for upscaling. Once accomplished, the plasmid is ready to be used for its final intended application.

Figure 1: The approach.
Gant Logo LMK Logo Lund Logo Kunskappsartner Logo