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

 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CCU_Taiwan}}
 
<html>
 
 
<div class="column full_size judges-will-not-evaluate">
 
<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>
 
 
 
{{CCU_Taiwan/css}}
 
{{CCU_Taiwan/css}}
  
Line 15: Line 6:
  
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/ScrollIndicator?
 
action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/Scrolling_Parallax?
 
action=raw&ctype=text/javascript"></script>
 
<link rel="stylesheet"
 
  href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
 
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/skrollr?
 
action=raw&ctype=text/javascript"></script>
 
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
Line 57: Line 40:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#842b00")
+
     $(this).css("background","#31a97e")
 
   });
 
   });
 
$("#home1").hover(function(){
 
$("#home_img").css('display', 'block');
 
$("#home_img").animate({ opacity: 0 }, 0);
 
$("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing')
 
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 
},function(){
 
$("#home_img").stop(true,false,true).css("display","none").css("left","40vw");
 
$("#home_word").fadeOut(0)
 
});
 
 
 
});
 
});
  
$(window).scroll(function() {
+
// The function actually applying the offset
    var wintop = $(window).scrollTop(), docheight =
+
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
  
    $(document).height(), winheight = $(window).height();
+
// Captures click events of all <a> elements with href starting with #
    var scrolled = (wintop/(docheight-winheight))*100;
+
$(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);
 +
});
  
    $('.scroll-line').css('height', (scrolled*0.5 + '%'));
+
// Set the offset when entering page with hash present in the url
});
+
window.setTimeout(offsetAnchor, 0);
 
 
var s = skrollr.init({
+
$(document).scroll(function () { // remove "$"
render: function(data) {
+
    var y = $(this).scrollTop();       
  //Log the current scroll position.
+
    if (y > 300) {
  $('#info').text(data.curTop);
+
        $('.indicator').fadeIn();
}
+
    }
});;
+
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 
 
 
</script>
 
</script>
Line 94: Line 79:
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
+
         <nav>
 
             <div class="container">
 
             <div class="container">
 
                 <ul class="front">
 
                 <ul class="front">
Line 101: Line 86:
 
'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>
 
'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>
  
                     <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><hr>
+
                     <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;">
 
                         <ul class="sub" id="sub_home" style="cursor:default;">
                             <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Medal">Medal</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
<hr>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
<div id="home_img">
+
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
+
</div>
+
<div id="home_word">
+
<a>There's a home for us, always.</a>
+
</div>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </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><hr>
+
                     <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;">
 
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="list" id="project1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
<hr>
+
 
</ul>
 
</ul>
 
</li>
 
</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><hr>
+
                     <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;">
 
                         <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Overview</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
<hr>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </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><hr>
+
                     <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;">
 
                         <ul class="sub" id="sub_modeling" style="cursor:default;">
                             <li class="list" id="model1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Overview</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                            <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Model</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Lignin">Lignin Model</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
<hr>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </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>Drylab</a><hr>
+
                     <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;">
 
                         <ul class="sub" id="sub_drylab" style="cursor:default;">
                             <li class="list" id="drylab1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Overview</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
<hr>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </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><hr>
+
    <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;">
 
                         <ul class="sub" id="sub_human_practice" style="cursor:default;">
                             <li class="list" id="human_practice1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Overview</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Public</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">Intergrate</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
<hr>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </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>
 
    <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;">
 
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                             <li class="list" id="notebook1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Overview</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations">Collaborations</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
<hr>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 173: Line 146:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
<!--<div class="scroll-line"></div>
+
 
<div class="scroll-line-bg"></div>
+
<div class="Quick-navigation">
+
  <a href="#A" class="Quick-navigation-item">____Background</a>
+
  <a href="#B" class="Quick-navigation-item">____Calibration 1</a>
+
  <a href="#C" class="Quick-navigation-item">____Calibration 2</a>
+
  <a href="#D" class="Quick-navigation-item">____Calibration 3</a>
+
  <a href="#E" class="Quick-navigation-item">____Calibration 4</a>
+
  <a href="#F" class="Quick-navigation-item">____Calibration 5</a>
+
  <div class="Scroll-progress-indicator"></div>
+
</div>-->
+
 
     </header>
 
     </header>
<div class="background">
+
 
<div class="bcg"></div>
+
<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">
 
       <div class="content">
<p class="first">Public and Education</p>
+
<p class="first" id="ca1">Education</p><br>
<p class="second">Education</p><br><br>
+
 
<p class="second">Synthetic Biology Lesson for senior high school students in summer camp</p>
 
<p class="second">Synthetic Biology Lesson for senior high school students in summer camp</p>
 
<br>
 
<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>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>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>In the second part, we had a brief presentation about what iGEM is, and how could we learn through iGEM. <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" style="color:#00008B">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">&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">To know more about the lesson, click here to see the PPT shown in class.<br></p>
+
<p class="description"><br>&emsp;&emsp; To know more about the lesson, here are the slide shown in class.<br></p><br>
<p class="second">To connect with public on Facebook</p>
+
 
<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>
+
 
We issued synthetic biology and project in different name – “About synthetic biology” and “Issues around the world”.<br>You can see details on: https://www.facebook.com/ccuigemteam/
+
                <div id="Public0-1" class="polaroid" style="display:inline-block">
</p>
+
                  <img src="https://static.igem.org/mediawiki/2018/4/48/T--CCU_Taiwan--edupt_1.jpg" width="100%">
<hr>
+
                </div>
<p class="first">Photoes Here</p>
+
 
<hr>
+
 
<p class="second">Public</p><br><br>
+
                <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="second">Reality in Taiwan</p>
<p class="description">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>
+
<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>
  
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; 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>
  
What happened in Taiwan? I think that the problem is not easy to treat at all.<br><br>
+
&emsp;&emsp; What happened in Taiwan? I think that the problem is not easy to treat at all.<br><br>
  
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>
+
&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>
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.
+
&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">Truth of paper container recycling in Taiwan</p>
 
<p class="description">While people think they do recycle, the fact is that our recycling action does not work.</p>
 
 
<p class="second">Public Thoughts on paper container lamination</p>
 
<p class="second">Public Thoughts on paper container lamination</p>
<p class="description">As the lamination is currently made of polyethylene and polypropylene, this causes a large part of the problem. Therefore, our project, LIGGREEN, can help solve these problems. We had a simple investigation comparing LIGGREEN with polyethylene/polypropylene, surveying average people.<br><br>
+
<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>
Here you can see our results from survey:
+
&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>
</p>
+
&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 class="description">From the survey, we can see that people do care about environmental protection, and most people are willing to pay a higher price for a more environmental product.<br> As a result, we firmly believe we can execute our project.</p>
+
</p><br><br>
  
  
      </div>
+
<div class="survey">
 +
<div class="slideshow-container">
 +
 
 +
<div class="mySlides fade">
 +
  <div class="numbertext">1 / 6</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/7/7e/T--CCU_Taiwan--CCUhp01.jpg" style="width:100%">
 
</div>
 
</div>
</body>
 
  
</html>
+
<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 class="clear"></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 class="column full_size">
+
<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>
  
<h1>Human Practices: Education and Public Engagement Special Prize</h1>
+
<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>
  
<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>
+
                <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>
  
<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>
+
                <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>
  
<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.
 
</p>
 
  
 +
<br><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>
 
 
<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>
<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.
+
</p>
+
</div>
+
 
</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