Difference between revisions of "Team:Paris Bettencourt/Model"

Line 1: Line 1:
{{Paris_Bettencourt}}
+
{{Paris_Bettencourt/Menu}}
 +
{{Paris_Bettencourt/Wiki}}
 +
 
 +
                                            <!-- Code by the 2016 Paris Bettencourt -->
 +
 
 
<html>
 
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 +
<style>
  
  
 +
a:hover {
 +
    text-decoration : none;
 +
}
  
 +
html {
 +
    height : 100%;
 +
}
  
 +
body {
 +
    position : relative;
 +
    width : 1250px;
 +
    margin-left : 0;
 +
    margin-right : 0;
 +
    margin-top : 0;
 +
}
  
 +
#topheader {
 +
    position : relative;
 +
    margin-top : -80px;
 +
    margin-left : 0px;
 +
    margin-right : 0;
 +
    margin-bottom: 30px;
 +
    padding:0;
 +
    width : 100%;
 +
    height : 200px;
 +
    background-image : url("https://static.igem.org/mediawiki/2016/b/b2/Paris_Bettencourt-Binding_Domain.jpeg");
 +
    background-size : cover;
 +
}
  
 +
#subheader {
 +
    position : relative ;
 +
    width : 80%;
 +
    left : 0;
 +
    right : 0;
 +
    margin-left : 10%;
 +
    margin-bottom: 30px;
 +
    background-color : rgb(255,255,255);
 +
}
  
 +
#subheader p{
 +
    font-size: 17px;
 +
}
  
 +
.separation {
 +
    width: 100%;
 +
    height : 100px;
 +
}
  
<div class="column full_size">
+
.input {
<h2> Modeling</h2>
+
    width : 80%;
<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>
+
    display : inline-block;
 +
    line-height : normal;
 +
    text-align : justify;
 +
}
  
 +
#figurebox {
 +
    border-style: solid;
 +
    border-width: 2px;
 +
    border-color: #8B1813;
 +
    margin-top : 15px;
 +
    margin-left : 15px;
 +
    margin-right : 15px;
 +
    margin-bottom: 15px;
 +
    padding-top: 10px;
 +
    padding-right: 10px;
 +
    padding-bottom: 10px;
 +
    padding-left: 10px;
 +
}
  
<h5> Inspiration </h5>
+
#figurebox p {
 +
    font-size: 15px;
 +
}
 +
 
 +
<!-------- BEGIN Style for Panels Linking Other Projects----------->  
 +
 
 +
.panel {
 +
    width:1100px;
 +
    height:528px;
 +
    margin:0;
 +
    margin-top:0px;
 +
    margin-left:60px;
 +
    margin-bottom:0px;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Open Sans', sans-serif;
 +
}
 +
 
 +
.panel a {
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 
 +
/* Subpanels */
 +
.narrowimg {/* Subpanels background*/
 +
    /*position:absolute;*/
 +
    z-index:2;
 +
    opacity:0.3;
 +
    filter: alpha(opacity=30);
 +
}
 +
 
 +
.titlebox {/* Subpanels Title*/
 +
    z-index:1;
 +
    position:relative;
 +
    bottom:480px;
 +
    background:transparent;
 +
}
 +
 
 +
.subpanel2 { /* Projects */
 +
    float:left;
 +
    width:200px;
 +
    height:492px;
 +
    font-size:22px;
 +
    text-align:center;
 +
    margin-top:0;
 +
    margin-right:11px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
}
 +
.subpanel2:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel2:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
 
 +
/* pages */
 +
.subpanel4 { /* divide page in 3 */
 +
    float:left;
 +
    width:364px;
 +
    height:492px;
 +
    font-size:22px;
 +
    margin-top:0;
 +
    margin-right:10px;
 +
}
 +
.subpanel6 { /* Pages */
 +
    height:240.5px;
 +
    margin:0;
 +
    margin-bottom:11px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
    background:rgb(255,255,255);
 +
    color:Black;
 +
    text-align:center;
 +
}
 +
.subpanel6:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel6:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
 
 +
<!-- END Style for Panels Linking Other Projects-->
 +
   
 +
 
 +
<!-- Begin Style for Project Summary Boxes-->
 +
 
 +
  .factstile a:hover {
 +
    font-weight:bold;
 +
  }
 +
  .factstile a {
 +
    color: rgb(30,39,43);
 +
  }
 +
 +
 
 +
  .projtile1 {
 +
    float:left;
 +
    width:263px;
 +
    height:200px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:125px;
 +
    margin-right:15px;
 +
    text-align:left;
 +
  }
 +
 
 +
  .projtile2 {
 +
    float:left;
 +
    width:263px;
 +
    height:200px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:125px;
 +
    margin-right:15px;
 +
    text-align:left;
 +
  }
 +
 
 +
  .projtile3 {
 +
    float:left;
 +
    width:400px;
 +
    height:415px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:425px;
 +
    margin-right:15px;
 +
    margin-bottom:100px;
 +
    margin-top:-430px;
 +
    text-align:left;
 +
  }
 +
 
 +
  .projtile4 {
 +
    float:left;
 +
    width:263px;
 +
    height:415px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:860px;
 +
    margin-right:15px;
 +
    margin-top:-515px;
 +
    text-align:left;
 +
  }
 +
 
 +
            </style>
 +
 
 +
<body>
 +
<div id=topheader> </div>
 +
 
 +
<h1 class="red">Modelling Group: Computationally model stain removal using enzymes </h1>
 +
 
 +
 
 +
<!----------------------- BEGIN SUMMARY BOXES-------------------------> 
 +
 
 +
<div class="projtile1">
 +
    <h2 class="red" style="text-align:center;">Goals</h2>
 +
    <ul>
 +
        <li>To make a computational model to analyze stain-enzyme dynamics</li>
 +
        <li>To find optimum parameters</li>
 +
    </ul>
 +
</div>
 +
 
 +
<div style="clear: both;"></div>
 +
 
 +
<div class="projtile2">
 +
    <h2 class="red" style="text-align:center;">BioBricks</h2>
 +
            <ul>
 +
                  <li>BioBrick 1
 +
                  <li>BioBrick 2
 +
                  <li>BioBrick 3
 +
            </ul>
 +
</div>
 +
 
 +
<div style="clear: both;"></div>
 +
 
 +
<div class="projtile3">
 +
      <h2 class="red" style="text-align:center;">Results</h2>
 +
      <ul>
 +
            <li> Developed a differential equation model to analyze stain dynamics
 +
            <li> A computational approach using Gillespie algorithm
 +
            <li> A computational approach using explicit finite difference method for three dimensional modelling
 +
 
 +
      </ul>
 +
</div>
 +
 
 +
<div style="clear: both;"></div>
 +
 
 +
<div class="projtile4">
 +
    <h2 class="red" style="text-align:center;">Methods</h2>
 +
    <ul>
 +
        <li>Matlab
 +
        <li>ODE solvers
 +
        <li>Gillespie Algorithm
 +
        <li>Explicit Finite Difference method (FDM)
 +
    </ul>
 +
</div>
 +
 
 +
<div style="clear: both;"></div>
 +
 
 +
<!----------------------- END SUMMARY BOXES------------------------->   
 +
 
 +
<div id=subheader>
 +
<div id="input">
 +
<h2 class="red">Abstract</h2>
 
<p>
 
<p>
Here are a few examples from previous teams:
+
<b>
 +
 
 +
 
 +
<br>
 +
 
 +
 
 +
</b>
 
</p>
 
</p>
 +
 +
<h2 class="red"> Motivation and Background</h2>
 +
<h3>Challenge: Modelling stain removal in a compact washing machine</h3>
 +
 +
<p>
 +
A typical garment is composed of several square meters of fabric and a typical washing machine has a volme of 100 liters.
 +
 +
<br>
 +
 +
</p>
 +
 +
 +
<div id="figurebox">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9c/Paris_Bettencourt-Project_Model_Model_Equations.jpg" alt="Quercetin strains degradation" style="width:500px;">
 +
<p>
 +
<b> Example figure box</b>
 +
</p>
 +
</div>
 +
 +
 +
 +
<h2 class="red">Results</h2>
 +
 +
<h3>Model1: Ode-based</h3>
 +
 +
<h3>Model2: Gillespie Algorithm-based</h3>
 +
 +
<h3>Model3: 3D modelling using FDM</h3>
 +
 +
 +
 +
 +
<br>
 +
</p>
 +
 +
<h2 class="red">Methods</h2>
 +
 +
                           
 +
<p>
 +
blabla ###.
 +
</p>
 +
 +
 +
 +
<h2 class="red">Attributions</h3>
 +
<p>
 +
This project was done mostly by Jake Wintermute, Mislav Acman and Mani Sai Suryateja Jammalamadaka. 
 +
</p>
 +
 +
<h2 class="red">References</h2>
 
<ul>
 
<ul>
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
        <li>
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
        <li>
 +
        <li>
 
</ul>
 
</ul>
  
 +
</div>  <! End input Div> 
  
 +
</div> <! End subheader Div> 
 +
 +
 +
<div style="margin-top:20px; margin-bottom:20px">
 +
<div class="panel" >
 +
<a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Assay" title="Assay">
 +
<div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/3/38/Paris_Bettencourt--Assay_Button_small.jpg" width="200px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/e/e8/Paris_Bettencourt-Logo_Assay.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Assay
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Microbiology" title="Microbiology">
 +
<div id="dspanel" class="subpanel2">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/8/87/Paris_Bettencourt--Microbiology_Button_small.jpg" width="200px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/f/f8/Paris_Bettencourt-Logo_Microbiology.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Microbiology
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Enzyme" title="Enzyme">
 +
<div id="tcpanel" class="subpanel2">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/d/d2/Paris_Bettencourt--Protein_Button_small.jpg" width="200px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/9/9d/Paris_Bettencourt-Logo_Enzyme.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
  Enzyme
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Binding" title="Binding domains">
 +
<div id="thpanel" class="subpanel2">     
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/5/55/Paris_Bettencourt--Binding_Button_small.jpg" width="200px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/4/44/Paris_Bettencourt-Logo_Binding.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Binding
 +
  </div>
 +
</div>
 +
      </a>
 +
    <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Indigo" title="Indigo">
 +
<div id="thpanel" class="subpanel2">     
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/5/5a/Paris_Bettencourt--Indigo_Button_small.jpg" width="200px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/f/f0/Paris_Bettencourt-Logo_Indigo.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:10px;"><hr></div>
 +
    Indigo
 +
  </div>
 +
</div>
 +
      </a>
 +
</div>
 
</div>
 
</div>
  
 +
<div class=separation></div>
 +
 +
<div style="clear: both;"></div>
 +
 +
 +
</div>
 +
</div>
 +
</div>
 +
 +
</body>
 +
 +
 +
<!--
 +
BUTTON.. unimportant for now
 +
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
 +
UPLOAD FILES
 +
</div>
 +
-->
 
</html>
 
</html>
 +
{{Paris_Bettencourt/Footer2}}

Revision as of 15:55, 18 October 2016


Modelling Group: Computationally model stain removal using enzymes

Goals

  • To make a computational model to analyze stain-enzyme dynamics
  • To find optimum parameters

BioBricks

  • BioBrick 1
  • BioBrick 2
  • BioBrick 3

Results

  • Developed a differential equation model to analyze stain dynamics
  • A computational approach using Gillespie algorithm
  • A computational approach using explicit finite difference method for three dimensional modelling

Methods

  • Matlab
  • ODE solvers
  • Gillespie Algorithm
  • Explicit Finite Difference method (FDM)

Abstract


Motivation and Background

Challenge: Modelling stain removal in a compact washing machine

A typical garment is composed of several square meters of fabric and a typical washing machine has a volme of 100 liters.

Quercetin strains degradation

Example figure box

Results

Model1: Ode-based

Model2: Gillespie Algorithm-based

Model3: 3D modelling using FDM


Methods

blabla ###.

Attributions

This project was done mostly by Jake Wintermute, Mislav Acman and Mani Sai Suryateja Jammalamadaka.

References

Centre for Research and Interdisciplinarity (CRI)
Faculty of Medicine Cochin Port-Royal, South wing, 2nd floor
Paris Descartes University
24, rue du Faubourg Saint Jacques
75014 Paris, France
+33 1 44 41 25 22/25
igem2016parisbettencourt@gmail.com
2016.igem.org