Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <meta charset="UTF-8" /> | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
/********************** All style of this page ************************/ | /********************** All style of this page ************************/ | ||
body{ | body{ | ||
− | |||
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"); | ||
− | |||
− | |||
} | } | ||
#globalWrapper, #content{ | #globalWrapper, #content{ | ||
Line 15: | Line 13: | ||
} | } | ||
#content{ | #content{ | ||
− | |||
// 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 57: | Line 54: | ||
font-family: 'Century', serif; | font-family: 'Century', serif; | ||
} | } | ||
+ | |||
+ | /************************* Show/Hide setting ***************************/ | ||
.on{ | .on{ | ||
display: block; | display: block; | ||
Line 66: | Line 65: | ||
-webkit-transiton: all 0.6s ease; | -webkit-transiton: all 0.6s ease; | ||
transition: all 0.6s ease; | transition: all 0.6s ease; | ||
+ | } | ||
+ | |||
+ | /************************* This page setting ******************************/ | ||
+ | #contents_menu{ | ||
+ | display: inline-block; | ||
+ | border: 3px double #583612; | ||
} | } | ||
--></style> | --></style> | ||
Line 79: | Line 84: | ||
</div><!-- /contents_header --> | </div><!-- /contents_header --> | ||
<div id="contents_contents" class="container_contents"> | <div id="contents_contents" class="container_contents"> | ||
− | < | + | <div id="contents_menu"> |
− | + | <h3 class="link"><a href="#overview">1. Overview</a></h3> | |
− | + | <h3 class="link"><a href="#mathematical_model">2. Mathematical Model</a></h3> | |
− | + | <h3 class="link"><a href="#fitting">3. Fitting</a></h3> | |
− | + | <h3 class="link"><a href="#analysis">4. Analysis</a></h3> | |
− | + | <h3 class="link"><a href="#software">5. Software</a></h3> | |
− | </ | + | </div><!-- /contents_menu --> |
</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 108: | Line 113: | ||
</div><!-- /mathematical_model_contents --> | </div><!-- /mathematical_model_contents --> | ||
</div><!-- /mathematical_model --> | </div><!-- /mathematical_model --> | ||
− | <div id=" | + | |
− | <div id=" | + | <div id="fitting" class="container"> |
− | <h2><span> | + | </div><!-- /fitting --> |
− | </div><!-- / | + | |
− | <div id=" | + | <div id="analysis" class="container"> |
+ | <div id="analysis_header" class="container_header"> | ||
+ | <h2><span>Analysis</span></h2> | ||
+ | </div><!-- /analysis_header --> | ||
+ | <div id="analysis_contents" class="container_contents"> | ||
<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><!-- /analysis_contents --> |
− | </div><!-- / | + | </div><!-- /analysis --> |
<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 133: | Line 142: | ||
elem.className = 'off'; | elem.className = 'off'; | ||
var elem2 = document.getElementsByClassName('showHidden'); | var elem2 = document.getElementsByClassName('showHidden'); | ||
− | elem2[0].textContent = ' | + | elem2[0].textContent = 'Read More'; |
} 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'; |
} | } | ||
} | } |
Revision as of 10:26, 12 October 2016
Model
Contents
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]
Analysis
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: