Difference between revisions of "Team:FAFU-CHINA/Design"

(Prototype team page)
 
Line 1: Line 1:
 
{{FAFU-CHINA}}
 
{{FAFU-CHINA}}
 +
{{FAFU-CHINA/Bootstrap.js}}
 +
{{FAFU-CHINA/Bootstrap.css}}
 
<html>
 
<html>
  
Line 5: Line 7:
  
  
<div class="column full_size">
+
<body>
<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.
+
  <style>
</p>
+
.navbar-default {
 +
  background-color: #93bd46;
 +
  border-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-brand {
 +
  color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-brand:hover,
 +
.navbar-default .navbar-brand:focus {
 +
  color: #ffffff;
 +
}
 +
.navbar-default .navbar-text {
 +
  color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-nav > li > a {
 +
  color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-nav > li > a:hover,
 +
.navbar-default .navbar-nav > li > a:focus {
 +
  color: #ffffff !important;
 +
}
 +
.navbar-default .navbar-nav > li > .dropdown-menu {
 +
  background-color: #93bd46;
 +
}
 +
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
 +
  color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
 +
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
 +
  color: #ffffff !important;
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 +
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
 +
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 +
  color: #ffffff !important;
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-nav > .active > a,
 +
.navbar-default .navbar-nav > .active > a:hover,
 +
.navbar-default .navbar-nav > .active > a:focus {
 +
  color: #ffffff !important;
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-nav > .open > a,
 +
.navbar-default .navbar-nav > .open > a:hover,
 +
.navbar-default .navbar-nav > .open > a:focus {
 +
  color: #ffffff !important;
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-toggle {
 +
  border-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-toggle:hover,
 +
.navbar-default .navbar-toggle:focus {
 +
  background-color: #6a8d2c;
 +
}
 +
.navbar-default .navbar-toggle .icon-bar {
 +
  background-color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-collapse,
 +
.navbar-default .navbar-form {
 +
  border-color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-link {
 +
  color: #e9f9e7 !important;
 +
}
 +
.navbar-default .navbar-link:hover {
 +
  color: #ffffff !important;
 +
}
  
<p>
+
@media (max-width: 767px) {
This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:FAFU-CHINA/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
+
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
</p>
+
color: #e9f9e7 !important;
 +
  }
 +
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
 +
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 +
color: #ffffff !important;
 +
  }
 +
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 +
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
 +
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 +
color: #ffffff !important;
 +
background-color: #6a8d2c;
 +
  }
 +
}
 +
.dropdown-menu li a{
 +
background-color: #93bd46;
 +
}
 +
.dropdown-menu .active a{
 +
background-color:#6a8d2c;
 +
}
  
</div>
+
 +
 +
 +
 +
body,html{
 +
padding:0;
 +
margin:0;
 +
}
 +
.dropdown ul li,.dropdown ul{
 +
background-color:gainsboro;
 +
}
 +
.navbar .nav > li .dropdown-menu { 
 +
margin: 0; 
 +
 +
.navbar .nav > li:hover .dropdown-menu { 
 +
display: block; 
 +
}
 +
.noma{
 +
width:60%;
 +
margin:0 auto;
 +
padding:0;
 +
}
 +
</style>
 +
<nav class="navbar navbar-default navbar-fixed-top" style="margin-top:13px;">
 +
  <div class="container-fluid noma">
  
<div class="column half_size">
 
<h5>What should this page contain?</h5>
 
<ul>
 
<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>
+
    <!-- Collect the nav links, forms, and other content for toggling -->
 +
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 +
<ul class="nav navbar-nav">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA">Home</a></li>
 +
 
 +
<li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Description">Overview</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Background">Background</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Design">Interlab</a></li>
 +
<li class="chooseone"><a href="https://2017.igem.org/Team:FAFU-CHINA/Experiments#sss1">Module 1: Phyto-route</a></li>
 +
<li class="choosetwo"><a href="https://2017.igem.org/Team:FAFU-CHINA/Experiments#sss2">Module 2: Metal-trap</a></li>
 +
<li class="choosethree"><a href="https://2017.igem.org/Team:FAFU-CHINA/Experiments#sss3">Module 3: Safeguard</a></li>
 +
  </ul>
 +
</li>
 +
<li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Achievements <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Results">Results</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Measurement ">Data</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Design">Judging Criteria</a></li>
 +
  </ul>
 +
</li>
 +
<li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Extras <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Collaborations">Collaborations</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Protocols ">Protocols</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Notebook">Diary</a></li>
 +
  </ul>
 +
</li>
 +
<li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Parts <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Parts">Overview</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Basic_Part">Basic Part</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Composite_Part">Composite Part</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Part_Collection">Part Collection</a></li>
 +
  </ul>
 +
</li>
 +
<!-- <li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Results <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Results">Overview</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Measurement">Measurement</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/HP/Gold_Integrated">Gold Integrated</a></li>
 +
<li><a href="https://2017.igem.org/Team:Example2/Entrepreneurship">Entrepreneurship</a></li>
 +
<li><a href="hhttps://2017.igem.org/Team:Example2/Software">Software</a></li>
 +
<li><a href="https://2017.igem.org/Team:Example2/Hardware">Hardware</a></li>
 +
<li><a href="https://2017.igem.org/Team:Example2/Plant">Plant</a></li>
 +
  </ul>
 +
</li>-->
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Model">Model</a></li>
 +
<li class="active"><a href="#">Human Practice</a></li>
 +
<li class="dropdown">
 +
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team <span class="caret"></span></a>
 +
  <ul class="dropdown-menu">
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Team">Teammembers</a></li>
 +
<li><a href="https://2017.igem.org/Team:FAFU-CHINA/Attributions">Attributions</a></li>
 +
  </ul>
 +
</li>
 +
</ul>
 +
    </div><!-- /.navbar-collapse -->
 +
  </div><!-- /.container-fluid -->
 +
</nav>
 +
 
 +
 
 +
<style>
 +
.wzdd{
 +
margin:-100px auto 0;
 +
width:60%;
 +
font-family: 'Open Sans', sans-serif;
 +
padding-left:50px;
 +
padding-right:50px;
 +
background-color: #F1E6CE;
 +
}
 +
</style>
 +
<div class="wzdd">
 +
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
 +
<h1>Communication with Entrepreneur</h1>
 +
<br/><p><strong>iGEM group:According to your years of field investigation and research, from what specific origins the heavy metal pollution arises? And by what means the heavy metal pollutes soil?</strong> </p>
 +
 
 +
<p><strong>President Shi: </strong> At present, the metals that caused serious pollution include Cd, Pb and Hg. The enrichment of Cd in soil makes some crops, especially rice, excessive in the amount of heavy metal, which is actually what we call “Cd-polluted-rice”. The phenomenon is caused by the utilization of a kind of quick acting fertilizer, urea, in great amount, which can increase rice yield. When the massive loss of nutrient occurs in soil, a great amount of silicon-calcium-magnesium fertilizer will be used as soil conditioner to alleviate the trouble. But the problem is that the raw materials of such fertilizer are the by-products of cadmium and steel chippings in steel production. To lower costs, the steel chippings are used in the fertilizer before they are processed consciously with pertinent technologies, and thereby becoming one of the largest pollution sources of the poisonous heavy metal, cadmium. </p>
 +
 
 +
 
 +
<p>And the main source of mercury is the improper disposal of municipal waste. The best method to dispose municipal waste currently is incineration. But landfill remains to the major method to dispose the largest proportion of municipal waste, and the steps of disposal do not include filtration and classification, for which the pollution sources like waste batteries that are rich in mercury enter groundwater or are used in cheap organic fertilizers. The other source comes from the disposal of municipal sludge. In effect, a sharp contradiction has arisen between the increasing volume of sludge in China and its serious weakness in disposal, backwardness in disposal approach. A great deal of sludge is transported out, dumped or filed up at random, causing the “sludge-surrounding” phenomenon in many cities. And the waste containing mercury from daily life can cause secondary pollution by entering sewage system. <em>Guangzhou Daily</em> reported in 2009 that a cleaning company piled sludge in a forest farm locating between TangShalin village and ZhangMuTou forest farm, and then the heavy metal in the sludge infiltrated into a fishpond, which killed 15,000 kilograms of living fish. </p>
 +
 
 +
<p>The pollution source of lead generally comes from the waste water and chippings leaked by paper mills in the upper reaches of urban water system. The waste that is excessive in lead is used in the production of cheap organic fertilizers, which will enter soil system once again. </p>
 +
 
 +
<p>In addition to the pollution sources above, the raw material used in the production of cheap inorganic salt, magnesium sulfate, is the waste sulfuric acid from galvanizing plants; glyphosate acid in the waste liquid from the production of herbicide, glyphosate, is recycled before being disposed properly, which constitutes another important pollution source. </p>
 +
<img src="image/T--FAFU-CHINA--IMG_2017.JPG" style="width:50%"/>
 +
<p style="font-size:5px; width:50%">Fig. 1 During this visit to Zhangzhou, we exchanged opinions and discussed on the project’s background, thinking pattern and some problems in practice with the president Shi Jinsheng in Fujian Kunsheng Agriculture.</p>
 +
 
 +
 
 +
<br/><p><strong>iGEM group:Can you make some comments and suggestions after hearing our thinking pattern of the project?</strong> </p>
 +
 
 +
<p><strong>President Shi:</strong> As a matter of fact, we tend to apply micro-molecular humid acid or organic fertilizers of amino acid in practical utilization to fix or mobilize the necessary soil elements for plant’s growth. But the problem is: helpful and harmful elements will be fixed or mobilized simultaneously in the process, and thereby making it impossible to carry out a precise and peculiar selective fixation/mobilization. In your project, the heavy metal pollution is handled by the joint application of peculiar metal transporter protein and hyperaccumulator, which is pretty good. </p>
 +
<img src="image/T--FAFU-CHINA--IMG_2028.JPG" style="width:50%"/>
 +
 
 +
 
 +
<br/><p><strong>iGEM group:If our project needs to be applied in practice, what will be the specific operation processes? And of what aspects shall we be conscious?</strong> </p>
 +
 
 +
<p><strong>President Shi: </strong>Generally speaking, phosphate solubilizing bacteria will be subject to a series of courses to rejuvenate and ferment, and then be colonized in the plant root as the added substance of organic fertilizers. That can control the reproduction of harmful bacteria in soil effectively on one hand and disintegrate phosphorus and potassium on the other hand. In addition to organic fertilizers, something like fermentation liquor of cane sugar, fermentation liquor of alginic salts, etc, is also a good carrier. It is to guarantee an adequate carbon source and nitrogen source that matters. Talking about the aspect you should very care about is safety. Currently, it is unclear whether the unmonitored release of every genetically engineered microbe(GEM) into the enviroment is absolutely harmful or absolutely safe, especially your project, which actually is referring to GMO that has been controversial for almost 20 years in China, even world. Decades of scientific research and changes in government polices may be needed to determine and define the danger or safety of every type of GEM, as current information is sparse. </p>
  
<div class="column half_size">
 
<h5>Inspiration</h5>
 
<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>
  
  
  
 +
 +
 +
</body>
 
</html>
 
</html>

Revision as of 09:49, 22 October 2017











Communication with Entrepreneur


iGEM group:According to your years of field investigation and research, from what specific origins the heavy metal pollution arises? And by what means the heavy metal pollutes soil?

President Shi: At present, the metals that caused serious pollution include Cd, Pb and Hg. The enrichment of Cd in soil makes some crops, especially rice, excessive in the amount of heavy metal, which is actually what we call “Cd-polluted-rice”. The phenomenon is caused by the utilization of a kind of quick acting fertilizer, urea, in great amount, which can increase rice yield. When the massive loss of nutrient occurs in soil, a great amount of silicon-calcium-magnesium fertilizer will be used as soil conditioner to alleviate the trouble. But the problem is that the raw materials of such fertilizer are the by-products of cadmium and steel chippings in steel production. To lower costs, the steel chippings are used in the fertilizer before they are processed consciously with pertinent technologies, and thereby becoming one of the largest pollution sources of the poisonous heavy metal, cadmium.

And the main source of mercury is the improper disposal of municipal waste. The best method to dispose municipal waste currently is incineration. But landfill remains to the major method to dispose the largest proportion of municipal waste, and the steps of disposal do not include filtration and classification, for which the pollution sources like waste batteries that are rich in mercury enter groundwater or are used in cheap organic fertilizers. The other source comes from the disposal of municipal sludge. In effect, a sharp contradiction has arisen between the increasing volume of sludge in China and its serious weakness in disposal, backwardness in disposal approach. A great deal of sludge is transported out, dumped or filed up at random, causing the “sludge-surrounding” phenomenon in many cities. And the waste containing mercury from daily life can cause secondary pollution by entering sewage system. Guangzhou Daily reported in 2009 that a cleaning company piled sludge in a forest farm locating between TangShalin village and ZhangMuTou forest farm, and then the heavy metal in the sludge infiltrated into a fishpond, which killed 15,000 kilograms of living fish.

The pollution source of lead generally comes from the waste water and chippings leaked by paper mills in the upper reaches of urban water system. The waste that is excessive in lead is used in the production of cheap organic fertilizers, which will enter soil system once again.

In addition to the pollution sources above, the raw material used in the production of cheap inorganic salt, magnesium sulfate, is the waste sulfuric acid from galvanizing plants; glyphosate acid in the waste liquid from the production of herbicide, glyphosate, is recycled before being disposed properly, which constitutes another important pollution source.

Fig. 1 During this visit to Zhangzhou, we exchanged opinions and discussed on the project’s background, thinking pattern and some problems in practice with the president Shi Jinsheng in Fujian Kunsheng Agriculture.


iGEM group:Can you make some comments and suggestions after hearing our thinking pattern of the project?

President Shi: As a matter of fact, we tend to apply micro-molecular humid acid or organic fertilizers of amino acid in practical utilization to fix or mobilize the necessary soil elements for plant’s growth. But the problem is: helpful and harmful elements will be fixed or mobilized simultaneously in the process, and thereby making it impossible to carry out a precise and peculiar selective fixation/mobilization. In your project, the heavy metal pollution is handled by the joint application of peculiar metal transporter protein and hyperaccumulator, which is pretty good.


iGEM group:If our project needs to be applied in practice, what will be the specific operation processes? And of what aspects shall we be conscious?

President Shi: Generally speaking, phosphate solubilizing bacteria will be subject to a series of courses to rejuvenate and ferment, and then be colonized in the plant root as the added substance of organic fertilizers. That can control the reproduction of harmful bacteria in soil effectively on one hand and disintegrate phosphorus and potassium on the other hand. In addition to organic fertilizers, something like fermentation liquor of cane sugar, fermentation liquor of alginic salts, etc, is also a good carrier. It is to guarantee an adequate carbon source and nitrogen source that matters. Talking about the aspect you should very care about is safety. Currently, it is unclear whether the unmonitored release of every genetically engineered microbe(GEM) into the enviroment is absolutely harmful or absolutely safe, especially your project, which actually is referring to GMO that has been controversial for almost 20 years in China, even world. Decades of scientific research and changes in government polices may be needed to determine and define the danger or safety of every type of GEM, as current information is sparse.