Difference between revisions of "Team:NTHU Taiwan/Engagement"

 
(38 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{:Team:NTHU_Taiwan/MenuBar}}
 
<html>
 
<html>
  
Line 10: Line 11:
 
#bodyContent {background-color:#f6f6e3;}
 
#bodyContent {background-color:#f6f6e3;}
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
/**************************************************************** MENU ***************************************************************/
 
/* Wrapper for the menu */
 
 
.igem_2017_menu_wrapper {
 
border-bottom: 3px solid #c2dac0;
 
background-color:#f6f6e3;
 
font-family:'Open Sans', sans-serif;
 
overflow: hidden;
 
}
 
 
.igem_2017_menu_wrapper a { 
 
float: left;
 
font-size: 1.2em;
 
color: #6c5070;
 
text-align: center;
 
padding: 25px 20px;
 
text-decoration: none;
 
}
 
 
.munu_img img{
 
position: fixed;
 
height: 9%;
 
}
 
 
/* this hides the scrollbar to keep view consistency */
 
.igem_2017_menu_wrappe::-webkit-scrollbar {
 
display: none;
 
}
 
 
.submenu_wrapper {
 
float: left;
 
  overflow: hidden;
 
}
 
 
.submenu_wrapper .menu_button {
 
letter-spacing: 1px;
 
text-transform: uppercase;
 
font-size: 1.2em;
 
border: none;
 
outline: none;
 
color: #6c5070;
 
padding: 25px 20px;
 
background-color: inherit;
 
}
 
 
.igem_2017_menu_wrapper a:hover, .submenu_wrapper:hover .menu_button {
 
color: #DF6A6A;
 
}
 
 
.submenu_button {
 
display: none;
 
position: absolute;
 
background-color: rgba(246, 246, 227, 0.7);
 
min-width: 160px;
 
z-index: 1;
 
}
 
 
.submenu_button a {
 
float: none;
 
color: #6c5070;
 
padding: 8px 16px;
 
text-decoration: none;
 
display: block;
 
text-align: left;
 
}
 
 
.submenu_button a:hover {
 
font-size: 1.3em;
 
 
}
 
 
.submenu_wrapper:hover .submenu_button {
 
display: block;
 
}
 
 
/*menu_wrapper left space*/
 
.igem_2017_menu_wrapper .menu_right_margin {
 
margin-left: 160px;
 
}
 
 
/*menu_wrapper right space*/
 
.igem_2017_menu_wrapper .menu_bottom_padding {
 
width: 100%;
 
height: 30px;
 
float:left;
 
}
 
 
/* styling for the menu button when it is the current page */
 
.current_page {
 
color:#df6a6a !important;
 
}
 
 
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
 
.igem_2017_menu_wrapper #display_menu_control {
 
display:none;
 
text-align:center;
 
}
 
 
 
  
Line 117: Line 20:
 
display:block;
 
display:block;
 
float:left;
 
float:left;
font-family:'Open Sans', sans-serif;
+
font-family:'Helvetica', sans-serif;
 
background-color: #F6F6E3;
 
background-color: #F6F6E3;
 
}
 
}
Line 136: Line 39:
  
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
padding: 40px 0px 15px 0px;  
+
font-family: Helvetica;
 +
padding: 50px 0px 15px 0px;  
 
border-bottom: 0px;  
 
border-bottom: 0px;  
 
color: #2C2C2C;
 
color: #2C2C2C;
Line 143: Line 47:
 
}
 
}
  
#pdf {
+
 
 +
.igem_2017_content_wrapper .content {
 
width: 950px;
 
width: 950px;
height: 1200px;
 
 
margin: 2em auto;
 
margin: 2em auto;
padding-top: 20px;
 
 
}
 
}
  
#pdf object {
+
.igem_2017_content_wrapper .content p{
display: block;
+
font-family: Helvetica;
border: solid 2px #2c2c2c;
+
color: #2C2C2C;
 +
font-size: 1.4em;
 +
line-height: 1.3em;
 +
padding: 0px 0px;
 +
text-align: justify;
 +
text-justify:inter-ideograph;
 
}
 
}
  
/***************************************************** RESPONSIVE STYLING ****************************************************/
 
  
/* IF THE SCREEN IS LESS THAN 1200PX */
+
.igem_2017_content_wrapper .content img{
@media only screen and (max-width: 1200px) {
+
margin: auto;
 +
display: block;
 +
float: center;
 +
padding: 20px 0px 30px 0px;
 +
}
  
#content {width:100%; }
+
.column .full_size {
.igem_2017_menu_wrapper {width:100%; right:0;}
+
width: 100%;
.highlight {padding:10px 0px;}
+
padding-top: 50px;
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
#menu_content { display:block;}
+
.menu_button.direct_to_page {padding-left: 17px;}
+
+
 
}
 
}
  
/* IF THE SCREEN IS LESS THAN 800PX */
+
/* class for a half width column */
@media only screen and (max-width: 800px) {
+
.column .half_size {
 +
width: 50%;
 +
float: left;
 +
}
  
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
#pdf {
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
width: 900px;
.column.half_size  {width:100%; }
+
height: 550px;
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
margin: 2em auto;
.highlight {padding:15px 5px;}
+
padding-top: 20px;
.igem_2017_menu_wrapper #display_menu_control { display:block; }
+
}
#menu_content { display:none;}
+
 
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
#pdf object {
.menu_bottom_padding {display:none;}
+
display: block;
.menu_button.direct_to_page { padding-left: 36px; }
+
border: solid 2px #2c2c2c;
 
}
 
}
 
 
</style>
 
</style>
  
Line 194: Line 103:
 
</head>
 
</head>
  
<!-- <div class="munu_img">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 
<img src="https://static.igem.org/mediawiki/2017/1/1f/T--NTHU_Taiwan--HOME--logo.png">
 
</a>
 
</div> -->
 
 
<div class="igem_2017_menu_wrapper" >
 
<!-- this div is hidden by default and will only be displayed if the screen size is too small -->
 
<div class="menu_button" id="display_menu_control">
 
MENU 
 
</div>
 
 
 
<div id="menu_content">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 
<div class="menu_button menu_right_margin">
 
HOME
 
</div>
 
</a>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">TEAM</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Team">
 
<div id="Team_page">
 
Team
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Attributions">
 
<div  id="Attributions_page">
 
Attributions
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Collaborations">
 
<div  id="Collaborations_page">
 
Collaborations
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">PROJECT</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Description">
 
<div id="Description_page">
 
Description
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Design">
 
<div  id="Design_page">
 
Design
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Contribution">
 
<div  id="Contribution_page">
 
Contribution
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 
<div  id="Model_page">
 
Model
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">
 
<div  id="Results_page">
 
Results
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Demonstrate">
 
<div  id="Demonstrate_page">
 
Demonstrate
 
</div>
 
</a>
 
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">WET LAB</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Experiments">
 
<div  id="Experiments_page">
 
Experiments
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Protocol">
 
<div  id="Protocol_page">
 
Protocol
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Notebook">
 
<div  id="Notebook_page">
 
Notebook
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/InterLab">
 
<div  id="InterLab_page">
 
InterLab
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">PARTS</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Basic_Part">
 
<div  id="Basic_Part_page">
 
Basic Parts
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Composite_Part">
 
<div  id="Composite_Part_page">
 
Composite Parts
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Part_Collection">
 
<div  id="Part_Collection_page">
 
Part Collection
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Safety">
 
<div class="menu_button">
 
SAFETY
 
</div>
 
</a>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">HUMAN PRACTICES</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Silver">
 
<div id="Silver_page">
 
Silver HP
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Gold_Integrated">
 
<div  id="Gold_Integrated_page">
 
Integrated and Gold
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Engagement">
 
<div  id="Engagement_page">
 
Public Engagement
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">AWARDS</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Applied_Design">
 
<div id="Applied_Design_page">
 
Applied Design
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Entrepreneurship">
 
<div  id="Entrepreneurship_page">
 
Integrated Human Practices
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Hardware">
 
<div  id="Hardware_page">
 
Hardware
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 
<div  id="Model_page">
 
Model
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Software">
 
<div  id="Software_page">
 
Software
 
</div>
 
</a>
 
<a href="#">
 
<div>
 
Criteria
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<a href="https://igem.org/2017_Judging_Form?team=NTHU_Taiwan">
 
<div class="menu_button">
 
JUDGING FORM
 
</div>
 
</a>
 
 
</div>
 
 
</div>
 
  
  
Line 396: Line 108:
 
<!-- start of content -->
 
<!-- start of content -->
 
<div class="igem_2017_content_wrapper">
 
<div class="igem_2017_content_wrapper">
<img width="25%" src="https://static.igem.org/mediawiki/2017/e/e2/T--NTHU_Taiwan--Notebook--Top.png">
+
        <img width="35%" src="https://static.igem.org/mediawiki/2017/a/ad/T--NTHU_Taiwan--engagement--public.png">
 
<div style="text-align: center">
 
<div style="text-align: center">
 
<h1 style="color:#DF6A6A">Engagement
 
<h1 style="color:#DF6A6A">Engagement
Line 403: Line 115:
 
<hr width="20%" />
 
<hr width="20%" />
 
</div>
 
</div>
 +
<div class="content">
 +
<h1 style="color: #6c5070"><center>Public Engagement</center></h1>
 +
<p>This year, our public engagement includes two main part, Social opinion investigation, and iGEM Tech. The first part is practiced by investigation form and the second part is about science knowledge share. Other than conveying our idea toward the public, we also received lots of responses from it, which help us to improve all aspects of our project.</p>
 +
<h1 style="color: #6c5070"><center><br><br>Social opinion investigation</center></h1>
 +
<h2>● Description<br></h2>
 +
<br><p>
 +
        According to the iGEM regulations of the questionnaire, we aim at local people and foreigners at the different ages and with various income to do a census, building a survey which has rare reference data. The main purpose is to strengthen the connection between products and the society, which makes the research and development direction tend to solve the real problems and makes the commodity meet the consumer's’ need relatively.
 +
</p>
  
<style>
+
<br><p>
p{
+
        The questions are divided into three main parts. First, we look into people’s preference for aquatic products and then we look forward to understanding the reasons. With the substantial growth of aquaculture in the recent decades, are we able to make more contribution to the important section on our daily diet? The second part is to investigate the public opinions toward the organic vegetables and fruits—the questions include whether the ratio of eating vegetables on one’s diet and how much the certification can influence the consumer's’ purchase rate. The same with the growing global organic markets, do our system have the room to improve? The last category focuses on our topic, EDCs—we expect to learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.
width:1000px;
+
</p>
font-size:20px;
+
<img width="80%" src="https://static.igem.org/mediawiki/2017/2/2f/T--NTHU_Taiwan--Public_Engagement--The_homepage.png">
text-align: justify;
+
text-justify:inter-ideograph;
+
line-height: 30px;
+
}
+
</style>
+
<body>
+
<center>
+
  
 +
<p><center><font=2>
 +
[ Figure 1. ] The homepage of our Social Engagement form. We have collected more than 200 responses from Taiwan and about 50 responses from around the world.
 +
</font></center></p>
  
<h1>
+
<h2><br><br>● Results<br></h2>
Public Engagement
+
<br><p>
</h1>
+
      In Taiwan, we have retrieved feedback of 46% male and 56% female, the age distribution is 20 to 60 years old, and the southern region accounts for 54%, the central for 10.3% and the northern for 33.1%. For the part of the diet, 30% of people attempt to eat more vegetable in the future; on the contrary, only 0.6%, and the rest remains fixed; and there are at least 60% of people who would like to have a healthier diet extremely desire to change their diet habits. This part of survey supports our assumption of Taiwanese people’s tendency to a healthy diet. For the aspect of organic products, 45% of people would pay attention to the certification, which enhances about 50% to 80% of consumers’ faith in the agricultural products—proves that organic products can be a great deal of attraction to consumers. Although most people consider a lot about the price, there are still 45.7% willing to buy a more expensive organic commodity, which again confirms the truth of the products’ competitiveness. For the aspect of the environment, about 98% of respondents believe the rivers have been polluted, and over 80% of people anticipate that the water quality can be improved. It shows apparently that most people care about the water resources issues. As for EDCs, 46.3% of people, who take up the most ratio, merely heard of EDCs but have an unclear concept; however, 62.3% of people believe EDCs are around us and even 24.6% think they largely exist in our environment. Most importantly, more than 80% of people hope to see the improvement.
 +
</p>
  
<p>
+
<br><p>
In this year, our public engagement includes two main part, Social opinion investigation and iGEm Tech. The first part is practiced by investigation form and the second part is about science knowledge share. Other than conveying our idea toward public, we also received lots of responses from it, which help us to improve all aspects of our project.
+
        At last, for the aquatic products, we found that 61.1% of consumers like “wild” type and the following are the three main reasons: 51.5% think it’s more delicious, 43.4 consider it fresher, and 40.4% refer it as little-polluted. Also, 97% of them regard the cultivation as a bad process, since it contains more pollution and medicament. These people also think that water condition would influence on the products, but fortunately, if water quality is improved, they would enhance 50%-100% faith. On the other hand, the rest 37.7% of them prefer cultivation aquatic products for many reasons, like no heavy metals contamination, lower prices, convenient acquirement, and less reliance on our environment and so on. These messages are critical for us to strengthen the original advantages, and there are still more investigations to carry out. As for iGEM’s cooperation with foreign countries, including <a href="https://2017.igem.org/Team:WLC-Milwaukee">iGEM WLC</a></td>, <a href="https://2017.igem.org/Team:Greece">iGEM IISER Mohali</a></td>, <a href="https://2017.igem.org/Team:IISER-Mohali-INDIA">iGEM IISER Mohali</a></td> and <a href="https://2017.igem.org/Team:SECA_NZ">iGEM UoA</a></td>, they also provide dozens of survey samples which are from America, Europe, Southern Asia, Eastern Asia, and Oceania. An interesting fact is that the results of the investigation are really similar to Taiwan’s surveys; yet, to our surprise, 77.7% of people do not understand or even never heard of EDCs. The consequence is really astonishing, and it needs a further investigation (for the reasons.)
</p>
+
</p>
  
<h1>
+
<br><p>
Social opinion investigation
+
        All in all, in our core beliefs, a lot of unfounded information and unverified assumption are resolved, which is helpful to enhance the credibility of our project. On <a href="http://www.getfresh.org.tw/">GF Competition </a></td>and Workshop of Ministry of Economic Affairs which we attend, the market potentials are a pretty significant element. This investigation becomes not only the effective supports for our plan but also a guide to the future.
</h1>
+
  
<p>
+
</p>
<b>
+
<div id="pdf">
Description
+
<object data="https://static.igem.org/mediawiki/2017/c/cc/T--NTHU_Taiwan--Engagement--p2.pdf#toolbar=1&amp;navpanes=0&amp;scrollbar=1&amp;page=1&amp;view=FitH"
</b>
+
type="application/pdf"
</p>
+
width="100%"
 +
height="100%">
 +
</object>
 +
</div>
  
<p>
+
<p><center><font=2>
        According to the iGEM regulations of questionnaire, we aim at local people and foreigners at the different ages and with various income to do a census, building a survey which has rare reference data. The main purpose is to strengthen the connection between products and the society, which makes the research and development direction tend to solve the real problems as well as make the commodity relatively meet the consumer's’ need.
+
The international version of the questionnaire
</p>
+
</font=2></center></p>
  
<p>
+
<div id="pdf">
        The questions are divided into three main parts. First, we look into people’s preference for aquatic products and then we look forward to understanding the reasons. With the substantial growth of aquaculture in the recent decades, are we able to make more contribution to the important section on our daily diet? The second is to investigate the public opinions toward the organic vegetables and fruits—the questions include whether the ratio of eating vegetables on one’s diet and how much the certification can influence the consumer's’ purchase rate. The same with the growing global organic markets, do our system have the room to improve? The last category focuses on our topic, EDCs—we expect to learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.
+
<object data="https://static.igem.org/mediawiki/2017/c/c3/T--NTHU_Taiwan--Engagement--p1.pdf#toolbar=1&amp;navpanes=0&amp;scrollbar=1&amp;page=1&amp;view=FitH"
</p>
+
type="application/pdf"
 +
width="100%"
 +
height="100%">
 +
</object>
 +
</div>
 +
<p><center><font=2>
 +
The Taiwanese version of the questionnaire
 +
</font=2></center></p>
  
<p>
+
<b>
+
<h2><br><br>● Reflection<br></h2>
Results
+
<br><p>
</b>
+
        The questionnaire is a branch of knowledge—we consider it an easy thing until we have done it and found out there are a lot of tips in it. We received some suggestions and opinions; thus, we did some revision—including the collection of respondents’ background information, such as age, religion, income, and residence and so on. We realize that the importance of these data, especially for those listing-to-be products. Because the information could be the influential factors; that is, their choice would vary based on their own recent condition. For example, questions about the reference of meats are not suitable for the specific group of people. And when we ask about the preference of meats but half of tester are Muslim, it would make the results unable to be adopted for global statics.
</p>
+
</p>
  
<p>
+
        In Taiwan, we have retrieve 46% of male and 56% of female’s answer, the age of whom is evenly distributed at 20 to 60 years old, and the southern region accounts for 54%, the central for 10.3% and the northern for 33.1%. For the diet part, 30% of people attempt to eat more vegetable in the future; on the contrary, only 0.6% , and the rest remains fixed; and there are at least 60% of people who would like to have a healthier diet extremely desire to change their diet habits. This part of survey supports our assumption of Taiwanese people’s tendency to healthy diet. For the organic products aspect, 45% of people would pay attention to the certification, which enhances about 50% to 80% of consumers’ faith in the agricultural products—proves that organic products can be a great deal of attraction to consumers. Although most people consider a lot about the price, there are still 45.7% willing to buy a more expensive organic commodity, which again confirms the truth of the products’ competitiveness. For the environment aspect, about 98% of respondents believe the rivers have been polluted, and over 80% of people anticipate that the water quality can be improved. It shows apparently most people care about the water resources issues. As for the EDCs, 46.3% of people, who take up the most ratio, merely heard of EDCs but have an unclear concept; however, 62.3% of people believe EDCs are around us and even 24.6% think they largely exist in our environment. Most importantly, more than 80% of people hope to see the improvement.
+
</p>
+
  
<p>
+
        At last, for the aquatic products, we found that 61.1% of consumers like “wild” type and the following are the three main reasons: 51.5% think it’s more delicious, 43.4 consider it fresher, and 40.4% refer it as little-polluted. Also, 97% of them regard the cultivation as a bad process, for it contains more pollution and medicament.  Although these people also think that water condition would influence on the products, fortunately, if water quality is improved, they would enhance 50%-100% faith. On the other hand, the rest 37.7 prefer cultivation aquatic products for many reasons, like no heavy metals contamination, lower price, convenient acquirement, and less reliance to our environment and so on. These messages are critical for us to strengthen the original advantages, and there are still more investigations to carry out. As for iGEM’s cooperation with foreign countries, including iGEM WLC, iGEM Greece, iGEM IISER Mohali and iGEM UoA, they also provide dozens of survey samples—they are from America, Europe, Southern Asia, Eastern Asia, and Oceania. An interesting fact is that the results of the investigation are really similar to Taiwan’s surveys; yet, to our surprise, 77.7% of people do not understand or even never heard of. The consequence is really astonishing, and it needs a further investigation (for the reasons.)
+
</p>
+
  
<p>
+
<p>
        All in all, in our core beliefs, a lot of unfounded information and unverified assumption are resolved, which is helpful to enhance the eloquence of our project. On GF Competition and Workshop of Ministry of Economic Affairs which we attend, the market potentials are a pretty significant element, and we believe that showing Human Practice is also similarly important as we need to propose what we have done to the society in the future. This investigation becomes not only the effective supports for our plan but also a guide to the future.
+
      <br><br>Another challenge is the respondents' psychological condition. A part of them attempts to guess the purpose of the investigation. Learning the purpose is not a bad thing, but sometimes it could influence the justice of the answers. For example, they might tend to choose the more beneficial answer to encourage this project—this is one of the phenomena we observed from some of the respondents’ opinions. This type of consequence takes no advantage of collecting the concise and symbolic data. On the other hand, a few of people felt anxious and got lost because of not knowing the purpose. For these people, even though realizing the intention of the questionnaire won’t change their answers when their imagination toward this questionnaire is contradicted to what they have seen, they tend not to answer, which is also bad for information collection. Therefore, how to successfully design a questionnaire with respondents’ real actions and thoughts requires detailed thinking and design.
</p>
+
</p>
  
<p>
 
<b>
 
Reflection
 
</b>
 
</p>
 
  
<p>
+
<br><p>
        The questionnaire is a branch of knowledge—we consider it an easy thing until we have done it and found out there are a lot of tips in it. We received some suggestions and opinions; thus, we did some revision—including the collection of respondents’ background information, such as age, religion, income, and residence and so on. We realize that the importance of these data, especially for those listing-to-be products. Because the information could be the influential factors; that is, their choice would vary based on their own recent condition. For example, questions about the reference of meats are not suitable for the specific group of people. For example, when we ask about the preference of meats but half of tester are Muslim, it would make the results unable to be adopted for global statics.  
+
        Last, the logic of questionnaire. It involves the problems of easy-replying degree, distractor possibility, and fluency and so on. The designers often put those answers with their own anticipation in the options, and we are no exception. These options are easy to interfere the subject's judgment. For instance, the respondents sometimes only accept the half meaning of an option, but they have hesitation whether they want to choose it or not; another case is that the range of options are not that broad so that they are forced to choose “other, “but their description varies a lot, which is excessively unfavorable to data integration. Besides, the options’ setting also requires efforts. For answering the “level” questions, using numbers as data is more intuitive and easier to answer; yet, this kind of statics shows lower credibility because of everyone’s divergent definition of the same level. But designing a survey which replaces "degree option" with “descriptive options” also posts a big problem to make it completely symmetrical. For example, it takes a lot of consideration for a tester to answer “frequency” questions with the percentage. Although the logic is closely associated with the structure, we usually discovered the omissions in the very late moment, resulting in the whole survey needed to be revised. Above all is what we have learned from the experience of designing this questionnaire.
</p>
+
</p>
 
+
<p>
+
<img width="80%" src="https://static.igem.org/mediawiki/2017/2/2f/T--NTHU_Taiwan--Public_Engagement--The_homepage.png">
+
</p>
+
  
 +
<h1 style="color: #6c5070"><center><br>iGEM Tech.</center></h1>
 +
<p>To spread the professional knowledge in our project, we post a series of EDCs background information and related technique on our Facebook Fans Page. iGEM is a highly professional competition which contains a lot of expertise. While people may confuse such proper noun and technique principle in the mechanisms, we tried to give a brief look in those subjects and make it easier to understand. The article also combined with related latest news and make it closer to life. The series includes 12 topics, Green Fluorescent Protein, nonylphenol, bisphenol A, enzyme-linked immunosorbent assay(ELISA), agricultural irrigation channels, river pollutions, <I>E. coli</I>, gene cloning, polymerase chain reaction(PCR), bioreactor, biological sensor, and wastewater planet treatment. According to the record, 500 people in average had read our article, and the effect is significant. Moreover, several people have discussed the detail with us and we both benefit a lot!</p>
 +
<div id="pdf">
 +
<object data="https://static.igem.org/mediawiki/2017/6/6b/T--NTHU_Taiwan--Engagement--p3.pdf#toolbar=1&amp;navpanes=0&amp;scrollbar=1&amp;page=1&amp;view=FitH"
 +
type="application/pdf"
 +
width="100%"
 +
height="100%">
 +
</object>
 +
</div>
 
<p><center><font=2>
 
<p><center><font=2>
[ Figure 1. ] The homepage of our Social Engagement form. We have collected more than 200 responses from Taiwan and about 50 responses from around the world.
+
The iGEM tech. series in our fans page.
</font></center></p>
+
</p>
  
<p>
+
</div>
Form link 1 ( for Taiwan ) : https://goo.gl/forms/5biwu8O7yECrrpoq2
+
<br>
+
Form link 2 ( international version ) : https://goo.gl/forms/0zJhx95sPZyT5pgk1
+
</p>
+
 
+
<p>
+
      For another challenge is that the respondent's psychological condition. A part of them attempt to guess the purpose of the investigation. Learning the purpose is not a bad thing, but sometimes it could influence the justice of the answers. For example, for encouraging this project, they might tend to choose the answer more beneficial—this is one of the phenomena we observed from some of the respondents’ opinions. This type of consequence takes no advantage of collecting the concise and symbolic data. On the other hand, a few of people felt anxious and got lost because of not knowing the purpose; for these people, even though realizing the intention of the questionnaire won’t change their answers, nonetheless, when their imagination toward this questionnaire is contradict to what they have seen, they tend not to answer, which is also bad for information collection. Therefore, how to successfully design a questionnaire with respondents’ real actions and thoughts requires detailed thinking and design.
+
</p>
+
 
+
 
+
<p>
+
        Last, the logic of questionnaire. It involves the problems of easy-replying degree, distractor possibility, and fluency and so on. The designers often put those answers with their own anticipation in the options, and we are no exception. These options are easy to interfere the subject's judgment. For instance, the respondents sometimes only accept the half meaning of an option, but they have hesitation whether they want to choose it or not; another case is that the range of options are not that broad so that they are forced to choose “other, “but their description varies a lot, which is excessively unfavorable to data integration. Besides, about the options’ setting is also required efforts. About answering the “level” questions, use numbers as data is more intuitive and easy to answer; yet, this kind of statics shows lower credibility because of everyone’s divergent definition of the same level, but to design a survey which replace "degree option" with “descriptive options” also post a big problem to make it completely symmetrical.  For example, it takes a lot of consideration for a tester to answer “frequency” questions with the percentage. Although the logic is closely associated with the structure, we usually discovered the omissions in the very late moment, resulting in the whole survey needed to be revised. Above all is what we have learned from the experience of designing this questionnaire.
+
</p>
+
 
+
<h1>
+
iGEM Tech.
+
</h1>
+
 
+
<p>
+
        To spread the professional knowledge in our project, we post a series of EDCs background information and related technique on our Facebook Fans Page. iGEM is a highly professional competition which contain a lot of expertise. While people may confuse such proper noun and technique principle in the mechanisms, we tried to give a brief look in those subjects and make it easier to understand. The article also combined with related latest news and make it closer to life. The series include 12 topics, Green Fluorescent Protein, nonylphenol, bisphenol A, enzyme-linked immunosorbent assay(ELISA), agricultural irrigation channels, river pollutions, E.coli, gene cloning, polymerase chain reaction(PCR), bioreactor, biological sensor, and waste water planet treatment. According to the record, 500 people in average had read our article, and the effect is significant. Moreover, several people had discussed the detail with us and we both benefit a lot!
+
</p>
+
 
+
</center>
+
</body>
+
+
+
 
</div>
 
</div>
 
<script type="Text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
 
 
<script>
 
 
// This is the jquery part of your template. 
 
// Try not modify any of this code too much since it makes your menu work.
 
 
$(document).ready(function() {
 
 
$("#HQ_page").attr('id','');
 
 
// call the functions that control the menu
 
menu_functionality();
 
hide_show_menu();
 
 
 
 
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
 
function menu_functionality() {
 
 
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
 
$(".menu_button").click(function(){
 
 
// add or remove the class "open" , this class holds the "-"
 
$(this).children().toggleClass("open");
 
// show or hide the submenu
 
$(this).next('.submenu_wrapper').fadeToggle(400);
 
});
 
 
// when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
 
$("#display_menu_control").click(function(){
 
$('#menu_content').fadeToggle(400);
 
});
 
 
// call the current page highlight function
 
highlight_current_page();
 
}
 
 
 
// call the highlight current page function to show it on the menu with a different background color
 
function highlight_current_page() {
 
 
// select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
 
$("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
 
 
// now that the current_page class has been added to a menu item, make the submenu fade in
 
$(".current_page").parents(".submenu_wrapper").fadeIn(400);
 
// change the +/- symbol of the corresponding menu button
 
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
 
 
}
 
 
 
 
// allow button on the black menu bar to show/hide the side menu
 
function hide_show_menu() {
 
 
// in case you preview mode is selected, the menu is hidden for better visibility
 
if (window.location.href.indexOf("submit") >= 0) {
 
$(".igem_2017_menu_wrapper").hide();
 
}
 
 
// if the black menu bar has been loaded
 
  if (document.getElementById('bars_item')) {
 
 
// when the "bars_item" has been clicked
 
$("#bars_item").click(function() {
 
$("#sideMenu").hide();
 
 
// show/hide the menu wrapper
 
$(".igem_2017_menu_wrapper").fadeToggle("100");
 
});
 
  }
 
 
// because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
 
else {
 
    setTimeout(hide_show_menu, 15);
 
}
 
}
 
 
 
});
 
 
 
</script>
 
  
 
</html>
 
</html>

Latest revision as of 16:13, 1 November 2017

Engagement


Public Engagement

This year, our public engagement includes two main part, Social opinion investigation, and iGEM Tech. The first part is practiced by investigation form and the second part is about science knowledge share. Other than conveying our idea toward the public, we also received lots of responses from it, which help us to improve all aspects of our project.



Social opinion investigation

● Description


According to the iGEM regulations of the questionnaire, we aim at local people and foreigners at the different ages and with various income to do a census, building a survey which has rare reference data. The main purpose is to strengthen the connection between products and the society, which makes the research and development direction tend to solve the real problems and makes the commodity meet the consumer's’ need relatively.


The questions are divided into three main parts. First, we look into people’s preference for aquatic products and then we look forward to understanding the reasons. With the substantial growth of aquaculture in the recent decades, are we able to make more contribution to the important section on our daily diet? The second part is to investigate the public opinions toward the organic vegetables and fruits—the questions include whether the ratio of eating vegetables on one’s diet and how much the certification can influence the consumer's’ purchase rate. The same with the growing global organic markets, do our system have the room to improve? The last category focuses on our topic, EDCs—we expect to learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.

[ Figure 1. ] The homepage of our Social Engagement form. We have collected more than 200 responses from Taiwan and about 50 responses from around the world.



● Results


In Taiwan, we have retrieved feedback of 46% male and 56% female, the age distribution is 20 to 60 years old, and the southern region accounts for 54%, the central for 10.3% and the northern for 33.1%. For the part of the diet, 30% of people attempt to eat more vegetable in the future; on the contrary, only 0.6%, and the rest remains fixed; and there are at least 60% of people who would like to have a healthier diet extremely desire to change their diet habits. This part of survey supports our assumption of Taiwanese people’s tendency to a healthy diet. For the aspect of organic products, 45% of people would pay attention to the certification, which enhances about 50% to 80% of consumers’ faith in the agricultural products—proves that organic products can be a great deal of attraction to consumers. Although most people consider a lot about the price, there are still 45.7% willing to buy a more expensive organic commodity, which again confirms the truth of the products’ competitiveness. For the aspect of the environment, about 98% of respondents believe the rivers have been polluted, and over 80% of people anticipate that the water quality can be improved. It shows apparently that most people care about the water resources issues. As for EDCs, 46.3% of people, who take up the most ratio, merely heard of EDCs but have an unclear concept; however, 62.3% of people believe EDCs are around us and even 24.6% think they largely exist in our environment. Most importantly, more than 80% of people hope to see the improvement.


At last, for the aquatic products, we found that 61.1% of consumers like “wild” type and the following are the three main reasons: 51.5% think it’s more delicious, 43.4 consider it fresher, and 40.4% refer it as little-polluted. Also, 97% of them regard the cultivation as a bad process, since it contains more pollution and medicament. These people also think that water condition would influence on the products, but fortunately, if water quality is improved, they would enhance 50%-100% faith. On the other hand, the rest 37.7% of them prefer cultivation aquatic products for many reasons, like no heavy metals contamination, lower prices, convenient acquirement, and less reliance on our environment and so on. These messages are critical for us to strengthen the original advantages, and there are still more investigations to carry out. As for iGEM’s cooperation with foreign countries, including iGEM WLC, iGEM IISER Mohali, iGEM IISER Mohali and iGEM UoA, they also provide dozens of survey samples which are from America, Europe, Southern Asia, Eastern Asia, and Oceania. An interesting fact is that the results of the investigation are really similar to Taiwan’s surveys; yet, to our surprise, 77.7% of people do not understand or even never heard of EDCs. The consequence is really astonishing, and it needs a further investigation (for the reasons.)


All in all, in our core beliefs, a lot of unfounded information and unverified assumption are resolved, which is helpful to enhance the credibility of our project. On GF Competition and Workshop of Ministry of Economic Affairs which we attend, the market potentials are a pretty significant element. This investigation becomes not only the effective supports for our plan but also a guide to the future.

The international version of the questionnaire

The Taiwanese version of the questionnaire



● Reflection


The questionnaire is a branch of knowledge—we consider it an easy thing until we have done it and found out there are a lot of tips in it. We received some suggestions and opinions; thus, we did some revision—including the collection of respondents’ background information, such as age, religion, income, and residence and so on. We realize that the importance of these data, especially for those listing-to-be products. Because the information could be the influential factors; that is, their choice would vary based on their own recent condition. For example, questions about the reference of meats are not suitable for the specific group of people. And when we ask about the preference of meats but half of tester are Muslim, it would make the results unable to be adopted for global statics.



Another challenge is the respondents' psychological condition. A part of them attempts to guess the purpose of the investigation. Learning the purpose is not a bad thing, but sometimes it could influence the justice of the answers. For example, they might tend to choose the more beneficial answer to encourage this project—this is one of the phenomena we observed from some of the respondents’ opinions. This type of consequence takes no advantage of collecting the concise and symbolic data. On the other hand, a few of people felt anxious and got lost because of not knowing the purpose. For these people, even though realizing the intention of the questionnaire won’t change their answers when their imagination toward this questionnaire is contradicted to what they have seen, they tend not to answer, which is also bad for information collection. Therefore, how to successfully design a questionnaire with respondents’ real actions and thoughts requires detailed thinking and design.


Last, the logic of questionnaire. It involves the problems of easy-replying degree, distractor possibility, and fluency and so on. The designers often put those answers with their own anticipation in the options, and we are no exception. These options are easy to interfere the subject's judgment. For instance, the respondents sometimes only accept the half meaning of an option, but they have hesitation whether they want to choose it or not; another case is that the range of options are not that broad so that they are forced to choose “other, “but their description varies a lot, which is excessively unfavorable to data integration. Besides, the options’ setting also requires efforts. For answering the “level” questions, using numbers as data is more intuitive and easier to answer; yet, this kind of statics shows lower credibility because of everyone’s divergent definition of the same level. But designing a survey which replaces "degree option" with “descriptive options” also posts a big problem to make it completely symmetrical. For example, it takes a lot of consideration for a tester to answer “frequency” questions with the percentage. Although the logic is closely associated with the structure, we usually discovered the omissions in the very late moment, resulting in the whole survey needed to be revised. Above all is what we have learned from the experience of designing this questionnaire.


iGEM Tech.

To spread the professional knowledge in our project, we post a series of EDCs background information and related technique on our Facebook Fans Page. iGEM is a highly professional competition which contains a lot of expertise. While people may confuse such proper noun and technique principle in the mechanisms, we tried to give a brief look in those subjects and make it easier to understand. The article also combined with related latest news and make it closer to life. The series includes 12 topics, Green Fluorescent Protein, nonylphenol, bisphenol A, enzyme-linked immunosorbent assay(ELISA), agricultural irrigation channels, river pollutions, E. coli, gene cloning, polymerase chain reaction(PCR), bioreactor, biological sensor, and wastewater planet treatment. According to the record, 500 people in average had read our article, and the effect is significant. Moreover, several people have discussed the detail with us and we both benefit a lot!

The iGEM tech. series in our fans page.