Difference between revisions of "Team:HFLS H2Z Hangzhou/Applied Design"

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Template:HFLS_H2Z_Hangzhou}}<html>
 
{{Template:HFLS_H2Z_Hangzhou}}<html>
 +
<head>
 +
<script sync src="https://cdn.bootcss.com/mathjax/2.7.2/latest.js?config=TeX-AMS_HTML"></script>
 +
 +
<script type="text/x-mathjax-config">
 +
MathJax.Ajax.config.path["mhchem"] = "https://cdn.bootcss.com/mathjax-mhchem/3.2.0";
 +
MathJax.Hub.Config({
 +
tex2jax: { inlineMath: [ [ "$", "$" ], [ "\\(", "\\)" ] ] },
 +
 +
TeX: {
 +
extensions: [ "[mhchem]/mhchem.js" ]
 +
}
 +
});
 +
</script>
 +
</head>
 +
 
<script>
 
<script>
 
$(function () {
 
$(function () {
Line 5: Line 20:
 
menu.setItem("project");
 
menu.setItem("project");
 
});
 
});
 +
</script>
 +
 +
<style>.atext {
 +
    line-height: 1.8;
 +
}
 +
 +
.atext .noind {
 +
    margin-left: 0 !important;
 +
}
 +
 +
.atext .no {
 +
    display: inline-block;
 +
 +
    vertical-align: middle;
 +
 +
    height: 1.7em;
 +
    width: 1.6em;
 +
    line-height: 1.8em;
 +
    text-align: center;
 +
 +
    font-size: 0.75em;
 +
    font-family: Veneer;
 +
 +
    background: rgb(250, 250, 250);
 +
    color: rgb(130, 130, 130);
 +
    border: 1px solid rgba(0, 0, 0, 0.08);
 +
 +
    margin-right: 0.8em;
 +
    margin-left: 3rem;
 +
 +
    border-radius: 3px;
 +
}
 +
 +
.atext .dot {
 +
    display: inline-block;
 +
 +
    width: 7px;
 +
    height: 7px;
 +
 +
    border-radius: 50%;
 +
 +
    background: rgb(100, 100, 100);
 +
    vertical-align: middle;
 +
 +
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
 +
 +
    margin-right: 0.8em;
 +
    margin-left: 3rem;
 +
}
 +
 +
/* placeholder */
 +
.atext .ph {
 +
    display: inline-block;
 +
    content: " ";
 +
}
 +
 +
.atext .sec {
 +
    margin-left: 6rem !important;
 +
}
 +
 +
.atext .ind {
 +
    margin-left: 3rem;
 +
}
 +
 +
.atext h2 {
 +
    color: rgb(100, 100, 100);
 +
}
 +
 +
.atext h3 {
 +
    color: rgb(130, 130, 130);
 +
}
 +
 +
.atext a {
 +
color: #2980B9 !important;
 +
 +
border-bottom: 2px solid transparent;
 +
 +
cursor: pointer;
 +
transition: color 0.2s, border 0.3s;
 +
}
 +
 +
.atext a:hover {
 +
color: #3498DB !important;
 +
border-bottom: 2px solid #3498DB;
 +
}
 +
 +
.atext a:active {
 +
    color: #1274B5 !important;
 +
    border-bottom: 2px solid #1274B5;
 +
}
 +
 +
.atext .ref-block {
 +
    display: block;
 +
    padding: 1.5em;
 +
    background: rgba(0, 0, 0, 0.05);
 +
    border-left: 5px solid rgb(200, 200, 200);
 +
 +
    color: rgb(70, 70, 70);
 +
}
 +
</style>
 +
 +
<style>
 +
.page-design .active-img .control {
 +
width: 15%;
 +
height: 19%;
 +
 +
cursor: pointer;
 +
}
 +
 +
.page-design .active-img .control:after {
 +
position: absolute;
 +
 +
content: " ";
 +
display: block;
 +
width: 1rem;
 +
height: 1rem;
 +
 +
background: #E74C3C;
 +
border: 1px solid rgba(0, 0, 0, 0.08);
 +
 +
border-radius: 50%;
 +
 +
right: 0.5rem;
 +
top: 0.5rem;
 +
 +
transition: background 0.3s;
 +
}
 +
 +
.page-design .active-img .control:hover:after {
 +
background: #EB695B;
 +
}
 +
 +
.page-design .active-img .control:active:after {
 +
background: #C0392B;
 +
}
 +
 +
.page-design .detail .detail-cont {
 +
width: 25rem;
 +
font-family: Brandon;
 +
color: rgb(70, 70, 70);
 +
 +
font-size: 1.1em;
 +
}
 +
</style>
 +
 +
<script>
 +
 +
$(function () {
 +
var controls = $(".page-design .control");
 +
var popup = $(".page-design .detail");
 +
 +
controls.each(function (i, dom) {
 +
dom = $(dom);
 +
 +
dom.popup({
 +
popup: popup[i],
 +
on: "click",
 +
scrollContext: $(".main.cont-wrap")[0],
 +
lastResort: true,
 +
hideOnScroll: true,
 +
 +
onShow: function () {
 +
imgview.refresh();
 +
}
 +
});
 +
});
 +
});
 +
 
</script>
 
</script>
  
Line 10: Line 193:
 
<div class="main-block fullscr main-title" style="font-size: 7rem; text-align: center;">
 
<div class="main-block fullscr main-title" style="font-size: 7rem; text-align: center;">
 
<div class="vcenter" style="line-height: 1;">
 
<div class="vcenter" style="line-height: 1;">
<span>Applied Design</span>
+
<span>Design</span>
 +
</div>
 +
</div>
 +
 
 +
<!-- <div class="line-sep"></div>
 +
 
 +
<div class="block white-bg">
 +
<h1>Overview</h1>
 +
<div class="article article-font">
 +
After visiting Qiumei Food Corporation, we compiled out information about pickle production process to give a general idea of the industry. The fellowing is written in a worker's perspective for rhetorical purposes.
 +
<br><br>
 +
As a worker in Qiumei Food Corporation, I recount on every process of pickle production to give you a more holistic view of how the pickles in our everyday life is made step by step. The first step to do is to harvest mustard—the fundamental ingredient of pickles. We have our own vast field grown solely Chinese mustard(<i>it is not the US style mustard; it's much more like lettuce</i>). Click the picture for further information.
 +
</div>
 +
</div> -->
 +
 
 +
<div class="line-sep"></div>
 +
 
 +
<div class="block white-bg">
 +
<div class="atext article article-font">
 +
<h1>Click on each icon to see more details</h1>
 +
<div class="active-img">
 +
<img class="no-imgview" src="/wiki/images/7/72/T--HFLS_H2Z_Hangzhou--img_design_main1.jpg"></img>
 +
<div class="white-shade"></div>
 +
<div class="control-layer">
 +
<div class="control" style="top: 2%; left: 6%;"></div>
 +
<div class="control" style="top: 2%; left: 31%;"></div>
 +
<div class="control" style="top: 2%; left: 56%;"></div>
 +
<div class="control" style="top: 2%; left: 79%;"></div>
 +
 
 +
<div class="control" style="top: 27%; left: 6%;"></div>
 +
<div class="control" style="top: 27%; left: 31%;"></div>
 +
<div class="control" style="top: 27%; left: 56%;"></div>
 +
<div class="control" style="top: 27%; left: 79%;"></div>
 +
 
 +
<div class="control" style="top: 52%; left: 6%;"></div>
 +
</div>
 +
</div>
 +
 
 +
<div>
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/a/a6/T--HFLS_H2Z_Hangzhou--img_design_step1.jpg"></img>
 +
To make better pickles, we only select mustard with much stem since stem tastes more resilient than leaves after pickling process.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/7/71/T--HFLS_H2Z_Hangzhou--img_design_step2.jpg"></img>
 +
The second step is an intermediary step-piling. After we collect enough mustard, we pile them in stock in order to make it easier to be coped with in the following procedures.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/7/7a/T--HFLS_H2Z_Hangzhou--img_design_step3.jpg"></img>
 +
Cutting The third step is to cut the root of mustard: root is not necessary in the pickling process since roots are more difficult for customers to munch. Sometimes, if the pickling process is not strictly controlled, roots may generate large amount of alcohol, which will influence the ultimate productivity of pickles. Also, we need to cut the mustard into less than 0.1m per piece.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/5/58/T--HFLS_H2Z_Hangzhou--img_design_step4.jpg"></img>
 +
Cleaning The fourth step is cleaning: to wash away the soil, some unhealthy parasites, and the agricultural pesticide that are attached on the mustard so as to increase the safe level. In the four steps above, we have already done the pre-pickling steps.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/7/71/T--HFLS_H2Z_Hangzhou--img_design_step5.jpg"></img>
 +
Upending  Next come the most few important steps of pickles production, which will influence the final flavor. After cleaning, we enter into upending process. Here is the porcelain comes into story. We first put the mustard pieces layer into porcelain and than put appropriate amount of salt in it. We then add another layer of mustard, repeating it until it fills the porcelain. Then, we use a big stick to crush the mustard to make the water in mustard out. We have to fill the porcelain to leave no blank space for air since air may makes pickles go bad. At the end of upending, we turned over the porcelain in order to make it easier for pickling fermenting.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/1/11/T--HFLS_H2Z_Hangzhou--img_design_step6.jpg"></img>
 +
The sixth step is fermenting, usually the fermenting process takes 14 days. And that is when the taste of our product is formed. But due to the high concentration of nitrite compound, we have to wait for another 50 days to make the concentration of pickles into the safe standard level.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/3/3c/T--HFLS_H2Z_Hangzhou--img_design_step7.jpg"></img>
 +
The seventh step is selection, we carefully measure the concentration of nitrite in every porcelain of pickles. Any pot of pickles that do not meet with the standard, we cannot sell the pickles in that porcelain.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/b/bf/T--HFLS_H2Z_Hangzhou--img_design_step8.jpg"></img>
 +
The eighth process is sterilization. In this step, we use heating method so as to kill some parasite and microbes in pickings. Remember, the porcelain is a paradise for some microbes, both good and bad.
 +
</div>
 +
</div>
 +
 
 +
<div class="detail ui popup">
 +
<div class="detail-cont">
 +
<img class="framed img" style="margin-top: 0; margin-bottom: 0.5rem;" src="/wiki/images/8/8c/T--HFLS_H2Z_Hangzhou--img_design_step9.jpg"></img>
 +
Next is packaging. We use air-tight package to prevent pickings from going bad and to seal the original good flavor of pickles. The outer packaging comes at last. We print our logo and the production date of the pickles on outer package so that the pickles can be put into market.
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<br>
 +
 
 +
<h1><i class="caret right icon"></i>Industrial Specifics</h1>
 +
After visiting Qiumei Food Corporation, we compiled out information about pickle production process to give a general idea of the industry. The fellowing is written in a worker's perspective for rhetorical purposes.
 +
<br><br>
 +
As a worker in Qiumei Food Corporation, I recount on every process of pickle production to give you a more holistic view of how the pickles in our everyday life is made step by step. The first step to do is to harvest mustard—the fundamental ingredient of pickles. We have our own vast field grown solely Chinese mustard( it is not the US style mustard; it's much more like lettuce).
 +
Click the picture for further information.
 +
<br><br>
 +
 
 +
<h1><i class="caret right icon"></i>Parameters</h1>
 +
To solve this industrial specific problem, we listed several parameters to meet.
 +
 
 +
<h2>Goal one</h2>
 +
Our final product must be environmental friendly, any toxic residue that remained in the food is unacceptable.
 +
<h2>Goal two</h2>
 +
The product must work faster than the nitrite's natural degradation rate in pickles. We set the maximum days for the enzyme to turn nitrite content under Chinese FDA's standard to be <b>Three Days</b>.
 +
<h2>Goal three</h2>
 +
Our chassis selection must be wise, or it will be impractical to applied in industry (unable to convince consumers and FDA officers that our product is safe).
 +
<h2>Goal four</h2>
 +
The device must be regulated: because we expecting our device to express several proteins(or one fusion protein) the constitutive promoter will cause too much pressure on the bacteria, and may even cause the bacteria not functional at all.
 +
<h2>Goal five</h2>
 +
The product should work under pickle's storage temperature, because it will not be worth it if the Qiumei Food changed the storage temperature leading changed taste just to use our product.
 +
 
 +
<br><br>
 +
<h1><i class="caret right icon"></i>Our designs</h1>
 +
 
 +
<h2>Design concerning goal one</h2>
 +
See our <a target="_blank" href='/Team:HFLS_H2Z_Hangzhou/sub/enzyme'>Enzyme</a> page, we have selected three target enzymes to work with: NiR(catalyzing reaction of Nitrite ions to Nitrogen Monoxide), NOR(catalyzing reaction of Nitrogen Monoxide to Nitrous Oxide), nosZ(catalyzing reaction of Nitrous Oxide to Nitrogen and Oxygen).
 +
<br><br>
 +
We believed the enzyme selection will form a reaction pathway: from NO2- to completely harmless nitrogen and oxygen. This is also know as <b>substrate channeling</b>.
 +
<br><br>
 +
 
 +
<i class="ref-block">
 +
Substrate channeling is the passing of the reaction intermediate of one enzyme directly to the active site of another enzyme without release into the bulk solvent. The use of molecular tunnels for the passage of reaction products provides a mechanism for the protection of reactive intermediates from the external medium, and the transit time for the movement is reduced. Moreover, it could prevent the release of unstable intermediates.
 +
</i><br>
 +
 
 +
The substrate channeling of our project is as shown in the figure:
 +
 
 +
<img class="framed img" src="/wiki/images/7/75/T--HFLS_H2Z_Hangzhou--img_design_subch3.png"></img>
 +
 
 +
Furthermore, as can be seen in <a target="_blank" href='/Team:HFLS_H2Z_Hangzhou/sub/enzyme'>Enzyme</a> page, the reaction rate of our first enzyme NiR(Nitrite Reductase) in the reaction pathway. The first enzyme NiR has much slower reaction rate compared with other two enzymes, so NiR becomes a limiting factor in the system which is perfect: its following enzymes can spontaneously process its product.
 +
 
 +
<h2>Design concerning goal two</h2>
 +
 
 +
As can be seen in our <a target="_blank" href='/Team:HFLS_H2Z_Hangzhou/Demonstrate'>Performance</a> page, our fusion protein <b>NzFE(Nitrite Reduction Fusion Protein)</b> when expressed in chassis $E.coli$ BL21 DE3, is ultimately able to eliminate 41%(in 16 °C for 39h) and 46%(in 25 °C for 39h) of nitrite in pickle extract.
 +
 
 +
<img class="framed img" src="/wiki/images/c/c1/T--HFLS_H2Z_Hangzhou--img_design_subch2.png"></img>
 +
 
 +
<h2>Design concerning goal three</h2>
 +
 
 +
Although to fully analyze our three target enzymes reactivities, we first use $E.coli$ as our chassis. Fully aware of the fact this is not a good choice for final product, we researched possible chassises for final product, and decided on using $B.substilis$. See <a target="_blank" href='/Team:HFLS_H2Z_Hangzhou/sub/chassis'>Chassis Selection</a>.
 +
 
 +
<h2>Design concerning goal four</h2>
 +
 
 +
Since our trip to Qiumei Food suggested that the company keeps their storage in open air to dry their vegetables after fermentation, it is best we choose promoter responsive in aerobic conditions. We inquired the CEO of Qiumei Food whether it is technically feasible to place the vegetable after fermentation in anaerobic without affecting the quality of the product, and while she said it is completely possible, we realized the metabolic product of our chassis under anaerobic condition (eg. alcohol for yeast, lactic acid for $L.bacillus$) will change the favor of Daodie Chai(Qiumei's pickle product).
 +
<br><br>
 +
For all these reasons, we chose promoter <a target="_blank" href="http://parts.igem.org/Part:BBa_K216005">Pyear</a>, see our <a target="_blank" href='/Team:HFLS_H2Z_Hangzhou/sub/genecirc'>Genetic Circuit</a> page. Pyear is the only $E.Coli$ promoters responsive to nitrate and nitrite under aerobic conditions, and to test its characteristics, we constructed several sensors.
 +
<br><br>
 +
The promoter is constitutively repressed by protein NsrR, and will open for transcription if any of nitrite, nitrate, nitric oxide is present. <b>This is perfect for our design: though nitrite is not sufficient to activate the transcription, there is always enough nitrate in the pickles.</b>
 +
 
 +
<h2>Design concerning goal five</h2>
 +
 
 +
Qiumei Food's storage temperature is 25 °C, and our fusion enzyme working under this condition performed the best compare to in 16 °C and 30 °C.
 +
 
 +
<br><br>
 +
 
 +
<h1>Reference</h1>
 +
<table class="frameless ref-table">
 +
<tbody>
 +
<tr>
 +
<td><div class="no noind">1</div></td>
 +
<td>Huang X, Holden H M, Raushel F M. Channeling of Substrates and Intermediates in Enzyme-Catalyzed Reactions[J]. Annual Review of Biochemistry, 2001, 70(1):149.</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td><div class="no noind">2</div></td>
 +
<td>Lin H, Bledsoe P V. Activation of yeaR-yoaG operon transcription by the nitrate-responsive regulator NarL is independent of oxygen- responsive regulator Fnr in $E. coli$ K-12.[J]. Journal of Bacteriology, 2007, 189(21):7539.</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 
 +
<p></p>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 13:34, 15 December 2017

Template loop detected: Template:HFLS H2Z Hangzhou<!DOCTYPE html>

Team Members

Jianan Li
Qingrui Sun
Yiming Rong
Jiayue Guo
Zhiyuan Lu
Meiqi Yuan
Zhengyao Lin
Caiyi Feng
Shuyun Zhang
Tenghao Huang
Yining Huang
Yanyue Zhu

Sponsors

Design

Click on each icon to see more details


Industrial Specifics

After visiting Qiumei Food Corporation, we compiled out information about pickle production process to give a general idea of the industry. The fellowing is written in a worker's perspective for rhetorical purposes.

As a worker in Qiumei Food Corporation, I recount on every process of pickle production to give you a more holistic view of how the pickles in our everyday life is made step by step. The first step to do is to harvest mustard—the fundamental ingredient of pickles. We have our own vast field grown solely Chinese mustard( it is not the US style mustard; it's much more like lettuce). Click the picture for further information.

Parameters

To solve this industrial specific problem, we listed several parameters to meet.

Goal one

Our final product must be environmental friendly, any toxic residue that remained in the food is unacceptable.

Goal two

The product must work faster than the nitrite's natural degradation rate in pickles. We set the maximum days for the enzyme to turn nitrite content under Chinese FDA's standard to be Three Days.

Goal three

Our chassis selection must be wise, or it will be impractical to applied in industry (unable to convince consumers and FDA officers that our product is safe).

Goal four

The device must be regulated: because we expecting our device to express several proteins(or one fusion protein) the constitutive promoter will cause too much pressure on the bacteria, and may even cause the bacteria not functional at all.

Goal five

The product should work under pickle's storage temperature, because it will not be worth it if the Qiumei Food changed the storage temperature leading changed taste just to use our product.

Our designs

Design concerning goal one

See our Enzyme page, we have selected three target enzymes to work with: NiR(catalyzing reaction of Nitrite ions to Nitrogen Monoxide), NOR(catalyzing reaction of Nitrogen Monoxide to Nitrous Oxide), nosZ(catalyzing reaction of Nitrous Oxide to Nitrogen and Oxygen).

We believed the enzyme selection will form a reaction pathway: from NO2- to completely harmless nitrogen and oxygen. This is also know as substrate channeling.

Substrate channeling is the passing of the reaction intermediate of one enzyme directly to the active site of another enzyme without release into the bulk solvent. The use of molecular tunnels for the passage of reaction products provides a mechanism for the protection of reactive intermediates from the external medium, and the transit time for the movement is reduced. Moreover, it could prevent the release of unstable intermediates.
The substrate channeling of our project is as shown in the figure: Furthermore, as can be seen in Enzyme page, the reaction rate of our first enzyme NiR(Nitrite Reductase) in the reaction pathway. The first enzyme NiR has much slower reaction rate compared with other two enzymes, so NiR becomes a limiting factor in the system which is perfect: its following enzymes can spontaneously process its product.

Design concerning goal two

As can be seen in our Performance page, our fusion protein NzFE(Nitrite Reduction Fusion Protein) when expressed in chassis $E.coli$ BL21 DE3, is ultimately able to eliminate 41%(in 16 °C for 39h) and 46%(in 25 °C for 39h) of nitrite in pickle extract.

Design concerning goal three

Although to fully analyze our three target enzymes reactivities, we first use $E.coli$ as our chassis. Fully aware of the fact this is not a good choice for final product, we researched possible chassises for final product, and decided on using $B.substilis$. See Chassis Selection.

Design concerning goal four

Since our trip to Qiumei Food suggested that the company keeps their storage in open air to dry their vegetables after fermentation, it is best we choose promoter responsive in aerobic conditions. We inquired the CEO of Qiumei Food whether it is technically feasible to place the vegetable after fermentation in anaerobic without affecting the quality of the product, and while she said it is completely possible, we realized the metabolic product of our chassis under anaerobic condition (eg. alcohol for yeast, lactic acid for $L.bacillus$) will change the favor of Daodie Chai(Qiumei's pickle product).

For all these reasons, we chose promoter Pyear, see our Genetic Circuit page. Pyear is the only $E.Coli$ promoters responsive to nitrate and nitrite under aerobic conditions, and to test its characteristics, we constructed several sensors.

The promoter is constitutively repressed by protein NsrR, and will open for transcription if any of nitrite, nitrate, nitric oxide is present. This is perfect for our design: though nitrite is not sufficient to activate the transcription, there is always enough nitrate in the pickles.

Design concerning goal five

Qiumei Food's storage temperature is 25 °C, and our fusion enzyme working under this condition performed the best compare to in 16 °C and 30 °C.

Reference

1
Huang X, Holden H M, Raushel F M. Channeling of Substrates and Intermediates in Enzyme-Catalyzed Reactions[J]. Annual Review of Biochemistry, 2001, 70(1):149.
2
Lin H, Bledsoe P V. Activation of yeaR-yoaG operon transcription by the nitrate-responsive regulator NarL is independent of oxygen- responsive regulator Fnr in $E. coli$ K-12.[J]. Journal of Bacteriology, 2007, 189(21):7539.