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

Line 1: Line 1:
{{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>
 +
<style>
 +
#modelingContainer {
 +
width::100%;
 +
margin-top: 63px;
 +
padding-top:30px;
 +
}
  
 +
#modelingTitle {
 +
font-size: 80px;
 +
text-align: center;
 +
color: #00b4ed;
 +
padding: 50px 30px 20px 30px;
 +
margin: 20px;
 +
letter-spacing: 4px;
 +
}
 +
#modelingContent {
 +
width: 100%;
 +
}
  
 +
.modelingPart {
 +
width: 80%;
 +
margin: 30px auto;
 +
}
 +
.modelingPartTitle {
 +
font-size: 25px;
 +
}
 +
.modelingPartContentTitie {
 +
font-size: 22px;
 +
font-weight: normal;
 +
}
 +
.modelingPartContent {
 +
width: 90%;
 +
margin: 0 auto;
 +
}
 +
.modelingPartContent p {
 +
font-size: 18px;
 +
}
  
  
 +
#partB,#partC,#partD,#partE,#partF,#partG,#partH
 +
{display:none;
 +
}
  
  
 +
#titleA,#titleB,#titleC,#titleD,#titleE,#titleF,#titleG,#titleH
 +
{cursor:pointer;
 +
}
  
<div class="column full_size">
 
<h2> Modeling</h2>
 
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
 
  
  
<h5> Inspiration </h5>
+
</style>
<p>
+
</head>
Here are a few examples from previous teams:
+
<body>
</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
  
  
 +
<div id="modelingContainer">
 +
<h1 id="modelingTitle">Software—Toxin selection</h1>
 +
<div id="modelingContent">
 +
   
 +
    <!--modeling part-->
 +
    <!--1.-->
 +
    <div class="modelingPart">
 +
        <h2 class="modelingPartTitle" id="titleA" style="color:#02b2ec">I. Purpose</h2>
 +
        <div class="modelingPartContent" id="partA">
 +
            <p>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.</p>
 +
            <p>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.</p>       
 +
        </div>
 +
    </div>
 +
   
 +
   
 +
        <!--2.-->
 +
    <div class="modelingPart">
 +
        <h2 class="modelingPartTitle" id="titleB" style="color:#19a0dc">II. Method</h2>
 +
        <div class="modelingPartContent" id="partB">
 +
         
 +
        </div>     
 +
    </div>
 +
   
 +
   
 +
    <!--3.-->
 +
    <div class="modelingPart">
 +
     
 +
        <h2 class="modelingPartTitle" id="titleC" style="color:#576fb1">III.Step 1: Crawler</h2>
 +
        <div class="modelingPartContent" id="partC">
 +
         
 +
        </div>
 +
    </div>
 +
   
 +
   
 +
    <!--4.-->
 +
    <div class="modelingPart" >
 +
        <h2 class="modelingPartTitle" id="titleD"  style="color:#7a546a">IV.Step 2: Filter</h2>
 +
        <div class="modelingPartContent" id="partD">
 +
        </div>   
 +
    </div>
 +
   
 +
    <div class="modelingPart">
 +
        <h2 class="modelingPartTitle" id="titleE" style="color:#924189">V. Step 3: Selection</h2>
 +
        <div class="modelingPartContent" id="partE">
 +
           
 +
    </div>
 
</div>
 
</div>
  
 +
 +
    <div class="modelingPart">
 +
        <h2 class="modelingPartTitle" id="titleF" style="color:#9d3982">VI. Future</h2>
 +
        <div class="modelingPartContent" id="partF">
 +
         
 +
        </div>
 +
    </div>
 +
 +
<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);
 +
                $("#partH").slideUp(300);
 +
$("#partF").slideUp(300);
 +
$("#partA").slideToggle(300);
 +
$("html,body").animate({scrollTop:$("#titleA").offset().top-80},1000);
 +
});
 +
$("#titleB").click(function(){
 +
$("#partA").slideUp(300);
 +
$("#partC").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partF").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partB").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleB").offset().top-80},1000)',500);
 +
});
 +
$("#titleC").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partF").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partC").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleC").offset().top-80},1000)',500);
 +
});
 +
$("#titleD").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partC").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partF").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partD").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleD").offset().top-80},1000)',500);
 +
});
 +
$("#titleE").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partC").slideUp(300);
 +
$("#partF").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partE").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleE").offset().top-80},1000)',500);
 +
});
 +
$("#titleF").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partC").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partF").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleF").offset().top-80},1000)',500);
 +
});
 +
 +
$("#titleG").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partC").slideUp(300);
 +
                $("#partF").slideUp(300);
 +
                $("#partH").slideUp(300);
 +
$("#partG").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleF").offset().top-80},1000)',500);
 +
});
 +
 +
$("#titleH").click(function(){
 +
$("#partB").slideUp(300);
 +
$("#partA").slideUp(300);
 +
$("#partD").slideUp(300);
 +
$("#partE").slideUp(300);
 +
$("#partC").slideUp(300);
 +
                $("#partG").slideUp(300);
 +
                $("#partF").slideUp(300);
 +
$("#partH").slideToggle(300);
 +
setTimeout('$("html,body").animate({scrollTop:$("#titleF").offset().top-80},1000)',500);
 +
});
 +
});
 +
 +
 +
</script>
 +
</body>
 
</html>
 
</html>

Revision as of 06:56, 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