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

Line 1: Line 1:
{{SZU-China}}
 
 
 
<html>
 
<html>
 +
<head>
 +
    <title>Procedure</title>
 +
    <style>
 +
        #sideMenu, #top_title {
 +
            display: none;
 +
        }
 +
 +
        #content {
 +
            width: 100%;
 +
            margin: 0px;
 +
            padding: 0px;
 +
            background-color: #fff;
 +
        }
 +
 +
 +
        body {
 +
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
            background-color: #fff;
 +
        }
 +
 +
        tr {
 +
            margin: 6px 0;
 +
        }
 +
 +
        li.table {
 +
            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&amp;ctype=text/css" />
 +
    <link href="https://2017.igem.org/Template:SZU-China/HP/CSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
    <link href="https://2017.igem.org/Template:SZU-China/table/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'>
 +
 +
 +
    <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&amp;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>
 +
                    <span class="caret"></span>
 +
                    <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/Silver">SILVER HP</a></li>
 +
                        <li><a href="https://2017.igem.org/Team:SZU-China/Engagement">ENGAGEMENT</a></li>
 +
                    </ul>
 +
                </li>
 +
 +
 +
                <li>
 +
                    <a href="#">EXPERIMENT</a>
 +
                    <span class="caret"></span>
 +
                    <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/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" 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/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" 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/Parts">PARTS</a></li>
 +
                    </ul>
 +
                </li>
 +
            </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 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>Demonstrate</center> </h3>
 +
 +
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </section>
 +
 +
        <section class="cd-section" style="padding:96px 0 45px 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>Experiment</center>
 +
                        </h3>
 +
 +
                        <div class="row text-center" style="width:80%;margin:0 auto;text-align:justify">
 +
 +
                            <p class="lead" style="color:black;">After some days for the drying of concrete mold. Take out the column-like concrete from the mold. Then spilt the concrete right through the sided itches, exposing the microcapsule. Now if we put the two parts of concrete column together by sticking them with a tape, we can build a micro-crack on the upper surface. So we mark these concrete columns and put them into the artificial seawaters for 28 days.  And you find the micro-crack on the upper surface be repaired like they never ever existed (as shown in Fig.1)</p><br />
 +
 +
                            <div style="width:60%;margin:0 auto">
 +
                                <img src="https://static.igem.org/mediawiki/2017/f/f9/T--SZU-China--d1.jpg" />
 +
                            </div>
 +
                            <p style="padding-top:5px;color:#2f2f2f;font-size:14px;width:75%;margin:0 auto">Fig 1. The comparison of repairing betweenWB800 (shown in upper two figures) and Modified WB800 (shown in under two figures)</p>
 +
                            <br />
 +
 +
                            <br /><br />
 +
                            <p class="lead" style="color:black">And after 20 days, we take some concrete mole, running through the same protocol mentioned previously to see the repairing status (as shown in Fig.2) </p>
 +
 +
 +
                            <br />
 +
                            <div style="width:60%;margin:0 auto">
 +
                                <img src="https://static.igem.org/mediawiki/2017/f/f9/T--SZU-China--d1.jpg" />
 +
                            </div>
 +
                            <center style="padding-top:5px;color:#2f2f2f;font-size:14px">Fig.2 The repairing status of a. blank group (no microcapsule) b. gerA group c. NMK-α group d.NMK-OF group</center>
 +
                            <br /><br />
 +
 +
                            <p class="lead" style="color:black">This maybe a very limited way to truly understand how the self-healing concrete specifically undergoes. But we believe it is a very important way to achieve this exciting goal. With the success in the concrete-mold1.0, we can adjust our condition and craft concrete-mold 2.0 in the very future.</p>
 +
 +
                        </div>
 +
                        <br /><br /><br />
 +
 +
 +
                    </div>
 +
                </div>
 +
 +
            </div><!--1-->
  
 +
        </section>
  
 +
        <section class="cd-section" style="padding:96px 0;background-color:white">
 +
            <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>Application</center>
 +
                        </h3>
  
<div class="column full_size">
+
                        <div class="row text-center" style="width:80%;margin:0 auto;text-align:justify">
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
 +
                            <p class="lead" style="color:black;">Instead of just staying in the lab, we want our project to actually help people. Thus we did a lot of surveys and interviews with both villagers who build their own house and the engineer of HONGKONG-ZHUHAI-MACAO BRIDGE which is the longest cross-sea bridge in the world. We want to get to know the problem they met when building the constructions on different angles.</p><br />
  
<div class="column full_size">
+
                         
<h1>Demonstrate</h1>
+
                            <br />
<h3>Gold Medal Criterion #4</h3>
+
                            <p class="lead" style="color:black">When we were doing surveys in Chendian Village, Chaonan District, Shantou, Guangdong. We came to know that cracks are really common among the neighborhood, there were even advertisements of helping strengthen the building on the street. With the common concrete and building technology they used cracks are inevitable. They don’t have regular checking system, and a lot of them don’t think they need to be repair even the visible cracks. But the capacity is usually very big.  This is not safe enough in our opinion. But if they use our concrete to build their house, with the damp weather and rain water, their cracks can be fixed by our self-healing system. They still don’t need to have regular checks, but this time there won’t be any potential safety hazard for the residents.</p>
 +
                            <br/>
  
<p>
+
                           
Teams that can show their system working under real world conditions are usually good at impressing the judges in iGEM. To achieve gold medal criterion #4, convince the judges that your project works. There are many ways in which your project working could be demonstrated, so there is more than one way to meet this requirement. This gold medal criterion was introduced in 2016, so check our what 2016 teams did to achieve a their gold medals!
+
                            <p class="lead" style="color:black">Also, the deputy engineer of the HONGKONG-ZHUHAI-MACAO BRIDGE received our interview. They do have a lot of advanced devices for example chloridion detector to monitor the cracks, but none self-healing devices. Thus our self-healing system is definitely what they want. </p>
</p>
+
  
<p>
+
                        </div>
Please see the <a href="https://2017.igem.org/Judging/Medals">2017 Medals Page</a> for more information.
+
                 
</p>
+
  
  
</div>
+
                    </div>
 +
                </div>
  
 +
            </div><!--1-->
  
<div class="column half_size">
+
        </section>
  
<h4> What should we do for our demonstration?</h4>
 
  
<h5> Standard teams </h5>
 
  
<p>
+
    </div>
If you have built a proof of concept system, you can demonstrate it working under real world conditions. If you have built a biological device that is intended to be a sensor, can you show it detecting whatever it is intended to sense. If it is intended to work in the field, you can show how this might work using a simulated version in the lab, or a simulation of your device in the field.<strong> Please note biological materials must not be taken out of the lab</strong>.
+
</p>
+
</div>
+
  
<div class="column half_size">
 
  
<br>
 
<h5> Special track teams </h5>
 
  
<p>
 
Special track teams can achieve this medal criterion by bringing their work to the Jamboree and showcasing it in the track event. Art & Design, Measurement, Hardware and Software tracks will all have showcase events at the Giant Jamboree.<strong> Please note biological materials must not be taken out of the lab</strong>.
 
</p>
 
  
 +
    <div style="clear:both"></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 17:56, 30 October 2017

Procedure

Demonstrate

Experiment

After some days for the drying of concrete mold. Take out the column-like concrete from the mold. Then spilt the concrete right through the sided itches, exposing the microcapsule. Now if we put the two parts of concrete column together by sticking them with a tape, we can build a micro-crack on the upper surface. So we mark these concrete columns and put them into the artificial seawaters for 28 days. And you find the micro-crack on the upper surface be repaired like they never ever existed (as shown in Fig.1)


Fig 1. The comparison of repairing betweenWB800 (shown in upper two figures) and Modified WB800 (shown in under two figures)




And after 20 days, we take some concrete mole, running through the same protocol mentioned previously to see the repairing status (as shown in Fig.2)


Fig.2 The repairing status of a. blank group (no microcapsule) b. gerA group c. NMK-α group d.NMK-OF group


This maybe a very limited way to truly understand how the self-healing concrete specifically undergoes. But we believe it is a very important way to achieve this exciting goal. With the success in the concrete-mold1.0, we can adjust our condition and craft concrete-mold 2.0 in the very future.




Application

Instead of just staying in the lab, we want our project to actually help people. Thus we did a lot of surveys and interviews with both villagers who build their own house and the engineer of HONGKONG-ZHUHAI-MACAO BRIDGE which is the longest cross-sea bridge in the world. We want to get to know the problem they met when building the constructions on different angles.



When we were doing surveys in Chendian Village, Chaonan District, Shantou, Guangdong. We came to know that cracks are really common among the neighborhood, there were even advertisements of helping strengthen the building on the street. With the common concrete and building technology they used cracks are inevitable. They don’t have regular checking system, and a lot of them don’t think they need to be repair even the visible cracks. But the capacity is usually very big. This is not safe enough in our opinion. But if they use our concrete to build their house, with the damp weather and rain water, their cracks can be fixed by our self-healing system. They still don’t need to have regular checks, but this time there won’t be any potential safety hazard for the residents.


Also, the deputy engineer of the HONGKONG-ZHUHAI-MACAO BRIDGE received our interview. They do have a lot of advanced devices for example chloridion detector to monitor the cracks, but none self-healing devices. Thus our self-healing system is definitely what they want.