(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <title>Procedure</title> | ||
+ | <style> | ||
+ | #sideMenu, #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | background-color: #fff; | ||
+ | } | ||
− | + | .font1 { | |
+ | font-size: 20px; | ||
+ | color: #2f2f2f; | ||
+ | } | ||
− | + | body { | |
+ | font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | tr{ | ||
+ | margin:6px 0; | ||
+ | |||
+ | } | ||
+ | li { | ||
+ | margin: 10px 0; | ||
+ | line-height: 25px; | ||
+ | color: grey; | ||
+ | font-size: 15px; | ||
+ | font-weight: 400; | ||
− | |||
− | + | } | |
− | + | </style> | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:SZU-China/sub/CSS?action=raw&ctype=text/css" /> | ||
+ | <link href="https://2017.igem.org/Template:SZU-China/HP/CSS?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <!----> | ||
− | < | + | <link href='http://fonts.font.im/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
− | + | <link href="table.css" type="text/css" rel="stylesheet" /> | |
− | + | ||
− | < | + | |
− | + | ||
− | </ | + | <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&ctype=text/javascript"></script> |
− | < | + | <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> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <body> |
+ | <div class="navbar" style="top:5px;position:fixed;z-index:5"> | ||
+ | <div class="navbar-nav"> | ||
+ | <ul id="nav-list-ul" class="nav-list"> | ||
+ | <li> | ||
+ | <a href="#">TEAM</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Team">MEMBERS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Collaborations">COLLABORATIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Attributions">ATTRIBUTION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | |||
− | < | + | <li> |
− | < | + | <a href="#">PRACTICE</a> |
− | <ul> | + | <span class="caret"></span> |
− | <li><a href="https:// | + | <ul class="sub-nav"> |
− | <li><a href="https:// | + | <li><a href="https://2017.igem.org/Team:SZU-China/HP/Gold_Integrated">INTEGRATED HP</a></li> |
− | <li><a href="https:// | + | <li><a href="https://2017.igem.org/Team:SZU-China/HP/Silver">SILVER HP</a></li> |
− | </ul> | + | <li><a href="https://2017.igem.org/Team:SZU-China/Engagement">ENGAGEMENT</a></li> |
+ | </ul> | ||
+ | </li> | ||
− | </div> | + | |
+ | <li> | ||
+ | <a href="#">EXPERIMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <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/Demonstrate">DEMONSTRATE</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Protocol">PROTOCOL</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">PROJECT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Description">DESCRIPTION</a></li> | ||
+ | |||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Design">DESIGN</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Model">MODEL</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Safety">SAFTY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li> | ||
+ | <a href="#">ACHIEVEMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <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> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="page" style="position:relative;top:100px;width:100%"> | ||
+ | |||
+ | <section id="overview" style="padding:96px 0;background-color:white;"> | ||
+ | <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>Results</center> </h3> | ||
+ | <p class="lead mb40" style="width:60%;margin:0 auto">After transferring the device plasmid, we finally equipped WB800 bacteria with 3 functional gene modules, which have functions of secreting Carbonic anhydrase, accelerating germination and surviving in alkaline environment respectively. We also conducted experiment based on these 3 aspects.</p> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | <section class="cd-section" style="padding:96px 0;background-color:rgba(245,245,245,0.45)"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-sm-12"> | ||
+ | <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;"> | ||
+ | <center>Carbonic anhydrase</center> | ||
+ | </h3> | ||
+ | |||
+ | <div class="row text-center" style="width:85%;margin:0 auto;text-align:justify"> | ||
+ | |||
+ | <p class="lead" style="color:black;">We verified the translation of Carbonic anhydrase(CA) by SDS-PAGE protein electrophoresis and Coomassie blue staining. As you can see, the band near 35kDa was α-CA protein which only exist in the transformed bacteria but not in the WB800. We can conclude that the protein was translated successfully.</p><br/> | ||
+ | |||
+ | <div style="text-align:center;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e2/T--SZU-China--pe.jpg" style="height:60%"/> | ||
+ | </div> | ||
+ | |||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 2. Western blot result of Carbonic anhydrase expression</center> | ||
+ | |||
+ | |||
+ | <br/><br/> | ||
+ | <p class="lead" style="color:black">We determined CA activity according a method modified from Brownell et al. (1991). The CA activity was measured by the different rates of decrease in pH in the system involving 5ml CO2-saturated water, 10ml buffer and 500ul CA samples or Dl water. We calculated the activity according to the formula U= (T0 -Ts )/ T0 ,where T0and Ts represent time for pH change with blank and samples, respectively. By testing different kinds of CA each for several times and taking the average ,we got the CA activity per milliliter of bacteria solution.</p> | ||
+ | |||
+ | |||
+ | <div style="text-align:center;width:50%;float:left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/35/T--SZU-China--ca1.jpg" style="height:45%" /> | ||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 2. Western blot result of Carbonic anhydrase expression</center> | ||
+ | </div> | ||
+ | |||
+ | <div style="text-align: center; width: 50%; float: left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/2b/T--SZU-China--ca2.jpg" style="height:45%" /> | ||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 3. Western blot result of Carbonic anhydrase expression</center> | ||
+ | </div> | ||
+ | <p style="clear:both"></p> | ||
+ | <p></p><br/><br/> | ||
+ | |||
+ | |||
+ | <p class="lead" style="color:black">Since the fact that CA can also catalyze the hydration reaction of ester,which can be used to assay the activity of CA, we conducted another measurement on CA according to a method from Verpoorte JA(1967).</p><br/> | ||
+ | <div style="text-align:center;width:50%;float:left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/86/T--SZU-China--ca3.jpg" style="height:45%" /> | ||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 4. Western blot result of Carbonic anhydrase expression</center> | ||
+ | </div> | ||
+ | |||
+ | <div style="text-align: center; width: 50%; float: left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8e/T--SZU-China--ca4.jpg" style="height:45%" /> | ||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 5. Western blot result of Carbonic anhydrase expression</center> | ||
+ | </div> | ||
+ | <p style="clear:both"></p><br/> | ||
+ | <p class="lead" style="color:black">From the above results, we may draw the conclusion that transferred strains range a higher level in CA activity.</p> | ||
+ | |||
+ | </div> | ||
+ | <br /><br /><br /> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div><!--1--> | ||
+ | |||
+ | |||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-sm-12"> | ||
+ | <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;"> | ||
+ | <center>Germination</center> | ||
+ | </h3> | ||
+ | |||
+ | <div class="row text-center" style="width:85%;margin:0 auto;text-align:justify"> | ||
+ | |||
+ | <p class="lead" style="color:black;">To verify the gene gerAa for promoting spore germination, we divide the germination detection into two groups: control group (B. subtilis WB800) and gerAa group (B.subtilis WB800 that has gerAa gene with promotor pssPb). Theoretically, through the Germination detection, gerAa group should exhibit higher germination proportion and germination rate than control group, as gerAa is overexpressed. As shown in Fig.1, the germination rate and proportion varied between control group and gerAa group. gerAa group shows a high proportion in germination and rapid rate in germination. Therefore, gene gerAa is verified to be in good condition and can work efficiently.</p><br /> | ||
+ | |||
+ | <div style="text-align:center;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/80/T--SZU-China--gerA.jpg" style="height:60%" /> | ||
+ | </div> | ||
+ | |||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 6. The germination experiment of control group and experiment group (induced by 2mmol/L L-alanine)</center> | ||
+ | |||
+ | |||
+ | <br /><br /> | ||
+ | <p class="lead" style="color:black">We determined CA activity according a method modified from Brownell et al. (1991). The CA activity was measured by the different rates of decrease in pH in the system involving 5ml CO2-saturated water, 10ml buffer and 500ul CA samples or Dl water. We calculated the activity according to the formula U= (T0 -Ts )/ T0 ,where T0and Ts represent time for pH change with blank and samples, respectively. By testing different kinds of CA each for several times and taking the average ,we got the CA activity per milliliter of bacteria solution.</p> | ||
+ | |||
+ | </div> | ||
+ | <br /><br /><br /> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div><!--2--> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-sm-12"> | ||
+ | <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;"> | ||
+ | <center>Alkali Resistance</center> | ||
+ | </h3> | ||
+ | |||
+ | <div class="row text-center" style="width:85%;margin:0 auto;text-align:justify"> | ||
+ | |||
+ | <p class="lead" style="color:black;margin-bottom:5px">To verify the function of TupA for alkaline resistance in our modified baceria, we test the WB800 strain by the following steps:</p><br/> | ||
+ | <p class="lead" style="color:black;">At first, we conduct a gene transformation experiment of origin strain WB800, by transforming an extraordinary gene TupA. Then we collect the mono bacteria from the petri dish to culture. We also have a series of assays following up: extracting the plasmids, digesting the plasmids with endonuclease and running through DNA electrophoresis just to verify we have successfully transformed gene TupA into the B.subtilis WB800 (as shown in Fig.7).</p> | ||
+ | |||
+ | <div style="text-align:center;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/bf/T--SZU-China--tupA.jpg" style="height:60%" /> | ||
+ | </div> | ||
+ | |||
+ | <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig 7. Western blot result of Carbonic anhydrase expression</center> | ||
+ | |||
+ | |||
+ | <br/><br/> | ||
+ | <p class="lead" style="color:black">Further more, we want to know if the B.subtilis WB800 that been transformed can express gene TupA. So we have designed the way to verify:</p> | ||
+ | <p class="lead" style="color:#2f2f2f;">1. We divide the bacteria into two groups: one is the control group (B.subtilis WB800), and another is the experiment group (B.subtilis WB800 that includes gene TupA). And culture these two groups with liquid medium.</p> | ||
+ | <p class="lead" style="color: #2f2f2f; ">2. Prepare four types of solid medium with the pH of 9,10 and 11 respectively .</p> | ||
+ | <p class="lead" style="color: #2f2f2f; ">3. When the concentration of the B.subtilis from two groups are nearly equal, take 5μL of sample and drop it on the plate(each plate has already been divided into 4 even zones) at the correct zone.(Also we have take 10μL of the sample to repeat). Culture the B.subtilis on the solid plate.</p> | ||
+ | <p class="lead" style="color: #2f2f2f; ">4. After 48hours, observe and verify the plate by dyeing with crystal violet before wash the plate with ddH₂O.</p> | ||
+ | |||
+ | <div style="text-align:center;width:33.3%;float:left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/c/c9/T--SZU-China--N9.jpg" style="height:30%" /> | ||
+ | <p style="padding: 5px 1px 2px 1px; color: #2f2f2f; font-size: 14px">Fig 8. Western blot result of Carbonic anhydrase expression</p> | ||
+ | </div> | ||
+ | |||
+ | <div style="text-align: center; width: 33.3%; float: left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/b7/T--SZU-China--N10.jpg" style="height:30%" /> | ||
+ | <p style="padding: 5px 1px 2px 1px; color: #2f2f2f; font-size: 14px">Fig 9. Western blot result of Carbonic anhydrase expression</p> | ||
+ | </div> | ||
+ | |||
+ | <div style="text-align: center; width: 33.3%; float: left;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/73/T--SZU-China--N11.jpg" style="height:30%" /> | ||
+ | <p style="padding:5px 1px 2px 1px;color:#2f2f2f;font-size:14px;">Fig 10. Western blot result of Carbonic anhydrase expression</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <p style="clear:both"></p> | ||
+ | <p></p><br /><br /> | ||
+ | |||
+ | <p class="lead" style="color:black">So we have come to the conclusion: gene TupA can regulate the alkaline resistance of B.subtilis.</p> | ||
+ | |||
+ | </div> | ||
+ | <br /><br /><br /> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div><!--3--> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-sm-12"> | ||
+ | <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;"> | ||
+ | <center>Conclusion</center> | ||
+ | </h3> | ||
+ | |||
+ | <div class="row text-center" style="width:85%;margin:0 auto;text-align:justify"> | ||
+ | |||
+ | <p class="lead" style="color:black;margin-bottom:5px">Based on upstream experiment on genetic engineering level, our genetic modified WB800 successfully achieved the 3 functions needed for concrete self-repairing sysyem. Next, we will measure their true performance when embedded in the concrete as form of micro-capsule. See the <a href="https://2017.igem.org/Team:SZU-China/Demonstrate"class="color-primary" style="font-size:15px">DEMONSTRATE</a> page for our downstream results.</p><br /> | ||
+ | |||
+ | </div> | ||
+ | <br /><br /><br /> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div><!--3--> | ||
+ | |||
+ | </section> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div style="clear:both"></div> | ||
+ | <div class="footer" style="position:absolute;margin-bottom:0px;padding-bottom:0"> | ||
+ | <div class="sponsor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/08/2017SZUChina-sponsor1.jpg" class="sponsor-img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/d4/2017SZUChina-sponsor2.jpg" class="sponsor-img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/d5/2017SZUChina-sponsor3.jpg" class="sponsor-img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/1/1e/2017SZUChina-sponsor4.jpg" class="sponsor-img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/a/a3/2017SZUChina-sponsor5.jpg" class="sponsor-img"> | ||
+ | </div> | ||
+ | <div class="footer-info"> | ||
+ | <address style="color:#888">3688 Nanhai Ave, ShenZhen, GuangDong Province, China</address> | ||
+ | <span class="copyright">Copyright © 2017.<a href="https://2017.igem.org/Team:SZU-China" class="mainpage">SZU-China</a> iGEM</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="arrow-div"> | ||
+ | <a id="top" href="#" title="Back to top"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/f6/T--SZU-China--arrow.png" class="arrow-img"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 11:48, 30 October 2017
Results
After transferring the device plasmid, we finally equipped WB800 bacteria with 3 functional gene modules, which have functions of secreting Carbonic anhydrase, accelerating germination and surviving in alkaline environment respectively. We also conducted experiment based on these 3 aspects.
Carbonic anhydrase
We verified the translation of Carbonic anhydrase(CA) by SDS-PAGE protein electrophoresis and Coomassie blue staining. As you can see, the band near 35kDa was α-CA protein which only exist in the transformed bacteria but not in the WB800. We can conclude that the protein was translated successfully.
We determined CA activity according a method modified from Brownell et al. (1991). The CA activity was measured by the different rates of decrease in pH in the system involving 5ml CO2-saturated water, 10ml buffer and 500ul CA samples or Dl water. We calculated the activity according to the formula U= (T0 -Ts )/ T0 ,where T0and Ts represent time for pH change with blank and samples, respectively. By testing different kinds of CA each for several times and taking the average ,we got the CA activity per milliliter of bacteria solution.
Since the fact that CA can also catalyze the hydration reaction of ester,which can be used to assay the activity of CA, we conducted another measurement on CA according to a method from Verpoorte JA(1967).
From the above results, we may draw the conclusion that transferred strains range a higher level in CA activity.
Germination
To verify the gene gerAa for promoting spore germination, we divide the germination detection into two groups: control group (B. subtilis WB800) and gerAa group (B.subtilis WB800 that has gerAa gene with promotor pssPb). Theoretically, through the Germination detection, gerAa group should exhibit higher germination proportion and germination rate than control group, as gerAa is overexpressed. As shown in Fig.1, the germination rate and proportion varied between control group and gerAa group. gerAa group shows a high proportion in germination and rapid rate in germination. Therefore, gene gerAa is verified to be in good condition and can work efficiently.
We determined CA activity according a method modified from Brownell et al. (1991). The CA activity was measured by the different rates of decrease in pH in the system involving 5ml CO2-saturated water, 10ml buffer and 500ul CA samples or Dl water. We calculated the activity according to the formula U= (T0 -Ts )/ T0 ,where T0and Ts represent time for pH change with blank and samples, respectively. By testing different kinds of CA each for several times and taking the average ,we got the CA activity per milliliter of bacteria solution.
Alkali Resistance
To verify the function of TupA for alkaline resistance in our modified baceria, we test the WB800 strain by the following steps:
At first, we conduct a gene transformation experiment of origin strain WB800, by transforming an extraordinary gene TupA. Then we collect the mono bacteria from the petri dish to culture. We also have a series of assays following up: extracting the plasmids, digesting the plasmids with endonuclease and running through DNA electrophoresis just to verify we have successfully transformed gene TupA into the B.subtilis WB800 (as shown in Fig.7).
Further more, we want to know if the B.subtilis WB800 that been transformed can express gene TupA. So we have designed the way to verify:
1. We divide the bacteria into two groups: one is the control group (B.subtilis WB800), and another is the experiment group (B.subtilis WB800 that includes gene TupA). And culture these two groups with liquid medium.
2. Prepare four types of solid medium with the pH of 9,10 and 11 respectively .
3. When the concentration of the B.subtilis from two groups are nearly equal, take 5μL of sample and drop it on the plate(each plate has already been divided into 4 even zones) at the correct zone.(Also we have take 10μL of the sample to repeat). Culture the B.subtilis on the solid plate.
4. After 48hours, observe and verify the plate by dyeing with crystal violet before wash the plate with ddH₂O.
Fig 8. Western blot result of Carbonic anhydrase expression
Fig 9. Western blot result of Carbonic anhydrase expression
Fig 10. Western blot result of Carbonic anhydrase expression
So we have come to the conclusion: gene TupA can regulate the alkaline resistance of B.subtilis.
Conclusion
Based on upstream experiment on genetic engineering level, our genetic modified WB800 successfully achieved the 3 functions needed for concrete self-repairing sysyem. Next, we will measure their true performance when embedded in the concrete as form of micro-capsule. See the DEMONSTRATE page for our downstream results.