Difference between revisions of "Team:CCU Taiwan/Public Engagement"

(Prototype team page)
 
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CCU_Taiwan}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
  
<div class="column full_size judges-will-not-evaluate">
+
<head>
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</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://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
  
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script>
 +
$(document).ready(function(){
 +
 +
$("#Home").hover(function(e){
 +
$("#sub_home").stop(true,false,true).slideToggle(300);
 +
  });
  
<div class="clear"></div>
+
$("#Project").hover(function(){
 +
$("#sub_project").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Parts").hover(function(){
 +
$("#sub_parts").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Modeling").hover(function(){
 +
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Drylab").hover(function(){
 +
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Human_Practice").hover(function(){
 +
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Notebook").hover(function(){
 +
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 +
});
  
 +
$("#home_button").hover(function(){
 +
    $(this).css("background","black")
 +
},function(){
 +
    $(this).css("background","#31a97e")
 +
  });
 +
});
  
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
  
<div class="column full_size">
+
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
  
<h1>Human Practices: Education and Public Engagement Special Prize</h1>
+
// Set the offset when entering page with hash present in the url
 +
window.setTimeout(offsetAnchor, 0);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 +
</script>
  
<p>Innovative educational tools and public engagement activities have the ability to discuss the science behind synthetic biology, spark new scientific curiosity and establish a public dialogue about synthetic biology from voices and views outside the lab. </p>
+
</head>
  
<p>On this page, your team should document your Education and Public Engagement work and activities. Describe your team’s efforts to include more people in shaping synthetic biology (such as creating or building upon innovative educational tools and/or public engagement activities to establish two-way dialogue with new communities, and/or engaging new groups in discussions about synthetic biology and public values). Describe your approach, why you chose it, and what was learned by everyone involved (including yourselves!).</p>
+
<body>
 +
  <header>
 +
        <nav>
 +
            <div class="container">
 +
                <ul class="front">
 +
 +
                    <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 +
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
  
<p>This work may relate to or overlap with the work you document on your Human Practices page. Whereas Integrated Human Practices relates to the process of refining your project purpose and design, this page may highlight significant efforts that go beyond your particular project focus and/or address a significant broader concern in iGEM.
+
                    <li class="title" style="cursor:pointer;" id="Home"><img class="img_title" src="https://static.igem.org/mediawiki/2018/2/24/T--CCU_Taiwan--aboutus.png"></img><a>About Us</a>
 +
                        <ul class="sub" id="sub_home" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title" style="cursor:pointer;" id="Project"><img class="img_title" src="https://static.igem.org/mediawiki/2018/6/6f/T--CCU_Taiwan--project.png"></img><a>Project</a>
 +
<ul class="sub" id="sub_project" style="cursor:default;">
 +
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
 +
</ul>
 +
</li>
 +
                    <li class="title" style="cursor:pointer;" id="Parts"><img class="img_title" src="https://static.igem.org/mediawiki/2018/1/17/T--CCU_Taiwan--part.png"></img><a>Parts</a>
 +
                        <ul class="sub" id="sub_parts" style="cursor:default;">
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title" style="cursor:pointer;" id="Modeling"><img class="img_title" src="https://static.igem.org/mediawiki/2018/0/09/T--CCU_Taiwan--model.png"></img><a>Modeling</a>
 +
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title" style="cursor:pointer;" id="Drylab"><img class="img_title" src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--Dry_lab.png"></img><a>Product</a>
 +
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 +
                        </ul>
 +
                    </li>
 +
    <li class="title" style="cursor:pointer;" id="Human_Practice"><img class="img_title" src="https://static.igem.org/mediawiki/2018/9/96/T--CCU_Taiwan--humanpractice.png"></img><a>HP</a>
 +
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 +
                        </ul>
 +
                    </li>
 +
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
 +
                        <ul class="sub" id="sub_notebook" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </nav>
 +
 
 +
    </header>
 +
 
 +
<div class="indicator">
 +
 
 +
<div class="pointerHP" id="1"><a href="#ca1">Education</a></div>
 +
<div class="pointerHP" id="2"><a href="#ca2">Public</a></div>
 +
</div>
 +
 
 +
<div class="backgroundHP">
 +
<div class="photoPublic"><h1 class="bigtitle">PUBLIC ENGAGEMENT<h1></div>
 +
      <div class="content">
 +
<p class="first" id="ca1">Education</p><br>
 +
<p class="second">Synthetic Biology Lesson for senior high school students in summer camp</p>
 +
<br>
 +
<p class="description">Summary: We held a lesson for senior high school students in order to make them interested in synthetic biology and learn more about iGEM.<br><br>&emsp;&emsp; On July 14th, we had a lesson about synthesis biology for senior high school students. We divided this lesson into two parts: introduction to synthetic biology and introduction to iGEM.<br><br>&emsp;&emsp; In the first part, we prepared an animation which is easy to understand to help them understand synthetic biology more easily. After this part, we had a prize quiz.  Although the quiz was not hard at all, the class took it seriously. We believed that they had started being interested in synthesis biology.<br><br>&emsp;&emsp; In the second part, we had a brief presentation about what iGEM is, and how could we learn through iGEM. <br><br>
 +
<p class="description">&emsp;&emsp; There still some parts we did not mention in the power point slide, since synthetic biology is still viewed with suspicion by some people. At least for now, it cannot be accepted by society.<br></p>
 +
<p class="description"><br>&emsp;&emsp; To know more about the lesson, here are the slide shown in class.<br></p><br>
 +
 
 +
 
 +
                <div id="Public0-1" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/4/48/T--CCU_Taiwan--edupt_1.jpg" width="100%">
 +
                </div>
 +
 
 +
 
 +
                <div id="Public0-2" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/4/41/T--CCU_Taiwan--edupt_2.jpg" width="100%">
 +
                </div>
 +
 
 +
 
 +
                <div id="Public0-3" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/b/bc/T--CCU_Taiwan--eduppt_2.jpg" width="100%">
 +
                </div>
 +
<br><br>
 +
 
 +
                <div id="Public0-4" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/0b/T--CCU_Taiwan--edupt_3.jpg" width="100%">
 +
                </div>
 +
 
 +
 
 +
                <div id="Public0-5" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/03/T--CCU_Taiwan--edupt_4.jpg" width="100%">
 +
                </div>
 +
 
 +
 
 +
                <div id="Public0-6" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/d/d3/T--CCU_Taiwan--edupt_5.jpg" width="100%">
 +
                </div>
 +
 
 +
<br><br><br>
 +
 
 +
<div class="row"> 
 +
<div id="halftext3"><p class="second">Connect  with public on Facebook</p><br>
 +
<p class="description">Summary: We use our Facebook fans page to teach public some simple case and knowledge of synthetic biology and our project.<br>
 +
<br>&emsp;&emsp; We issued synthetic biology and project in different name – “About synthetic biology” and “Issues around the world”.<br>You can see details on: <a id="fb" href="https://www.facebook.com/ccuigemteam">https://www.facebook.com/ccuigemteam/</a>
 +
</p></div>
 +
 
 +
                <div id="Public1" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/2/2a/T--CCU_Taiwan--CCUHPfb.jpg" width="100%">
 +
                  <div class="container">
 +
                    <p>Figure1: CCU iGEM Team facebook page</p>
 +
                  </div>
 +
                </div>
 +
</div>
 +
 
 +
<br><br>
 +
 
 +
<p class="first" id="ca2">Public</p>
 +
<p class="second">Reality in Taiwan</p>
 +
<p class="description">&emsp;&emsp; Taiwan was praised by The Wall Street Journal for recycling, and the article mentioned that the recycling rate in Taiwan was up to 56%. However, the truth of recycling in Taiwan is unfortunately not that good.<br><br>
 +
 
 +
&emsp;&emsp; Taiwan has many hidden problems behind this illusory figure. Remaining trash, including those that should be recycled, would be put together in the end.<br><br>
 +
 
 +
&emsp;&emsp; What happened in Taiwan? I think that the problem is not easy to treat at all.<br><br>
 +
 
 +
&emsp;&emsp; The way the recycling rate in Taiwan was calculated was through “buying and selling”. Some unscrupulous people might sell trash packed in a layer of paper, and this would also be included in recycling rate. What’s more, the recyclable material is adulterated with about ten percent non-recyclable trash, which means that although you did recycle, at the terminus it would all be sent into the incinerator. In addition, the amount of many specific kinds of trash that industries which can handle and treat in a day is far less than the trash produced. All of these facts shocked us, shaking our faith in the recycling system.<br><br>
 +
&emsp;&emsp; For this reason, we asked some experts and entrepreneurs to determine what the problem is and seek for a good way to improve, or even to solve it.<br><br>
 
</p>
 
</p>
 +
<p class="second">Public Thoughts on paper container lamination</p>
 +
<p class="description"><strong>Survey from Public</strong><br><br>&emsp;&emsp; Before we decided our project, we had found the problem of paper container pollution through a coastal cleanup event. As we wondered to know what the reason caused the problem, we designed a questionnaire to get the data of public consideration in recycling system and acceptance in synthetic biology.<br><br>
 +
&emsp;&emsp; In our survey, we understand that although the public understood the recycling classification, they did not always throw the trash into the correct classification.<br><br>
 +
&emsp;&emsp; In addition, the acceptance of synthetic biology using on paper container lining is higher than we had expected, and whether the color of the lamination is dark or light seems not the point that people really care about, yet people still kept doubt when we told over the food safety, which reminded us to treat this problem more carefully.<br><br>
 +
</p><br><br>
  
  
<p>For more information, please see the <a href="https://2018.igem.org/Human_Practices">Human Practices Hub</a>. There you will find:</p>
+
<div class="survey">
+
<div class="slideshow-container">
<ul>
+
<li> an <a href="https://2018.igem.org/Human_Practices/Introduction">introduction</a> to Human Practices at iGEM </li>
+
<li>tips on <a href="https://2018.igem.org/Human_Practices/How_to_Succeed">how to succeed</a> including explanations of judging criteria and advice about how to conduct and document your Human Practices work</li>
+
<li>descriptions of <a href="https://2018.igem.org/Human_Practices/Examples">exemplary work</a> to inspire you</li>
+
<li>links to helpful <a href="https://2018.igem.org/Human_Practices/Resources">resources</a></li>
+
<li>And more! </li>
+
</ul>
+
+
+
<div class="clear extra_space"></div>
+
+
<p>If you nominate your team for the <a href="https://2018.igem.org/Judging/Awards"></a>Best Education and Public Engagement Special Prize</a> by filling out the corresponding field in the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>, the judges will review this page to consider your team for that prize. The criteria are listed below. </p>
+
  
<div class="highlight decoration_background">
+
<div class="mySlides fade">
<p>How have you developed new opportunities to include more people in shaping synthetic biology? Innovative educational tools and public engagement activities have the ability to establish a two-way dialogue with new communities by discussing public values and the science behind synthetic biology. Document your approach and what was learned by everyone involved to compete for this award.
+
  <div class="numbertext">1 / 6</div>
</p>
+
  <img src="https://static.igem.org/mediawiki/2018/7/7e/T--CCU_Taiwan--CCUhp01.jpg" style="width:100%">
 
</div>
 
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">2 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/2/29/T--CCU_Taiwan--CCUhp02.jpg" style="width:100%">
 
</div>
 
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">3 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/3/32/T--CCU_Taiwan--CCUhp03.jpg" style="width:100%">
 +
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">4 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/f/ff/T--CCU_Taiwan--CCUhp04.jpg" style="width:100%">
 +
</div>
 +
<div class="mySlides fade">
 +
  <div class="numbertext">5 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/a/a8/T--CCU_Taiwan--CCUhp05.jpg" style="width:100%">
 +
</div>
 +
<div class="mySlides fade">
 +
  <div class="numbertext">6 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/2/21/T--CCU_Taiwan--CCUhp06.jpg" style="width:100%">
 +
</div>
 +
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
<a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
 +
</div>
 +
<br>
 +
 +
<div style="text-align:center">
 +
  <span class="dot" onclick="currentSlide(1)"></span>
 +
  <span class="dot" onclick="currentSlide(2)"></span>
 +
  <span class="dot" onclick="currentSlide(3)"></span>
 +
  <span class="dot" onclick="currentSlide(4)"></span>
 +
  <span class="dot" onclick="currentSlide(5)"></span>
 +
  <span class="dot" onclick="currentSlide(6)"></span>
 +
</div>
 +
</div>
 +
<br><br>
 +
 +
<p class="description">&emsp;&emsp; Besides the survey, we did the propaganda of LIGGREEN to made people can know more about this new material. We designed a brochure and made propaganda at Chia-Yi Station in September, the content included the research motivation, gene design and the physical and chemical properties test, hoped we can exclude the doubt on LIGGREEN.</p><br>
 +
 +
                <div id="Public2" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/c/cf/T--CCU_Taiwan--CCUHANDBOOK.jpg" width="100%">
 +
                  <div class="container">
 +
                    <p>Figure2: Propaganda handbook</p>
 +
                  </div>
 +
                </div>
 +
 +
                <div id="Public3" class="polaroid" style="display:inline-block">
 +
                  <img src="https://static.igem.org/mediawiki/2018/9/91/T--CCU_Taiwan--CCUHANDBOOK2.jpg" width="100%">
 +
                  <div class="container">
 +
                    <p>Figure3: Propaganda handbook</p>
 +
                  </div>
 +
                </div>
 +
 +
 +
<br><br><br>
 +
 +
 +
      </div>
 +
</div>
 +
</body>
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}   
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none"; 
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block"; 
 +
  dots[slideIndex-1].className += " active";
 +
}
 +
</script>
 +
 +
<footer class="footer">
 +
            <a href="http://huitong.com.tw">
 +
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
 +
 +
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
 +
 +
            <a href="http://ewww.ccu.edu.tw/">
 +
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
 +
            </a>
 +
</footer>
 +
 +
</html>

Latest revision as of 08:51, 1 December 2018

PUBLIC ENGAGEMENT

Education


Synthetic Biology Lesson for senior high school students in summer camp


Summary: We held a lesson for senior high school students in order to make them interested in synthetic biology and learn more about iGEM.

   On July 14th, we had a lesson about synthesis biology for senior high school students. We divided this lesson into two parts: introduction to synthetic biology and introduction to iGEM.

   In the first part, we prepared an animation which is easy to understand to help them understand synthetic biology more easily. After this part, we had a prize quiz. Although the quiz was not hard at all, the class took it seriously. We believed that they had started being interested in synthesis biology.

   In the second part, we had a brief presentation about what iGEM is, and how could we learn through iGEM.

   There still some parts we did not mention in the power point slide, since synthetic biology is still viewed with suspicion by some people. At least for now, it cannot be accepted by society.


   To know more about the lesson, here are the slide shown in class.







Connect with public on Facebook


Summary: We use our Facebook fans page to teach public some simple case and knowledge of synthetic biology and our project.

   We issued synthetic biology and project in different name – “About synthetic biology” and “Issues around the world”.
You can see details on: https://www.facebook.com/ccuigemteam/

Figure1: CCU iGEM Team facebook page



Public

Reality in Taiwan

   Taiwan was praised by The Wall Street Journal for recycling, and the article mentioned that the recycling rate in Taiwan was up to 56%. However, the truth of recycling in Taiwan is unfortunately not that good.

   Taiwan has many hidden problems behind this illusory figure. Remaining trash, including those that should be recycled, would be put together in the end.

   What happened in Taiwan? I think that the problem is not easy to treat at all.

   The way the recycling rate in Taiwan was calculated was through “buying and selling”. Some unscrupulous people might sell trash packed in a layer of paper, and this would also be included in recycling rate. What’s more, the recyclable material is adulterated with about ten percent non-recyclable trash, which means that although you did recycle, at the terminus it would all be sent into the incinerator. In addition, the amount of many specific kinds of trash that industries which can handle and treat in a day is far less than the trash produced. All of these facts shocked us, shaking our faith in the recycling system.

   For this reason, we asked some experts and entrepreneurs to determine what the problem is and seek for a good way to improve, or even to solve it.

Public Thoughts on paper container lamination

Survey from Public

   Before we decided our project, we had found the problem of paper container pollution through a coastal cleanup event. As we wondered to know what the reason caused the problem, we designed a questionnaire to get the data of public consideration in recycling system and acceptance in synthetic biology.

   In our survey, we understand that although the public understood the recycling classification, they did not always throw the trash into the correct classification.

   In addition, the acceptance of synthetic biology using on paper container lining is higher than we had expected, and whether the color of the lamination is dark or light seems not the point that people really care about, yet people still kept doubt when we told over the food safety, which reminded us to treat this problem more carefully.



1 / 6
2 / 6
3 / 6
4 / 6
5 / 6
6 / 6



   Besides the survey, we did the propaganda of LIGGREEN to made people can know more about this new material. We designed a brochure and made propaganda at Chia-Yi Station in September, the content included the research motivation, gene design and the physical and chemical properties test, hoped we can exclude the doubt on LIGGREEN.


Figure2: Propaganda handbook

Figure3: Propaganda handbook