Line 3: | Line 3: | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
− | |||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | ||
<link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet"> | <link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"> | ||
− | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 15: | Line 13: | ||
#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; } | ||
#top_menu_inside {margin-left: 20px; margin-bottom: 0px;} | #top_menu_inside {margin-left: 20px; margin-bottom: 0px;} | ||
− | |||
html, body, div, span, applet, object, iframe, | html, body, div, span, applet, object, iframe, | ||
Line 30: | Line 27: | ||
border: 0; | border: 0; | ||
outline: 0; | outline: 0; | ||
− | |||
} | } | ||
− | |||
− | |||
* { | * { | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
Line 41: | Line 35: | ||
background-color:rgb(51,51,51) !important; | background-color:rgb(51,51,51) !important; | ||
line-height:1; | line-height:1; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | /*--------------side menu-----------------*/ | ||
− | |||
nav { | nav { | ||
padding: 18px; | padding: 18px; | ||
Line 110: | Line 71: | ||
.line .red { | .line .red { | ||
width:1px; /*調line長度*/ | width:1px; /*調line長度*/ | ||
− | height: | + | height:47%; /*line寬度*/ |
position:relative; | position:relative; | ||
Line 117: | Line 78: | ||
.line .blue { | .line .blue { | ||
width: 1px; /*line寬度*/ | width: 1px; /*line寬度*/ | ||
− | height: | + | height: 15%; /*調line長度*/ |
position:relative; | position:relative; | ||
left:51px; | left:51px; | ||
Line 219: | Line 180: | ||
transform: scale(0.85); | transform: scale(0.85); | ||
} | } | ||
+ | |||
+ | /*left-topic*/ | ||
+ | |||
+ | .topic{ | ||
+ | position:relative; | ||
+ | margin-top:0vh !important; | ||
+ | width:250px; | ||
+ | height:auto; | ||
+ | left:230px; | ||
+ | float:right; | ||
+ | color:#F3F7F7; | ||
+ | } | ||
+ | .text_color{ | ||
+ | color:#F3F7F7; | ||
+ | font-size:12pt !important; | ||
+ | } | ||
+ | /*--------大圖----------*/ | ||
+ | @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; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /*---------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; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*---------------------*/ | ||
+ | |||
+ | #modelingContainer { | ||
+ | |||
+ | } | ||
+ | |||
+ | #modelingTitle { | ||
+ | font-size: 80px; | ||
+ | text-align: center; | ||
+ | color: #00b4ed; | ||
+ | padding: 50px 30px 20px 30px; | ||
+ | margin: 20px; | ||
+ | letter-spacing: 4px; | ||
+ | } | ||
+ | #modelingContent { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .modelingPart { | ||
+ | margin-top:15px; | ||
+ | } | ||
+ | |||
+ | .modelingPartContentTitie { | ||
+ | font-size: 22px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .modelingPartContent { | ||
+ | width: 90%; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .modelingPartContent p { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #partB,#partC,#partD,#partE,#partF,#partG,#partI,#partJ,#partK,#partM,#partN,#partO,#partP,#partQ,#partR | ||
+ | {display:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #titleA,#titleB,#titleC,#titleD,#titleE,#titleF,#titleG,#titleH,#titleI,#titleJ,#titleK,#titleL,#titleM,#titleN,#titleO,#titleP,#titleQ,#titleR | ||
+ | {cursor:pointer; | ||
+ | } | ||
+ | |||
/*left-topic*/ | /*left-topic*/ | ||
Line 243: | Line 322: | ||
width:60vw; | width:60vw; | ||
height:auto; | height:auto; | ||
− | |||
} | } | ||
.title{ | .title{ | ||
Line 253: | Line 331: | ||
margin-top:20px; | margin-top:20px; | ||
margin-bottom:10px; | margin-bottom:10px; | ||
+ | font-weight:bold; | ||
} | } | ||
.content{ | .content{ | ||
Line 259: | Line 338: | ||
text-indent:2em; | text-indent:2em; | ||
color:#F3F7F7; | color:#F3F7F7; | ||
+ | padding-left:20px; | ||
padding-top:15px; | padding-top:15px; | ||
padding-bottom:15px; | padding-bottom:15px; | ||
Line 265: | Line 345: | ||
.content-1{ | .content-1{ | ||
font-size:19pt !important; | font-size:19pt !important; | ||
+ | text-align:justify; | ||
+ | font-weight: 400 !important; | ||
+ | padding-top:20px; | ||
+ | padding-bottom:10px; | ||
+ | font-weight:400 !important; | ||
+ | } | ||
+ | |||
+ | .content-2{ | ||
+ | font-size:15pt !important; | ||
text-align:justify; | text-align:justify; | ||
color:#F3F7F7; | color:#F3F7F7; | ||
− | font- | + | text-indent:2em; |
− | padding-top: | + | padding-top:15px; |
− | padding-bottom: | + | padding-bottom:15px; |
+ | } | ||
+ | .reference-content{ | ||
+ | font-size:13pt !important; | ||
+ | text-align:justify; | ||
+ | color:#F3F7F7; | ||
+ | padding-top:15px; | ||
+ | padding-bottom:15px; | ||
} | } | ||
− | |||
.content-image{ | .content-image{ | ||
color:#F3F7F7 !important; | color:#F3F7F7 !important; | ||
font-size:11pt !important; | font-size:11pt !important; | ||
padding-top:10px; | padding-top:10px; | ||
− | padding-bottom: | + | padding-bottom:50px; |
width:50vw; | width:50vw; | ||
margin:auto; | margin:auto; | ||
Line 291: | Line 386: | ||
color:#F3F7F7; | color:#F3F7F7; | ||
line-height:1.5; | line-height:1.5; | ||
− | padding-bottom: | + | padding-bottom:8px; |
} | } | ||
.quote{ | .quote{ | ||
Line 302: | Line 397: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <!--圖片--> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/0/01/NCTU_MODELING_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> | ||
+ | |||
<nav id="scroll"> | <nav id="scroll"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
Line 363: | Line 423: | ||
</div> | </div> | ||
− | <div class="node"> | + | <div class="node" id="node1"> |
− | <div class="topic"><p class="text_color"> | + | <div class="topic"><p class="text_color"><a href="#title1" style="text-decoration:none;color:#F3F7F7;">Software</p></div> |
<div class="active-circle"> | <div class="active-circle"> | ||
<div class="splash"></div> | <div class="splash"></div> | ||
Line 376: | Line 436: | ||
</div> | </div> | ||
− | <div class="node"> | + | <div class="node" id="node2"> |
− | <div class="topic"><p class="text_color"> | + | <div class="topic"><p class="text_color"><a href="#title2" style="text-decoration:none;color:#F3F7F7;">Pest Prediction System</a></p></div> |
<div class="active-circle"> | <div class="active-circle"> | ||
<div class="splash"></div> | <div class="splash"></div> | ||
Line 389: | Line 449: | ||
</div> | </div> | ||
− | <div class="node"> | + | <div class="node" id="node3"> |
− | <div class="topic"><p class="text_color"> | + | <div class="topic"><p class="text_color"><a href="#title3" style="text-decoration:none;color:#F3F7F7;">Degradation Rate</a></p></div> |
<div class="active-circle"> | <div class="active-circle"> | ||
<div class="splash"></div> | <div class="splash"></div> | ||
Line 405: | Line 465: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 437: | Line 471: | ||
</nav> | </nav> | ||
− | + | <!--------------------wiki content--------------------------> | |
− | + | ||
− | <!-- | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<section class="content_container"> | <section class="content_container"> | ||
− | |||
− | |||
<div> | <div> | ||
− | |||
− | |||
− | |||
− | <div> | + | <div id="modelingContainer"> |
− | + | <p class="title" id="title1">Software—Toxin selection</p> | |
− | </ | + | |
− | < | + | <div id="modelingContent"> |
+ | |||
+ | <!--modeling part--> | ||
+ | <!--1.--> | ||
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleA" style="color:#33FFCC">I. Purpose</h2> | ||
+ | <div class="modelingPartContent" id="partA"> | ||
+ | <p class="content">To prove the concept of Pantide, we wanted to select three existing distinct spider toxin peptides with probable oral toxicity against the testee-Spodoptera litura(Tobacco cutworms). For the actual application of Pantide, we needed some more knowledge base of peptides which have different molecular targets to promote Pantide applying to other orders of insects, and a different toxic mechanism to regularly alternate so as to avoid drug resistance.</p> | ||
+ | <p class="content">To date, about 1500 toxin peptides from 97 spider species have been studied, though the number of spider toxin peptides is conservatively estimated up to 10 million. <sup>[1]</sup> So, our purpose is to establish a database collecting the information of those peptides, such as molecular target, taxon, toxicity, sequence. According to the database, if we first choose a target insect, then we can easily find out groups of suitable peptides used as Pantide. Therefore, we also need to create a method to select peptides from the database.</p> | ||
− | <div> | + | </div> |
− | + | </div> | |
− | + | ||
− | </ | + | |
+ | <!--2.--> | ||
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleB" style="color:#44FCCE">II. Method</h2> | ||
+ | <div class="modelingPartContent" id="partB"> | ||
+ | <p class="content">The method of toxin selection can be separated into three part: crawler, filter, and selection.</p> | ||
+ | <ul style="list-style-image:none;list-style-type:decimal;"> | ||
+ | <li class="list">Toxin Collection—we planned to collect information of toxin peptides to establish our own database for Pantide from protein databases and some research results like taxon and toxicity from published papers. </li> | ||
+ | <li class="list">Toxin Filtering—based on background knowledge of toxin peptides, we set up some conditions to filter out those unsuitable to use as Pantide.</li> | ||
+ | <li class="list">Toxin Processing—we used online protein analytic tools to classify the remained peptides into groups by their similarity. Finally, we select out three distinct peptides from different groups to proof concept of Pantide.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!--3.--> | ||
+ | <div class="modelingPart"> | ||
+ | |||
+ | <h2 class="content-1" id="titleC" style="color:#5BFCD4">III. Step 1: Crawler</h2> | ||
+ | <div class="modelingPartContent" id="partC"> | ||
+ | <p class="content">In the beginning, we searched on UniProtKB/Swiss-Prot. It is a freely accessible database of protein sequence and functional information that is the manually annotated and reviewed section. (<a href="http://www.uniprot.org" style="color:#44E287;">http://www.uniprot.org/</a>) By searching the keyword “insecticidal NOT crystal” we wanted to find all the proteins that have insecticidal activity excluding those crystal proteins of Bacillus thuringiensis, and we got 216 proteins as results.</p> | ||
+ | <p class="content">Using the result, we established our Pantide database by crawling 11 entries of the protein information from UniProt. The entries are as follows.</p> | ||
− | < | + | <ul style="list-style-image:none;list-style-type:disc;"> |
− | + | <li class="list">The name of the protein</li> | |
− | </ | + | <li class="list">The description of protein function</li> |
+ | <li class="list">The organisms/source of the protein sequence</li> | ||
+ | <li class="list">The length of amino acids</li> | ||
+ | <li class="list">The number of disulfides bonds</li> | ||
+ | <li class="list">Propeptide & signal peptide—If the proteins have an N-terminal signal peptide and propeptide, a part of protein will be cleaved during maturation or activation.</li> | ||
+ | <li class="list">Uniprot entry & Arachnoserver id—the accession number of protein in UniProtKB and ArachnoServer*.</li> | ||
+ | </ul> | ||
+ | <p class="content-2">*ArachnoServer is a manually curated database for protein toxins derived from spider venom.(<a href="http://www.arachnoserver.org/" style="color:#44E287;">http://www.arachnoserver.org/</a>).</p> | ||
+ | <p class="content">We also crawled other seven entries of protein toxicity recorded by Arachnoserver—molecular target, taxon, ED50, LD50, PD50, qualitative information, protein sequence from Arachnoserver. The term, Molecular target, is the effect site of toxin peptides, such as voltage-gated ion channels, GABA receptors and so on. Taxon, ED50, LD50, PD50, and the qualitative information are the toxicity against taxon that had been tested by experiments. The protein sequence from two databases is entirely the same.</p> | ||
+ | <p class="content">We utilized BeautifulSoup 4.4.0, sqlite3 and gevent modules in Python 3.5 to develop our crawler. Moreover, we have submitted the code to GitHub.<br>(Link:<a href="https://github.com/chengchingwen/iGEM/blob/master/crawler.py" style="color:#44E287;">https://github.com/chengchingwen/iGEM/blob/master/crawler.py</a>)</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!--4.--> | ||
+ | <div class="modelingPart" > | ||
+ | <h2 class="content-1" id="titleD" style="color:#6EFFDB">IV. Step 2: Filter</h2> | ||
+ | <div class="modelingPartContent" id="partD"> | ||
+ | <p class="content">After crawling the data, we used DB Browser for SQLite software to browse and used SQL to process our Pantide database. We tried to build a filter to find out peptides suitable to use as Pantide.</p> | ||
+ | <p class="content">According to the previous articles, we knew that around 90% of spider venom toxin peptides contain ICK structure which is the most important domain that reacts with the voltage-gated ion channels of insects and some other receptors specifically. <sup>[2]</sup></p> | ||
+ | <p class="content">Therefore, to find these spider venom toxin peptides from Pantide database, we could start from searching for ICK structure, whose mass is among 1-10 kDa containing at least three disulfide bonds. <sup>[2]</sup> So we set a filter with three conditions.</p> | ||
+ | <ul style="list-style-image:none;list-style-type:decimal;"> | ||
+ | <li class="list">The organism we choose must be spiders or tarantulas.</li> | ||
+ | <li class="list">The length of the a.a. sequences are between 27 and 271 base pairs (1 kDa of protein has averagely nine amino acids, encoded by 27 base pairs)</li> | ||
+ | <li class="list">The number of disulfide bonds is greater or equal to 3. | ||
+ | After filtering with the three conditions, 113 peptides remained. Next, we set another filter to find out insecticidal peptides.</li> | ||
+ | <li class="list">Molecular target contains “invertebrate,” but we also remain peptides without data. | ||
+ | <br> The reason why we keep the peptides without data was that they have the probability to be effective. In this stage, we got 63 candidates.</li> | ||
+ | <p class="content-2">For efficacy experiment of Pantide, we choose our testee-Spodoptera litura as target insect. While there are 14 kinds of distinct Taxon in our database, including 4 Lepidoptera genus. Thus, we also set the other filter to find out peptides against Lepidoptera:</p> | ||
+ | <li class="list">Taxon contains at least one of <i>Spodoptera litura</i>, <i>Heliothis virescens</i>, <i>Manduca sexta</i> and <i>Spodoptera exigua</i>, but we also remain peptides without data | ||
+ | <br> On the other hand, because we designed to produce Pantide by <i>E.coli</i>, that is difficult to express proteins containing disulfide bonds. We had chosen <i>E.coli</i> Rosetta-gami strain for enhanced disulfide bond formation, but to express a protein with more than four disulfide bonds is still a heavy load. So we finally filtered out those peptides containing too much disulfide bonds.</li> | ||
+ | <li class="list">The number of disulfide bonds is less than or equal to four. | ||
+ | <br> The result was that we got 46 peptides which have the possibility to use as Pantide in proof concept experiment, and all of them is targeted to insects’ voltage-gated ion channels (excluding NULL).</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleE" style="color:#80FFDF">V. Step 3: Selection</h2> | ||
+ | <div class="modelingPartContent" id="partE"> | ||
+ | <p class="content">In this step, we tried to find three peptides that have different molecular target or mechanism from filtering result to do the test experiment. The method we used was to classify the remained peptides into groups by their structure similarity.</p> | ||
+ | <p class="content">We used online analytic tools on NCBI to process those peptides.</p> | ||
+ | <p class="content">We started with using Protein BLAST (Basic Local Alignment Search Tool) to search from the whole protein database for the similar query protein sequences related to all the 46 peptides and put those related peptides into groups.</p> | ||
+ | <p class="content">The next was using COBALT (Constraint-based Multiple Alignment Tool) to align the sequence between groups to find out whether or not the two groups have the similar structure while they were not got together on the last step because of side chains and other factors. At last, we separated 46 peptides into four groups, containing 27, 12, 3, 2 peptides, and two alone.</p> | ||
+ | <p class="content">Then we chose the three larger groups and used Conserved Domains Search, and found out that they belonged to the three conserved protein domain family. There are Omega-toxin Superfamily (cl05707), Toxin_28 Superfamily (cl06928) and Toxin_20 Superfamily (cl06915). The strings in brackets are unique ID of superfamilies in the conserved protein domain family database. Finally, we selected the representative peptides from each superfamily and got these three peptides, ω-hexatoxin-Hv1a, μ-segestritoxin-Sf1a and Orally active insecticidal peptide (OAIP).</p> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <p class="content"> | + | <div class="modelingPart"> |
+ | <h2 class="content-1" id="titleF" style="color:#88FCDF">VI. Future</h2> | ||
+ | <div class="modelingPartContent" id="partF"> | ||
+ | <p class="content">To promote the applicability of Pantide, we still need to extend our database. The next step is to integrate with other toxin peptide databases, such as scorpions or cone snails, collect more peptides’ information from research results, and even combine with bioinformatics to build a new scoring system, and search for new potential peptides.</p> | ||
+ | </div> | ||
+ | </div> | ||
− | <div | + | <div class="modelingPart"> |
− | + | <h2 class="content-1" id="titleG" style="color:#9CFFE6">Reference</h2> | |
− | < | + | <div class="modelingPartContent" id="partG"> |
− | </div> | + | <p class="reference-content">[1] King, G.F.; Gentz, M.C.; Escoubas, P.; Nicholson, G.M. A rational nomenclature for naming peptide toxins from spiders and other venomous animals. Toxicon 2008, 52, 264–276.</p> |
+ | <p class="reference-content">[2] Monique J. Windley, Volker Herzig, Sławomir A. Dziemborowicz, Margaret C. Hardy, Glenn F. King and Graham M. Nicholson (2012). Spider-Venom Peptides as Bioinsecticides. Toxins, 4, 191-227.</p> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
+ | <!--------------------------------The Pest Prediction System -------------------------------------------> | ||
<div> | <div> | ||
− | + | <div id="modelingContainer"> | |
− | + | <p class="title" id="title2">The Pest Prediction System</p> | |
− | + | ||
+ | <!--1--> | ||
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleH" style="color:#FFFF82">I. The Factors of Prediction</h2> | ||
+ | <div class="modelingPartContent" id="partH"> | ||
+ | <p class="content">We built a prediction model for our device to support our spraying system. The model will predict the number of the pest, so we can know when our farm will be in the pest threat in the future. Thus we can open our spraying system spraying PANTIDE to protect our farmland. To know the number of pests in the future, we used seven weather data in the past 20 days including air pressure, the highest temperature, the lowest temperature, average temperature, humidity, precipitation, wind velocity, and also the accumulated number of bugs from the two periods including twenty to ten days ago and ten to one days ago. Because Pantide only influences on the larvae, we cannot easily predict the number of moths tomorrow or two or three days later. We needed to know the number of larvae in the future.</p> | ||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <!--2--> |
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleI" style="color:#FFFF82">II. The Life History of Moth</h2> | ||
+ | <div class="modelingPartContent" id="partI"> | ||
+ | <p class="content">After understanding the life history of the moths from Dr. Huang in Taiwan Agriculture Research Institute, we can know that the time of pupa becoming moth ranges from six days to 14 days. So the moths we caught in 20 days must be the larvae in our farm right now. Therefore, we utilized the data of the accumulated number of moth in the next 20 days as the target of our prediction system, and we can use the output to know the time that requires spraying Pantide for prevention.</p> | ||
+ | </div> | ||
+ | </div> | ||
− | <!------ | + | <!--3--> |
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleJ" style="color:#FFFF82">III.The Software Design of Prediction Model</h2> | ||
+ | <div class="modelingPartContent" id="partJ"> | ||
+ | <p class="content">The method we used was called neural network, one of the popular machine learning solutions, or another well-known name called deep learning. The model we used was a combination of two kinds of neural network, Recurrent Neural Network (RNN) and Artificial Neural Network (ANN). Becuase we got seven features of 20 days, equals 140 features in total, we cannot simply put it into ANN to train the model. Therefore, we used RNN which was good for this kind of time series data to compress the 140 features into seven compressed data and got the seven feature and the other two feature which we have previously mentioned. Therefore, we only had nine features in total and then put them into the ANN as the input to get the final prediction. Then, it will compute the errors between the actual answer and the output and use gradient descent and backpropagation to modify the weight in each network each neuron. After a bunch of train steps, we got our model with about 80% of accuracy.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--4---> | ||
− | < | + | <div class="modelingPart"> |
− | + | <h2 class="content-1" id="titleK" style="color:#FFFF82">IV. The Quality of the Model</h2> | |
− | + | <div class="modelingPartContent" id="partK"> | |
− | + | <p class="content">The prediction model is also a part of our device system. After using the device to collect data in a farm, we can not only predict the number of moth with the model we already trained but also retrain our model with the data we collect in that farm. So, now we can modify the model according to each farm to get a specific model for it.</p> | |
− | + | <p class="content">The programming language we use is python3.5, and the deep learning framework is the one developed by Google called tendorflow.(See on<a href="https://github.com/chengchingwen/moth_prediction"style="color:#44E287;"> GitHub</a>)</p> | |
− | </ | + | </div> |
− | + | </div> | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </p> | + | |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
<div> | <div> | ||
− | + | <div id="modelingContainer"> | |
− | + | <p class="title" id="title3">Degradation Rate</p> | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div | + | <!--1--> |
− | + | <div class="modelingPart"> | |
− | + | <h2 class="content-1" id="titleL" style="color:#FFFF82">I. Summary</h2> | |
+ | <div class="modelingPartContent" id="partL"> | ||
+ | <p class="content">The aim of this modeling was to predict and simulate the degradation rate of Pantide. Practically, the results would be integrated into our device to promote automatic control system. Once Pantide degraded below the effective level, it will spray the solution to replenish.</p> | ||
+ | <p class="content">After discussion and experimental verification, we show that UV radiolytic oxidation contributes to the degradation of Pantide. We tried to build a model for simulating the relationship between applied UV light and degradation rate and then combined with UV intensity sensor to calculate the period of spraying Pantide.</p> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
+ | <!--2--> | ||
+ | <div class="modelingPart"> | ||
+ | <h2 class="content-1" id="titleM" style="color:#FFFF82">II. Pantide degradation process</h2> | ||
+ | <div class="modelingPartContent" id="partM"> | ||
+ | <p class="content">For the proteins used as Pantide, the inhibitor cystine knot (ICK) is significant to their function. Pantide with several disulfide bonds is often more stable in solution. If “native protein” is denatured, it loses disulfide bonds and becomes a less stable form, normally called “linear protein,” which is easily degradable.</p> | ||
+ | <p class="content">Recent research shows that the spider toxin proteins containing ICK structure, for example, ω-hexatoxin-Hv1a (Hv1a), have high stability against temperature, pH, solvents and protease. In contrast, when Hv1a is denatured to linear form, it loses its stability and then degrades rapidly. [1]</p> | ||
+ | <p class="content">There are many possible processes of Pantide degradation we discussed below. (Figure 1) Pantide may have a chance to be reduced to a linear form by reductants or reductases. For both native form and linear form proteins, it may suffer hydrolysis and proteolysis, resulting in denaturing or amino acid cleavage. Also, UV light of sun also leads to Pantide degradation. Though the energy of UV light may not be not enough to break the covalent bonds efficiently, proteins still could undergo radiolytic oxidation.</p> | ||
+ | </div> | ||
+ | <!--F1--> | ||
+ | <p class="content"></p> | ||
+ | <p class="content"></p> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <!--3--> | |
− | <div | + | <div class="modelingPart"> |
− | + | <h2 class="content-1" id="titleN" style="color:#FFFF82">III. Hydrolysis test</h2> | |
− | + | <div class="modelingPartContent" id="partN"> | |
+ | <p class="content"></p> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <!--4--> | |
− | < | + | <div class="modelingPart"> |
− | < | + | <h2 class="content-1" id="titleO" style="color:#FFFF82">IV. Proteolysis test</h2> |
− | + | <div class="modelingPartContent" id="partO"> | |
+ | <p class="content"></p> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <!-5--> | |
− | + | <div class="modelingPart"> | |
− | <div | + | <h2 class="content-1" id="titleP" style="color:#FFFF82">V. UV radiolytic oxidation test</h2> |
− | < | + | <div class="modelingPartContent" id="partP"> |
− | + | <p class="content"></p> | |
− | + | </div> | |
</div> | </div> | ||
− | < | + | <!--6--> |
− | < | + | <div class="modelingPart"> |
− | + | <h2 class="content-1" id="titleQ" style="color:#FFFF82">VI. Summarization</h2> | |
+ | <div class="modelingPartContent" id="partQ"> | ||
+ | <p class="content"></p> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="modelingPart"> | |
− | + | <h2 class="content-1" id="titleR" style="color:#FFFF82">Reference</h2> | |
− | + | <div class="modelingPartContent" id="partR"> | |
− | + | <p class="reference-content">[1] Volker Herzig and Glenn F. King (2015). The Cystine Knot Is Responsible for the Exceptional Stability of the Insecticidal Spider Toxin ω-Hexatoxin-Hv1a. Toxins, 7, 4366-4380.</p> | |
− | < | + | <p class="reference-content">[2] Anonymous. (n.d.). HYDROLYSIS. Retrieved October 16, 2016 , from https://zh.scribd.com/document/79207692/Hydrolysis-2006</p> |
− | + | <p class="reference-content">[3] Hedstrom, L. (2002, May 14). Serine Protease Mechanism and Specificity. Chem. Rev. 2002, 102, 4501-4523.</p> | |
− | + | <p class="reference-content">[4] Guozhong Xu & Mark R. Chance (2005). Radiolytic Modification of Sulfur-Containing Amino Acid Residues in Model Peptides: Fundamental Studies for Protein Footprinting. Anal. Chem, 77, 2437-2449.</p> | |
− | < | + | <p class="reference-content">[5] Mary E. Dzaugis, Arthur J. Spivack, Steven D'Hondt (2015, April 10). A quantitative model of water radiolysis and chemical production rates near radionuclide-containing solids. Radiation Physics and Chemistry, 115, 127-134.</p> |
− | + | <p class="reference-content">[6] Bachari, T. S. (n.d.). Theoretical Investigation on The Kinetics of Free Radical Reactions of Styrene Emulsion Polymerization . Retrieved from http://www.iasj.net/iasj?func=fulltext&aId=13996</p> | |
− | + | </div> | |
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | </section> | ||
+ | <!------------JS----------> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | $("#menuNav").children("li").eq(8).addClass("nav-active"); | ||
+ | $("#titleA").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partA").slideToggle(300); | ||
+ | $("html,body").animate({scrollTop:$("#titleA").offset().top-70},1000); | ||
+ | }); | ||
+ | $("#titleB").click(function(){ | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partB").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleB").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleC").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partC").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleC").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleD").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partD").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleD").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleE").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partE").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleE").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleF").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partG").slideUp(300); | ||
+ | $("#partF").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleF").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleG").click(function(){ | ||
+ | $("#partB").slideUp(300); | ||
+ | $("#partA").slideUp(300); | ||
+ | $("#partD").slideUp(300); | ||
+ | $("#partE").slideUp(300); | ||
+ | $("#partC").slideUp(300); | ||
+ | $("#partF").slideUp(300); | ||
+ | $("#partG").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleF").offset().top-80},1000)',500); | ||
+ | }); | ||
+ | $("#titleH").click(function(){ | ||
+ | $("#partI").slideUp(300); | ||
+ | $("#partJ").slideUp(300); | ||
+ | $("#partK").slideUp(300); | ||
+ | $("#partH").slideToggle(300); | ||
+ | $("html,body").animate({scrollTop:$("#titleH").offset().top-70},1000); | ||
+ | }); | ||
+ | $("#titleI").click(function(){ | ||
+ | $("#partH").slideUp(300); | ||
+ | $("#partJ").slideUp(300); | ||
+ | $("#partK").slideUp(300); | ||
+ | $("#partI").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleI").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleJ").click(function(){ | ||
+ | $("#partH").slideUp(300); | ||
+ | $("#partI").slideUp(300); | ||
+ | $("#partK").slideUp(300); | ||
+ | $("#partJ").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleJ").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleK").click(function(){ | ||
+ | $("#partH").slideUp(300); | ||
+ | $("#partI").slideUp(300); | ||
+ | $("#partJ").slideUp(300); | ||
+ | $("#partK").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleK").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleL").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partL").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleL").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleM").click(function(){ | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partM").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleM").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleN").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partN").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleN").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleO").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partO").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleO").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleP").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partP").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleP").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleQ").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partR").slideUp(300); | ||
+ | $("#partQ").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleQ").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | $("#titleR").click(function(){ | ||
+ | $("#partM").slideUp(300); | ||
+ | $("#partN").slideUp(300); | ||
+ | $("#partO").slideUp(300); | ||
+ | $("#partP").slideUp(300); | ||
+ | $("#partQ").slideUp(300); | ||
+ | $("#partL").slideUp(300); | ||
+ | $("#partR").slideToggle(300); | ||
+ | setTimeout('$("html,body").animate({scrollTop:$("#titleR").offset().top-70},1000)',500); | ||
+ | }); | ||
+ | }); | ||
− | </ | + | </script> |
− | + | ||
− | + | ||
<!--JS--> | <!--JS--> | ||
Line 741: | Line 946: | ||
// Clicking the nodes... again, nothing special ;) | // Clicking the nodes... again, nothing special ;) | ||
$nodes.each( function( index ) { | $nodes.each( function( index ) { | ||
− | var $ | + | var $node1 = $( '#node1' ); |
− | $ | + | $node1.click( function() { |
− | $('html, body').animate({ scrollTop: ( | + | $('html, body').animate({ scrollTop: $('#title1').offset().top-70}, 1000 ); |
+ | }); | ||
+ | var $node2 = $( '#node2' ); | ||
+ | $node2.click( function() { | ||
+ | $('html, body').animate({ scrollTop: $('#title2').offset().top-70}, 1000 ); | ||
+ | }); | ||
+ | var $node3 = $( '#node3' ); | ||
+ | $node3.click( function() { | ||
+ | $('html, body').animate({ scrollTop: $('#title3').offset().top-70}, 1000 ); | ||
}); | }); | ||
}) | }) |
Revision as of 22:58, 19 October 2016