Difference between revisions of "Team:FAFU-CHINA"

Line 3: Line 3:
 
{{FAFU-CHINA/Bootstrap.css}}
 
{{FAFU-CHINA/Bootstrap.css}}
 
<html>
 
<html>
 +
  
 
<body>
 
<body>
Line 36: Line 37:
 
     margin:0 auto;
 
     margin:0 auto;
 
     border-radius:20px 20px 20px 20px
 
     border-radius:20px 20px 20px 20px
 +
    margin-top:20px;
 +
   
 +
}
 +
.introducetext3{
 +
    width: 30%;
 +
    padding: 20px;
 +
    margin: 12px;
 +
    background-color: #D0E090;
 +
    border: 15px solid #BC464C;
 +
    border-style: initial;
 +
    margin-top: 30px;
 +
    font-size: 18px;
 +
    margin:0 auto;
 +
    border-radius:20px 20px 20px 20px;
 +
    margin-top:20px;
 +
    float:left;
 +
}
 +
.introducetext4{
 +
    width: 30%;
 +
    padding: 20px;
 +
    margin: 12px;
 +
    background-color: #D0E090;
 +
    border: 15px solid #BC464C;
 +
    border-style: initial;
 +
    margin-top: 30px;
 +
    font-size: 18px;
 +
    margin:0 auto;
 +
    border-radius:20px 20px 20px 20px;
 +
    margin-top:20px;
 +
    float:left;
 +
}
 +
.introducetext5{
 +
    width: 30%;
 +
    padding: 20px;
 +
    margin: 12px;
 +
    background-color: #D0E090;
 +
    border: 15px solid #BC464C;
 +
    border-style: initial;
 +
    margin-top: 30px;
 +
    font-size: 18px;
 +
    margin:0 auto;
 +
    border-radius:20px 20px 20px 20px;
 +
    margin-top:20px;
 +
    float:right;
 +
}
 +
.introducetext6{
 +
    width: 30%;
 +
    padding: 20px;
 +
    margin: 12px;
 +
    background-color: #D0E090;
 +
    border: 15px solid #BC464C;
 +
    border-style: initial;
 +
    margin-top: 30px;
 +
    font-size: 18px;
 +
    margin:0 auto;
 +
    border-radius:20px 20px 20px 20px;
 +
    margin-top:20px;
 
}
 
}
 
.imagestyle1{
 
.imagestyle1{
Line 45: Line 103:
 
     height: 300px;
 
     height: 300px;
 
}
 
}
/*.logstyle{
+
 
+
  width: 100%;
+
    height: 200px;
+
    float: left;
+
    z-index: 999;
+
}*/
+
 
.logoo2{
 
.logoo2{
 
       float:left;
 
       float:left;
Line 76: Line 128:
 
margin-top:93px;
 
margin-top:93px;
 
border-radius:20px
 
border-radius:20px
 +
}
 +
.zuobain{
 +
float:left;
 +
width: 30%
 
}
 
}
 
</style>
 
</style>
Line 197: Line 253:
 
     padding:0;
 
     padding:0;
 
   }
 
   }
 +
  
 
</style>
 
</style>
Line 279: Line 336:
 
      
 
      
 
     <div class="introducetext2">
 
     <div class="introducetext2">
     <div><p  style="text-align:center; color: #6a8d2c ; font-size:20px"">Synergism of Phosphate-solubilizing microoranisms-plant</p>
+
     <div><p  style="text-align:center; color: #6a8d2c ; font-size:20px">Synergism of Phosphate-solubilizing microoranisms-plant</p>
 
         <p style="text-align: center; color: #6a8d2c; font-size:20px">interactions for bioremediation of metalliferous soils</p></div>
 
         <p style="text-align: center; color: #6a8d2c; font-size:20px">interactions for bioremediation of metalliferous soils</p></div>
 
         <div>
 
         <div>
Line 288: Line 345:
 
         </div>
 
         </div>
 
     </div>
 
     </div>
    <div><p style="text-align: center;"><img  class="lasttupian" src="https://static.igem.org/mediawiki/2017/a/a2/T--FAFU-CHINA--008.jpg"> </p></div>
 
    <div class="lastpart">
 
 
 
     </div>
 
     </div>
 +
 +
 +
 
 +
<style type="text/css">
 +
    .liuchengtu{
 +
    width: 60%
 +
    margin: 0 auto
 +
    height:auto;
 +
    }
 +
    .liuchengtu1{
 +
    width: 50%;
 +
    margin-top: 100px
 +
    }
 +
    </style>
 +
<div align="center" class="liuchengtu">
 +
  <img class="liuchengtu1" src="https://static.igem.org/mediawiki/2017/e/e0/T--FAFU-CHINA--009.png">
 +
</div>
 +
 +
 +
 +
 
 +
<style>
 +
.secondbg{
 +
background-color: #D0E090;
 +
margin:0 auto;
 +
padding:0;
 +
width:80%;
 +
}
 +
/* entire container, keeps perspective */
 +
.flip-container {
 +
perspective: 1000;
 +
}
 +
/* flip the pane when hovered */
 +
.flip-container:hover .flipper {
 +
transform: rotateY(180deg);
 +
}
 +
 +
.flip-container, .front,.back{
 +
width: 320px;
 +
height: 480px;
 +
}
 +
 +
/* flip speed goes here */
 +
.flipper {
 +
transition: 0.4s;
 +
transform-style: preserve-3d;
 +
 +
position: relative;
 +
}
 +
 +
/* hide back of pane during swap */
 +
.front, .back {
 +
backface-visibility: hidden;
 +
position: absolute;
 +
top: 0;
 +
left: 0;
 +
}
 +
 +
/* front pane, placed above back */
 +
.front {
 +
z-index: 1;
 +
}
 +
 +
/* back, initially hidden pane */
 +
.back {
 +
transform: rotateY(180deg);
 +
background-color: #D0E090;
 +
font-size: 20px
 +
}
 +
.front img{
 +
width:300px;
 +
}
 +
.back div{
 +
width:300px;
 +
height:450px;
 +
/*background-color:#EBE6E6;*/
 +
}
 +
.toopp{
 +
padding:0;
 +
margin:0;
 +
}
 +
.picleft{
 +
float:right;
 +
margin:0;
 +
padding:0;
 +
width:40%;
 +
}
 +
.picleft img{
 +
width:100%;
 +
}
 +
.lleft{
 +
float:left;
 +
width:60%;
 +
}
 +
.lleft img{
 +
width:65%;
 +
float:left;
 +
margin:150px 0 0 100px;
 +
}
 +
.fgx{
 +
border:1px #D4CCCC solid;
 +
width:100%;
 +
opacity:0.5;
 +
}
 +
.fgx2{
 +
margin:10px 0;
 +
padding:0;
 +
border:1px #D4CCCC solid;
 +
box-shadow: 10px 10px 5px #888888;
 +
opacity:0.5;
 +
}
 +
.botpic{
 +
margin:0 0 0 50px;
 +
padding:0;
 +
float:left;
 +
 +
}
 +
</style>
 +
<div class="secondbg">
 +
<div style="clear:both;"></div>
 +
<div class="fgx2"></div>
 +
 +
<div class="botpic">
 +
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
 +
<div class="flipper">
 +
<div class="front">
 +
<!-- 前面内容 -->
 +
<p  style="text-align:center; color: #6a8d2c ; font-size:40px"><br/><br/><br/>Metalliferous soils</p>
 +
</div>
 +
<div class="back">
 +
<!-- 背面内容 -->
 +
<p>&nbsp;&nbsp;&nbsp;&nbsp;Soil polluted by heavy metals represent an important environmental problem due to the toxic effects of metals, their accumulations throughout the food chain and the additional risk of groundwater contamination.
 +
<br/>&nbsp;&nbsp;&nbsp;&nbsp;</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="botpic">
 +
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
 +
<div class="flipper">
 +
<div class="front">
 +
<!-- 前面内容 -->
 +
<p  style="text-align:center; color: #6a8d2c ; font-size:40px"><br/><br/><br/>ACC Deaminase</p>
 +
</div>
 +
<div class="back">
 +
<!-- 背面内容 -->
 +
<div>1-aminocyclopropane-1-carboxylate (ACC) deaminase, which regulates ethylene production by metabolizing ACC (an immediate precursor of ethylene biosynthesis in higher plants) into α-ketobutyrate and ammonia,simultaneously enhances plant growth and biomass by P solubilization and uptake particularly under stress condition by heavy metals. In our project, we aimed for increasing ability of transgenic plants expressing the bacterial enzyme ACC deaminase to accumulate heavy metals.</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="botpic">
 +
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
 +
<div class="flipper">
 +
<div class="front">
 +
<!-- 前面内容 -->
 +
<p  style="text-align:center; color: #6a8d2c ; font-size:40px"><br/><br/><br/>Phytoremediation</p>
 +
</div>
 +
<div class="back">
 +
<!-- 背面内容 -->
 +
<div>Phytoextraction is based on the use of hyperaccumulator plants, which can tolerate and accumulate high concentration of metals. Ideal hyperaccumulators require the characteristics of deep rooted, rapid growth and a high amount of biomass. In fact, many hyperaccumulators are slow in growth, produce low bow biomass and cannot grow in metal-stress soil. </div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
 +
<div class="botpic">
 +
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
 +
<div class="flipper">
 +
<div class="front">
 +
<!-- 前面内容 -->
 +
<p  style="text-align:center; color: #6a8d2c ; font-size:40px"><br/><br/><br/>Phosphate-solubilizing bacteria</p>
 +
</div>
 +
<div class="back">
 +
<!-- 背面内容 -->
 +
<div><p style="font-size:17px">Phosphorus is the second important key element after nitrogen as a mineral nutrient in terms of quantitative plant equirement. However, plants can use only a small amount of this P since 75–90% of added P is precipitated by metal–cation complexes, and rapidly becomes fixed in soils. In this regard, phosphate solubilizing microbes are considered as the most efficient and eco-friendly means for phytoremediation of metalliferous soils.
 +
Although, several bacterial strains have been identified as PSB their performance under in situ conditions is not reliable. Therefore,we genetically engineered our chassis B. megaterium as a new strategy to accelerate phytoremediation process.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 01:26, 23 October 2017

Overview

Synergism of Phosphate-solubilizing microoranisms-plant

interactions for bioremediation of metalliferous soils

    Continued worldwide industrialization has caused extensive environmental and human health problems. A wide variety of chemicals, e.g., heavy metals, pesticides, chlorinated solvents, etc., have been detected in different natural resources such as soil, water, and air. Among the pollutants, the heavy metals are of concern to human health due to their cytotoxicity, mutagenicity, and carcinogenicity.
    




Metalliferous soils

    Soil polluted by heavy metals represent an important environmental problem due to the toxic effects of metals, their accumulations throughout the food chain and the additional risk of groundwater contamination.
    




ACC Deaminase

1-aminocyclopropane-1-carboxylate (ACC) deaminase, which regulates ethylene production by metabolizing ACC (an immediate precursor of ethylene biosynthesis in higher plants) into α-ketobutyrate and ammonia,simultaneously enhances plant growth and biomass by P solubilization and uptake particularly under stress condition by heavy metals. In our project, we aimed for increasing ability of transgenic plants expressing the bacterial enzyme ACC deaminase to accumulate heavy metals.




Phytoremediation

Phytoextraction is based on the use of hyperaccumulator plants, which can tolerate and accumulate high concentration of metals. Ideal hyperaccumulators require the characteristics of deep rooted, rapid growth and a high amount of biomass. In fact, many hyperaccumulators are slow in growth, produce low bow biomass and cannot grow in metal-stress soil.




Phosphate-solubilizing bacteria

Phosphorus is the second important key element after nitrogen as a mineral nutrient in terms of quantitative plant equirement. However, plants can use only a small amount of this P since 75–90% of added P is precipitated by metal–cation complexes, and rapidly becomes fixed in soils. In this regard, phosphate solubilizing microbes are considered as the most efficient and eco-friendly means for phytoremediation of metalliferous soils. Although, several bacterial strains have been identified as PSB their performance under in situ conditions is not reliable. Therefore,we genetically engineered our chassis B. megaterium as a new strategy to accelerate phytoremediation process.