Difference between revisions of "Team:NCTU Formosa/Applied Design"

(Prototype team page)
 
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU_Formosa/test}}
 
<html>
 
<html>
  
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <title>Design</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>
 +
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
  
 +
  <style>
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
  
 +
    #globalWrapper{
 +
      padding-bottom: 0 !important;
 +
    }
  
<div class="clear"></div>
+
    body{
 +
      font-size: 0;
 +
      margin: 0;
 +
      padding: 0 !important;
 +
      width: 100%;
 +
    }
  
 +
    .wrapper{
 +
      width: 100%;
 +
      overflow: auto;
 +
      font-family: Levenim MT;
 +
      background-color: #fff;
 +
      padding-bottom: 150px;
 +
    }
  
<div class="column full_size">
+
    .cover{
<h1>Applied Design</h1>
+
      width: 100%;
</div>
+
    }
<div class="clear"></div>
+
  
 +
    .title_title{
 +
      width: 20%;
 +
      margin-left: 40%;
 +
      margin-bottom: 30px;
 +
    }
  
<div class="column two_thirds_size">
+
    .title{
<h3>Best Applied Design Special Prize</h3>
+
      font-size: 7vmin;
 +
      margin: 50px;
 +
      margin-top: 0px;
 +
      text-align: center;
 +
    }
  
<p>This is a prize for the team that has developed a synbio product to solve a real world problem in the most elegant way. The students will have considered how well the product addresses the problem versus other potential solutions, how the product integrates or disrupts other products and processes, and how its lifecycle can more broadly impact our lives and environments in positive and negative ways.
+
    .title_1{
<br><br>
+
      font-size: 6vmin;
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Applied Design prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>.
+
      width: 75%;
<br><br>
+
      margin: 50px;
You must also delete the message box on the top of this page to be eligible for this prize.
+
      margin-bottom: 10px;
</p>
+
      margin-left: 12.5%;
</div>
+
      color: black;
 +
    }
  
 +
    .title_2{
 +
      font-size: 5vmin;
 +
      width: 70%;
 +
      margin: 50px;
 +
      margin-left: 15%;
 +
    }
  
<div class="column third_size">
+
    .title_3{
<div class="highlight decoration_A_full">
+
      font-size: 3.5vmin;
<h3>Inspiration</h3>
+
      width: 65%;
<p>Take a look at what some teams accomplished for this prize.</p>
+
      position: relative;
<ul>
+
      margin-left: 17.5%;
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
      margin-right: 17.5%;
<li><a href="https://2016.igem.org/Team:HSiTAIWAN/Product?locationId=Design">2016 HSiTAIWAN</a></li>
+
      margin-top: 20px;
<li><a href="https://2016.igem.org/Team:Pasteur_Paris/Design">2016 Pasteur Paris</a></li>
+
      margin-bottom: 40px;
</ul>
+
      text-align: justify;
</div>
+
      line-height: 2em;
</div>
+
    }
  
 +
    .text{
 +
      font-size: 3vmin;
 +
      width: 65%;
 +
      position: relative;
 +
      margin-left: 17.5%;
 +
      margin-right: 17.5%;
 +
      margin-top: 20px;
 +
      margin-bottom: 40px;
 +
      text-align: justify;
 +
    }
  
 +
    .explanation{
 +
      font-size: 2.5vmin;
 +
      font-weight: bold;
 +
      color: #575656;
 +
      text-align: center;
 +
    }
  
 +
    p{
 +
      margin: 0;
 +
    }
  
 +
    table{
 +
      width: 55%;
 +
      border: solid 2px #e7eceb;
 +
      text-align: left;
 +
      margin: 40px;
 +
      margin-left: auto;
 +
      margin-right: auto;
 +
      padding: 10px;
 +
      border-collapse: collapse;
 +
      background: #fefefe;
 +
    }
  
 +
    tr{
 +
      border: solid 1px #e7eceb;
 +
      margin: 15px;
 +
      padding: 10px;
 +
    }
  
 +
    td,th{
 +
      padding: 10px;
 +
    }
  
 +
    caption{
 +
      font-size: 3vmin;
 +
      font-weight: bold;
 +
      margin-bottom: 10px;
 +
      color: #575656;
 +
      box-sizing: border-box;
 +
    }
 +
 +
    thead{
 +
      background: #1182be;
 +
      color: #fefefe;
 +
      font-size: 3.5vmin;
 +
    }
 +
 +
    tbody{
 +
      font-size: 3vmin;
 +
    }
 +
 +
    .equation{
 +
      font-size: 3vmin;
 +
      margin: 40px;
 +
      text-align: center;
 +
      margin-left: auto;
 +
      margin-right: auto;
 +
    }
 +
 +
    .icon{
 +
      width: 20px;
 +
      vertical-align: middle;
 +
    }
 +
 +
    .pic{
 +
      width: 100%;
 +
    }
 +
 +
    .procedure{
 +
      width: 100%;
 +
    }
 +
 +
    .sec1{
 +
      padding-top: 100px;
 +
      background-color: white;
 +
    }
 +
 +
    .sec2{
 +
      padding-top: 100px;
 +
      padding-bottom: 150px;
 +
      background-color: #223069;
 +
    }
 +
 +
    .description{
 +
      position: absolute;
 +
      width: 16%;
 +
      left: 30%;
 +
      top: 32.5vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .design{
 +
      position: absolute;
 +
      width: 16%;
 +
      left: 50%;
 +
      top: 32.5vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .hardware{
 +
      position: absolute;
 +
      width: 16%;
 +
      left: 19.5%;
 +
      top: 39vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .demonstration{
 +
      position: absolute;
 +
      width: 18%;
 +
      left: 37%;
 +
      top: 39vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .improvement{
 +
      position: absolute;
 +
      width: 21%;
 +
      left: 56.5%;
 +
      top: 39vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .description:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .design:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .hardware:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .demonstration:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .improvement:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .condition{
 +
      font-size: 3vmin;
 +
      width: 95%;
 +
      margin-left: 5%;
 +
    }
 +
 +
  </style>
 +
 +
  <!----------------------------------------------------------------------------->
 +
 +
  <script>
 +
  </script>
 +
 +
  <!----------------------------------------------------------------------------->
 +
 +
  <!-- Latex resourse code-->
 +
  <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js" type="text/javascript">
 +
      MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
              inlineMath: [
 +
                  ['$', '$'],
 +
                  ["\\(", "\\)"]
 +
              ],
 +
              displayMath: [
 +
                  ['$$', '$$'],
 +
                  ["\\[", "\\]"]
 +
              ],
 +
          },
 +
          "HTML-CSS": {
 +
              availableFonts: ["TeX"]
 +
          }
 +
      });
 +
  </script>
 +
 +
  <!----------------------------------------------------------------------------->
 +
</head>
 +
 +
<body>
 +
  <div class="wrapper">
 +
    <div class="banner">
 +
      <img class="cover" src="https://static.igem.org/mediawiki/2018/3/3a/T--NCTU_Formosa--Project2.0.png">
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Project/Description"><img src="https://static.igem.org/mediawiki/2018/9/9c/T--NCTU_Formosa--description_button.png" class="description"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Applied_Design"><img src="https://static.igem.org/mediawiki/2018/4/46/T--NCTU_Formosa--design_button.png" class="design"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Hardware"><img src="https://static.igem.org/mediawiki/2018/0/09/T--NCTU_Formosa--hardware_button.png" class="hardware"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Demonstrate"><img src="https://static.igem.org/mediawiki/2018/6/6f/T--NCTU_Formosa--demostration_button.png" class="demonstration"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Entrepreneurship"><img src="https://static.igem.org/mediawiki/2018/f/fd/T--NCTU_Formosa--Entre.png" class="improvement"></a>
 +
    </div>
 +
    <div class="sec1">
 +
      <img src="https://static.igem.org/mediawiki/2018/a/a5/T--NCTU_Formosa--project_design.png" class="title_title">
 +
      <div class="text">
 +
        <p>
 +
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Plant B is an intelligent farming system capable of preserving soil integrity while increasing crop growth – a desperately needed alternative in an age where unprecedented population growth is met with alarming degradation of soil. Our project integrates artificial intelligence in the supplementation of soil, achieving precision farming through pinpoint regulation of soil microbiota using bio-stimulators. Models constructed with machine learning are strengthened over time through connection to an IoTtalk platform, which allows constant calibration through feedback of data. The specificity of nature and the accuracy of machine meld together in a single product designed to revitalize agriculture through the power of synthetic biology.
 +
        </p>
 +
      </div>
 +
      <div class="title_1"><p>What is “Bio-stimulators”?</p></div>
 +
      <div class="text">
 +
        <p>
 +
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In the context of our system, bio-stimulators are anything that improve crop output or soil health while affecting soil bacteria, and can include fertilizers, bacteria and peptides. Our product explores the potential of novel, highly efficient bio-stimulators in the form of bacteriocins, which are small antimicrobial peptides naturally produced by bacteria themselves. Designed to inhibit nearby related strains to provide a competitive edge, bacteriocins are highly specific and degrade quickly, presenting little threat to the surrounding environment and any nearby organisms. Their high specificity and extreme efficiency make them perfect for the role as precision regulatory agents.
 +
        </p>
 +
      </div>
 +
      <div class="title_1"><p>Product Design</p></div>
 +
      <div class="text">
 +
        <p>
 +
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Plant B is designed for use on a real farm; NGS data is first collected from soil samples to define soil conditions. The use of bio-stimulators provides figures for constructing a microbial prediction model through machine learning, with subsequent applications providing data for self-learning through feedback. Accumulation of data helps the model adapt to the specific soil conditions, eventually achieving precise predictions of bio-stimulator effect on bacterial distribution and allowing for healthy fertilization. Finally, sensors connected to an IoTtalk platform allow for real-time monitoring of various soil conditions that determine optimal spacing of bio-stimulator application to achieve maximum soil efficiency with minimal labor. Plant B is an approachable and practical alternative, attaining both productivity and sustainability and paving the way to modern agriculture.
 +
        </p>
 +
      </div>
 +
 +
      <div class="pic">
 +
      </div>
 +
 +
    </div>
 +
 +
 +
<!----------------------------------------------------------------------------->
 +
 +
 +
  </div>
 +
</body>
  
 
</html>
 
</html>
 +
 +
{{NCTU_Formosa/Top_button}}
 +
{{NCTU_Formosa/Footer}}

Latest revision as of 15:51, 3 December 2018

Navigation Bar Design

     Plant B is an intelligent farming system capable of preserving soil integrity while increasing crop growth – a desperately needed alternative in an age where unprecedented population growth is met with alarming degradation of soil. Our project integrates artificial intelligence in the supplementation of soil, achieving precision farming through pinpoint regulation of soil microbiota using bio-stimulators. Models constructed with machine learning are strengthened over time through connection to an IoTtalk platform, which allows constant calibration through feedback of data. The specificity of nature and the accuracy of machine meld together in a single product designed to revitalize agriculture through the power of synthetic biology.

What is “Bio-stimulators”?

     In the context of our system, bio-stimulators are anything that improve crop output or soil health while affecting soil bacteria, and can include fertilizers, bacteria and peptides. Our product explores the potential of novel, highly efficient bio-stimulators in the form of bacteriocins, which are small antimicrobial peptides naturally produced by bacteria themselves. Designed to inhibit nearby related strains to provide a competitive edge, bacteriocins are highly specific and degrade quickly, presenting little threat to the surrounding environment and any nearby organisms. Their high specificity and extreme efficiency make them perfect for the role as precision regulatory agents.

Product Design

     Plant B is designed for use on a real farm; NGS data is first collected from soil samples to define soil conditions. The use of bio-stimulators provides figures for constructing a microbial prediction model through machine learning, with subsequent applications providing data for self-learning through feedback. Accumulation of data helps the model adapt to the specific soil conditions, eventually achieving precise predictions of bio-stimulator effect on bacterial distribution and allowing for healthy fertilization. Finally, sensors connected to an IoTtalk platform allow for real-time monitoring of various soil conditions that determine optimal spacing of bio-stimulator application to achieve maximum soil efficiency with minimal labor. Plant B is an approachable and practical alternative, attaining both productivity and sustainability and paving the way to modern agriculture.

Template