Difference between revisions of "Team:SZU-China/HP Demo"

(Created page with "{{SZU-China/header}} <html> <head> <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:SZU-China/CSS/Custom&action=raw&ctype=text/c...")
 
Line 85: Line 85:
 
 
 
<body data-spy="scroll" data-target="#myScrollspy" data-offset="10">
 
<body data-spy="scroll" data-target="#myScrollspy" data-offset="10">
<div class="container-fluid">
+
<div class="row"></div>
<div class="row"></div>
+
<div class="text-center">
<div class="text-center">
+
<h1>Human Practices</h1>
<h1 style="color: #3880A0;">Human Practices</h1>
+
</div>
 +
<div class="row">
 +
<div style="overflow: hidden;width: 100%;height: 500px;padding-top: 20px">
 +
<div style="width: 70%;height: 400px;margin: 0 auto">
 +
<div style="height: 400px;width: 400px;position:relative;margin: 0 auto;float: left" class="">
 +
<style>
 +
.box{
 +
background-color: darkred;
 +
position: absolute;
 +
display: inline-block;
 +
border-radius: 50%
 +
}
 +
.dot{
 +
height: 10px;
 +
width: 10px;
 +
margin-left: -5px;
 +
margin-top: -5px;
 +
}
 +
.big_dot{
 +
height: 20px;width: 20px;
 +
margin-left: -10px;
 +
margin-top: -10px;
 +
}
 +
.small_dot{
 +
height: 5px;width: 5px;
 +
margin-left: -2.5px;
 +
margin-top: -2.5px;
 +
}
 +
</style>
 +
<div class="box dot dot_btn" data-id="4"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
<div class="box dot dot_btn" data-id="3"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
<div class="box dot dot_btn" data-id="2"></div>
 +
                    <div class="box small_dot" id="dot_s4"></div>
 +
                    <div class="box small_dot" id="dot_s3"></div>
 +
                    <div class="box small_dot" id="dot_s2"></div>
 +
                    <div class="box small_dot" id="dot_s1"></div>
 +
<div class="box dot big_dot dot_btn" data-id="1"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
<div class="box dot dot_btn" data-id="6"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
<div class="box dot dot_btn" data-id="5"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
                    <div class="box small_dot"></div>
 +
<img src="https://static.igem.org/mediawiki/2018/0/00/T--SZU-China--HP-gif1.gif" id="gif_bg1" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px" />
 +
                <img src="https://static.igem.org/mediawiki/2018/2/26/T--SZU-China--HP-gif2.gif" id="gif_bg2" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px;display: none" />
 +
                <img src="https://static.igem.org/mediawiki/2018/8/8c/T--SZU-China--HP-gif3.gif" id="gif_bg3" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px;display: none" />
 +
                <img src="https://static.igem.org/mediawiki/2018/a/ae/T--SZU-China--HP-gif4.gif" id="gif_bg4" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px;display: none" />
 +
                <img src="https://static.igem.org/mediawiki/2018/0/03/T--SZU-China--HP-gif5.gif" id="gif_bg5" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px;display: none" />
 +
                <img src="https://static.igem.org/mediawiki/2018/f/fc/T--SZU-China--HP-gif6.gif" id="gif_bg6" class="gif_bg" width="550px" height="400px" style="border-radius: 50%;margin-left: -40px;display: none" />
 +
<script>
 +
                    $(".dot_btn").click(function () {
 +
                        $(".content1").each(function () {
 +
                            $(this).hide();
 +
                        });
 +
                        $(".gif_bg").each(function () {
 +
                            $(this).hide();
 +
                        });
 +
                        $("#gif_bg" + $(this).data("id")).show();
 +
                        $("#content" + $(this).data("id")).show();
 +
                    });
 +
$(".dot").click(function () {
 +
$(".dot").each(function () {
 +
if($(this).hasClass("big_dot")){
 +
                                $(this).removeClass("big_dot");
 +
}
 +
                        });
 +
                        $(this).addClass("big_dot");
 +
                    });
 +
                    $(function(){
 +
                        //中心点横坐标
 +
                        var dotLeft = 200;
 +
                        //中心点纵坐标
 +
                        var dotTop = 200;
 +
                        //起始角度
 +
                        var stard = 0;
 +
                        //半径
 +
                        var radius = 200;
 +
                        //每一个BOX对应的角度;
 +
                        var avd = 360/$(".box").length;
 +
                        //每一个BOX对应的弧度;
 +
                        var ahd = avd*Math.PI/180;
 +
                        $(".box").each(function(index, element){
 +
                            $(this).css({"left":Math.sin((ahd*index))*radius+dotLeft,"top":Math.cos((ahd*index))*radius+dotTop});
 +
                        });
 +
                    })
 +
</script>
 
</div>
 
</div>
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px; color: white;" id="content1" class="content1">
    <div class="row no-gutters">
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          <div class="col-lg-4">
+
                    <span class="kuang_title h2" style="color: #3880A0;">Applet</span>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/Applet">
+
                </div>
              <span class="caption">
+
                 <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
             
+
                    <span>At the beginning of 2018 SZU-China team, we had a brainstorming to decide our topic. We carried out three topics which were all close to daily lives and we didn’t know which to choose.</span>
                 <span class="caption-content">
+
                </div>
                  <h2>Applet</h2>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <p class="mb-0">
+
                    <span>To strengthen the communication between iGEM and the public, we designed an applet named biocompany and post our ideas there. It’s a platform for the public to engage in the iGEM.</span>
                  To strengthen the communication between iGEM and the public, we designed a mini program named biocampany to let the public have a deeper impression of the projects as well as synthetic biology.
+
                 </div>
                  </p>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                 </span>
+
                    <span>With the comments that people gave in Biocompany, we finally decided our project, cockroach terminator. For more details about our applet, please read our applet part.</span>
              </span>
+
                </div>
              <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/a/a8/T--SZU-China--HP_app_1.jpg" />
+
            </div>
            </a>
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px;display: none; color: white;" id="content2" class="content1">
          </div>
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          <div class="col-lg-4">
+
                    <span class="kuang_title h2" style="color: #3880A0;">Meetup</span>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/Investigation">
+
                </div>
              <span class="caption">
+
                 <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
             
+
                    <span>When we were designing our experiment, we still knew little about iGEM and many aspects of our project needed improved. We also wanted know what other teams were going on.</span>
                 <span class="caption-content">
+
                </div>
                  <h2>Investigation:</h2>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <p class="mb-0">
+
                    <span>To gather suggestions and seek cooperation opportunities from each team, we held an iGEM South China Regional Conference. To take the essence from other teams, we also attended 5th CCIC and IGEM EURASIAN MEETUP.</span>
                  For a better understanding of what relevant departments do to prevent cockroaches, we did some researches and interviews with canteen manager and CDC. To make an improvement of our Green Ground, we went to Chongqing University to ask Professor Wang Zhongkang for help.
+
                 </div>
                 
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  </p>
+
                    <span>We gained a lot from the meeting, we found our weak point, the safety problem and we made lots of collaboration through three meetings which made our project comprehensive.</span>
                 </span>
+
                </div>
              </span>
+
            </div>
              <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/9/99/T--SZU-China--HP_inv_1.jpg" />
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px;display: none; color: white;" id="content3" class="content1">
            </a>
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          </div>
+
                    <span class="kuang_title h2" style="color: #3880A0;">Inverstigation</span>
          <div class="col-lg-4">
+
                </div>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/Simulation">
+
                 <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
              <span class="caption">
+
                    <span>We had already designed our experiment, and designed an initial cockroach box. But we didn’t know whether it could work well in the environment.</span>
             
+
                </div>
                 <span class="caption-content">
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <h2>Simulation:</h2>
+
                    <span>Therefore, we first went to our canteen to make an inspection about the environment cockroaches stay most. We also went to CDC to get to know living habit of cockroach. Then we asked Dr. Wang from Chongqing University for more suggestions on our box design.</span>
                  <p class="mb-0">We made a simulation about consequent of killing cockroaches with different ways like cockroaches chalks, our product Green Ground and so on. We hope that we can give the public a guidance of using the proper way to kill the cockroaches.
+
                 </div>
                  </p>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                 </span>
+
                    <span>Considering three investigations and comments from the applet, we finally designed the  second version of our cockroaches box which seemed more reasonable than the first one.</span>
              </span>
+
                </div>
              <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/6/64/T--SZU-China--HP_safety_1.png.jpg" />
+
            </div>
            </a>
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px;display: none; color: white;" id="content4" class="content1">
          </div>
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          <div class="col-lg-4">
+
                    <span class="kuang_title h2" style="color: #3880A0;">Simulation</span>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/Public_Engagement">
+
                </div>
              <span class="caption">
+
                 <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
             
+
                    <span>Since we designed new box, and changed a new prescription, we were eager to know how it worked. Additionally, we heard that some methods of killing cockroaches may affect the neighbor. We also required some data for our modeling.</span>
                 <span class="caption-content">
+
                </div>
                  <h2>Education and public engagement:</h2>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <p class="mb-0">This year, we have a science popularization to students in Yueliangwan Primary School about cockroaches prevention and Synthetic biology. We also went to a village in Hunan Province that troubled by cockroaches to provide our wild product for the villagers.
+
                    <span>To achieve our goal, we made a simulation about consequent of killing cockroaches with different ways like cockroach chalks, and our box with wild spores. We calculated and compared the migration rate and mortality of each product.</span>
                  </p>
+
                 </div>
                 </span>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
              </span>
+
                    <span>Our modeling can ran smoothly with our simulation which provided lots of data for it. Analyzing the data, we can give a guidance to the public to choose a better way to kill cockroach.</span>
              <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/7/77/T--SZU-China--HP_edu_1.png.JPG" alt=""/>
+
                </div>
           
+
            </div>
            </a>
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px;display: none; color: white;" id="content5" class="content1">
          </div>
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          <div class="col-lg-4">
+
                    <span class="kuang_title h2" style="color: #3880A0;">Education and public engagement</span>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/MeetUp">
+
                </div>
           
+
                 <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
              <span class="caption">
+
                    <span>Now our box has been tested and we had detailed data about different ways to kill cockroach. We wanted to make an attribution to the society and test our boxes at the same time.</span>
             
+
                </div>
                 <span class="caption-content">
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <h2>Meetup:</h2>
+
                    <span>Therefore, we use our applet to make lots of communication of the public. We post our simulation result and told them a better way to kill cockroach. A teacher invited us to give a popularization after watching our project. Moreover, we gave a post showing that we hoped to distribute our boxes and finally went to Hunan to help them kill the local cockroaches.</span>
                  <p class="mb-0">
+
                 </div>
                  This year, we held a 2018 iGEM Southern China Regional Meetup in the early May, many of iGEM teams from Guangdong Province were invited and shared their thoughts. We also attended iGEM EurAsian Meetup 2018 in July and CCIC in August.
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  </p>
+
                    <span>With this HP, we had a closer communication with the public online and offline. Besides, we found some disadvantages of our boxes used in reality, and we redesigned it again after villagers’ feedback.</span>
                 </span>
+
                </div>
              </span>
+
            </div>
            <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/b/b9/T--SZU-China--HP_meetup_1.png.jpg" />
+
            <div style="width: 53%;height:400px;float:right;z-index: 100;position: relative;padding-left: 30px;display: none; color: white;" id="content6" class="content1">
            </a>
+
                <div style="height: 40px;width: 100%;margin: 0 auto;font-size: 25px;text-align: center">
          </div>
+
                    <span class="kuang_title h2" style="color: #3880A0;">Prospect</span>
          <div class="col-lg-4">
+
                </div>
            <a class="portfolio-item" href="https://2018.igem.org/Team:SZU-China/Prospect">
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
              <span class="caption">
+
                    <span>We have finished our experiment and cockroach box design named Green Ground finally. </span>
                 <span class="caption-content">
+
                 </div>
                  <h2>Prospect:</h2>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
                  <p class="mb-0">Under what we have done now, we are going to apply for a patent for our final version product Green Ground and send our product to quality inspection. In addition, we want to do more in the promotion of synthetic biology.
+
                    <span>We wanted to do more about our project, the iGEM, the public as well.</span>
                  </p>
+
                </div>
                 </span>
+
                <div style="background-color: #3880A0;width: 100%;height: 100px;padding-top: 10px;margin-top: 20px">
              </span>
+
                    <span>We are now applying for a patent for Green Ground, about to send our product to quality inspection to make in come true. More importantly, we want to use our applet to do more education and public engagement for iGEM and syntenic biology.</span>
              <img class="img-fluid" src="https://static.igem.org/mediawiki/2018/a/aa/T--SZU-China--HP_outreach_1.jpg" />
+
                 </div>
             </a>
+
             </div>
          </div>
+
        </div>
+
   
+
 
+
   
+
+
 
</div>
 
</div>
+
</div>
+
</div>
+
 
+
   
+
 
      
 
      
 
</body>
 
</body>

Revision as of 17:32, 16 October 2018

Human Practices

Applet
At the beginning of 2018 SZU-China team, we had a brainstorming to decide our topic. We carried out three topics which were all close to daily lives and we didn’t know which to choose.
To strengthen the communication between iGEM and the public, we designed an applet named biocompany and post our ideas there. It’s a platform for the public to engage in the iGEM.
With the comments that people gave in Biocompany, we finally decided our project, cockroach terminator. For more details about our applet, please read our applet part.