Difference between revisions of "Team:NCTU Formosa/Engagement"

(Prototype team page)
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU Formosa/Navigation}} {{NCTU Formosa}}
 
+
 
<html>
 
<html>
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
<div class="clear"></div>
 
  
<div class="column half_size">
+
<head>
 +
    <meta charset="UTF-8">
 +
    <title>NCTU_Formosa: Education and Public Engagement</title>
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
    <script src="jQueryAssets/jquery-1.11.1.min.js"></script>
 +
    <script src="jQueryAssets/jquery.ui-1.10.4.dialog.min.js"></script>
 +
    <link href="education.css" rel="stylesheet" type="text/css">
 +
    <script src="education.js" type="text/javascript"></script>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
  
<h1>Education and Public Engagement</h1>
+
    <style>
<h3>Best Education and Public Engagement Special Prize</h3>
+
body {
<p>Over the last few years, we have seen teams produce some truly outstanding work in the areas of education and public engagement. Innovative educational tools and public engagement activities have the ability to discuss the science behind synthetic biology, spark new scientific curiosity and establish a public dialogue about synthetic biology from voices/views outside the lab.
+
    margin: 0;
 +
    padding: 0;
 +
    overflow-x: hidden;
 +
    height: 100vh;
 +
}
  
<br><br>
+
html, body{
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Education and Public Engagement prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>.
+
overflow-x: hidden !important;
<br><br>
+
-ms-overflow-x: hidden !important;
You must also delete the message box on the top of this page to be eligible for this prize.
+
}
</p>
+
</div>
+
  
 +
#fut{
 +
background: white;
 +
width: 100vw;
 +
height: 50px;
 +
}
  
  
 +
p {
 +
    text-align: justify;
 +
    font-size: 1.3em !important;
 +
    font-family: Arial, sans-serif;
 +
    margin: 10px 0 0;
 +
}
  
<div class="column half_size">
+
h1{
<h5>Inspiration</h5>
+
    border: 0;
<p>Here are a few examples of excellent Education and Public Engagement work:</p>
+
}
<ul>
+
<li><a href="https://2016.igem.org/Team:SCAU-China/Engagement">2016 SCAU-China</a></li>
+
<li><a href="https://2016.igem.org/Team:Imperial_College/Engagement">2016 Imperial College</a></li>
+
<li><a href="https://2015.igem.org/Team:UFMG_Brazil/Public_Engagement">2015 UFMG Brazil</a></li>
+
<li><a href="https://2015.igem.org/Team:William_and_Mary/Practices"> 2015 William and Mary</a></li>
+
</ul>
+
  
</div>
+
h4{
 +
    text-align: center;
 +
    margin-top: 0px;
 +
    margin-bottom: 50px !important;
 +
}
  
  
<div class="clear"></div>
+
@font-face {
 +
  font-family: neo_latina;
 +
  src: url(https://static.igem.org/mediawiki/2017/4/46/Neo-latina-demo-FFP.ttf);
 +
}
 +
 
 +
.subtitle>h6{
 +
    font-family: neo_latina;
 +
    font-size: 3.9em;
 +
    position: relative;
 +
    left: 25px;
 +
    margin-top: 50px;
 +
    margin-bottom: 10px;
 +
    line-height: 1em;
 +
}
 +
 
 +
.subtitle>h5{
 +
    font-family: neo_latina;
 +
    font-size: 1.95em;
 +
    position: relative;
 +
    left: 50px;
 +
    margin-top: -10px;
 +
    margin-bottom: 10px;
 +
    line-height: 1em;
 +
    width: 90%;
 +
}
 +
 
 +
.latex{
 +
    font-size: 20px;
 +
}
 +
 
 +
.hpedu_content {
 +
    margin: 10vh 10vw 0vh;
 +
}
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
 
 +
.hpedu_edu, .hpedu_pbeg {
 +
    border-width: 2px;
 +
    border-style: solid;
 +
    border-color: #85CFEA;
 +
    position: relative;
 +
    margin-top: 0px;
 +
    margin-bottom: 100px;
 +
}
 +
 
 +
.show, .show2 {
 +
    margin: 1vw 2vw;
 +
}
 +
 
 +
.hide, .hide2 {
 +
    display: none;
 +
    margin: 1vw 2vw;
 +
}
 +
 
 +
.show_pic, .hide_pic, .show2_pic, .hide2_pic {
 +
    cursor: pointer;
 +
    width: 100px;
 +
    margin: 1vh 0;
 +
    -webkit-transition: all 0.5s;
 +
    -moz-transition: all 0.5s;
 +
    -o-transition: all 0.5s;
 +
    -ms-transition: all 0.5s;
 +
    transition: all 0.5s;
 +
}
 +
 
 +
.show_pic:hover, .hide_pic:hover, .show2_pic:hover, .hide2_pic:hover {
 +
    width: 130px;
 +
}
 +
 
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
 
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
 
 +
.show>ol>li, .show2>ol>li {
 +
    font-size: 1.2em;
 +
    position: relative;
 +
    left: 20px;
 +
}
 +
 
 +
.hide>h1, .hide2>h1 {
 +
    margin-top: 5vw;
 +
}
 +
 
 +
.hide>ul>li, .hide2>ul>li {
 +
    font-size: 1.2em;
 +
    position: relative;
 +
    left: 20px;
 +
}
 +
 
 +
.hide>img, .hide>img{
 +
    margin: 10px;
 +
}
 +
 
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
.sub_text{
 +
    width:65vw;
 +
    position: relative;
 +
    left: 5vw;
 +
}
 +
 
 +
.sub2_text{
 +
    width:60vw;
 +
    position: relative;
 +
    left: 10vw;
 +
    margin-bottom: 20px;
 +
}
 +
 
 +
.sub2_text>p{
 +
    line-height: 15px !important;
 +
}
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
 
 +
span>a:link {
 +
    color: red;
 +
}
 +
 
 +
span>a:visited {
 +
    color: green;
 +
}
 +
 
 +
span>a:hover {
 +
    color: hotpink;
 +
}
 +
 
 +
span>a:active {
 +
    color: blue;
 +
}
 +
 
 +
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
 +
 
 +
    </style>
 +
    <!----------------------------------------------------------------------------->
 +
    <script>
 +
$(document).ready(function(){
 +
    $(".show_pic").click(function(){
 +
        $(".hide").show(500);
 +
        $(".show").hide();
 +
    });
 +
});
 +
 
 +
$(document).ready(function(){
 +
    $(".hide_pic").click(function(){
 +
        $(".hide").hide();
 +
        $(".show").show(500);
 +
    });
 +
});
 +
 
 +
$(document).ready(function(){
 +
    $(".show2_pic").click(function(){
 +
        $(".hide2").show(500);
 +
        $(".show2").hide();
 +
    });
 +
});
 +
 
 +
$(document).ready(function(){
 +
    $(".hide2_pic").click(function(){
 +
        $(".hide2").hide();
 +
        $(".show2").show(500);
 +
    });
 +
});
 +
 
 +
 
 +
    </script>
 +
    <!----------------------------------------------------------------------------->
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
    <div class="hpedu_head"><img src="https://static.igem.org/mediawiki/2017/a/ab/Edu_head.png" width="100%"> </div>
 +
    <div><img src="https://static.igem.org/mediawiki/2017/1/15/Edu_icon.png" width="20%" style="display:block; margin:auto;"></div>
 +
    <div class="line"><img src="https://static.igem.org/mediawiki/2017/6/6f/Description_line.png" width="60%" style="display: block; margin: auto;"></div>
 +
 
 +
 
 +
    <div class="hpedu_content">
 +
 
 +
        <!----------------------------------------------------------------------------->
 +
        <div class="subtitle">
 +
            <h6>Education</h6>
 +
            <h5>- Promotion of Synthetic Biology and iGEM</h5>
 +
        </div>
 +
 
 +
        <div class="hpedu_edu">
 +
            <div class="show">
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bring the concept of Synthetic biology to the public. Sparkle Biology with interdisciplinary awareness to the students and the public.
 +
                </p>
 +
                <ol>
 +
                    <li>Syn-bio camp: extension of abilities for iGEMers </li>
 +
                    <li>IoT camp: extension of abilities for iGEMers </li>
 +
                    <li>Introduction to high school students and the public in group admission interview in NCTU</li>
 +
                </ol>
 +
 
 +
 
 +
                <div><img class="show_pic" src="https://static.igem.org/mediawiki/2017/4/4f/Ptp_hide.png" style="display:block; margin:auto;"></div>
 +
            </div>
 +
 
 +
            <div class="hide">
 +
                <h1>Bio camp for science-gifted students in Taichung First Senior High School</h1>
 +
 
 +
                <p style="margin-bottom: 20px;">
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To promote the concept of synthetic biology and the iGEM competition, we held a summer bio camp for teaching some general knowledge of synthetic biology to high school students from July 24<sup>th</sup> to July 28<sup>th</sup>. Also, we taught them how we constructed biobricks with restriction sites and regulated the gene expression via the design of promoters and encouraged them to think the problem from different angles by combining engineering and synthetic biology. Furthermore,
 +
                    we presented the project of NCTU_Formosa 2016 to them for an instance.
 +
                </p>
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/d/df/Edu_study_photo4.gif" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 1: Photo of the Bio camp held in National Chiao Tung University for the students from TCFSH</h4>
 +
 
 +
                <h1>IoT camp for science-gifted students in Taichung First Senior High School - the extension of synthetic biology in iGEM to engineering</h1>
 +
 
 +
                <p style="margin-bottom: 20px;">
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our team considers the ability of hardware and software important as biology is, so from July 17<sup>th</sup> to July 21<sup>st</sup>, NCTU_Formosa held an IoT camp to promote the application of IoT. During the camp, we introduced basic electronic components, electronic circuits to the students, and the compiling of a micro-controller platform, Arduino. And what is also important is that the application of IoTtalk. With these techniques, they can try building an automatic mobile vehicle. The lessons we provided included a speech delivered by Dr. Jason Yi-Bing Lin, who did good research in the field and a Makerathon for students to make their own project.
 +
                </p>
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/5/51/Edu_study_photo2.gif" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 2: Photo of the group admission interview in National Chiao Tung University</h4>
 +
 
 +
                <h1>A Visit from City University of Hong Kong </h1>
 +
 
 +
                <p style="margin-bottom: 20px;">
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On May 23<sup>rd</sup>, City University of Hong Kong came to National Chiao Tung University to visit the Department of Biological Science and Technology. In this event, NCTU_Formosa introduced iGEM to them, while most of them majored in engineering. They learned about our project in recent four years, having lunch with us after the event. During the time we were together, the ideas from different fields, biology, and engineering, started to combine together and sparkled new thoughts. They said that our project sounded amazing, showing a great interest to take part in iGEM. We look forward to seeing them participating in iGEM in the future.
 +
                </p>
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/7/72/Edu_study_photo3.jpg" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 3: Photo of the visiting from City University of Hong Kong</h4>
 +
 
 +
                <h1>Introduction to high school students and the public in group admission interview in NCTU</h1>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On March 25<sup>th</sup>, NCTU_Formosa introduced iGEM competition, our previous projects, and some conventional equipment in the laboratory to high school students islandwide during the group admission interview held by the Department of Biological Science and Technology, NCTU. Many of the students showed keen interest about iGEM during the introduction. The event gave high school students and the public an access to learn more about synthetic biology and the concept of multidisciplinary technology application. Most importantly, iGEM makes us learn by doing, and the event which also held in the past few years attracted people who are now members in 2017 NCTU_Formosa team.
 +
                </p>
 +
 
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/f/f6/Edu_study_photo1.gif" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 4: Photo of the group admission interview in National Chiao Tung University.</h4>
 +
 
 +
                <div><img class="hide_pic" src="https://static.igem.org/mediawiki/2017/c/cb/Ptp_show.png" style="display:block; margin:auto;"></div>
 +
            </div>
 +
        </div>
 +
 
 +
        <!----------------------------------------------------------------------------->
 +
        <div class="subtitle">
 +
            <h6>Public Engagement</h6>
 +
            <h5>- Discussion and Sparkle on Synthetic Biology Application - the birth of our project</h5>
 +
        </div>
 +
 
 +
        <div class="hpedu_pbeg">
 +
            <div class="show2">
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bring the concept of Synthetic biology to the public. Sparkle Biology with interdisciplinary awareness to the students and the public.
 +
                </p>
 +
                <ol>
 +
                    <li>The inspiration of our project - application of Synthetic Biology</li>
 +
                    <li>the fulfillment of our project - pursuing smart agriculture </li>
 +
                </ol>
 +
 
 +
 
 +
                <div><img class="show2_pic" src="https://static.igem.org/mediawiki/2017/4/4f/Ptp_hide.png" style="display:block; margin:auto;"></div>
 +
            </div>
 +
 
 +
            <div class="hide2">
 +
                <h1>Green agricultural market “Green You ii Me” - sparkling ideas with the biological application on agriculture</h1>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We were glad to have the chance to participate in the green agricultural market "Green You ii Me", which was held at the NTHU campus in weekends and farmers there promoted the concept of green, organic agriculture, and organic products. The experience inspired practical applications of our system.
 +
                </p>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;After talking to the farmers, we found that farmers were suffering a serious defeat from the agricultural system and they generally lacked the knowledge of biopesticides. Through overall investigation, the epidemic diseases caused by fungi needed a systematically and accurately applicable method to solve.
 +
                </p>
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/8/8a/Edu_pbe_photo3.jpg" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 5: Group photo with the farmer in the agricultural market</h4>
 +
 
 +
 
 +
                <div class="sub_text">
 +
                    <h2>Fungal diseases needs to be controlled effectively</h2>
 +
 
 +
                    <p>
 +
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Once the environmental conditions reach, the pathogen will germinate and infect the host and other plants rapidly which is highly contagious. Due to the hazardous infectiousness of fungi, we came out a conclusion that designing the “prevention” would be more effective than only "treatments".
 +
                    </p>
 +
 
 +
                    <h2>The concept and the promotion of biopesticides and systematically compiling could take over the abusing of chemical pesticides.</h2>
 +
 
 +
                    <p>
 +
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The current agriculture is lacking of exploration and promotion of biopesticides. There is useful information recorded in databases on the Internet, but farmers have no access to it, and also they have no way to record the situation of their own farms. Establishing a system to aggregate new data and do further arrangement or analysis would be helpful for farms and also create more values on the research of biopesticides, which is a win-win strategy.
 +
                        After all, the success of more cases could be the best way to convince other farmers to use biopesticides.
 +
                    </p>
 +
 
 +
                    <h2>Farmers who implement organic agriculture are actually not familiar to the knowledge of biopesticides.</h2>
 +
 
 +
                    <p>
 +
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Biopesticides are more likely to degrade in the environment, comparing to chemical pesticides, and almost proteins or peptides also have many features and mechanisms. Nonetheless, theories, experiments in labs and all information would be useless for farmers unless we introduce them in user-friendly ways. Farmers should know "When to use“ and “Which kind of biochemical pesticide should be used” to have the best function, or they might not get the expected effect. Thus, basic knowledge and information are one of the key points for farmers to trust biopesticides.
 +
                    </p>
 +
 
 +
                </div>
 +
                <img src="https://static.igem.org/mediawiki/2017/8/85/Edu_pbe_photo2.jpg" width="60%" style="display: block; margin: auto;">
 +
                <h4>Figure 6: Photo of our team members  interviewing the farm in the agricultural market</h4>
 +
 
 +
                <h1>Fulfillment of Smart Agriculture – Taiwan Productivity 4.0 Initiative </h1>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Taiwan Agro-Productivity 4.0 Initiative integrates intelligent and digital technology into traditional industry, trying to bring Knowledge Intensive Industry into Wisdom Intensive Industry. Let the 3.0 industrial revolution which uses electronics and IT to achieve automation of manufacturing to level up to 4.0 industrial revolution based on Cyber-Physical System.
 +
                </p>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To promote biologically agricultural usage and break through the bottleneck of fungal diseases at the same time, turning the traditional agriculture into a high-tech advantage level is the best way. It’s important to increase economic efficiency and lower the environmental cost. We combined these models to deal with more problems to be competitive:
 +
                </p>
 +
 
 +
                <div class="sub2_text">
 +
                    <p>- IoT</p>
 +
                    <p>- Cloud Computing</p>
 +
                    <p>- Big Data </p>
 +
                </div>
 +
 
 +
                <p>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On 28<sup>th</sup> July, we attended the ASIA AGI-TECH EXPO & FORUM, which was held in Taipei Nangang Exhibition Center. We tried to refresh our idea on the project with the perspective of technology. We became more familiar with the application of automated storage management monitoring platform and cloud computing, and also knew the importance of our project that can make good contributions to humans.
 +
                </p>
 +
 
 +
                <img src="https://static.igem.org/mediawiki/2017/c/c0/Edu_pbe_photo1.jpg" width="40%" style="display: block; margin: auto;">
 +
                <h4>Figure 7: Photo of our team members  interviewing the farm in the agricultural market</h4>
 +
 
 +
                <div><img class="hide2_pic" src="https://static.igem.org/mediawiki/2017/c/cb/Ptp_show.png" style="display:block; margin:auto;"></div>
 +
            </div>
 +
        </div>
 +
 
 +
        <!----------------------------------------------------------------------------->
 +
 
 +
    </div>
 +
 
 +
 
 +
    <div id="fut"></div>
 +
 
 +
</body>
 
</html>
 
</html>
 +
 +
{{NCTU_Formosa/Footer}}

Latest revision as of 02:43, 2 November 2017

navigation

NCTU_Formosa: Education and Public Engagement
Education
- Promotion of Synthetic Biology and iGEM

     Bring the concept of Synthetic biology to the public. Sparkle Biology with interdisciplinary awareness to the students and the public.

  1. Syn-bio camp: extension of abilities for iGEMers
  2. IoT camp: extension of abilities for iGEMers
  3. Introduction to high school students and the public in group admission interview in NCTU

Bio camp for science-gifted students in Taichung First Senior High School

     To promote the concept of synthetic biology and the iGEM competition, we held a summer bio camp for teaching some general knowledge of synthetic biology to high school students from July 24th to July 28th. Also, we taught them how we constructed biobricks with restriction sites and regulated the gene expression via the design of promoters and encouraged them to think the problem from different angles by combining engineering and synthetic biology. Furthermore, we presented the project of NCTU_Formosa 2016 to them for an instance.

Figure 1: Photo of the Bio camp held in National Chiao Tung University for the students from TCFSH

IoT camp for science-gifted students in Taichung First Senior High School - the extension of synthetic biology in iGEM to engineering

     Our team considers the ability of hardware and software important as biology is, so from July 17th to July 21st, NCTU_Formosa held an IoT camp to promote the application of IoT. During the camp, we introduced basic electronic components, electronic circuits to the students, and the compiling of a micro-controller platform, Arduino. And what is also important is that the application of IoTtalk. With these techniques, they can try building an automatic mobile vehicle. The lessons we provided included a speech delivered by Dr. Jason Yi-Bing Lin, who did good research in the field and a Makerathon for students to make their own project.

Figure 2: Photo of the group admission interview in National Chiao Tung University

A Visit from City University of Hong Kong

     On May 23rd, City University of Hong Kong came to National Chiao Tung University to visit the Department of Biological Science and Technology. In this event, NCTU_Formosa introduced iGEM to them, while most of them majored in engineering. They learned about our project in recent four years, having lunch with us after the event. During the time we were together, the ideas from different fields, biology, and engineering, started to combine together and sparkled new thoughts. They said that our project sounded amazing, showing a great interest to take part in iGEM. We look forward to seeing them participating in iGEM in the future.

Figure 3: Photo of the visiting from City University of Hong Kong

Introduction to high school students and the public in group admission interview in NCTU

     On March 25th, NCTU_Formosa introduced iGEM competition, our previous projects, and some conventional equipment in the laboratory to high school students islandwide during the group admission interview held by the Department of Biological Science and Technology, NCTU. Many of the students showed keen interest about iGEM during the introduction. The event gave high school students and the public an access to learn more about synthetic biology and the concept of multidisciplinary technology application. Most importantly, iGEM makes us learn by doing, and the event which also held in the past few years attracted people who are now members in 2017 NCTU_Formosa team.

Figure 4: Photo of the group admission interview in National Chiao Tung University.

Public Engagement
- Discussion and Sparkle on Synthetic Biology Application - the birth of our project

     Bring the concept of Synthetic biology to the public. Sparkle Biology with interdisciplinary awareness to the students and the public.

  1. The inspiration of our project - application of Synthetic Biology
  2. the fulfillment of our project - pursuing smart agriculture

Green agricultural market “Green You ii Me” - sparkling ideas with the biological application on agriculture

     We were glad to have the chance to participate in the green agricultural market "Green You ii Me", which was held at the NTHU campus in weekends and farmers there promoted the concept of green, organic agriculture, and organic products. The experience inspired practical applications of our system.

     After talking to the farmers, we found that farmers were suffering a serious defeat from the agricultural system and they generally lacked the knowledge of biopesticides. Through overall investigation, the epidemic diseases caused by fungi needed a systematically and accurately applicable method to solve.

Figure 5: Group photo with the farmer in the agricultural market

Fungal diseases needs to be controlled effectively

     Once the environmental conditions reach, the pathogen will germinate and infect the host and other plants rapidly which is highly contagious. Due to the hazardous infectiousness of fungi, we came out a conclusion that designing the “prevention” would be more effective than only "treatments".

The concept and the promotion of biopesticides and systematically compiling could take over the abusing of chemical pesticides.

     The current agriculture is lacking of exploration and promotion of biopesticides. There is useful information recorded in databases on the Internet, but farmers have no access to it, and also they have no way to record the situation of their own farms. Establishing a system to aggregate new data and do further arrangement or analysis would be helpful for farms and also create more values on the research of biopesticides, which is a win-win strategy. After all, the success of more cases could be the best way to convince other farmers to use biopesticides.

Farmers who implement organic agriculture are actually not familiar to the knowledge of biopesticides.

     Biopesticides are more likely to degrade in the environment, comparing to chemical pesticides, and almost proteins or peptides also have many features and mechanisms. Nonetheless, theories, experiments in labs and all information would be useless for farmers unless we introduce them in user-friendly ways. Farmers should know "When to use“ and “Which kind of biochemical pesticide should be used” to have the best function, or they might not get the expected effect. Thus, basic knowledge and information are one of the key points for farmers to trust biopesticides.

Figure 6: Photo of our team members interviewing the farm in the agricultural market

Fulfillment of Smart Agriculture – Taiwan Productivity 4.0 Initiative

     Taiwan Agro-Productivity 4.0 Initiative integrates intelligent and digital technology into traditional industry, trying to bring Knowledge Intensive Industry into Wisdom Intensive Industry. Let the 3.0 industrial revolution which uses electronics and IT to achieve automation of manufacturing to level up to 4.0 industrial revolution based on Cyber-Physical System.

     To promote biologically agricultural usage and break through the bottleneck of fungal diseases at the same time, turning the traditional agriculture into a high-tech advantage level is the best way. It’s important to increase economic efficiency and lower the environmental cost. We combined these models to deal with more problems to be competitive:

- IoT

- Cloud Computing

- Big Data

     On 28th July, we attended the ASIA AGI-TECH EXPO & FORUM, which was held in Taipei Nangang Exhibition Center. We tried to refresh our idea on the project with the perspective of technology. We became more familiar with the application of automated storage management monitoring platform and cloud computing, and also knew the importance of our project that can make good contributions to humans.

Figure 7: Photo of our team members interviewing the farm in the agricultural market

Untitled Document