Difference between revisions of "Team:NTHU Taiwan/HP/Silver"

 
(55 intermediate revisions by 4 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{
 +
font-family: Helvetica;
 +
color: #2C2C2C;
 +
font-size: 1.4em;
 +
line-height: 1.3em;
 +
padding: 0px 0px;
 +
text-align: justify;
 +
text-justify:inter-ideograph;
 +
}
 +
 
 +
.igem_2017_content_wrapper .content img{
 +
margin: auto;
 
display: block;
 
display: block;
border: solid 2px #2c2c2c;
+
float: center;
 +
padding: 20px 0px 30px 0px;
 
}
 
}
  
/***************************************************** RESPONSIVE STYLING ****************************************************/
+
.column .full_size {
 +
width: 100%;
 +
padding-top: 50px;
 +
}
  
/* IF THE SCREEN IS LESS THAN 1200PX */
+
/* class for a half width column */
@media only screen and (max-width: 1200px) {
+
.column .half_size {
 +
width: 50%;
 +
float: left;
 +
}
  
#content {width:100%; }
+
#pdf {
.igem_2017_menu_wrapper {width:100%; right:0;}
+
width: 950px;
.highlight {padding:10px 0px;}
+
height: 1200px;
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
margin: 2em auto;
#menu_content { display:block;}
+
padding-top: 20px;
.menu_button.direct_to_page {padding-left: 17px;}
+
+
 
}
 
}
  
/* IF THE SCREEN IS LESS THAN 800PX */
+
#pdf object {
@media only screen and (max-width: 800px) {
+
display: block;
 
+
border: solid 2px #2c2c2c;
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
.column.half_size  {width:100%; }
+
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
.highlight {padding:15px 5px;}
+
.igem_2017_menu_wrapper #display_menu_control { display:block; }
+
#menu_content { display:none;}
+
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
.menu_bottom_padding {display:none;}
+
.menu_button.direct_to_page { padding-left: 36px; }
+
 
}
 
}
 
 
</style>
 
</style>
  
Line 194: Line 101:
 
</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="https://2017.igem.org/Team:NTHU_Taiwan/Criteria">
 
<div  id="Criteria_page">
 
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>
 
  
  
 
<!-- 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">
 
 
<div style="text-align: center">
 
<div style="text-align: center">
<h1 style="color:#DF6A6A">HP Sliver
+
<h1 style="color:#DF6A6A">Silver HP
 
 
 
</h1>
 
</h1>
 
<hr width="20%" />
 
<hr width="20%" />
 
</div>
 
</div>
 +
<div class="content">
 +
<center><h1 style="color: #6c5070">Core Idea of Human Practice</h1></center>
  
<style>
 
p{
 
width:1000px;
 
font-size:20px;
 
text-align: justify;
 
text-justify:inter-ideograph;
 
line-height: 30px;
 
}
 
</style>
 
<body>
 
<center>
 
<br>
 
  
 +
<p>
 +
  "Human Practices is the study of how your work affects the world, and how the world affects your work." — Peter Carr, Director of Judging.
 +
</p>
  
 +
<p>
 +
According to the definition of Human Practice from iGEM, each team should interact with the whole society, to figure out what the world lacks and to dedicate our ability to the needs. In our team, the cares of the environment and human health are the ultimate goals. The crisis triggered by Endocrine Disrupting Chemicals (EDCs) has not only been forgotten gradually by us after the Vietnam War since the contaminated regions are narrowed in certain places, few and few people pay attention to these dangerous chemicals.
 +
</p>
 +
<br>
  
<h1>
 
Core Idea of Human Practice
 
</h1>
 
  
<p><font=4>
+
<h2>Illegal Factories</h2>
  "Human Practices is the study of how your work affects the world, and how the world affects your work." — Peter Carr, Director of Judging.
+
</p>
+
  
<p><font=4>
 
  According to the definition of Human Practice from iGEM, each team should interact with the whole society, to figure out what the world lacks and to dedicate our ability to the needs. In our team, the cares of environment and human health are the ultimate goals. The crisis triggered by Endocrine Disrupting Chemicals (EDCs) has not only been forgotten gradually by us after the Vietnam War since the contaminated regions are narrowed in certain places, few and few people pay attention to these dangerous chemicals.
 
</p>
 
<br>
 
<p><font=4>
 
<b>Illegal Factories</b>
 
</font></p>
 
  
 +
<p>
 +
Knowing nothing about Endocrine Disrupting Chemicals (EDCs) perhaps is not the most dangerous thing for everyone; however, when the producers cunningly utilize this ignorance and gradually violate the laws and our right, it could be dreadful. Step by step, things will become irretrievable.
 +
</p>
  
<p><font=4>
+
<p>
Knowing nothing about Endocrine Disrupting Chemicals (EDCs) perhaps is not the most dangerous thing for everyone; however, when the producers cunningly utilize this ignorance and gradually violate the laws and our right, it could be dreadful. Step by step, things will become irretrievable.  
+
<img width="100%" src="https://static.igem.org/mediawiki/2017/1/17/T--NTHU_Taiwan--HP--1-1.png">
</p>
+
</p>
  
<p><center>
+
<p><center><font=2>
<img width="80%" src="https://static.igem.org/mediawiki/2017/1/17/T--NTHU_Taiwan--HP--1-1.png">
+
[ Figure. 1 ] The aerial views of Taichung urban area. Numerous illegal factories (signed by red color) erected among the agriculture or aquaculture assigned area. Can we feel more confident about our environment or our food?
</p>
+
</font></center><p><br>
  
<p><center><font=2>
+
<p>
[ Figure. 1 ] The aerial views of Taichung urban area. Numerous illegal factories (signed by red color) erected among the agriculture or aquaculture assigned area. Can we feel more confident about our environment or our food?
+
According to the data from Council of Agriculture of Executive Yuan, we have found out that there are many illegally factories established outside the industrial zones; most of them are set in the agricultural area where is not under governmental control. The illegitimate planets are usually the sources of various pollutants — heavy metals, the organic solvent, EDCs, and thermal pollution, etc. These situations result from the high price of agricultural lands, and it turned out that the peasants need to sell their lands for the living or transfer them to light industry. EDCs are just generated by this type of light industry and primary industry, like textile industry, paper manufacture, pesticides manufacture, plastic industry, chemical engineering (detergent, surface active agent production, emulsifier, modifier), and lacquer industry, etc.
<center></font></p>
+
</p>
<br>
+
<br>
<p><font=4>
+
According to the data from Council of Agriculture of Executive Yuan, we have found out that there are many illegally factories established outside the industrial zones; most of them are set in the agricultural area where is not under governmental control. The illegitimate planets are usually the sources of various pollutants — heavy metals, the organic solvent, EDCs, and thermal pollution, etc. These situations result from the high price of agricultural lands, and it turned out that the peasants need to sell their lands for the living or transfer them to light industry. EDCs are just generated by this type of light industry and primary industry, like textile industry, paper manufacture, pesticides manufacture, plastic industry, chemical engineering (detergent, surface active agent production, emulsifier, modifier), and lacquer industry, etc.
+
</p>
+
<br>
+
  
<p><font=4>
+
<h2>
<b>
+
Potential targets
Potential targets
+
</h2>
</b>
+
</p>
+
  
<p><font=4>
+
<p>
In our Human Practice, eliminating the potential pollution sources of EDCs seems to be impossible because there are countless cases need to be handled. All we can do is to ensure that our rivers and ditches are monitored all the time by governmental inspection. Based on these points, organic agriculture and exquisite aquaculture should be our ultimate goals to serve for and strive hard for.
+
In our Human Practice, eliminating the potential pollution sources of EDCs seems to be impossible because there are countless cases need to be handled. All we can do is to ensure that our rivers and ditches are monitored all the time by governmental inspection. Based on these points, organic agriculture and exquisite aquaculture should be our ultimate goals to serve for and strive hard for.
</p>
+
</p>
  
<p><center>
+
<p>
<img width="80%" src="https://static.igem.org/mediawiki/2017/b/b1/T--NTHU_Taiwan--HP--2.png">
+
<img width="60%" src="https://static.igem.org/mediawiki/2017/b/b1/T--NTHU_Taiwan--HP--2.png">
</p>
+
</p>
  
<p><font=2><center>
+
<p><font=2><center>
[ Figure. 2 ] The <a href="https://map.coa.gov.tw/farmland/survey.html">search platform</a></td>from the <a href="https://eng.coa.gov.tw/">Council of Agriculture, Executive Yuan</a></td>.
+
[ Figure. 2 ]  
</p>
+
<a href="https://map.coa.gov.tw/farmland/survey.html">Searching Platform of Council of Agriculture, Executive Yuan</a></td>.
<br>
+
</center></font><p><br>
<p><font=4><b>Organic Agriculture</b></p>
+
  
<p><font=4>
+
<h2>Organic Agriculture</h2>
Take the application to organic agriculture for example, it requires several field investigations for applying the organic certification. So far, we only focus on the design of EDCs detector, but with our current structure of Internet of Things (IoT) and smartphone APP, it is not difficult to integrate other detectors in the future. At present, we are also discussing with iGEM WLC about how to combine their test strips of Escherichia coli with our system. Then, back to the farmers, the main problems they generally encounter are the expensive application fee for certificates, the arduous accreditation process, remnant pollution in the midstream and downstream, the lack of post-tracking and so on. If we can use our instrument in the future, accomplishing the goal of detection. then it would not only largely reduces the cost but also saves a lot of time, and even executes a long-term real-time examination. For the government, the powerful examination system can help trace the pollutants based on the concentration gradient and find out the illegal factories. Moreover, it can also be used to discover potential farmlands for organic agriculture in order to elevate the land value. Under the fast-growing trend of the organic agriculture in the world, we believe that we can become a pioneer to accelerate its growth, to promote the competitiveness and to make more contribution to human’s health and environmental protection.
+
</p>
+
  
<p><center>
+
<p>
<img width="80%" src="https://static.igem.org/mediawiki/2017/c/cd/T--NTHU_Taiwan--HP--3.png">
+
Take the application to organic agriculture, for example, it requires several field investigations for applying the organic certification. So far, we only focus on the design of EDCs detector, but with our current structure of Internet of Things (IoT) and smartphone APP, it is not difficult to integrate other detectors in the future. At present, we are also discussing with iGEM WLC about how to combine their test strips of Escherichia coli with our system. Then, back to the farmers, the main problems they generally encounter are the expensive application fee for certificates, the arduous accreditation process, remnant pollution in the midstream and downstream, the lack of post-tracking and so on. If we can use our instrument in the future, accomplishing the goal of detection, then it would not only largely reduces the cost but also saves a lot of time, and even executes a long-term real-time examination. For the government, the powerful examination system can help trace the pollutants based on the concentration gradient and find out the illegal factories. Moreover, it can also be used to discover potential farmlands for organic agriculture in order to elevate the land value. Under the fast-growing trend of the organic agriculture in the world, we believe that we can become a pioneer to accelerate its growth, to promote the competitiveness and to make more contribution to human’s health and environmental protection.
</p>
+
</p>
  
<p><font=2><center>
+
<p>
[ Figure. 3 ] Shulin District of New Taipei City. This area is full of tangerine farms with lots of illegal textile factories aside (signed by red color). Textile industry uses Nonyl Phenol as the emulsifier, which is the main EDC target we are dealing with. These factories could post a substantial threats on the farm and orchard.
+
<img width="100%" src="https://static.igem.org/mediawiki/2017/c/cd/T--NTHU_Taiwan--HP--3.png">
</p>
+
</p>
  
<p><center>
+
<p><font=2><center>
<img width="70%" src="https://static.igem.org/mediawiki/2017/1/14/圖片_21.png">
+
[ Figure. 3 ] Shulin District of New Taipei City. This area is full of tangerine farms with lots of illegal textile factories aside (signed by red color). The textile industry uses Nonyl Phenol as the emulsifier, which is the main EDC target we are dealing with. These factories could post substantial threats on the farm and orchard.
</p>
+
</center></font><p><br>
  
 +
<p>
 +
<img width="90%" src="https://static.igem.org/mediawiki/2017/1/14/圖片_21.png">
 +
</p>
  
 +
<p><font=2><center>
 +
        [ Figure. 4 ] The world retail sales of organic products In 2015. There is 75 million Euro market of organic products around the world, where the USA is the most potential area.
 +
</center></font><p><br>
  
<p><center>
+
<p>
<img width="70%" src="https://static.igem.org/mediawiki/2017/archive/2/20/20171031124708%21螢幕快照_2017-10-31_下午7.55.56.png">
+
<img width="90%" src="https://static.igem.org/mediawiki/2017/1/17/圖片_31m.png">
</p>
+
</p>
  
 +
<p><font=2><center>
 +
[ Figure. 5 ] The bar chart of the organic farm area growth in different continents from 2005 to 2012. As the chart has shown, the Oceania continent owns the largest area of organic agriculture all the time, and the Northern America however, has the smallest organic agricultural area. One thing that worth to notice, even Northern America has the smallest area, their market is the largest one though.
 +
</center></font><p><br>
  
  
 +
<p>
 +
<img width="50%" src="https://static.igem.org/mediawiki/2017/archive/2/20/20171031124708%21螢幕快照_2017-10-31_下午7.55.56.png">
 +
<p>
  
<br>
+
<p><font=2><center>
<p><font=4>
+
[ Figure. 6 ] The growth rate of organic farm area in Taiwan. During the past 10 years, the area of organic farm have climbed up to 5847 hectares which is 5 times a decades ago.(source : cast net ROC)
<b>
+
</center></font><p><br>
Quality Aquaculture
+
</b>
+
</p>
+
  
<p><font=4>
 
The production of global aquaculture has risen annually owing to the exhaustion of marine resources and the population exploration, nevertheless, the food quality didn’t derive deserved care and been improved enough. Take Taiwan for example, the water for aquaculture is always drawn from groundwater, but the groundwater is highly risky to be polluted by the nearby illegal factories and the fishermen do not have effective tools to prevent it. In addition, Fisherman usually keeps fish in high density for cost down, which results in the serious sanitary problem. Moreover, a large amount of antibiotic and hormone blended in mash are widely used to keep survival rate. In the end, the wastewater will be discharged without sewage disposal. What’s worse, it contaminates the source and nature through the water cycle. If the fishermen could try our system for monitor and bring the information to the public, the customers can purchase at ease. It promotes not only the added value of aquaculture but also human’s welfare and environmental protection. Our ultimate purpose is to increase people’s faith in aquaculture and decrease the reliance of wild aquatic products at the same time.
 
</p>
 
  
<p><font=4>
+
<h2>
For these goals, we have visited several institutions, experts, and potential users, looking for the real condition. In addition, we make a piece of the questionnaire to investigate the people’s opinion and hope to perfect our plan. The good news is that what we have presumed before is likely to be true - our project is right for our society!!! It’s a great deal of encouragement for us. In conclusion, what we want to do now is try our best to accomplish this project, hoping that it will continuously influence our world forever.
+
Quality Aquaculture
</p>
+
</h2>
  
<p><center>
+
<p>
<img width="80%" src="https://static.igem.org/mediawiki/2017/a/a6/T--NTHU_Taiwan--HP--4.png">
+
The production of global aquaculture has risen annually owing to the exhaustion of marine resources and the population exploration, nevertheless, the food quality didn’t derive deserved care and been improved enough. Take Taiwan for example, the water for aquaculture is always drawn from groundwater, but the groundwater is highly risky to be polluted by the nearby illegal factories and the fishermen do not have effective tools to prevent it. In addition, Fisherman usually keeps fish in high density for cost down, which results in the serious sanitary problem. Moreover, a large amount of antibiotic and hormone blended in mash are widely used to keep survival rate. In the end, the wastewater will be discharged without sewage disposal. What’s worse, it contaminates the source and nature through the water cycle. If the fishermen could try our system for monitor and bring the information to the public, the customers can purchase at ease. It promotes not only the added value of aquaculture but also human’s welfare and environmental protection. Our ultimate purpose is to increase people’s faith in aquaculture and decrease the reliance of wild aquatic products at the same time.
</p>
+
</p>
  
 +
<p>
 +
For these goals, we have visited several institutions, experts, and potential users, looking for the real condition. In addition, we make a piece of the questionnaire to investigate the people’s opinion and hope to perfect our plan. The good news is that what we have presumed before is likely to be true - our project is right for our society!!! It’s a great deal of encouragement for us. In conclusion, what we want to do now is try our best to accomplish this project, hoping that it will continuously influence our world forever.
 +
</p>
  
 +
<p>
 +
<img width="100%" src="https://static.igem.org/mediawiki/2017/a/a6/T--NTHU_Taiwan--HP--4.png">
 +
</p>
  
<p><font=2><center>
 
[ Figure. 4 ] The aerial views of Yunlin coastline area. Blue area are aqua fields; light red one are illegal factories and on the left hand side are the Sixth naphtha Cracking Plant of Formosa Plastics Group. According to a trustable statistic data shown these years, the residents living there are under the threat of rising rate of the cancer population though the exact causes are not sure.
 
</p>
 
<br>
 
  
  
<p><center>
+
<p><font=2><center>
<img width="70%" src="https://static.igem.org/mediawiki/2017/archive/2/20/20171031124745%21螢幕快照_2017-10-31_下午7.55.56.png">
+
[ Figure. 7 ] The aerial views of Yunlin coastline area. Blue area is aqua fields; light red one is illegal factories and on the left-hand side are the Sixth naphtha Cracking Plant of Formosa Plastics Group. According to a trustable statistic data shown these years, the residents living there are under the threat of rising rate of the cancer population though the exact causes are not sure.  
</p>
+
</center></font><p><br>
  
<p><center>
 
<img width="70%" src="https://static.igem.org/mediawiki/2017/2/20/螢幕快照_2017-10-31_下午7.55.56.png">
 
</p>
 
  
<h1><center><font=4>
+
<p>
Human Practice
+
<img width="90%" src="https://static.igem.org/mediawiki/2017/f/fb/圖片_812.png">
</h1>
+
</p>
  
<p><font=4>
 
<b>1. Visit expert</b>
 
</p>
 
  
<p><font=4>
+
<p><font=2><center>
(1) Institute of Environmental Engineering, National Chiao Tung University
+
[ Figure. 8 ] World fishery industry during the past 15 years. As we can see, the demand for maricultural and inland aqua-cultural product both grew up in the past. Also, we can see a sharp upward trend on the aqua-cultural one which cannot be ignored.
<br>
+
</center></font><p><br>
-wastewater treatment perceptions
+
<br>
+
-review our project
+
<br>
+
-provide professional suggestion
+
</p>
+
  
<p><font=4>
 
(2) Department of Bioengineering, University of Pittsburgh
 
<br>
 
-invite Assistant Professor Warren C. Ruder, PITT, Professor Wen-Liang Chen, NCTU and Professor Chao-Min Cheng, NTHU, to review our project
 
<br>
 
-share our project with “NCTU iGEM” mutually
 
</p>
 
  
<p><font=4>
+
<p>
<b>2. Institution meetup</b>
+
<img width="90%" src="https://static.igem.org/mediawiki/2017/7/75/圖片_41m.png">
</p>
+
</p>
  
<p><font=4>
+
<p><font=2><center>
The Wastewater treatment plant of Science Park
+
[ Figure. 9 ] The bar chart of fish consumption by humanity. This chart tells us the aqua-cultural fish consumed by humanity is rising rapidly year by year, which also means that the impact of this food type will gradually dominant human health worldwide.(source : F.A.O. USA)
<br>
+
</center></font><p><br>
-visit the whole plant and monitoring station with detailed explanation by expert
+
<br>
+
-investigation and sampling
+
</p>
+
  
<p><font=4>
+
<p>
<b>3. Field investigation</b>
+
<img width="90%" src="https://static.igem.org/mediawiki/2017/6/6f/圖片_1m.png">
</p>
+
</p>
  
<p><font=4>
+
<p><font=2><center>
(1) Visit to organic farmers
+
[ Figure. 10 ] The bar chart of annual production value v.s production amount in Taiwan from 1991 to 2004. As the production amount falls, the production value will then climbs. We hope our project could increase the added value to aqua-cultural industry so that both production amount and production value might increase together.(source : F.A. COA)
investigate the source of water and the used degree of ferlizer of their farms
+
</center></font><p><br>
<br>
+
-farms locate on high terrain or higher altitude than the factories
+
<br>
+
-irrigating water won’t flow out to other area
+
<br>
+
-the fertilizer they use is farming residue.
+
</p>
+
  
<p><font=4>
+
<h1><center>
(2) Aquacultural base investigation
+
Human Practice
<br>
+
</center></h1>
-the selection of water origin
+
<br>
+
-the control of water quality
+
<br>
+
-the customer of fish farm
+
</p>
+
  
<p><font=4>
+
<h2>1. Visit expert</h2>
<b>4. Seminars</b>
+
</p>
+
  
<p><font=4>
+
<p>
(1) Co-organized Taiwan iGEM Conference
+
(1) Institute of Environmental Engineering, National Chiao Tung University
<br>
+
<br>
-creativity and brainstorming activity
+
-wastewater treatment perceptions
<br>
+
<br>
-team work
+
-review our project
<br>
+
<br>
-think out of the box
+
-provide professional suggestion
<br>
+
</p>
-crossover integration
+
<br>
+
-deal with the real issue around the world
+
</p>
+
  
<p><font=4>
+
<p>
(2) 2017 5th Asia Pacific Conference
+
(2) Department of Bioengineering, University of Pittsburgh
<br>
+
<br>
-build up the several bridges of our following collaboration chances
+
-invite Assistant Professor Warren C. Ruder, PITT, Professor Wen-Liang Chen, NCTU and Professor Chao-Min Cheng, NTHU, to review our project
<br>
+
<br>
-practice our presentation and convey our project idea to others
+
-share our project with “NCTU iGEM” mutually
<br>
+
</p>
-realize other team’s work: find some excellent work and been inspired
+
</p>
+
  
<h1><font=4>
+
<h2>2. Institution meetup</h2>
Public engagement
+
</h1>
+
  
<p><font=4>
+
<p>
<b>1. Social opinion investigation</b>
+
The Wastewater treatment plant of Science Park
</p>
+
<br>
 +
-visit the whole plant and monitoring station with a detailed explanation by the expert
 +
<br>
 +
-investigation and sampling
 +
</p>
  
<p>
+
<p>
(1)preference for aquatic products
+
<b>3. Field investigation</b>
<br>
+
</p>
(2)investigate the public opinions toward the organic vegetables and fruits
+
<br>
+
(3)learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.
+
</p>
+
  
<p><font=4>
+
<p>
<b>2. iGEM Tech.</b>
+
(1) Visit organic farmers
</p>
+
investigate the source of water and the used degree of fertilizer of their farms
 +
<br>
 +
-farms locate on high terrain or higher altitude than the factories
 +
<br>
 +
-irrigating water won’t flow out to other areas
 +
<br>
 +
-the fertilizer they use is farming residue.
 +
</p>
  
<p>
+
<p>
(1)spread expertise in our project
+
(2) Aquacultural base investigation
<br>
+
<br>
-EDCs background information
+
-the selection of water origin
<br>
+
<br>
-related technique
+
-the control of water quality
<br>
+
<br>
(2)discuss topic with people
+
-the customer of fish farm
</p>
+
</p>
  
<h1><center><font=4>
+
<h2>4. Seminars</h2>
Collaborations
+
</h1>
+
  
<p><font=4>
+
<p>
<b>1. GF Competition and Workshop of Ministry of Economic Affairs</b>
+
(1) Co-organized Taiwan iGEM Conference
</p>
+
<br>
 +
-creativity and brainstorming activity
 +
<br>
 +
-teamwork
 +
<br>
 +
-think out of the box
 +
<br>
 +
-crossover integration
 +
<br>
 +
-deal with the real issue around the world
 +
</p>
  
<p><font=4>
+
<p>
-independent social investigation
+
(2) 2017 5th Asia Pacific Conference
<br>
+
<br>
-detector integration
+
-build up the several bridges of our following collaboration chances
</p>
+
<br>
 +
-practice our presentation and convey our project idea to others
 +
<br>
 +
-realize other team’s work: find some excellent work and been inspired
 +
</p>
  
<p><font=4>
+
<h1>Public engagement</h1>
<b>2. iGEM WLC: Wisconsin Lutheran College ( USA )</b>
+
</p>
+
  
<p><font=4>
+
<h2>Social opinion investigation</h2>
-independent social investigation
+
<br>
+
-detector integration: E.coli detecting
+
</p>
+
  
<p><font=4>
+
<p>
<b>3. iGEM UoA: The University of Auckland ( New Zealand )</b>
+
(1)preference for aquatic products
</p>
+
<br>
 +
(2)investigate the public opinions toward the organic vegetables and fruits
 +
<br>
 +
(3)learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.
 +
</p>
  
<p><font=4>
+
<h2>2. iGEM Tech.</h2>
-independent social investigation
+
<br>
+
-device blueprint offer: temperature sensing system
+
</p>
+
  
<p><font=4>
+
<p>
<b>4. iGEM NYMU: National Yang Ming University ( Taiwan )</b>
+
(1)spread expertise in our project
</p>
+
<br>
 +
-EDCs background information
 +
<br>
 +
-related technique
 +
<br>
 +
(2)discuss topics with people
 +
</p>
  
<p><font=4>
+
<h1><center>
-photobioreactor offer
+
Collaborations
</p>
+
</center></h1>
  
<p><font=4>
+
<h2>
<b>5. iGEM NAU: Nanjing Agricultural University ( China )</b>
+
1. GF Competition and Workshop of Ministry of Economic Affairs
</p>
+
</h2>
  
<p><font=4>
+
<p>
-troubleshooting: protocols
+
-independent social investigation
<br>
+
<br>
-technique exchange: data collection, model designing, and hardware modeling
+
-detector integration
</p>
+
</p>
  
<p><font=4>
+
<h2>
<b>6. iGEM NCKU: National Cheng Kung University ( Taiwan )</b>
+
2. iGEM WLC: Wisconsin Lutheran College ( USA )
</p>
+
</h2>
  
<p><font=4>
+
<p>
-Data exchange: Aquaculture questionnaire results
+
-independent social investigation
<br>
+
<br>
-detector integration: nitrate detector intergration
+
-detector integration: <I>E. coli</I> detecting
</p>
+
</p>
  
<p><font=4>
+
<h2>
<b>7. iGEM TU Delft: Technische Universiteit Delft ( Netherlands )</b>
+
3. iGEM UoA: The University of Auckland ( New Zealand )
</p>
+
</h2>
  
<p><font=4>
+
<p>
-shield protein offer: protecting protein polypeptide loop
+
-independent social investigation
</p>
+
<br>
<br>
+
-device blueprint offer: temperature sensing system
<br>
+
</p>
<br>
+
  
<h1 align="center">
+
<h2>
Visit Experts
+
4. iGEM NYMU: National Yang Ming University ( Taiwan )
</h1>
+
</h2>
<br>
+
  
<p><center>
+
<p>
<font size=4>
+
-photobioreactor offer
<b>
+
</p>
(1) Visiting to Institute of Environmental Engineering, NCTU
+
</b>
+
</font>
+
</p>
+
  
<p><font size=4>
+
<h2>
This summer, we visited researchers in Institute of Environmental Engineering, NCTU, whose study mainly focus on wastewater treatment. They reviewed our project and provided some suggestion for us.
+
5. iGEM NAU: Nanjing Agricultural University ( China )
</p>
+
</h2>
  
<p><font size=4>
+
<p>
1. Since enzyme producing technique is not yet mature enough to date, we should reinforce more on detection so that we can increase the efficiency of enzyme usage.
+
-troubleshooting: protocols
<br>
+
<br>
2. Agricultural wastewater has more than an imaginable amount of aerobic particles. Even if the water seems clean, it will still block the filter system in minutes. We should re-design our structure.
+
-technique exchange: data collection, model designing, and hardware modeling
<br>
+
</p>
3.Activated carbon can only act well under the good water condition that is, containing only ions or extremely few molecules.
+
</p>
+
</font>
+
  
<p>
+
<h2>
<img src="https://static.igem.org/mediawiki/2017/d/d7/T--NTHU_Taiwan--Integrated_and_Gold--%281%29_Visiting_to_Institute_of_Environmental_Engineering%2C_NCTU_.png">
+
6. iGEM NCKU: National Cheng Kung University ( Taiwan )
</p>
+
</h2>
  
<p>
+
<p>
<center>
+
-Data exchange: Aquaculture questionnaire results
<font size=2>[ Figure. 1.1.3-1 ] The researcher in IEE of NCTU( right one) and us.
+
<br>
</p><br>
+
        -detector integration: nitrate detector integration
 +
</p>
  
 +
<h2>
 +
7. iGEM TU Delft: Technische Universiteit Delft ( Netherlands )
 +
</h2>
  
 +
<p>
 +
-Experiment check
 +
        <br>
 +
        -Experiment promote discussion
 +
</p>
  
<p>
+
        <h2>
<h1 align="center">
+
8.  Department of Industrial Design Shih Chien University( Taiwan )
Institution meetup
+
</h2>
</h1>
+
</p>
+
<br>
+
  
<p><center>
+
        <p>
<b> <font size=4>
+
-3D model built-up
(1) The Wastewater treatment plant of Science Park</b></font>
+
        <br>
</p>
+
        - Simulation discussion
 +
</p><br><br><br>
  
<p><font size=4>
+
<h1><center>
    When we talk about water disposal, the first thing comes into our mind would be wastewater treatment plant (WTP) since most water that is contaminated or used by humanity would all eventually go to WTP. Thus, WTP becomes our primary target for practicing and working out our idea. In September, we went to WTP of National Science Park for investigation and sampling. There were three engineers in WTP who helped us realize the whole plant including monitoring station. We learned much about how WTP dispose of the wastewater step by step and also how they control the system:
+
Visit Experts
<br>
+
</center></h1><br>
<br>
+
  
1. Before entering the plant, nearly most wastewater has undergone treatment by each company. Actually, the inlet water is not that dirty as what we supposed but it still contains lots of metal ions and molecules that need to be rid of. And in these years, the main issue in WTP is ammonia nitrogen degradation. Targets like EDCs are not what WTP concern, engineer Chang said. EDCs’ concentration in wastewater is too low since the water coming in from all sorts of factories dilute it. The main harmful substances left are still a lot of ammonia nitrites and heavy metals added by Chang.
+
<h2><center>
</p>
+
(1) Visit Institute of Environmental Engineering, NCTU
</font>
+
</center></h2>
  
<p>
+
<p>
<img width="50%" src="https://static.igem.org/mediawiki/2017/d/d1/T--NTHU_Taiwan--Integrated_and_Gold--Flow_chart_of_WTP_of_National_Science_Park.png">
+
This summer, we visited researchers in Institute of Environmental Engineering, NCTU, whose study mainly focus on wastewater treatment. They reviewed our project and provided some suggestion for us.
</p>
+
</p>
  
<p><center><font size=2>[ Figure. 2.1.1-1 ] Flow chart of WTP of National Science Park. Cited from Hsinchu Science Park Bureau, Ministry of Science and Technology</p><br>
+
<p>
 +
1. Since enzyme producing technique is not yet mature enough to date, we should reinforce more on detection so that we can increase the efficiency of enzyme usage.
 +
<br>
 +
2. Agricultural wastewater has more than an imaginable amount of aerobic particles. Even if the water seems clean, it will still block the filter system in minutes. We should re-design our structure.
 +
<br>
 +
3.Activated carbon can only act well under the good water condition that is, containing only ions or extremely few molecules.
 +
</p>
  
<p><font size=4>
+
<p>
2. The visit to the monitoring station helped us a lot in dry lab design. This plant is one of the most novel plants which applies testing Ammonia nitrides disposal plant and an alto control system. This testing plant is built because of the rising attention of Ammonia nitrides and the alto control system installed for the purpose of reduction of complicated control steps. Unfortunately, the first renovation, again, implies that EDCs probably is not a priority WTP. However, the alto control system does make us realize the importance of automatic control system and IoT(internet of things). Since the engineers, all use the smartphone APP to receive first information of every disposal plant so it inspired us to develop an APP and we made it !!! On the other hand, Based on the prototype alto-control system we have seen there, we conceived an idea to combine alert, buzzer, e-mail, newsletter and a real-time website displayer etc., that is, the IoT concept, and we have finished the construction of e-mail and smartphone newsletter thanks to the techniques offered by the Ministry of Economic Affairs. The purposes of building IoT is simple - we can reduce the risk of mistake or omission. Also, we want to unify every controller, monitors, meter and everything that is involved all together so that it would be easier to manage and has a larger space to expand other functions; for example, adding varies sensors for different chemicals or even microbes.
+
<img src="https://static.igem.org/mediawiki/2017/d/d7/T--NTHU_Taiwan--Integrated_and_Gold--%281%29_Visiting_to_Institute_of_Environmental_Engineering%2C_NCTU_.png">
</p>
+
</p>
  
<p>
+
<p><center><font size=2>
<img src="https://static.igem.org/mediawiki/2017/e/e3/T--NTHU_Taiwan--Integrated_and_Gold--_Visit_to_WTP_in_National_Science_Park._Orientation_before_field_visit.png">
+
[ Figure. 1.1.3-1 ] The researcher in IEE of NCTU( right one) and us.
</p>
+
</font></center></p><br>
  
<p><center><font size=2>[ Figure. 2.1.2-1 ] Visit to WTP in National Science Park. Orientation before field visit.</p><br>
+
<h1><center>
 +
Institution meetup
 +
</center></h1><br>
  
<p>
+
<h2><center>
<img src="https://static.igem.org/mediawiki/2017/8/87/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_WTP_in_National_Science_Park._Field_visit_to_the_treatment_tanks.png">
+
(1) The Wastewater treatment plant of Science Park</b></font>
</p>
+
</center></h2>
  
<p><center><font size=2>[ Figure. 2.1.2-2 ] Visit to WTP in National Science Park. Field visit to the treatment tanks.</p><br>
+
<p>
 +
    When we talk about water disposal, the first thing comes into our mind would be wastewater treatment plant (WTP) since most water that is contaminated or used by humanity would all eventually go to WTP. Thus, WTP becomes our primary target for practicing and working out our idea. In September, we went to WTP of National Science Park for investigation and sampling. There were three engineers in WTP who helped us realize the whole plant including monitoring station. We learned much about how WTP dispose of the wastewater step by step and also how they control the system:
 +
<br>
 +
<br>
 +
1. Before entering the plant, nearly most wastewater has undergone treatment by each company. Actually, the inlet water is not that dirty as what we supposed but it still contains lots of metal ions and molecules that need to be rid of. And in these years, the main issue in WTP is ammonia nitrogen degradation. Targets like EDCs are not what WTP concern, engineer Chang said. EDCs’ concentration in wastewater is too low since the water coming in from all sorts of factories dilute it. The main harmful substances left are still a lot of ammonia nitrites and heavy metals added by Chang.
 +
</p><br>
  
<p>
 
<img src="https://static.igem.org/mediawiki/2017/b/b8/T--NTHU_Taiwan--Visit_to_WTP_in_National_Science_Park._Monitor_station_guidance.png">
 
</p>
 
  
<p><center><font size=2>[ Figure. 2.1.2-3 ] Visit to WTP in National Science Park. Monitor station guidance.</p><br>
+
<p>
 +
2. The visit to the monitoring station helped us a lot in dry lab design. This plant is one of the most novel plants which applies testing Ammonia nitrides disposal plant and an alto control system. This testing plant is built because of the rising attention of Ammonia nitrides and the alto control system installed for the purpose of reduction of complicated control steps. Unfortunately, the first renovation, again, implies that EDCs probably is not a priority WTP. However, the alto control system does make us realize the importance of automatic control system and IoT(internet of things). Since the engineers, all use the smartphone APP to receive first information of every disposal plant so it inspired us to develop an APP and we made it !!! On the other hand, Based on the prototype alto-control system we have seen there, we conceived an idea to combine alert, buzzer, e-mail, newsletter and a real-time website displayer etc., that is, the IoT concept, and we have finished the construction of e-mail and smartphone newsletter thanks to the techniques offered by the Ministry of Economic Affairs. The purposes of building IoT is simple - we can reduce the risk of mistake or omission. Also, we want to unify every controller, monitors, meter and everything that is involved all together so that it would be easier to manage and has a larger space to expand other functions; for example, adding varies sensors for different chemicals or even microbes.
 +
</p>
  
<h1><center>
+
<p>
Field investigation
+
<img src="https://static.igem.org/mediawiki/2017/e/e3/T--NTHU_Taiwan--Integrated_and_Gold--_Visit_to_WTP_in_National_Science_Park._Orientation_before_field_visit.png">
</center></h1>
+
</p>
  
<br>
+
<p><center><font size=2>
<p>
+
[ Figure. 2.1.2-1 ] Visit to WTP in National Science Park. Orientation before field visit.
<center>
+
</font></center></p><br>
<font size=4>
+
<b>
+
(1) Visit organic farmers </b>
+
</font>
+
</center>
+
</p>
+
  
  
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/2017/8/87/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_WTP_in_National_Science_Park._Field_visit_to_the_treatment_tanks.png">
 +
</p>
  
<p><font size=4>
+
<p><center><font size=2>
We had two interviews with organic farmers. The first interviewees were the owner of three organic farms,  and the crops include gourds, fruits, mushroom, cereal grain and leaf vegetables. We investigate the source of water and the used degree of fertilizer of their farms. The result shows that the farms locate on high terrain or higher altitude than the factories. Plus, the irrigating water won’t flow out to another area, and the fertilizer they use is farming residue. As a result, there is no doubt of pollution.  
+
[ Figure. 2.1.2-2 ] Visit to WTP in National Science Park. Field visit to the treatment tanks.
</font></p>
+
</font></center></p><br>
  
<p><font size=4>
+
<p>
After changing the direction of our project, we had another interview which focuses on the management of organic agriculture. We tried to figure out what predicament the farmers face and whether the statistics reflect the fact or not. And the result seems favorable to our project for the reason that the certification of organic agriculture needs at least three years and cost $5000 per year. Such threshold is unfriendly to normal farmers and inefficient. Since there are many bottlenecks in the process of organic agriculture, nearly no profit can be earned from it. First of all, there are many uncontrolled plant diseases and insect pests and natural disasters. Moreover, these agricultural products are not improved Breeds. They not only have low yield but also have bad appearances. Furthermore, labor costs are really high, so they are much more expensive than normal agricultural products. There are too many drawbacks that violate the principle of market competition, and it’s difficult to apply. In consequence, it’s tough to attract farmers to join the ranks of organic agriculture. According to farmers’ dictation, the reason why they want to transform is that the idea, interest, and stable economic ability.
+
<img src="https://static.igem.org/mediawiki/2017/b/b8/T--NTHU_Taiwan--Visit_to_WTP_in_National_Science_Park._Monitor_station_guidance.png">
</font></p>
+
</p>
  
<p>
+
<p><center><font size=2>
<img width="50%" src="https://static.igem.org/mediawiki/2017/a/ac/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_organic_beekeeper%2C_owner_from_Ying_Hsang_farming_resort.png"
+
[ Figure. 2.1.2-3 ] Visit to WTP in National Science Park. Monitor station guidance.
</p>
+
</font></center></p><br>
  
<p><center><font size="2">
+
<h1><center>
[ Figure. 3.1-1 ] Visit to organic beekeeper, owner from Ying Hsang farming resort. We try to realize the surrounding environment of an organic bee farm, hoping that our device could help better it.
+
Field investigation
</font></center></p><br>
+
</center></h1>
  
<p>
+
<br>
<img width="50%" src="https://static.igem.org/mediawiki/2017/e/ee/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_A-Hsiung_and_A-Pu_organic_mushroom_stand.png">
+
</p>
+
  
<p><center><font size=2>[ Figure. 3.1-2 ] Visit to A-Hsiung and A-Pu organic mushroom stand. Mushroom cultivation is a quality agriculture that every single drop of water matters. They need a extraordinary fine water monitor system, which is where we can cooperate with ! </font></center></p><br>
+
<h2><center>
 +
(1) Visit organic farmers </b>
 +
</center></h2>
  
<p><font size=4>
+
<p>
        What we can do is to lower the threshold and the cost of an application so as to track for a long period and make transformation faster and easier. And this may attract many farmers to join the ranks of organic agriculture. Eventually, the farmers mentioned that it is hard to avoid contamination. As long as they use the water in the downstream of the river, it is impossible to get a license. Land in Taiwan is too small, so the farms are close to each other. Once there is a non-organic agriculture nearby, pesticide and fertilizer will pollute their own farm indirectly.  
+
We had two interviews with organic farmers. The first interviewees were the owner of three organic farms, and the crops include gourds, fruits, mushroom, cereal grain, and vegetables. We investigate the source of water and the used degree of fertilizer of their farms. The result shows that the farms locate on high terrain or higher altitude than the factories. Plus, the irrigating water won’t flow out to another area, and the fertilizer they use is farming residue. As a result, there is no doubt of pollution.
</font></p>
+
</p>
  
<p>
+
<p>
<img src="https://static.igem.org/mediawiki/2017/2/25/T--NTHU_Taiwan--Integrated_and_Gold--We_interviewed_one_of_famous_organic_farmer%2C_Ron_Chi_farm’s_owner_in_HsinChu.png">
+
After changing the direction of our project, we had another interview which focuses on the management of organic agriculture. We tried to figure out what predicament the farmers face and whether the statistics reflect the fact or not. And the result seems favorable to our project for the reason that the certification of organic agriculture needs at least three years and cost $5000 per year. Such threshold is unfriendly to normal farmers and inefficient. Since there are many bottlenecks in the process of organic agriculture, nearly no profit can be earned from it. First of all, there are many uncontrolled plant diseases and insect pests and natural disasters. Moreover, these agricultural products are not improved Breeds. They not only have low yield but also have bad appearances. Furthermore, labor costs are really high, so they are much more expensive than normal agricultural products. There are too many drawbacks that violate the principle of market competition, and it’s difficult to apply. In consequence, it’s tough to attract farmers to join the ranks of organic agriculture. According to farmers’ dictation, the reason why they want to transform is that the idea, interest, and stable economic ability.
</p>
+
</p>
  
<p><center><font size=2>[ Figure. 3.1-3 ] We interviewed one of famous organic farmer, Ron Chi farm’s owner in HsinChu, who shared us many dilemma that most organic farmers faced nowadays.</font></center></p><br>
+
<p>
 +
<img width="50%" src="https://static.igem.org/mediawiki/2017/a/ac/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_organic_beekeeper%2C_owner_from_Ying_Hsang_farming_resort.png"
 +
</p>
  
 +
<p><center><font size="2">
 +
[ Figure. 3.1-1 ] Visit organic beekeeper, owner from Ying Hsang farming resort. We try to realize the surrounding environment of an organic bee farm, hoping that our device could help better it.
 +
</font></center></p><br>
  
<p>
+
<p>
<center>
+
<img width="50%" src="https://static.igem.org/mediawiki/2017/e/ee/T--NTHU_Taiwan--Integrated_and_Gold--Visit_to_A-Hsiung_and_A-Pu_organic_mushroom_stand.png">
<font size=4>
+
</p>
<b>
+
(2) Aquacultural base investigation </b>
+
</font>
+
</center>
+
</p>
+
  
 +
<p><center><font size=2>
 +
[ Figure. 3.1-2 ] Visit A-Hsiung and A-Pu organic mushroom stand. Mushroom cultivation is a quality agriculture that every single drop of water matters. They need an extraordinary fine water monitor system, which is where we can cooperate with! </font></center></p><br>
  
<p><font size=4>
+
<p>
Through the visit to the fish farm, we understand more about seem-to-be-easy fish aquaculture, which is actually connected with a lot of techniques; aside from the application of new tech concepts, there are more experience heritage and mutual cooperation from neighborhood; for example, judging the typhoon’s impact on the fish farm from the path of typhoon, the fishermen should adopt different kinds of precaution measurements depending on whether the typhoon comes from the Pacific Ocean or the Philippine Sea, or they have to apply the concepts of food chains in order to shunt the water stream to different fish pools for water cleaning; it can increase the water cycle and decrease the water waste, and moreover avoid the pollution caused by water purification chemicals. These techniques cannot be learned from school education or textbooks; this kind of experience inheritance combines with the development new technology is what we aim to move forward on our traditional agriculture. It’s a pleasure for me to learn this much about various industries in this visit.
+
What we can do is to lower the threshold and the cost of an application so as to track for a long period and make transformation faster and easier. And this may attract many farmers to join the ranks of organic agriculture. Eventually, the farmers mentioned that it is hard to avoid contamination. As long as they use the water in the downstream of the river, it is impossible to get a license. Land in Taiwan is too small, so the farms are close to each other. Once there is a non-organic agriculture nearby, pesticide and fertilizer will pollute their own farm indirectly.  
</font></p>
+
</p>
<br>
+
<p>
+
<center>
+
<font size=4>
+
<b>
+
The selection of water origin </b>
+
</font>
+
</center>
+
</p>
+
  
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/2017/2/25/T--NTHU_Taiwan--Integrated_and_Gold--We_interviewed_one_of_famous_organic_farmer%2C_Ron_Chi_farm’s_owner_in_HsinChu.png">
 +
</p>
  
<p><font size=4>
+
<p><center><font size=2>[
The standard of water quality is not that high for common adult fish farming farms—the water source is mainly derived from the underground water mixing with seawater to a proper salinity. It controls the oxygen content through the cultivation of red and green algae, with a rare requirement of filtration.
+
Figure. 3.1-3 ] We interviewed one of the famous organic farmer, Ron Chi farm’s owner in Hsinchu, who shared us many dilemmas that most organic farmers faced nowadays.
</font></p>
+
</font></center></p><br>
  
<br>
 
<p>
 
<center>
 
<font size=4>
 
<b>
 
The control of water quality
 
</b>
 
</font>
 
</center>
 
</p>
 
  
 +
<p>
 +
<h2><center>
 +
(2) Aquacultural base investigation
 +
</center></h2>
  
<p><font size=4>
 
        Generally speaking, the control of water quality is mainly the observation about the quantity of alga to judge the oxygen content; the green alga in water is excessive, which means the oxygen content is too high, while the red alga is too much, which indicates the oxygen is too low. When it rains, the rain would bring the air pollution or the frontal would take the germs from another area to the water, resulting in water contamination, requiring the pharmacy to cleanse the quality and sun-dried of the pond for sterilization.
 
</font></p>
 
  
<p><font size=4>
+
<p>
        The newest methods of water condition maintenance is to exchange the pond waters to make both automatic depuration with a method of biological capture; for instance, the water for mullet farming swaps with the one for conch cultivation, using the conch to clean the excreta or food residue and then drain to the gutters so that the water would not cause eutrophication.
+
Through the visit to the fish farm, we understand more about seem-to-be-easy fish aquaculture, which is actually connected with a lot of techniques; aside from the application of new tech concepts, there are more experience heritage and mutual cooperation from neighborhood; for example, judging the typhoon’s impact on the fish farm from the path of typhoon, the fishermen should adopt different kinds of precaution measurements depending on whether the typhoon comes from the Pacific Ocean or the Philippine Sea, or they have to apply the concepts of food chains in order to shunt the water stream to different fish pools for water cleaning; it can increase the water cycle and decrease the water waste, and moreover avoid the pollution caused by water purification chemicals. These techniques cannot be learned from school education or textbooks; this kind of experience inheritance combines with the development new technology is what we aim to move forward on our traditional agriculture. It’s a pleasure for me to learn this much about various industries in this visit.
</font></p>
+
</p>
 +
<br>
  
<br>
 
<p>
 
<center>
 
<font size=4>
 
<b>
 
The customer of fish farm </b>
 
</font>
 
</center>
 
</p>
 
  
 +
<h2><center>
 +
The selection of water origin
 +
</center></h2>
  
<p><font size=4>
 
        The main customer group depends on the types of the fish variety. For the ordinary fish variety, it will be sold directly to market or market makers, but for the rare type, like eels, it will mostly send to market makers. For more special type—indoor fish farming, it’s mainly for the fish with supper commercial value, especially for fry, such as eel larvae. This fish variety requires higher technique and expenditure; the relatively larger-scale farmers would own the pond and there are specific sale accesses.
 
</font></p>
 
  
<p>
+
<p>
<img width="50%" src="https://static.igem.org/mediawiki/2017/b/b9/T--NTHU_Taiwan--Integrated_and_Gold--This_field_investigation_to_our_potential_customers..png">
+
The standard of water quality is not that high for common adult fish farming farms—the water source is mainly derived from the underground water mixing with seawater to a proper salinity. It controls the oxygen content through the cultivation of red and green algae, with a rare requirement of filtration.
</p>
+
</p>
  
<p><center><font size=2>
+
<br>
[ Figure. 3.2-1 ] This field investigation to our potential customers. Many evidences show that aquaculture posts a lot of environmental  issues.
+
<h2><center>
</font></center></p><br>
+
The control of water quality
 +
</center></h2>
  
</center>
+
<p>
</body>
+
Generally speaking, the control of water quality is mainly the observation about the quantity of alga to judge the oxygen content; the green alga in water is excessive, which means the oxygen content is too high, while the red alga is too much, which indicates the oxygen is too low. When it rains, the rain would bring the air pollution or the frontal would take the germs from another area to the water, resulting in water contamination, requiring the pharmacy to cleanse the quality and sun-dried of the pond for sterilization.
 +
</p>
  
 +
<p>
 +
The newest methods of water condition maintenance is to exchange the pond waters to make both automatic depuration with a method of biological capture; for instance, the water for mullet farming swaps with the one for conch cultivation, using the conch to clean the excreta or food residue and then drain to the gutters so that the water would not cause eutrophication.
 +
</p>
  
+
<br>
</div>
+
<h2><center>The customer of fish farm </center></h2>
  
<script type="Text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
+
<p>
 +
        The main customer group depends on the types of the fish variety. For the ordinary fish variety, it will be sold directly to market or market makers, but for the rare type, like eels, it will mostly send to market makers. For more special type—indoor fish farming, it’s mainly for the fish with supper commercial value, especially for fry, such as eel larvae. This fish variety requires higher technique and expenditure; the relatively larger-scale farmers would own the pond and there are specific sale accesses.
 +
</p>
  
<script>
+
<p>
 +
<img width="40%" src="https://static.igem.org/mediawiki/2017/b/b9/T--NTHU_Taiwan--Integrated_and_Gold--This_field_investigation_to_our_potential_customers..png">
 +
</p>
  
// This is the jquery part of your template.   
+
<p><center><font size=2>
// Try not modify any of this code too much since it makes your menu work.
+
[ Figure. 3.2-1 ] This field investigation to our potential customers. Many pieces of evidence show that aquaculture posts a lot of environmental issues.
 +
</font></center></p><br>
  
$(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
+
</div>
$(".menu_button").click(function(){
+
</div>
 
+
// 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:11, 1 November 2017

Silver HP


Core Idea of Human Practice

"Human Practices is the study of how your work affects the world, and how the world affects your work." — Peter Carr, Director of Judging.

According to the definition of Human Practice from iGEM, each team should interact with the whole society, to figure out what the world lacks and to dedicate our ability to the needs. In our team, the cares of the environment and human health are the ultimate goals. The crisis triggered by Endocrine Disrupting Chemicals (EDCs) has not only been forgotten gradually by us after the Vietnam War since the contaminated regions are narrowed in certain places, few and few people pay attention to these dangerous chemicals.


Illegal Factories

Knowing nothing about Endocrine Disrupting Chemicals (EDCs) perhaps is not the most dangerous thing for everyone; however, when the producers cunningly utilize this ignorance and gradually violate the laws and our right, it could be dreadful. Step by step, things will become irretrievable.

[ Figure. 1 ] The aerial views of Taichung urban area. Numerous illegal factories (signed by red color) erected among the agriculture or aquaculture assigned area. Can we feel more confident about our environment or our food?


According to the data from Council of Agriculture of Executive Yuan, we have found out that there are many illegally factories established outside the industrial zones; most of them are set in the agricultural area where is not under governmental control. The illegitimate planets are usually the sources of various pollutants — heavy metals, the organic solvent, EDCs, and thermal pollution, etc. These situations result from the high price of agricultural lands, and it turned out that the peasants need to sell their lands for the living or transfer them to light industry. EDCs are just generated by this type of light industry and primary industry, like textile industry, paper manufacture, pesticides manufacture, plastic industry, chemical engineering (detergent, surface active agent production, emulsifier, modifier), and lacquer industry, etc.


Potential targets

In our Human Practice, eliminating the potential pollution sources of EDCs seems to be impossible because there are countless cases need to be handled. All we can do is to ensure that our rivers and ditches are monitored all the time by governmental inspection. Based on these points, organic agriculture and exquisite aquaculture should be our ultimate goals to serve for and strive hard for.

[ Figure. 2 ] Searching Platform of Council of Agriculture, Executive Yuan.


Organic Agriculture

Take the application to organic agriculture, for example, it requires several field investigations for applying the organic certification. So far, we only focus on the design of EDCs detector, but with our current structure of Internet of Things (IoT) and smartphone APP, it is not difficult to integrate other detectors in the future. At present, we are also discussing with iGEM WLC about how to combine their test strips of Escherichia coli with our system. Then, back to the farmers, the main problems they generally encounter are the expensive application fee for certificates, the arduous accreditation process, remnant pollution in the midstream and downstream, the lack of post-tracking and so on. If we can use our instrument in the future, accomplishing the goal of detection, then it would not only largely reduces the cost but also saves a lot of time, and even executes a long-term real-time examination. For the government, the powerful examination system can help trace the pollutants based on the concentration gradient and find out the illegal factories. Moreover, it can also be used to discover potential farmlands for organic agriculture in order to elevate the land value. Under the fast-growing trend of the organic agriculture in the world, we believe that we can become a pioneer to accelerate its growth, to promote the competitiveness and to make more contribution to human’s health and environmental protection.

[ Figure. 3 ] Shulin District of New Taipei City. This area is full of tangerine farms with lots of illegal textile factories aside (signed by red color). The textile industry uses Nonyl Phenol as the emulsifier, which is the main EDC target we are dealing with. These factories could post substantial threats on the farm and orchard.


[ Figure. 4 ] The world retail sales of organic products In 2015. There is 75 million Euro market of organic products around the world, where the USA is the most potential area.


[ Figure. 5 ] The bar chart of the organic farm area growth in different continents from 2005 to 2012. As the chart has shown, the Oceania continent owns the largest area of organic agriculture all the time, and the Northern America however, has the smallest organic agricultural area. One thing that worth to notice, even Northern America has the smallest area, their market is the largest one though.


[ Figure. 6 ] The growth rate of organic farm area in Taiwan. During the past 10 years, the area of organic farm have climbed up to 5847 hectares which is 5 times a decades ago.(source : cast net ROC)


Quality Aquaculture

The production of global aquaculture has risen annually owing to the exhaustion of marine resources and the population exploration, nevertheless, the food quality didn’t derive deserved care and been improved enough. Take Taiwan for example, the water for aquaculture is always drawn from groundwater, but the groundwater is highly risky to be polluted by the nearby illegal factories and the fishermen do not have effective tools to prevent it. In addition, Fisherman usually keeps fish in high density for cost down, which results in the serious sanitary problem. Moreover, a large amount of antibiotic and hormone blended in mash are widely used to keep survival rate. In the end, the wastewater will be discharged without sewage disposal. What’s worse, it contaminates the source and nature through the water cycle. If the fishermen could try our system for monitor and bring the information to the public, the customers can purchase at ease. It promotes not only the added value of aquaculture but also human’s welfare and environmental protection. Our ultimate purpose is to increase people’s faith in aquaculture and decrease the reliance of wild aquatic products at the same time.

For these goals, we have visited several institutions, experts, and potential users, looking for the real condition. In addition, we make a piece of the questionnaire to investigate the people’s opinion and hope to perfect our plan. The good news is that what we have presumed before is likely to be true - our project is right for our society!!! It’s a great deal of encouragement for us. In conclusion, what we want to do now is try our best to accomplish this project, hoping that it will continuously influence our world forever.

[ Figure. 7 ] The aerial views of Yunlin coastline area. Blue area is aqua fields; light red one is illegal factories and on the left-hand side are the Sixth naphtha Cracking Plant of Formosa Plastics Group. According to a trustable statistic data shown these years, the residents living there are under the threat of rising rate of the cancer population though the exact causes are not sure.


[ Figure. 8 ] World fishery industry during the past 15 years. As we can see, the demand for maricultural and inland aqua-cultural product both grew up in the past. Also, we can see a sharp upward trend on the aqua-cultural one which cannot be ignored.


[ Figure. 9 ] The bar chart of fish consumption by humanity. This chart tells us the aqua-cultural fish consumed by humanity is rising rapidly year by year, which also means that the impact of this food type will gradually dominant human health worldwide.(source : F.A.O. USA)


[ Figure. 10 ] The bar chart of annual production value v.s production amount in Taiwan from 1991 to 2004. As the production amount falls, the production value will then climbs. We hope our project could increase the added value to aqua-cultural industry so that both production amount and production value might increase together.(source : F.A. COA)


Human Practice

1. Visit expert

(1) Institute of Environmental Engineering, National Chiao Tung University
-wastewater treatment perceptions
-review our project
-provide professional suggestion

(2) Department of Bioengineering, University of Pittsburgh
-invite Assistant Professor Warren C. Ruder, PITT, Professor Wen-Liang Chen, NCTU and Professor Chao-Min Cheng, NTHU, to review our project
-share our project with “NCTU iGEM” mutually

2. Institution meetup

The Wastewater treatment plant of Science Park
-visit the whole plant and monitoring station with a detailed explanation by the expert
-investigation and sampling

3. Field investigation

(1) Visit organic farmers investigate the source of water and the used degree of fertilizer of their farms
-farms locate on high terrain or higher altitude than the factories
-irrigating water won’t flow out to other areas
-the fertilizer they use is farming residue.

(2) Aquacultural base investigation
-the selection of water origin
-the control of water quality
-the customer of fish farm

4. Seminars

(1) Co-organized Taiwan iGEM Conference
-creativity and brainstorming activity
-teamwork
-think out of the box
-crossover integration
-deal with the real issue around the world

(2) 2017 5th Asia Pacific Conference
-build up the several bridges of our following collaboration chances
-practice our presentation and convey our project idea to others
-realize other team’s work: find some excellent work and been inspired

Public engagement

Social opinion investigation

(1)preference for aquatic products
(2)investigate the public opinions toward the organic vegetables and fruits
(3)learn people’s understanding of EDCs and whether they have the awareness of the crisis and the motivation to solve the problems.

2. iGEM Tech.

(1)spread expertise in our project
-EDCs background information
-related technique
(2)discuss topics with people

Collaborations

1. GF Competition and Workshop of Ministry of Economic Affairs

-independent social investigation
-detector integration

2. iGEM WLC: Wisconsin Lutheran College ( USA )

-independent social investigation
-detector integration: E. coli detecting

3. iGEM UoA: The University of Auckland ( New Zealand )

-independent social investigation
-device blueprint offer: temperature sensing system

4. iGEM NYMU: National Yang Ming University ( Taiwan )

-photobioreactor offer

5. iGEM NAU: Nanjing Agricultural University ( China )

-troubleshooting: protocols
-technique exchange: data collection, model designing, and hardware modeling

6. iGEM NCKU: National Cheng Kung University ( Taiwan )

-Data exchange: Aquaculture questionnaire results
-detector integration: nitrate detector integration

7. iGEM TU Delft: Technische Universiteit Delft ( Netherlands )

-Experiment check
-Experiment promote discussion

8. Department of Industrial Design Shih Chien University( Taiwan )

-3D model built-up
- Simulation discussion




Visit Experts


(1) Visit Institute of Environmental Engineering, NCTU

This summer, we visited researchers in Institute of Environmental Engineering, NCTU, whose study mainly focus on wastewater treatment. They reviewed our project and provided some suggestion for us.

1. Since enzyme producing technique is not yet mature enough to date, we should reinforce more on detection so that we can increase the efficiency of enzyme usage.
2. Agricultural wastewater has more than an imaginable amount of aerobic particles. Even if the water seems clean, it will still block the filter system in minutes. We should re-design our structure.
3.Activated carbon can only act well under the good water condition that is, containing only ions or extremely few molecules.

[ Figure. 1.1.3-1 ] The researcher in IEE of NCTU( right one) and us.


Institution meetup


(1) The Wastewater treatment plant of Science Park

When we talk about water disposal, the first thing comes into our mind would be wastewater treatment plant (WTP) since most water that is contaminated or used by humanity would all eventually go to WTP. Thus, WTP becomes our primary target for practicing and working out our idea. In September, we went to WTP of National Science Park for investigation and sampling. There were three engineers in WTP who helped us realize the whole plant including monitoring station. We learned much about how WTP dispose of the wastewater step by step and also how they control the system:

1. Before entering the plant, nearly most wastewater has undergone treatment by each company. Actually, the inlet water is not that dirty as what we supposed but it still contains lots of metal ions and molecules that need to be rid of. And in these years, the main issue in WTP is ammonia nitrogen degradation. Targets like EDCs are not what WTP concern, engineer Chang said. EDCs’ concentration in wastewater is too low since the water coming in from all sorts of factories dilute it. The main harmful substances left are still a lot of ammonia nitrites and heavy metals added by Chang.


2. The visit to the monitoring station helped us a lot in dry lab design. This plant is one of the most novel plants which applies testing Ammonia nitrides disposal plant and an alto control system. This testing plant is built because of the rising attention of Ammonia nitrides and the alto control system installed for the purpose of reduction of complicated control steps. Unfortunately, the first renovation, again, implies that EDCs probably is not a priority WTP. However, the alto control system does make us realize the importance of automatic control system and IoT(internet of things). Since the engineers, all use the smartphone APP to receive first information of every disposal plant so it inspired us to develop an APP and we made it !!! On the other hand, Based on the prototype alto-control system we have seen there, we conceived an idea to combine alert, buzzer, e-mail, newsletter and a real-time website displayer etc., that is, the IoT concept, and we have finished the construction of e-mail and smartphone newsletter thanks to the techniques offered by the Ministry of Economic Affairs. The purposes of building IoT is simple - we can reduce the risk of mistake or omission. Also, we want to unify every controller, monitors, meter and everything that is involved all together so that it would be easier to manage and has a larger space to expand other functions; for example, adding varies sensors for different chemicals or even microbes.

[ Figure. 2.1.2-1 ] Visit to WTP in National Science Park. Orientation before field visit.


[ Figure. 2.1.2-2 ] Visit to WTP in National Science Park. Field visit to the treatment tanks.


[ Figure. 2.1.2-3 ] Visit to WTP in National Science Park. Monitor station guidance.


Field investigation


(1) Visit organic farmers

We had two interviews with organic farmers. The first interviewees were the owner of three organic farms, and the crops include gourds, fruits, mushroom, cereal grain, and vegetables. We investigate the source of water and the used degree of fertilizer of their farms. The result shows that the farms locate on high terrain or higher altitude than the factories. Plus, the irrigating water won’t flow out to another area, and the fertilizer they use is farming residue. As a result, there is no doubt of pollution.

After changing the direction of our project, we had another interview which focuses on the management of organic agriculture. We tried to figure out what predicament the farmers face and whether the statistics reflect the fact or not. And the result seems favorable to our project for the reason that the certification of organic agriculture needs at least three years and cost $5000 per year. Such threshold is unfriendly to normal farmers and inefficient. Since there are many bottlenecks in the process of organic agriculture, nearly no profit can be earned from it. First of all, there are many uncontrolled plant diseases and insect pests and natural disasters. Moreover, these agricultural products are not improved Breeds. They not only have low yield but also have bad appearances. Furthermore, labor costs are really high, so they are much more expensive than normal agricultural products. There are too many drawbacks that violate the principle of market competition, and it’s difficult to apply. In consequence, it’s tough to attract farmers to join the ranks of organic agriculture. According to farmers’ dictation, the reason why they want to transform is that the idea, interest, and stable economic ability.

[ Figure. 3.1-1 ] Visit organic beekeeper, owner from Ying Hsang farming resort. We try to realize the surrounding environment of an organic bee farm, hoping that our device could help better it.


[ Figure. 3.1-2 ] Visit A-Hsiung and A-Pu organic mushroom stand. Mushroom cultivation is a quality agriculture that every single drop of water matters. They need an extraordinary fine water monitor system, which is where we can cooperate with!


What we can do is to lower the threshold and the cost of an application so as to track for a long period and make transformation faster and easier. And this may attract many farmers to join the ranks of organic agriculture. Eventually, the farmers mentioned that it is hard to avoid contamination. As long as they use the water in the downstream of the river, it is impossible to get a license. Land in Taiwan is too small, so the farms are close to each other. Once there is a non-organic agriculture nearby, pesticide and fertilizer will pollute their own farm indirectly.

[ Figure. 3.1-3 ] We interviewed one of the famous organic farmer, Ron Chi farm’s owner in Hsinchu, who shared us many dilemmas that most organic farmers faced nowadays.


(2) Aquacultural base investigation

Through the visit to the fish farm, we understand more about seem-to-be-easy fish aquaculture, which is actually connected with a lot of techniques; aside from the application of new tech concepts, there are more experience heritage and mutual cooperation from neighborhood; for example, judging the typhoon’s impact on the fish farm from the path of typhoon, the fishermen should adopt different kinds of precaution measurements depending on whether the typhoon comes from the Pacific Ocean or the Philippine Sea, or they have to apply the concepts of food chains in order to shunt the water stream to different fish pools for water cleaning; it can increase the water cycle and decrease the water waste, and moreover avoid the pollution caused by water purification chemicals. These techniques cannot be learned from school education or textbooks; this kind of experience inheritance combines with the development new technology is what we aim to move forward on our traditional agriculture. It’s a pleasure for me to learn this much about various industries in this visit.


The selection of water origin

The standard of water quality is not that high for common adult fish farming farms—the water source is mainly derived from the underground water mixing with seawater to a proper salinity. It controls the oxygen content through the cultivation of red and green algae, with a rare requirement of filtration.


The control of water quality

Generally speaking, the control of water quality is mainly the observation about the quantity of alga to judge the oxygen content; the green alga in water is excessive, which means the oxygen content is too high, while the red alga is too much, which indicates the oxygen is too low. When it rains, the rain would bring the air pollution or the frontal would take the germs from another area to the water, resulting in water contamination, requiring the pharmacy to cleanse the quality and sun-dried of the pond for sterilization.

The newest methods of water condition maintenance is to exchange the pond waters to make both automatic depuration with a method of biological capture; for instance, the water for mullet farming swaps with the one for conch cultivation, using the conch to clean the excreta or food residue and then drain to the gutters so that the water would not cause eutrophication.


The customer of fish farm

The main customer group depends on the types of the fish variety. For the ordinary fish variety, it will be sold directly to market or market makers, but for the rare type, like eels, it will mostly send to market makers. For more special type—indoor fish farming, it’s mainly for the fish with supper commercial value, especially for fry, such as eel larvae. This fish variety requires higher technique and expenditure; the relatively larger-scale farmers would own the pond and there are specific sale accesses.

[ Figure. 3.2-1 ] This field investigation to our potential customers. Many pieces of evidence show that aquaculture posts a lot of environmental issues.