Line 27: | Line 27: | ||
#topheader { | #topheader { | ||
position : relative; | position : relative; | ||
− | margin-top : - | + | margin-top : -120px; |
margin-left : 0px; | margin-left : 0px; | ||
margin-right : 0; | margin-right : 0; | ||
Line 33: | Line 33: | ||
padding:0; | padding:0; | ||
width : 100%; | width : 100%; | ||
− | height : | + | height : 300px; |
background-image : url("https://static.igem.org/mediawiki/2016/b/b2/Paris_Bettencourt-Binding_Domain.jpeg"); | background-image : url("https://static.igem.org/mediawiki/2016/b/b2/Paris_Bettencourt-Binding_Domain.jpeg"); | ||
background-size : cover; | background-size : cover; | ||
Line 84: | Line 84: | ||
<!-------- BEGIN Style for Panels Linking Other Projects-----------> | <!-------- BEGIN Style for Panels Linking Other Projects-----------> | ||
+ | /* Panels */ | ||
.panel { | .panel { | ||
− | + | margin: 0 auto; | |
− | + | ||
− | margin:0 | + | |
− | + | ||
− | + | ||
− | + | ||
color: rgb(30,39,43); | color: rgb(30,39,43); | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
− | |||
.panel a { | .panel a { | ||
+ | display: inline-block; | ||
color: rgb(46,43,52); | color: rgb(46,43,52); | ||
text-decoration:none; | text-decoration:none; | ||
Line 107: | Line 103: | ||
filter: alpha(opacity=30); | filter: alpha(opacity=30); | ||
} | } | ||
− | |||
.titlebox {/* Subpanels Title*/ | .titlebox {/* Subpanels Title*/ | ||
z-index:1; | z-index:1; | ||
position:relative; | position:relative; | ||
− | bottom: | + | bottom: 200px; |
background:transparent; | background:transparent; | ||
} | } | ||
.subpanel2 { /* Projects */ | .subpanel2 { /* Projects */ | ||
− | float:left; | + | float: left; |
width:200px; | width:200px; | ||
− | height: | + | height:250px; |
− | font-size: | + | font-size:20px; |
text-align:center; | text-align:center; | ||
− | margin-top: | + | margin-top:5px; |
− | margin-right: | + | margin-bottom:5px; |
+ | margin-right:5px; | ||
+ | margin-left:5px; | ||
border-radius:7px; | border-radius:7px; | ||
overflow:hidden; | overflow:hidden; | ||
Line 133: | Line 130: | ||
filter: alpha(opacity=80); | filter: alpha(opacity=80); | ||
} | } | ||
− | |||
/* pages */ | /* pages */ | ||
.subpanel4 { /* divide page in 3 */ | .subpanel4 { /* divide page in 3 */ |
Revision as of 16:03, 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.
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.