Difference between revisions of "Team:SZU-China/Model"

(Prototype team page)
 
 
(66 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{SZU-China}}
+
{{SZU-China/header}}
 
<html>
 
<html>
  
  
 +
<style>
 +
#icon{
 +
transform:translateY(-49px);
 +
}
 +
 +
.border-3 {
 +
    border-width:3px !important;
 +
   
 +
}
 +
.card[class*="border"] {
 +
    border: 1px solid #469789;
 +
    -webkit-box-shadow: none;
 +
    box-shadow: none;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
.card-text{
<h3>★  ALERT! </h3>
+
font-size: 20px !important;
<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>
+
#HQ_page p {
</div>
+
   
 +
    text-align: center;
 +
}
 +
#card1 > div.card-body.text-center{
 +
padding-top: 0px;
 +
}
 +
#card2 > div.card-body.text-center{
 +
padding-top: 0px;
 +
}
 +
#card1 > div.view.text-center{
 +
height: 60px;
 +
}
 +
#card2 > div.view.text-center{
 +
height: 60px;
 +
}
 +
</style>
  
 +
 +
<body data-spy="scroll" data-target="#myScrollspy" data-offset="10">
 +
<div class="container-full">
 +
<div class="card">
 +
<img class="card-img-top" src="https://static.igem.org/mediawiki/2018/f/fc/T--SZU-China--Model-home.jpg" />
 +
</div>
 +
</div>
  
<div class="clear"></div>
+
<div class="container-fluid">
 +
<div class="col-10 offset-1 shadow">
 +
<div class="row"></div>
 +
<div class="text-center">
 +
<h1 class="h1" style="color: #469789; text-align: center;">Model</h1>
 +
</div>
 +
<div class="row">
 +
<div class="col-8 offset-2">
 +
 +
<p style="font-size: 18px; font-weight: bold;">
 +
On this page, two mathematical models were constructed to analysis the efficiency of our producet based on simulation and experiment. <br />Click the frame  to see the details.
 +
</p>
 +
 +
 +
</div>
 +
</div>
 +
<div class="row">
 +
 +
<div class="row">
 +
<div class="col-4 offset-1">
 +
 +
<div id="card1" class="card border-3 h-100">
 +
<div class="view text-center">
 +
<img id="icon" class="card-img-top" style="width: 96px;" src="https://static.igem.org/mediawiki/2018/4/48/T--SZU-China--Model_home1.png"/>
 +
</div>
 +
<div class="card-body text-center">
 +
<a style="color: #469789;" href="https://2018.igem.org/Team:SZU-China/Epidemic_Model"><h3 >Epidemic Model </h3></a>
 +
<p class="card-text" >We developed a epidemic model with ordinary differential equation to predict the population dynamics of cockroaches infected by Metarhizium anisopliae. We then performed numerical simulations on the model and sensitivity analysis on some key parameters to find they impacts.
 +
</p>
 +
</div>
 +
</div>
  
 +
</div>
 +
 +
<div class="col-4 offset-2 ">
 +
<div id="card2" class="card border-3 h-100">
 +
<div class="view text-center">
 +
<img id="icon" class="card-img-top" style="width: 96px;" src="https://static.igem.org/mediawiki/2018/4/4b/T--SZU-China--Model_home2.png"/>
 +
</div>
 +
<div class="card-body text-center">
 +
<a style="color: #469789;" href="https://2018.igem.org/Team:SZU-China/Statistic_Model"><h3  >Statistic Model</h3></a>
 +
<p class="card-text">We constructed a statistical model for our experimental data from simulating room. It can give us a clear and scientific understanding that whether there had significant difference in migration rate, mortality and gnawing rate between each products.</p>
  
<div class="column full_size">
+
</div>
<h1> Modeling</h1>
+
</div>
 +
</div>
 +
</div>
 +
</div>
  
<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>
+
 +
  
</div>
 
<div class="clear"></div>
 
  
<div class="column full_size">
+
</div>
<h3> Gold Medal Criterion #3</h3>
+
<p>
+
Convince the judges that your project's design and/or implementation is based on insight you have gained from modeling. This could be either a new model you develop or the implementation of a model from a previous team. You must thoroughly document your model's contribution to your project on your team's wiki, including assumptions, relevant data, model results, and a clear explanation of your model that anyone can understand.
+
<br><br>
+
The model should impact your project design in a meaningful way. Modeling may include, but is not limited to, deterministic, exploratory, molecular dynamic, and stochastic models. Teams may also explore the physical modeling of a single component within a system or utilize mathematical modeling for predicting function of a more complex device.
+
</p>
+
  
<p>
+
</div>
Please see the <a href="https://2018.igem.org/Judging/Medals"> 2018
+
Medals Page</a> for more information.
+
</p>
+
</div>
+
  
<div class="column two_thirds_size">
+
</body>
<h3>Best Model Special Prize</h3>
+
 +
 +
 +
 +
 +
 +
<script>
 +
 +
$("#card1").hover(
 +
    function(){
 +
        $("#card1").addClass("shadow-lg rounded");
 +
    },
 +
    function(){
 +
        $("#card1").removeClass("shadow-lg rounded");
 +
    }
 +
);
  
<p>
+
$("#card2").hover(
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Model 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>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.  
+
    function(){
<br><br>
+
        $("#card2").addClass("shadow-lg rounded");
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
    },
</p>
+
    function(){
 +
        $("#card2").removeClass("shadow-lg rounded");
 +
    }
 +
);
  
</div>
 
  
 +
$("#icon").hover(
 +
    function(){
 +
        $("#icon").addClass("bounce ");
 +
    },
 +
    function(){
 +
        $("#icon").removeClass("bounce");
 +
    }
 +
);
 +
</script>
 +
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3> Inspiration </h3>
 
<p>
 
Here are a few examples from previous teams:
 
</p>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:Manchester/Model">2016 Manchester</a></li>
 
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">2016 TU Delft</li>
 
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">2014 ETH Zurich</a></li>
 
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">2014 Waterloo</a></li>
 
</ul>
 
</div>
 
</div>
 
  
 
</html>
 
</html>

Latest revision as of 18:33, 17 October 2018

Model

On this page, two mathematical models were constructed to analysis the efficiency of our producet based on simulation and experiment.
Click the frame to see the details.

Epidemic Model

We developed a epidemic model with ordinary differential equation to predict the population dynamics of cockroaches infected by Metarhizium anisopliae. We then performed numerical simulations on the model and sensitivity analysis on some key parameters to find they impacts.

Statistic Model

We constructed a statistical model for our experimental data from simulating room. It can give us a clear and scientific understanding that whether there had significant difference in migration rate, mortality and gnawing rate between each products.