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

Line 142: Line 142:
 
}
 
}
  
 +
 +
/*left-topic*/
 +
 +
.topic{
 +
    position:relative;
 +
    margin-top:0vh !important;
 +
    width:200px;
 +
    height:auto;
 +
    left:210px;
 +
    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;
 +
}
 +
.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
 +
}
 +
 +
.content-image{
 +
    color:#F3F7F7 !important;
 +
    font-size:11pt !important;
 +
    padding-top:10px;
 +
    padding-bottom:50px;
 +
    width:50vw;
 +
    margin:auto;
 +
    padding-left:60px;
 +
}
 +
 +
.appear{
 +
    display:none;
 +
   
 +
}
 +
.list{
 +
    font-size:15pt !important;
 +
    text-align:justify;
 +
    color:#F3F7F7;
 +
}
 +
.quote{
 +
    font-size:17pt !important;
 +
    text-align:justify;
 +
    color:#F3F7F7;
 +
    text-indent:2em !important;
 +
   
 +
}
  
  
Line 160: Line 239:
  
 
<!--------------------wiki content-------------------------->
 
<!--------------------wiki content-------------------------->
 
+
<section>
 
+
<div class="content-container">
 
<div id="modelingContainer">
 
<div id="modelingContainer">
 
<h1 id="modelingTitle">Software—Toxin selection</h1>
 
<h1 id="modelingTitle">Software—Toxin selection</h1>
Line 204: Line 283:
 
      
 
      
 
     <div class="modelingPart">
 
     <div class="modelingPart">
         <h2 class="modelingPartTitle" id="titleE" style="color:#924189">V. Step 3: Selection</h2>
+
         <h2 class="modelingPartTitle" id="titleE" style="color:#924189">V.Step 3: Selection</h2>
 
         <div class="modelingPartContent" id="partE">
 
         <div class="modelingPartContent" id="partE">
 
              
 
              
Line 212: Line 291:
  
 
     <div class="modelingPart">
 
     <div class="modelingPart">
         <h2 class="modelingPartTitle" id="titleF" style="color:#9d3982">VI. Future</h2>
+
         <h2 class="modelingPartTitle" id="titleF" style="color:#9d3982">VI.Future</h2>
 
         <div class="modelingPartContent" id="partF">
 
         <div class="modelingPartContent" id="partF">
 
            
 
            
Line 218: Line 297:
 
     </div>
 
     </div>
  
 +
 +
 +
 +
</div>
 +
</section>
 +
 +
<!------------JS---------->
 
<script>
 
<script>
 
$(function(){
 
$(function(){

Revision as of 07:07, 15 October 2016

Software—Toxin selection

I. Purpose

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, 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.

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. [1] 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.

II. Method

III.Step 1: Crawler

IV.Step 2: Filter

V.Step 3: Selection

VI.Future