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

(Prototype team page)
 
 
(82 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{Team:NCTU_Formosa}}
 
<html>
 
<html>
 +
<head>
 +
<meta charset="UTF-8">
  
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
  
<div class="column full_size judges-will-not-evaluate">
+
<link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet">
<h3>★  ALERT! </h3>
+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">team collaboration silver medal criterion</a>. </p>
+
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Evaluated_Pages/Instructions"> Instructions for Evaluated Pages </a>.</p>
 
</div>
 
  
 +
<style type="text/css">
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
#top_menu_inside {margin-left: 20px; margin-bottom: 0px;}
  
  
 +
html, body, div, span, applet, object, iframe,
 +
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
a, abbr, acronym, address, big, cite, code,
 +
del, dfn, em, font, img, ins, kbd, q, s, samp,
 +
small, strike, strong, sub, tt, var,
 +
b, u, i, center,
 +
dl, dt, dd, ol,
 +
fieldset, form, label, legend,
 +
table, caption, tbody, tfoot, thead, tr, th, td {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
  
<div class="column full_size">
+
}
  
  
<p>
+
* {
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
  font-family: 'Open Sans', sans-serif;
</p>
+
    font-weight: 300;
 +
}
 +
body{
 +
    background-color:rgb(51,51,51) !important;
 +
    line-height:1;
 +
}
 +
/*大圖*/
 +
@media screen and (min-width: 768px) {
 +
  .img-container{
 +
    height:100vh ;
 +
    overflow:hidden ;
 +
    width:100%;
 +
  }
 +
  .main-img{
 +
    top: 0;
 +
    bottom: 0;
 +
    left: 0;
 +
    right: 0;
 +
    width: 100%;
 +
    margin: auto;
 +
    z-index:999;
 +
    }
 +
}
 +
@media screen and (orientation: portrait) {
 +
    .img-container{
 +
        height:auto;
 +
        overflow:none;
 +
        width:100%;
 +
    }
 +
    .main-img{
 +
        top: 0;
 +
        bottom: 0;
 +
        left: 0;
 +
        right: 0;
 +
        width: 100%;
 +
        margin: auto;
 +
        z-index:999;
 +
    }
 +
}
 +
 
 +
/*scroll navigaiton*/
 +
nav {
 +
  padding: 18px;
 +
  position: fixed;
 +
  height: auto;
 +
  left:0.5vw;
 +
  width: auto;
 +
  z-index: 9999;
 +
  top:15%;
 +
  margin: auto;
 +
}
 +
 
 +
nav .wrapper {
 +
  padding: 0;
 +
  width:100%;
 +
  height: 785px;
 +
}
 +
 
 +
nav .nodes {
 +
  position: relative;
 +
  margin-top: 1px;
 +
  margin-left: 1px;
 +
 
 +
}
 +
 
 +
.line {
 +
  position: absolute;
 +
  width:1px;
 +
  height:705px;
 +
  top: 13px;
 +
}
 +
.line .red {
 +
  width:1px;    /*調line長度*/
 +
  height:60%; /*line寬度*/
 +
  position:relative;
 +
 
 +
}
 +
 
 +
.line .blue {
 +
  width: 1px;  /*line寬度*/
 +
  height: 43%;  /*調line長度*/
 +
  position:relative;
 +
  left:51px;
 +
 
 +
}
 +
.line .red-container {
 +
  position:relative;
 +
  width: 4px;
 +
}
 +
.line .red {
 +
  background-color:#00D6FF;/*cover line color*/
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
}
 +
.line .blue {
 +
  background-color: white;/*line color*/
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
 +
}
 +
 
 +
.node {
 +
  margin-left: 40px;/*調node間距*/
 +
  width: 20px;
 +
  height: 20px;
 +
  margin-top: 30px;
 +
  position: relative;
 +
}
 +
.node .splash {
 +
  box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
 +
  transform: translateZ(0px) scale(1);
 +
  position: absolute;
 +
  width: 20px;
 +
  height: 20px;
 +
  border-radius: 100%;
 +
  pointer-events: none;
 +
  opacity: 1;
 +
}
 +
.node.active .active-circle {
 +
  transform: scale(1);
 +
  opacity: 1;
 +
  background:white;/*active circle color*/
 +
  left:1.6px; 
 +
}
 +
.node.active .splash {
 +
  transition: transform 1200ms, opacity 1500ms;
 +
  transform: translateZ(0px) scale(2.5);
 +
  opacity: 0 !important;
 +
 
 +
}
 +
.node.active .inactive-circle {
 +
  transition: opacity 200ms;
 +
  opacity: 0;
 +
}
 +
.node .active-circle {
 +
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.7);
 +
  position: absolute;
 +
  opacity: 0;
 +
  width: 20px;
 +
  height: 20px;
 +
  border-radius: 100%;
 +
  background-color: #4b1202;
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
 
 +
}
 +
.node .active-circle .cover {
 +
  transform: translateZ(0px);
 +
  width: 16px;
 +
  height: 16px;
 +
  background:#00D6FF;/*active circle color */
 +
  border-radius: 100%;
 +
  position: absolute;
 +
  top: 2px;
 +
  left: 2px;
 +
}
 +
 
 +
.node .inactive-circle {
 +
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  width: 14px;
 +
  height: 14px;
 +
  display: block;
 +
  background: #000;
 +
  position: absolute;
 +
  border-radius: 100%;
 +
  border: 2px solid white;
 +
  top: 3px;
 +
  left: 3px;
 +
}
 +
.node:hover {
 +
  cursor: pointer;
 +
}
 +
.node:hover .active-circle {
 +
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.84);
 +
}
 +
 
 +
.node:hover .inactive-circle {
 +
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.85);
 +
}
 +
 
 +
/*left-topic*/
 +
 
 +
.topic{
 +
    position:relative;
 +
    margin-top:0vh !important;
 +
    width:230px;
 +
    height:auto;
 +
    left:240px;
 +
    float:right;
 +
    color:#F3F7F7;
 +
}
 +
.text_color{
 +
    color:#F3F7F7;
 +
    font-size:12pt !important;
 +
}
 +
/*content*/
 +
.content_container{
 +
    position:relative;
 +
    left:6.5vw;
 +
    right:6.5vw;
 +
    margin:0 auto;
 +
    width:60vw;
 +
    height:auto;
 +
}
 +
.title{
 +
    font-size:25pt !important;
 +
    text-shadow:1px 1px 10px rgb(0, 206, 255);
 +
    border-left:3px solid rgb(0, 206, 255);
 +
    padding-left:10px !important;
 +
    color:rgb(0, 206, 255);
 +
    margin-top:20px;
 +
    margin-bottom:10px;
 +
    font-weight:bold;
 +
}
 +
.content{
 +
    font-size:15pt !important;
 +
    text-align:justify;
 +
    text-indent:2em;
 +
    color:#F3F7F7;
 +
    padding-left:40px;
 +
    padding-top:15px;
 +
    padding-bottom:15px;
 +
}
 +
/*second title*/
 +
.content-1{
 +
    font-size:19pt !important;
 +
    text-align:justify;
 +
    color:#F3F7F7;
 +
    font-weight: bold !important;
 +
    padding-top:30px;
 +
    padding-bottom:10px;
 +
    font-weight:400 !important;
 +
}
 +
 
 +
 
 +
.content-image{
 +
    text-align:center !important;
 +
    color:#F3F7F7 !important;
 +
    font-size:12pt !important;
 +
    padding-top:10px;
 +
    padding-bottom:50px;
 +
}
 +
 
 +
 
 +
.appear{
 +
    display:none;
 +
   
 +
}
 +
.list{
 +
    font-size:15pt !important;
 +
    text-align:justify;
 +
    line-height:1.5;
 +
    padding-bottom:5px;
 +
    color:#F3F7F7;
 +
}
 +
.quote{
 +
    font-size:17pt !important;
 +
    text-align:justify;
 +
    color:#F3F7F7;
 +
    text-indent:2em !important;
 +
   
 +
}
 +
 
 +
 
 +
/*image*/
 +
.web{
 +
    position:fixed !important;
 +
    left:0%;
 +
    bottom:0%;
 +
    display:block;
 +
    margin: auto;
 +
}
 +
.right{
 +
    position:fixed !important;
 +
    bottom:-15px;
 +
    right:0vw;
 +
    margin: auto;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
.img-position{
 +
    position:absolute;
 +
    z-index:-1;
 +
}
 +
.box{
 +
    width:auto;
 +
    padding-top:10px;
 +
    padding-bottom:10px;
 +
}
 +
.picture{
 +
    position:relative;
 +
    left:7vw;
 +
    width:80%;
 +
}
 +
 
 +
.picture-1{
 +
    position:relative;
 +
    left:15vw;
 +
    width:50%;
 +
}
 +
 
 +
 
 +
/*-----------table-------------*/
 +
.table-container{
 +
    margin-left:2vw !important;
 +
    position:relative;
 +
}
 +
table{width:750px;table-layout:fixed;word-wrap:break-word;}
 +
table tr:first-child{
 +
      border:1px solid #FFAA33 !important;
 +
      background-color:#FFAA33 !important;
 +
      color:#F3F7F7;
 +
      text-align:center !important;
 +
      font-size:18pt !important;
 +
}
 +
table tr:first-child td{
 +
      border-top:1px solid #FFAA33 !important;
 +
}
 +
tr td{
 +
      border-left:1.5px solid #FFAA33 !important;
 +
      border-right:1.5px solid #FFAA33 !important;
 +
      border-bottom:1.5px solid #FFAA33 !important;
 +
      text-align:center;
 +
      margin:auto;
 +
}
 +
tr td:first-child{
 +
      margin:auto;
 +
      text-align:center;
 +
      font-size:18pt !important;
 +
 
 +
}
 +
 
 +
.table_content{
 +
    font-size:13pt;
 +
   
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<nav id="scroll">
 +
    <div class="wrapper">
 +
     
 +
  <div class="nodes">
 +
            <div class="line">
 +
                <div class="blue">
 +
                    <div class="red-container">
 +
                        <div class="red"></div>
 +
                    </div>
 +
                </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Collaborations</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">   
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">TaiwanPP_FTP</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Characterization of Biobricks</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
 
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Distribution Kit</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Mentoring a New Team</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
 
 +
 
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div> 
 +
 +
 
 +
 
 +
 
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Newsletter</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
 
 +
 
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Survey Collaboration</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
 
 +
    </nav>
 +
 +
 
 +
 
 +
<!--圖片-->
 +
  <div class="img-container">
 +
        <img src="https://static.igem.org/mediawiki/2016/d/d6/NCTU_COLLABORATION_BIG_PICTURE.png" class="main-img" width="100%">
 +
  </div>
 +
  <div>
 +
    <img src='https://static.igem.org/mediawiki/2016/f/f8/Web.png' class="web img-position" height="200px" id="web">
 +
  </div>
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2016/6/65/Right_%281%29.png" class="right img-position" id="right" height="600px">
 +
  </div>
 +
 
 +
 
 +
 
 +
<!--wiki content-->
 +
 
 +
 
 +
<section class="content_container">
 +
  <div>
 +
    <p class="title">Collaborations<p>
 +
    <p class="content">Collaborations among iGEM teams are one of the essential parts in Human Practices, for we have become companions with other iGEMers because of the reciprocal interactions. This year, we have done some collaborations including experience assistance, mentoring a new team.</p>
 +
    </div>
 +
 
 +
 
 +
 
 +
<div style="width:1px;height:60px;"id="TaiwanPP_FTP">
 +
  </div>
 +
 
 +
 
 +
<div >
 +
    <p class="title">TaiwanPP_FTP</p>
 +
    <p class="content-1">Overview</p>
 +
    <p class="content">TaiwanPP_FTP is a software collaboration between NYMU-Taipei and NCTU_Formosa. As the teams that both care about agricultural issues, we collaborated with NYMU-Taipei iGEM team to create innovative software that can predict the tendency of pest prospering shortly. The software will able to give detailed information of farm condition and give advice for farmers to prepare earlier before the threat.</p>
 +
    <p class="content">We built up a prediction model by using the most popular way called machine learning for a variety insects. Through training a computer with a great amount of data, the computer will be able to analyze the relationship between input conditions and the outcomes. Finally, it can provide an accurate prediction which is the useful information for farm owners.(go to <a href="http://taiwanpp.byethost8.com/web/backbone.html?i=2"style="color:#44E287;">Website</a>)</p>
 +
 
 +
    <div>
 +
    <img src="https://static.igem.org/mediawiki/2016/e/e3/NCTU_PP_FPT.png" class="picture">
 +
    <p class="content-image" style="text-align:center !important;">Figure 1. The screenshot of the website.</p>
 +
    </div>
 +
 
 +
    <p class="content-1">The Aim of TaiwanPP_FTP</p>
 +
    <p class="content">We hope this tool could be user-friendly. All the information could be accessed through the Internet freely. It is remarkable if users could use the existing data to recreate another great application for the world. The product was a convenient web page that will show the predicted number of pests in the following three days of each observation station in Taiwan. All the source code and data are already on GitHub.(see on <a href="https://github.com/IandRover/TaiwanPP_FTP" style="color:#44E287;">GitHub1</a> and <a href="https://github.com/IandRover/Pests_prediction_github" style="color:#44E287;">GitHub2</a>)</p>
 +
 
 +
    <p class="content-1">The Process of Collaboration</p>
 +
    <p class="content">This software is the cooperated product of National Chiao Tung University and National Yang-Ming University. The member of NYMU first developed this idea. The member of NYMU was responsible for developing the software including raw coding for data collection, data processing, prediction voting establishment and web development, while the member of NCTU was acting as a consultant and advisor that refined the code and debugged including stuff such as streamlining the program, database connection. During the cooperation, we had several discussions through video chats on Facebook and had discussions in person. Finally, we made it an open source software and collaborated on GiHub.</p>
 +
 
 +
 
 +
 
 +
    <p class="content-1">How does it work</p>
 +
 
 +
 
 +
    <ul style="list-style-image:none;list-style-type:disc;">
 +
          <li class="list">Objective:
 +
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;By inputing weather data of the past few days, users can get the population size of pests. The types of pest include <i>Bactrocera dorsalis</i>, <i>Bactrocera cucurbatae</i>, <i>Spodoptera litura</i>, and <i>Spodoptera exgua Hiibner</i>.</li>
 +
 
 +
 
 +
<!--table-->
 +
          <li class="list">Data sources:</li>
 +
 
 +
 
 +
  <table class="table-container" width="500">
 +
    <tr>
 +
          <td width="80" height="30">Data</td>
 +
          <td width="210">Pests</td>
 +
          <td width="210">Weather</td>
 +
    </tr>
 +
    <tr style="background:#FFDDAA;">
 +
          <td  height="30"  valign="middle">Type</td>
 +
          <td class="table_content">Open Source</td>
 +
          <td class="table_content">Query Website</td>
 +
    </tr>
 +
    <tr>
 +
          <td height="30">Duration</td>
 +
          <td class="table_content">Collected every ten days</td>
 +
          <td class="table_content">Collected every day</td>
 +
    </tr>
 +
    <tr style="background:#FFDDAA;">
 +
          <td height="30"  valign="middle">Data Type</td>
 +
          <td class="table_content">Number</td>
 +
          <td class="table_content">Temperature, Rainfall</td>
 +
    </tr>
 +
    <tr >
 +
          <td height="30" valign="middle">Source</td>
 +
          <td class="table_content"><a href="https://sheethub.com/data.gov.tw/%E8%94%AC%E6%9E%9C%E9%87%8D%E8%A6%81%E5%AE%B3%E8%9F%B2%E9%98%B2%E7%96%AB%E6%97%AC%E5%A0%B1" style="color:#44E287;">Taiwan Agricultural Research Institute</a></td>
 +
          <td class="table_content"><a href="http://e-service.cwb.gov.tw/HistoryDataQuery/index.jsp" style="color:#44E287;">CWB Observation Data Inquire System</a></td>
 +
    </tr>
 +
 
 +
 
 +
  </table>
 +
   
 +
 
 +
 
 +
 
 +
          <li class="list">Hypothesis:
 +
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;According to a great amount of research paper, the weather condition influences the maturation of pests to some extents. Take oriental fruit fly as an example; rainy days lead to their maturation. In contrast, low temperature results in a small group of oriental fruit fly. As a whole, in building this model, we presumed that there exists the connection between weather and group size of the pest.</li>
 +
 
 +
          <li class="list">Features:
 +
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The features we chose to utilize included average day temperature, the highest day temperature, the lowest day temperature, rainfall, pressure, wind velocity and relative humidity.</li>
 +
 
 +
          <li class="list">Model selection:
 +
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We are using two famous and frequently used models, Supported Vector Machine (SVM) and Random Forest (RF) in building the prediction system. In processing and testing data, the member of NYMU discovered that SVM made an incredibly great prediction (~100%) when the datasets are big enough, while RF has an average score of 80%. However, in some cases, when RF model reached 60~70% of accuracy score, SVM has 50% or worse. Thus, we decided to build a simple ensemble prediction model, with different hyperparameters and classifier. Moreover, choose the pest population size that most classifiers agree.</li>
 +
 
 +
    </ul>
 +
 
 
</div>
 
</div>
  
<div class="column half_size">
 
  
<h4> Which other teams can we work with? </h4>
+
<div style="width:1px;height:60px;"id="Mingdao">
<p>
+
  </div>
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
</p>
+
  
<p>
+
 
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
<div>
</p>
+
    <p class="title">Characterization of Biobricks</p>
 +
    <p class="content-1">NCTU_Formosa & Mingdao Senior High School Collaboration</p>
 +
    <p class="content">We helped Mingdao iGEM team to confirm their BioBrick. We cultivated the <i>E.coli</i> according to their protocol. This year Mingdao iGEM team constructs a biobrick that can express enzyme, alcohol oxidase (AOX), on the surface of <i>E.coli</i>. The long anchor of the <i>E.coli</i> is from the concept of 2015 NCTU_FORMOSA.</p>
 +
    <p class="content">Method: We cultivated <i>E.coli</i> BL21 3mL containing the biobrick selecting with Chloromycetin, and the other one is the control which doesn’t have the plasmid. Then we centrifuged 1mL bacteria solution and added PBS to adjust the OD values are almost the same. Then we added TMB, a substrate of oxidase and react in the dark. The product can be analysis by OD650. Ultimately, we proved their biobrick is valid.</p>
 +
    <p class="content">On the other hand, Mingdao iGEM team also characterized our Biobrick is valid to express the target protein. They run an SDS-PAGE of our Pantide and no plasmid bacteria. The result shows that our Pantide is successfully expressed.</p>
 +
 
 +
<div>
 +
    <img src="https://static.igem.org/mediawiki/2016/3/35/Mingdao_.png" class="picture">
 +
    <p class="content-image" style="text-align:center !important;">Figure 2. Collaboration with Mingdao.</p>
 +
    </div>
  
 
</div>
 
</div>
Line 36: Line 626:
  
  
<div class="column half_size">
+
  <div>
<p>
+
    <p class="title">Distribution Kit</p>
Here are some suggestions for projects you could work on with other teams:
+
    <p class="content-1">NTHU_Taiwan iGEM team</p>
</p>
+
    <p class="content">We provided NTHU_Taiwan iGEM team with BBa_B0012. <br>(go to the wiki of <a href="https://2016.igem.org/Team:NTHU_Taiwan/Parts"  style="color:#44E287;"> NTHU_Taiwan</a>)</p>
 +
    <p class="content-1">Tongji_Shanghai iGEM team</p>
 +
    <p class="content">We provided Tongji_Shanghai iGEM team with BBa_K1694005. <br>(go to the wiki of <a href="https://2016.igem.org/Team:Tongji_Shanghai/Parts"  style="color:#44E287;"> Tongji_Shanghai</a>)</p>
 +
    <p class="content-1">TCU_Taiwan iGEM team</p>
 +
    <p class="content">We provided TCU_Taiwan iGEM team with BBa_K592012. <br>(go to the wiki of <a href="https://2016.igem.org/Team:TCU_Taiwan/Parts"  style="color:#44E287;"> TCU_Taiwan</a>)</p>
 +
 
 +
    <p class="content-1">Mingdao iGEM team</p>
 +
    <p class="content">We sent the biobricks BBa_K1694002, BBa_K1694010, BBa_K1694035, BBa_K1694044 and BBa_K1694045, which was registry by 2015 NCTU_Formosa, to help them express the outer membrane protein.
 +
<br>(go to the wiki of <a href="https://2016.igem.org/Team:Mingdao/Parts"  style="color:#44E287;"> Mingdao</a>)</p>
 +
    <p class="content-1">NCKU_Tainan iGEM team</p>
 +
    <p class="content">This year, it is the first time for NCKU_Tainan to participate in Giant Jamboree. Therefore, we provided them with the Part BBa_K861171, BBa_I712667, BBa_I712015, BBa_R0010, BBa_R0040, BBa_C0040, BBa_C0051, BBa_C0061,  BBa_C0062, BBa_R0065, BBa_K592009 and BBa_R0052 to them.
 +
<br>(go to the wiki of <a href="https://2016.igem.org/Team:NCKU_Tainan/Parts"  style="color:#44E287;"> NCKU_Tainan</a>)</p>
 +
 
 +
  </div>
 +
 
 +
<div>
 +
    <img src="https://static.igem.org/mediawiki/2016/3/3d/NCTU_logos.png" class="picture">
 +
    <p class="content-image" style="text-align:center !important;">Figure 2. We provided biobricks to these iGEM teams.</p>
 +
    </div>
 +
 
 +
  <div>
 +
    <p class="title">Mentoring New Teams</p>
 +
    <p class="content">We have helped Taichung First Senior High School and Chung Cheng University set up their iGEM teams next year. (see <a href="https://2016.igem.org/Team:NCTU_Formosa/Engagement#mentoring" style="color:#44E287;">Education</a>)</p>
 +
 
 +
   
 +
  </div>
 +
 
 +
<div>
 +
    <p class="title">Newsletter</p>
 +
    <p class="content">This year, we were honored to take part in the Newsletter team collaboration edited by XMU-China iGEM team. We have penned an article in the Newsletter describing our project. (see the link for the <a href="https://2016.igem.org/Team:XMU-China/HP/Newsletter" style="color:#44E287;">Newsletter</a>)</p>
 +
 
 +
   
 +
  </div>
 +
 
 +
 
 +
<div style="width:1px;height:60px;"id="Aachen">
 +
  </div>
 +
 
 +
 
 +
 
 +
<div>
 +
    <p class="title">Survey Collaboration</p>
 +
    <p class="content">International Survey aims to investigate the background knowledge of synthetic biology and the experience about genetic engineering across the world. There are 11 iGEM teams from different continents in the collaboration. The idea of the survey was first proposed by iGEM Aachen 2016, and fortunately, we had had online meetups in August. So we gladly accepted the offer as a principal team in Asia. We surveyed people on the street. Finally, we collected more than 500 samples and got some great result. Here are the teams that participate in the survey.</p>
 +
 
 +
<div>
 +
<img src="https://static.igem.org/mediawiki/2016/a/a1/NCTU_Aachen_PICTURE.png" class="picture">
  
<ul>
 
<li> Improve the function of another team's BioBrick Part or Device</li>
 
<li> Characterize another team's part </li>
 
<li> Debug a construct </li>
 
<li> Model or simulating another team's system </li>
 
<li> Test another team's software</li>
 
<li> Help build and test another team's hardware project</li>
 
<li> Mentor a high-school team</li>
 
</ul>
 
 
</div>
 
</div>
 +
 +
  <li class="list">iGEM Team Aachen</li>
 +
    <li class="list">iGEM Team Vilnius</li>
 +
  <li class="list">iGEM Team NCTU Formosa</li>
 +
  <li class="list">iGEM Team Graz</li>
 +
  <li class="list">iGEM Team Linköping</li>
 +
  <li class="list">iGEM Team TecCEM</li>
 +
  <li class="list">iGEM Team Technion</li>
 +
  <li class="list">iGEM Team Sheffield </li>
 +
  <li class="list">iGEM Team Valencia</li> 
 +
  <li class="list">iGEM Team Delft</li>
 +
  <li class="list">iGEM Team Dundee</li>
 +
  </div>
 +
<p class="content-1">Video Collaboration</p>
 +
<p class="content">Furthermore, we shot episodes to promote and discuss different topics, including “What is synthesis biology?” “Biosafety,” “How to share the things we develop?” and so on. The episodes then converge into one film Also, in the film, it integrates multicultural topics. The diversity of cultures is what we want to present in the film. The teams are from 5 countries including Germany, Mexico, Taiwan, England and Pakistan.
 +
 +
</p>
 +
</section>
 +
  </div>
 +
 +
<!--JS-->
 +
 +
<script>
 +
 +
var $document = $( document.body );
 +
var $revealBar = $( '.red-container' );
 +
var wrapperHeight = $document.height();
 +
var stepDistance = 101;
 +
var documentHeight = window.innerHeight;
 +
var positions = [];
 +
var heights = [];
 +
var elements = $( '.title:not(".main")' );
 +
 +
// Cache heights and positions
 +
for( var i = 0; i < elements.length; i++ ) {
 +
  var $element = $(elements[i]);
 +
  var height = $element.offset().top + documentHeight;
 +
  if (height > wrapperHeight) {
 +
    height = wrapperHeight;
 +
  }
 +
  positions.push(height);
 +
  heights.push($element.height());
 +
}
 +
 +
var $nodes =  $( '.node' );
 +
 +
// Should totally be debounced /w animation frame. I know,
 +
// this whole thing is slightly inefficient.
 +
// And magic numbers too!
 +
$( document ).scroll( function() {
 +
 +
  nodeTop = $document.scrollTop() + documentHeight + 1;
 +
  var current = 0;
 +
 
 +
  // Active/non active states
 +
  for( var i = 0; i < positions.length; i++ ) {
 +
    if(nodeTop >= positions[i]-80) {
 +
      current = i;
 +
      $nodes.eq( i ).addClass( 'active' );
 +
    } else {
 +
      $nodes.eq( i ).removeClass( 'active' );
 +
    }
 +
  }
 +
 
 +
 
 +
  if ( current < elements.length ) {
 +
    var nextStep = (nodeTop - positions[current]) / (positions[current + 1] - positions[current]);
 +
    var totalWidth = ( current * stepDistance ) + (nextStep * stepDistance);
 +
$revealBar.height( totalWidth+10 );
 +
  }
 +
 +
})
 +
 +
// Clicking the nodes... again, nothing special ;)
 +
$nodes.each( function( index ) {
 +
  var $node = $( this );
 +
  $node.click( function() {
 +
    $('html, body').animate({ scrollTop: (positions[ index ] - documentHeight)-80}, 1000 );
 +
  });
 +
})
 +
//scroll_relocate
 +
function sticky_relocate() {
 +
    var window_top = $(window).scrollTop();
 +
    var div_top = $('.main-img').offset().top;;
 +
    if (window_top > div_top+500) {
 +
        $('#scroll').removeClass('appear');
 +
    } else {
 +
        $('#scroll').addClass('appear');
 +
    };
 +
    if(window_top > div_top+420) {
 +
        $('#web').fadeIn(200);
 +
        $('#right').fadeIn(200);
 +
    } else {
 +
        $('#web').fadeOut(200);
 +
        $('#right').fadeOut(200);
 +
    }
 +
}
 +
 +
$(function () {
 +
    $(window).scroll(sticky_relocate);
 +
    sticky_relocate();
 +
});
 +
 +
 +
 +
$(document).ready(function(
 +
 +
){})
  
  
 +
</script>
 +
</body>
 
</html>
 
</html>
 +
{{Team:NCTU_Formosa/footer}}

Latest revision as of 01:33, 20 October 2016

Collaborations

Collaborations among iGEM teams are one of the essential parts in Human Practices, for we have become companions with other iGEMers because of the reciprocal interactions. This year, we have done some collaborations including experience assistance, mentoring a new team.

TaiwanPP_FTP

Overview

TaiwanPP_FTP is a software collaboration between NYMU-Taipei and NCTU_Formosa. As the teams that both care about agricultural issues, we collaborated with NYMU-Taipei iGEM team to create innovative software that can predict the tendency of pest prospering shortly. The software will able to give detailed information of farm condition and give advice for farmers to prepare earlier before the threat.

We built up a prediction model by using the most popular way called machine learning for a variety insects. Through training a computer with a great amount of data, the computer will be able to analyze the relationship between input conditions and the outcomes. Finally, it can provide an accurate prediction which is the useful information for farm owners.(go to Website)

Figure 1. The screenshot of the website.

The Aim of TaiwanPP_FTP

We hope this tool could be user-friendly. All the information could be accessed through the Internet freely. It is remarkable if users could use the existing data to recreate another great application for the world. The product was a convenient web page that will show the predicted number of pests in the following three days of each observation station in Taiwan. All the source code and data are already on GitHub.(see on GitHub1 and GitHub2)

The Process of Collaboration

This software is the cooperated product of National Chiao Tung University and National Yang-Ming University. The member of NYMU first developed this idea. The member of NYMU was responsible for developing the software including raw coding for data collection, data processing, prediction voting establishment and web development, while the member of NCTU was acting as a consultant and advisor that refined the code and debugged including stuff such as streamlining the program, database connection. During the cooperation, we had several discussions through video chats on Facebook and had discussions in person. Finally, we made it an open source software and collaborated on GiHub.

How does it work

  • Objective:
          By inputing weather data of the past few days, users can get the population size of pests. The types of pest include Bactrocera dorsalis, Bactrocera cucurbatae, Spodoptera litura, and Spodoptera exgua Hiibner.
  • Data sources:
  • Data Pests Weather
    Type Open Source Query Website
    Duration Collected every ten days Collected every day
    Data Type Number Temperature, Rainfall
    Source Taiwan Agricultural Research Institute CWB Observation Data Inquire System
  • Hypothesis:
          According to a great amount of research paper, the weather condition influences the maturation of pests to some extents. Take oriental fruit fly as an example; rainy days lead to their maturation. In contrast, low temperature results in a small group of oriental fruit fly. As a whole, in building this model, we presumed that there exists the connection between weather and group size of the pest.
  • Features:
          The features we chose to utilize included average day temperature, the highest day temperature, the lowest day temperature, rainfall, pressure, wind velocity and relative humidity.
  • Model selection:
          We are using two famous and frequently used models, Supported Vector Machine (SVM) and Random Forest (RF) in building the prediction system. In processing and testing data, the member of NYMU discovered that SVM made an incredibly great prediction (~100%) when the datasets are big enough, while RF has an average score of 80%. However, in some cases, when RF model reached 60~70% of accuracy score, SVM has 50% or worse. Thus, we decided to build a simple ensemble prediction model, with different hyperparameters and classifier. Moreover, choose the pest population size that most classifiers agree.

Characterization of Biobricks

NCTU_Formosa & Mingdao Senior High School Collaboration

We helped Mingdao iGEM team to confirm their BioBrick. We cultivated the E.coli according to their protocol. This year Mingdao iGEM team constructs a biobrick that can express enzyme, alcohol oxidase (AOX), on the surface of E.coli. The long anchor of the E.coli is from the concept of 2015 NCTU_FORMOSA.

Method: We cultivated E.coli BL21 3mL containing the biobrick selecting with Chloromycetin, and the other one is the control which doesn’t have the plasmid. Then we centrifuged 1mL bacteria solution and added PBS to adjust the OD values are almost the same. Then we added TMB, a substrate of oxidase and react in the dark. The product can be analysis by OD650. Ultimately, we proved their biobrick is valid.

On the other hand, Mingdao iGEM team also characterized our Biobrick is valid to express the target protein. They run an SDS-PAGE of our Pantide and no plasmid bacteria. The result shows that our Pantide is successfully expressed.

Figure 2. Collaboration with Mingdao.

Distribution Kit

NTHU_Taiwan iGEM team

We provided NTHU_Taiwan iGEM team with BBa_B0012.
(go to the wiki of NTHU_Taiwan)

Tongji_Shanghai iGEM team

We provided Tongji_Shanghai iGEM team with BBa_K1694005.
(go to the wiki of Tongji_Shanghai)

TCU_Taiwan iGEM team

We provided TCU_Taiwan iGEM team with BBa_K592012.
(go to the wiki of TCU_Taiwan)

Mingdao iGEM team

We sent the biobricks BBa_K1694002, BBa_K1694010, BBa_K1694035, BBa_K1694044 and BBa_K1694045, which was registry by 2015 NCTU_Formosa, to help them express the outer membrane protein.
(go to the wiki of Mingdao)

NCKU_Tainan iGEM team

This year, it is the first time for NCKU_Tainan to participate in Giant Jamboree. Therefore, we provided them with the Part BBa_K861171, BBa_I712667, BBa_I712015, BBa_R0010, BBa_R0040, BBa_C0040, BBa_C0051, BBa_C0061, BBa_C0062, BBa_R0065, BBa_K592009 and BBa_R0052 to them.
(go to the wiki of NCKU_Tainan)

Figure 2. We provided biobricks to these iGEM teams.

Mentoring New Teams

We have helped Taichung First Senior High School and Chung Cheng University set up their iGEM teams next year. (see Education)

Newsletter

This year, we were honored to take part in the Newsletter team collaboration edited by XMU-China iGEM team. We have penned an article in the Newsletter describing our project. (see the link for the Newsletter)

Survey Collaboration

International Survey aims to investigate the background knowledge of synthetic biology and the experience about genetic engineering across the world. There are 11 iGEM teams from different continents in the collaboration. The idea of the survey was first proposed by iGEM Aachen 2016, and fortunately, we had had online meetups in August. So we gladly accepted the offer as a principal team in Asia. We surveyed people on the street. Finally, we collected more than 500 samples and got some great result. Here are the teams that participate in the survey.

  • iGEM Team Aachen
  • iGEM Team Vilnius
  • iGEM Team NCTU Formosa
  • iGEM Team Graz
  • iGEM Team Linköping
  • iGEM Team TecCEM
  • iGEM Team Technion
  • iGEM Team Sheffield
  • iGEM Team Valencia
  • iGEM Team Delft
  • iGEM Team Dundee
  • Video Collaboration

    Furthermore, we shot episodes to promote and discuss different topics, including “What is synthesis biology?” “Biosafety,” “How to share the things we develop?” and so on. The episodes then converge into one film Also, in the film, it integrates multicultural topics. The diversity of cultures is what we want to present in the film. The teams are from 5 countries including Germany, Mexico, Taiwan, England and Pakistan.