Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | |||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
/********************** All style of this page ************************/ | /********************** All style of this page ************************/ | ||
body{ | body{ | ||
+ | background: #052d5d; | ||
background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png"); | background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png"); | ||
+ | background-size: 75%; | ||
+ | // background-size: 60%; | ||
} | } | ||
#globalWrapper, #content{ | #globalWrapper, #content{ | ||
Line 13: | Line 15: | ||
} | } | ||
#content{ | #content{ | ||
+ | // background: #052d5d; | ||
// background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png"); | // background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png"); | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 54: | Line 57: | ||
font-family: 'Century', serif; | font-family: 'Century', serif; | ||
} | } | ||
− | |||
− | |||
.on{ | .on{ | ||
display: block; | display: block; | ||
Line 65: | Line 66: | ||
-webkit-transiton: all 0.6s ease; | -webkit-transiton: all 0.6s ease; | ||
transition: all 0.6s ease; | transition: all 0.6s ease; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
--></style> | --></style> | ||
Line 84: | Line 79: | ||
</div><!-- /contents_header --> | </div><!-- /contents_header --> | ||
<div id="contents_contents" class="container_contents"> | <div id="contents_contents" class="container_contents"> | ||
− | < | + | <p class="normal_text"> |
− | + | <h3 class="link"><a href="#1">1. Overview</a></h3> | |
− | + | <h3 class="link"><a href="#2">2. Mathematical Model</a></h3> | |
− | + | <h3 class="link"><a href="#3">3. Fitting</a></h3> | |
− | + | <h3 class="link"><a href="#4">4. Analysis</a></h3> | |
− | + | <h3 class="link"><a href="#5">5. Software</a></h3> | |
− | + | </p> | |
</div><!-- /contents_contents --> | </div><!-- /contents_contents --> | ||
</div><!-- /contents --> | </div><!-- /contents --> | ||
− | + | <div id="overview" class="container"> | |
<div id="overview_header" class="container_header"> | <div id="overview_header" class="container_header"> | ||
<h2><span>Overview</span></h2> | <h2><span>Overview</span></h2> | ||
Line 113: | Line 108: | ||
</div><!-- /mathematical_model_contents --> | </div><!-- /mathematical_model_contents --> | ||
</div><!-- /mathematical_model --> | </div><!-- /mathematical_model --> | ||
− | + | <div id="results" class="container"> | |
− | + | <div id="results_header" class="container_header"> | |
− | + | <h2><span>RESULTS OF SIMULATION</span></h2> | |
− | + | </div><!-- /results_header --> | |
− | <div id=" | + | <div id="results_contents" class="container_contents"> |
− | <div id=" | + | |
− | <h2><span> | + | |
− | </div><!-- / | + | |
− | <div id=" | + | |
<p class="normal_text">Lastly we got and verified the desirable behavior of the fluorescence by modifying and improving them. | <p class="normal_text">Lastly we got and verified the desirable behavior of the fluorescence by modifying and improving them. | ||
As described below, it is consistent with the development of story.</p> | As described below, it is consistent with the development of story.</p> | ||
− | </div><!-- / | + | </div><!-- /results_contents --> |
− | </div><!-- / | + | </div><!-- /results --> |
<div id="software" class="container container_bottom"> | <div id="software" class="container container_bottom"> | ||
<div id="software_header" class="container_header"> | <div id="software_header" class="container_header"> | ||
Line 142: | Line 133: | ||
elem.className = 'off'; | elem.className = 'off'; | ||
var elem2 = document.getElementsByClassName('showHidden'); | var elem2 = document.getElementsByClassName('showHidden'); | ||
− | elem2[0].textContent = ' | + | elem2[0].textContent = 'Show expressions'; |
} else { | } else { | ||
elem.className = 'on'; | elem.className = 'on'; | ||
var elem2 = document.getElementsByClassName('showHidden'); | var elem2 = document.getElementsByClassName('showHidden'); | ||
− | elem2[0].textContent = 'Hide'; | + | elem2[0].textContent = 'Hide expressions'; |
} | } | ||
} | } |
Revision as of 10:30, 12 October 2016
Model
Overview
To reproduce the story of ”Snow White”, we have designed the cell-cell communication system with improved or characterized parts and collected data from comprehensive experiments. Furthermore, we constructed the mathematical model in order to simulate the behavior of the whole system and to confirm the feasibility of our story. This simulation successfully contributed to give the suggestions to wet lab experiments and confirm the feasibility of our system. In addition, in order to utilize TA (Toxin-Antitoxin) system, we developed a new software in Java for adjusting the number of ACA sequences, which MazF dimer recognizes and cleaves in mRNAs.
Mathematical Model
To simulate our gene circuits, we developed an ordinary differential equation model.
[Detailed Description for Modeling]
RESULTS OF SIMULATION
Lastly we got and verified the desirable behavior of the fluorescence by modifying and improving them. As described below, it is consistent with the development of story.
SOFTWARE
ACA Sequence: