Difference between revisions of "Team:SZU-China/Design"

 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!DOCTYPE html>
 
 
<html>
 
<html>
  
 
<head>
 
<head>
  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
    <link href="https://2017.igem.org/Template:SZU-China/sub/CSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
<title>Design PAGE</title>
+
    <link href="https://2017.igem.org/Template:SZU-China/HP/CSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
    <link href='http://fonts.font.im/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  
<link rel="stylesheet" type="text/css" href="sub.css">
+
    <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&amp;ctype=text/javascript"></script>
<link href='http://fonts.font.im/css?family=Open+Sans' rel='stylesheet' type='text/css'>
+
  
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
+
    <style type="text/css">
 +
        #sideMenu, #top_title {
 +
            display: none;
 +
        }
  
<style type="text/css">
+
        #content {
.container {
+
            width: 100%;
  width: 81.6%;
+
            margin: 0px;
  min-width: 320px;
+
            padding: 0px;
  max-width: 1200px;
+
            background-color: #fff;
  margin-left: auto;
+
        }
  margin-right: auto;
+
}
+
  
.text_img {
+
        .font1 {
  width: 100%;
+
            font-size: 20px;
  min-width: 320px;
+
            color: #2f2f2f;
 +
        }
  
  box-sizing: border-box;
+
        body {
 +
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
            background-color: #fff;
 +
        }
  
  padding-top: 50px;
+
        .container {
  padding-bottom: 50px;
+
            width: 81.6%;
 +
            min-width: 320px;
 +
            max-width: 1200px;
 +
            margin-left: auto;
 +
            margin-right: auto;
 +
        }
  
  overflow: hidden;
+
        .text_img {
}
+
            width: 100%;
 +
            min-width: 320px;
 +
            box-sizing: border-box;
 +
            padding-top: 50px;
 +
            padding-bottom: 50px;
 +
            overflow: hidden;
 +
        }
  
.part-tittle{
+
        .part-tittle {
  text-align: center;
+
            text-align: center;
  padding-bottom: 30px;
+
            padding-bottom: 30px;
}
+
        }
  
.img{
+
        .img {
  width: 35%;
+
            width: 35%;
  height: 200px;
+
            height: 200px;
 +
            padding-top: 100px;
 +
            padding-bottom: 50px;
 +
            float: left;
 +
        }
  
  padding-top: 100px;
+
        .text {
  padding-bottom: 50px;
+
            width: 65%;
 +
            height: 400px;
 +
            box-sizing: border-box;
 +
            padding-top: 50px;
 +
            padding-bottom: 100px;
 +
            float: left;
 +
        }
  
  float: left;
+
        .img > img {
}
+
            display: block;
 +
            height: 100%;
 +
            margin-left: auto;
 +
            margin-right: auto;
 +
        }
  
.text {
+
        .text_left_img_right {
  width: 65%;
+
            float: right;
  height: 400px;
+
        }
  
  box-sizing: border-box;
+
        .backgrounded {
  padding-top: 50px;
+
            background-color: #f0f0f0;
  padding-bottom: 100px;
+
        }
  float: left;
+
}
+
  
.img > img {
+
        a.outlink {
display: block;
+
            color: #4B97A5;
 +
        }
  
height: 100%;
+
            a.outlink:hover {
 +
                font-weight: 600;
 +
            }
 +
    </style>
  
margin-left: auto;
+
    <script type="text/javascript">
margin-right: auto;
+
        $(document).ready(function () {
}
+
            $("#nav-list-ul li").hover(function () {
 +
                $(this).find('ul.sub-nav').show();
 +
            }, function () {
 +
                $(this).find('ul.sub-nav').hide();
 +
            });
  
.text_left_img_right{
+
            $("div.navbar").hover(function () {
  float: right;
+
                $(this).css("box-shadow", "1px 1px 7px #000")
}
+
            }, function () {
 +
                $(this).css("box-shadow", "0px 0px 0px #000")
 +
            });
  
.backgrounded {
+
            $("#top").click(function () {
  background-color: #f0f0f0;
+
                $('body,html').animate({ scrollTop: 0 }, 200);
}
+
                return false;
 +
            });
  
a.outlink{
+
            $("a.outlink").hover(function () {
color: #4B97A5;
+
                $(this).css("font-weight", "700")
}
+
            }, function () {
 +
                $(this).css("font-weight", "500")
 +
            });
  
a.outlink:hover{
+
        });
font-weight: 600;
+
    </script>
}
+
 
+
</style>
+
 
+
<script type="text/javascript">
+
$(document).ready(function(){
+
$("#nav-list-ul li").hover(function(){
+
$(this).find('ul.sub-nav').show();
+
}, function(){
+
$(this).find('ul.sub-nav').hide();
+
});
+
 
+
$("div.navbar").hover(function(){
+
$(this).css("box-shadow", "1px 1px 7px #000")
+
}, function(){
+
$(this).css("box-shadow", "0px 0px 0px #000")
+
});
+
 
+
$("#top").click(function () {
+
$('body,html').animate({ scrollTop: 0 }, 200);
+
return false;
+
});
+
});
+
</script>
+
  
 
</head>
 
</head>
Line 128: Line 144:
 
                     <a href="#">PRACTICE</a>
 
                     <a href="#">PRACTICE</a>
 
                     <span class="caret"></span>
 
                     <span class="caret"></span>
                     <ul class="sub-nav">
+
                     <ul class="sub-nav" style="top:-5px">
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/HP/Gold_Integrated">INTEGRATED HP</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/HP/Gold_Integrated">INTEGRATED HP</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/HP/Silver">SILVER HP</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/HP/Silver">SILVER HP</a></li>
Line 139: Line 155:
 
                     <a href="#">EXPERIMENT</a>
 
                     <a href="#">EXPERIMENT</a>
 
                     <span class="caret"></span>
 
                     <span class="caret"></span>
                     <ul class="sub-nav">
+
                     <ul class="sub-nav" style="top:-5px">
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Procedure">PROCEDURE</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Procedure">PROCEDURE</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Results">RESULTS</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Results">RESULTS</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Demonstrate">DEMONSTRATE</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Demonstrate">DEMONSTRATE</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Protocol">PROTOCOL</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Protocol">PROTOCOL</a></li>
 +
                        <li><a href="https://2017.igem.org/Team:SZU-China/Notebook">NOTEBOOK</a></li>
  
 
                     </ul>
 
                     </ul>
Line 150: Line 167:
 
                     <a href="#">PROJECT</a>
 
                     <a href="#">PROJECT</a>
 
                     <span class="caret"></span>
 
                     <span class="caret"></span>
                     <ul class="sub-nav">
+
                     <ul class="sub-nav" style="top:-5px">
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Description">DESCRIPTION</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Description">DESCRIPTION</a></li>
  
Line 163: Line 180:
 
                     <a href="#">ACHIEVEMENT</a>
 
                     <a href="#">ACHIEVEMENT</a>
 
                     <span class="caret"></span>
 
                     <span class="caret"></span>
                     <ul class="sub-nav">
+
                     <ul class="sub-nav" style="top:-5px">
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Achievement">MEDAL</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Achievement">MEDAL</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Parts">PARTS</a></li>
 
                         <li><a href="https://2017.igem.org/Team:SZU-China/Parts">PARTS</a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
 
 
 
 
 
             </ul>
 
             </ul>
 +
        </div>
 +
        <div>
 +
            <a href="https://2017.igem.org/Team:SZU-China"><img src="https://static.igem.org/mediawiki/2017/1/17/T--SZU-China--team-logo.png" style="height: 36px;width: auto;padding-top: 12px;padding-left:10px;"></a>
 
         </div>
 
         </div>
 
     </div>
 
     </div>
  
<div style="position: relative;top: 60px;display: block;">
+
    <div style="position: relative;display: block;">
<img src="img/design-banner.jpg" width="100%">
+
        <section id="" style="padding:96px 0 50px 0;background-color:white;">
</div>
+
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-sm-12">
 +
                        <h3 class="uppercase color-primary mb40 " style="margin-bottom: 40px;font-size:50px"><center>DESIGN</center> </h3>
 +
                       
 +
                    </div>
  
<div style="position: relative;top: 60px;">
+
                    <div style="width: 60%;margin: 0 auto;text-align:justify">
 +
                        <p style="font-size: 16px;">As we have described in the <a href="https://2017.igem.org/Team:SZU-China/Description" class="outlink" style="font-size:16px;font-weight:500">background</a>, a self-repairing device is required to protect steel bars in concrete, and to achieve such a goal, we can embed genetically modified Bacillus subtilis inside concrete.</p><br>
 +
                        <p style="font-size: 16px;">To ensure that bacteria can function properly in concrete, we first improved alkali resistance ability, germination ability and mineralization capacity of Bacillus subtilis significantly. Then, we used a special technique to make microcapsules containing spores of Bacillus subtilis, along with necessary nutrients for germination. The microcapsules are incorporated into concrete of a certain proportion.</p><br>
 +
                        <p style="font-size: 16px;">When microcracks inside buildings appear, the microcapsules will be torn apart and water is infiltrated to dissolve the nutrient. Spores are stimulated by mutrients into germination state and finally return to normal activity. Carbonic anhydrase of Bacillus subtilis promotes CO<sub>2</sub> hydration to produce CO3<sub>2-</sub>, which binds to free Ca<sup>2+</sup> in the environment to form calcium carbonate deposits, thereby enabling microcracks to self-repair. As a result, microcracks are isolated from the external environment, preventing further corrosion due to internal reinforcement.</p>
  
<div style="margin: 50px 0 70px 0;">
+
                    </div>
<div class="part-tittle">
+
                </div>
<span style="font-size: 36px;color: #4B97A5;">Overview</span>
+
             </div>
</div>
+
         </section>
<div style="width: 60%;margin: 0 auto;text-align:justify">
+
    </div>
<p>As has been described in the <a href="https://2017.igem.org/Team:SZU-China/Description" class="outlink">background</a>, We have to construct a self-repairing device in the concrete, which is achieved by genetic modified Bacillus subtilis embedded inside by micro-capsule.</p><br>
+
<p>To construct the bacteria properly functioning in the concrete, we should first improve the alkali resistance, germination rate and mineralization capacity of Bacillus subtilis significantly. Then, we use the special technology to make the spore of Bacillus subtilis into microcapsules, while adding the necessary nutrients for germination together. Finally we will incorporate the microcapsule into concrete in a certain proportion.</p><br>
+
             <p>When the microcracks inside the building appears, the microcapsules are torn and the water is infiltrated to dissolve the nutrient, which stimulates the spore into the germination state and finally returns to normal activity. Carbonic anhydrase of Bacillus subtilis promotes CO<sub>2</sub> hydration to produce CO<sub>3</sub><sup>2-</sup>, which binds to free Ca + in the environment to form calcium carbonate deposits, thereby enabling microcracks to self-repair and isolate the external environment from further corrosion of the internal reinforcement.</p>
+
+
</div><br/><br/>
+
         <div style="width:80%;margin:0 auto">
+
            <p style="color: dimgrey;text-align: center;font-weight: bold;font-size: 20px;">Here are the brainstorms of how we design our self-repairing system.</p>
+
        </div>
+
</div>
+
  
<div class="text_img backgrounded" >
+
    <div style="position: relative;">
<div class="part-tittle">
+
 
<span style="font-size: 36px;color: #4B97A5;">Which chassis to choose?</span>
+
       
</div>
+
 
<div class="container" style="width:75%;margin:0 auto">
+
        <div class="text_img backgrounded">
<div class="img text_left_img_right" style="padding-top:10px">
+
            <div class="part-tittle">
                <img src="https://static.igem.org/mediawiki/2017/5/5c/T--SZU-China--jiaonang.jpg" alt="">
+
                <span style="font-size: 36px;color: #4B97A5;">Which chassis to choose?</span>
</div>
+
<div class="text text_left_img_right" style="line-height:25px">
+
<p><div style="font-size:25px;float:left;font-weight:500">WB800</div> &nbsp; &nbsp;The chassis we chose this year is Bacillus subtilis because of its ability to form spore, which enable the bacteria to lie dormant for extended periods and protect itself from the harsh environment, like extreme pH, high temperature, and desiccation. In all the strains of Bacillus Subtilis, B.S168 is the most common one. However, since this strain secrete the digestive enzyme which will certainly interrupt the exogenous gene expression, we choose its modified strain – WB800, which has no digestive enzyme.</p>
+
</div>
+
</div>
+
</div>
+
+
<div class="text_img">
+
<div class="part-tittle">
+
<span style="font-size: 36px;color: #4B97A5;">How to embed the bacteria into the concrete?</span>
+
</div>
+
        <div class="container" style="width:75%;margin:0 auto">
+
            <div class="img">
+
                <img src="https://static.igem.org/mediawiki/2017/5/52/T--SZU-China--jiaonang2.jpg" alt="">
+
 
             </div>
 
             </div>
             <div class="text" style="line-height:25px">
+
             <div class="container" style="width:75%;margin:0 auto">
                <p><div style="font-size:25px;float:left;font-weight:500">MCC micro-capsule</div>&nbsp; &nbsp;To allow WB800 properly function in the concrete to fill the crack, we have to ensure the bacteria remain as spore – a stable and dormant state in which it will remain uninterrupted by other factors until the cracks appearing. We need to insulate them from outside environment and revive them when cracks appear. Under this consideration, we design a kind of micro-capsule composed of MCC material sheltering the spore from outside. The MCC, short for microcrystalline cellulose, as a stable and non-toxic composite material, can certainly ensure the insolation between spores and outer environments. In the meantime, the use of micro-capsule can gather substantial spores together, thus promoting the spores’ concentration each unit volume and enhance the repairing effect. So we design the micro-capsule to properly embed the bacteria as spores in the concrete.</p>
+
                <div class="img text_left_img_right" style="padding-top:10px">
 +
                    <img src="https://static.igem.org/mediawiki/2017/5/52/T--SZU-China--jiaonang2.jpg" alt="">
 +
                </div>
 +
                <div class="text text_left_img_right" style="line-height:25px">
 +
                    <div style=" font-size:25px;float:left;font-weight:500;padding-top:8px">WB800</div><p style="font-size: 16px;">We chose <i>Bacillus subtilis</i> this year as the chassis due to its ability to form spore, which enables the bacteria to lie dormant for extended periods and protect itself from harsh environment, for instant extreme high or low pH, high temperature, and desiccation. In all the strains of Bacillus Subtilis, B.S168 is the most common one. However, since <i>Bacillus Subtilis</i> of this strain secretes digestive enzymes, which interrupt exogenous gene expression, we chose a modified strain – WB800, which has no digestive enzymes.</p>
 +
                </div>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
</div>
 
  
<div class="text_img backgrounded">
+
        <div class="text_img">
<div class="part-tittle">
+
            <div class="part-tittle">
<span style="font-size: 36px;color: #4B97A5;">What function will the bacteria perform?</span>
+
                <span style="font-size: 36px;color: #4B97A5;">How to embed the bacteria into the concrete?</span>
</div>
+
        <div class="container" style="width:75%;margin:0 auto">
+
            <div class="img text_left_img_right">
+
                <img src="img/capsule.png" alt="">
+
 
             </div>
 
             </div>
             <div class="text text_left_img_right" style="height: 800px;">
+
             <div class="container" style="width:75%;margin:0 auto">
                 <p style="font-size: 20px;color: #4B97A5;padding: 20px 0">To activate the spore for germination</p>
+
                 <div class="img">
                <p>As mentioned above, the embedded spore remains dormant in the micro-capsule. In order to wake them up for function, we transferred the gene gerA into our bacteria and overexpress it. This gene encodes the nutrient receptor on the inner membrane which can detect the outer nutrient substance for example, L-alanine, and activates the germination and initiate our system through complex signaling pathways.</p>
+
                    <img src="https://static.igem.org/mediawiki/2017/5/5c/T--SZU-China--jiaonang.jpg" alt="">
                <p style="font-size: 20px;color: #4B97A5;padding: 20px 0">To resist certain alkaline environment</p>
+
                 </div>
                 <p>Considering the working circumstance of our system is concrete which has rather high pH, We need to enhance the alkali resistance of our bacteria. Thus we transferred two alkali resistant genes.</p>
+
                 <div class="text" style="line-height:25px">
                 <p style="font-size: 14px;padding: 20px 0 20px 20px">1. The expression of gene tupA is a kind of enzyme which can shift glucuronic acid and L-glutamic acid into polyglucuronic acid and poly-γ-L-glutamic acid. These polymers will form a layer of protection barrier on the cell wall and neutralize the extracellular hydroxyl. </p>
+
                    <div style=" font-size:25px;float:left;font-weight:500;padding-top:8px">MCC micro-capsule</div><p style="font-size: 16px;">&nbsp;To allow WB800 function properly in concrete to fill the crack, we have to ensure that bacterium remain as sporse – a stable and dormant state in which it will remain uninterrupted by other factors until the cracks appear. Thus we need to insulate them from outside environment. Under this consideration, we designed a kind of micro-capsule composed of Microcrystalline Cellulose material sheltering the spore from outside. MCC-short for microcrystalline cellulose-is a stable and non-toxic composite material, keeps spores in isolation from outer environment. In the meantime, use of micro-capsule can enwrap the spores, thus promoting the spores’ concentration in each unit volume and enhancing the repairing effect. So we designed the micro-capsule to embed bacterium as spores in concrete properly.</p>
                <p style="font-size: 14px;padding: 20px 0 20px 20px">2. In the meantime we transferred the second alkali resistant gene, nhaC. It is the coding gene of the proton pump on the cell membrane. And this specific proton pump play a key role in regulating cytoplasmic pH value by coupling net hydrogen ions in and sodions out simultaneously, thus can balance the endocellular pH.</p>
+
                </div>
                <p style="font-size: 20px;color: #4B97A5;padding: 20px 0">To produce CaCO<sub>3</sub> for crack filling</p>
+
                <p>The key point of self-repairing system is to allow our bacteria producing calcium carbonate for crack filling. In order to realize this, we transferred the gene of carbonic anhydrase. It is a highly efficient enzymes catalyzes the reversible hydration of CO<sub>2</sub> and forming bicarbonate and protons rapidly. The bicarbonate radicals will diffuse out of the cell along with the concentration gradient and combine with the hydroxyl and calcium iron in the concrete environment, which will become calcium carbonate sediment. Now the calcium carbonate can go and fill the micro cracks.</p>
+
 
             </div>
 
             </div>
        </div>
 
 
         </div>
 
         </div>
  
    <div class="text_img ">
+
        <div class="text_img backgrounded">
        <div class="container" style="clear:both">
+
            <div class="part-tittle">
            <div style="width:80%;margin:0 auto">
+
                 <span style="font-size: 36px;color: #4B97A5;">How will the bacteria perform?</span>
                 <p style="color:grey;text-align: center;font-weight: bold;font-size: 20px;">Here is a video for the specific mechanism described above.</p>
+
            </div>
+
            <div style="width:80%;margin:0 auto">
+
                <video width="100%" height="auto" controls autoplay="autoplay" style="z-index: 5;">
+
                    <source src="https://static.igem.org/mediawiki/2017/4/4a/T--SZU-China--mechanism.mp4" type="video/mp4">
+
                </video>
+
 
             </div>
 
             </div>
 +
            <div class="container" style="width:75%;margin:0 auto">
 +
                <div class="row">
 +
                    <div class="img text_left_img_right" style="padding-top:80px">
 +
                        <img src="https://static.igem.org/mediawiki/2017/6/63/T--SZU-China--pintu.jpg" alt="">
  
 +
                    </div>
 +
                    <div class="text text_left_img_right" style="padding-bottom:0px;height:160px">
 +
                        <p style="font-size: 20px;color: #4B97A5;padding: 0">To activate germination ability of spores</p>
 +
                        <p style="font-size: 16px;">As mentioned above, the embedded spores remain dormant in the micro-capsule. In order to wake them up, we transferred the gene, gerA, into our bacteria and overexpressed it. This gene encodes the nutrient receptor on the inner membrane, which can detect the outer nutrient substance, for example L-alanine, and activate germination and initiate our system through complex signaling pathways.</p>
 +
 +
                    </div>
 +
                   
 +
                </div>
 +
                <div style="clear:both"></div>
 +
 +
                <div class="row">
 +
                <div class="img text_left_img_right">
 +
                    <img src="https://static.igem.org/mediawiki/2017/7/70/T--SZU-China--muscle.png" alt="">
 +
 +
                </div>
 +
                <div class="text text_left_img_right" style="height:450px">
 +
 +
                    <p style="font-size: 20px;color: #4B97A5;padding: 20px 0">To resist certain alkaline environment</p>
 +
                    <p style="font-size: 16px;">Considering the working circumstance of our system, concrete, where pH level is rather high, we need to enhance the alkali resistance ability of our bacteria. Thus we transferred two alkali resistant genes.</p>
 +
                    <p style="font-size: 14px;padding: 20px 0 20px 20px">1. The expression of gene tupA results in a kind of enzyme which can shift glucuronic acid and L-glutamic acid into polyglucuronic acid and poly-γ-L-glutamic acid. These polymers will form a layer of protection barrier on the cell wall and neutralize the extracellular hydroxyl. </p>
 +
                    <p style="font-size: 14px;padding: 20px 0 20px 20px">2. In the meantime, we transferred the second alkali resistant gene, nhaC. It is the coding gene for proton pumps on the cell membrane. These proton pumps play a key role in regulating cytoplasmic pH valued by coupling net hydrogen ions in and sodions out simultaneously, thus can balance the endocellular pH.</p>
 +
 +
                </div>
 +
                </div>
 +
 +
                <div style="clear:both"></div>
 +
 +
                <div class="row">
 +
                    <div class="img text_left_img_right" >
 +
                        <img src="https://static.igem.org/mediawiki/2017/8/8b/T--SZU-China--designminer.jpg" width="75%" alt="">
 +
 +
                    </div>
 +
                    <div class="text text_left_img_right" style="">
 +
 +
                        <p style="font-size: 20px;color: #4B97A5;padding: 20px 0">To produce CaCO<sub>3</sub> for crack-filling</p>
 +
                        <p style="font-size: 16px;">The key point of self-repairing system is to allow our bacteria producing calcium carbonate for crack-filling. To achieve this goal, we transferred the gene of carbonic anhydrase into our bacteria. This gene produces highly efficient enzymes that catalyze the reversible reaction of hydration of CO<sub>2</sub> and form bicarbonate and protons rapidly. bicarbonate radicals will diffuse out of the cell along with the concentration gradient and combine with the hydroxyl and calcium iron in the concrete environment, which will become calcium carbonate sediment. Now the calcium carbonate can go and fill the micro cracks.</p>
 +
                    </div>
 +
                </div>
 +
                <div style="clear:both"></div>
 +
 +
                </div>
 
         </div>
 
         </div>
      </div>
 
  
    <div class="text_img backgrounded">
+
        <div class="text_img ">
        <div class="container">
+
            <div class="container" style="clear:both">
            <div class="part-tittle">
+
                <div style="width:80%;margin:0 auto">
                <span style="font-size: 36px;color: #4B97A5;">Reference</span>
+
                    <p style="color:grey;text-align: center;font-weight: bold;font-size: 20px;">Here is a video for the specific mechanism described above.</p><p></p>
 +
                </div>
 +
                <div style="width:80%;margin:0 auto">
 +
                    <video width="100%" height="auto" controls autoplay="autoplay" style="z-index: 5;">
 +
                        <source src="https://static.igem.org/mediawiki/2017/4/4a/T--SZU-China--mechanism.mp4" type="video/mp4">
 +
                    </video>
 +
                </div>
 +
 
 
             </div>
 
             </div>
             <div style="width:90%;margin:0 auto">
+
        </div>
                <p>Microcrystalline celluloseMicrocrystalline celluloseMicrocrystalline celluloseMicrocrystalline celluloseMicrocrystalline celluloseMicrocrystalline celluloseMicrocrystalline cellulose</p>
+
 
 +
        <div class="text_img backgrounded">
 +
             <div class="container">
 +
                <div class="part-tittle">
 +
                    <span style="font-size: 36px;color: #4B97A5;">Reference</span>
 +
                </div>
 +
                <div style="width:90%;margin:0 auto">
 +
                    <p>[1] Tjalsma H, Bolhuis A, Jongbloed J D, et al. Signal peptide-dependent protein transport in Bacillus subtilis: a genome-based survey of the secretome[J]. Microbiology & Molecular Biology Reviews Mmbr, 2000, 64(3):515.</p>
 +
<p>[2]沈卫锋, 牛宝龙, 翁宏飚,等. 枯草芽孢杆菌作为外源基因表达系统的研究进展[J]. 浙江农业学报, 2005, 17(4):234-238.</p>
 +
<p>[3]Løvdal I S, From C, Madslien E H, et al. Role of the gerA operon in L-alanine germination of Bacillus licheniformis spores[J]. Bmc Microbiology, 2012, 12(1):1-12.</p>
 +
<p>[4]Ito M, Guffanti A A, Zemsky J, et al. Role of the nhaC-encoded Na+/H+ antiporter of alkaliphilic Bacillus firmus OF4[J]. Journal of Bacteriology, 1997, 179(12):3851-3857.</p>
 +
<p>[5]https://en.wikipedia.org/wiki/Microcrystalline_cellulose</p>
 +
 
 +
                </div>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
</div>
 
  
  
Line 276: Line 331:
  
  
<div class="arrow-div">
+
    <div class="arrow-div">
<a id="top" href="#" title="Back to top">
+
        <a id="top" href="#" title="Back to top">
<img src="img/arrow.png" class="arrow-img">
+
            <img src="https://static.igem.org/mediawiki/2017/f/f6/T--SZU-China--arrow.png" class="arrow-img">
</a>
+
        </a>
</div>
+
    </div>
  
 
</body>
 
</body>

Latest revision as of 20:59, 1 November 2017

DESIGN

As we have described in the background, a self-repairing device is required to protect steel bars in concrete, and to achieve such a goal, we can embed genetically modified Bacillus subtilis inside concrete.


To ensure that bacteria can function properly in concrete, we first improved alkali resistance ability, germination ability and mineralization capacity of Bacillus subtilis significantly. Then, we used a special technique to make microcapsules containing spores of Bacillus subtilis, along with necessary nutrients for germination. The microcapsules are incorporated into concrete of a certain proportion.


When microcracks inside buildings appear, the microcapsules will be torn apart and water is infiltrated to dissolve the nutrient. Spores are stimulated by mutrients into germination state and finally return to normal activity. Carbonic anhydrase of Bacillus subtilis promotes CO2 hydration to produce CO32-, which binds to free Ca2+ in the environment to form calcium carbonate deposits, thereby enabling microcracks to self-repair. As a result, microcracks are isolated from the external environment, preventing further corrosion due to internal reinforcement.

Which chassis to choose?
WB800

We chose Bacillus subtilis this year as the chassis due to its ability to form spore, which enables the bacteria to lie dormant for extended periods and protect itself from harsh environment, for instant extreme high or low pH, high temperature, and desiccation. In all the strains of Bacillus Subtilis, B.S168 is the most common one. However, since Bacillus Subtilis of this strain secretes digestive enzymes, which interrupt exogenous gene expression, we chose a modified strain – WB800, which has no digestive enzymes.

How to embed the bacteria into the concrete?
MCC micro-capsule

 To allow WB800 function properly in concrete to fill the crack, we have to ensure that bacterium remain as sporse – a stable and dormant state in which it will remain uninterrupted by other factors until the cracks appear. Thus we need to insulate them from outside environment. Under this consideration, we designed a kind of micro-capsule composed of Microcrystalline Cellulose material sheltering the spore from outside. MCC-short for microcrystalline cellulose-is a stable and non-toxic composite material, keeps spores in isolation from outer environment. In the meantime, use of micro-capsule can enwrap the spores, thus promoting the spores’ concentration in each unit volume and enhancing the repairing effect. So we designed the micro-capsule to embed bacterium as spores in concrete properly.

How will the bacteria perform?

To activate germination ability of spores

As mentioned above, the embedded spores remain dormant in the micro-capsule. In order to wake them up, we transferred the gene, gerA, into our bacteria and overexpressed it. This gene encodes the nutrient receptor on the inner membrane, which can detect the outer nutrient substance, for example L-alanine, and activate germination and initiate our system through complex signaling pathways.

To resist certain alkaline environment

Considering the working circumstance of our system, concrete, where pH level is rather high, we need to enhance the alkali resistance ability of our bacteria. Thus we transferred two alkali resistant genes.

1. The expression of gene tupA results in a kind of enzyme which can shift glucuronic acid and L-glutamic acid into polyglucuronic acid and poly-γ-L-glutamic acid. These polymers will form a layer of protection barrier on the cell wall and neutralize the extracellular hydroxyl.

2. In the meantime, we transferred the second alkali resistant gene, nhaC. It is the coding gene for proton pumps on the cell membrane. These proton pumps play a key role in regulating cytoplasmic pH valued by coupling net hydrogen ions in and sodions out simultaneously, thus can balance the endocellular pH.

To produce CaCO3 for crack-filling

The key point of self-repairing system is to allow our bacteria producing calcium carbonate for crack-filling. To achieve this goal, we transferred the gene of carbonic anhydrase into our bacteria. This gene produces highly efficient enzymes that catalyze the reversible reaction of hydration of CO2 and form bicarbonate and protons rapidly. bicarbonate radicals will diffuse out of the cell along with the concentration gradient and combine with the hydroxyl and calcium iron in the concrete environment, which will become calcium carbonate sediment. Now the calcium carbonate can go and fill the micro cracks.

Here is a video for the specific mechanism described above.

Reference

[1] Tjalsma H, Bolhuis A, Jongbloed J D, et al. Signal peptide-dependent protein transport in Bacillus subtilis: a genome-based survey of the secretome[J]. Microbiology & Molecular Biology Reviews Mmbr, 2000, 64(3):515.

[2]沈卫锋, 牛宝龙, 翁宏飚,等. 枯草芽孢杆菌作为外源基因表达系统的研究进展[J]. 浙江农业学报, 2005, 17(4):234-238.

[3]Løvdal I S, From C, Madslien E H, et al. Role of the gerA operon in L-alanine germination of Bacillus licheniformis spores[J]. Bmc Microbiology, 2012, 12(1):1-12.

[4]Ito M, Guffanti A A, Zemsky J, et al. Role of the nhaC-encoded Na+/H+ antiporter of alkaliphilic Bacillus firmus OF4[J]. Journal of Bacteriology, 1997, 179(12):3851-3857.

[5]https://en.wikipedia.org/wiki/Microcrystalline_cellulose