Difference between revisions of "Team:Tokyo Tech/Model"

Line 6: Line 6:
 
/********************** 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 15: Line 12:
 
}
 
}
 
#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 57: Line 53:
 
     font-family: 'Century', serif;
 
     font-family: 'Century', serif;
 
}
 
}
 +
 +
/************************* Show/Hide setting ***************************/
 
.on{
 
.on{
 
display: block;
 
display: block;
Line 66: Line 64:
 
-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 83:
 
</div><!-- /contents_header -->
 
</div><!-- /contents_header -->
 
<div id="contents_contents" class="container_contents">
 
<div id="contents_contents" class="container_contents">
<p class="normal_text">
+
<div id="contents_menu">
        <h3 class="link"><a href="#1">1. Overview</a></h3>
+
<h3 class="link"><a href="#overview">1. Overview</a></h3>
        <h3 class="link"><a href="#2">2. Mathematical Model</a></h3>  
+
<h3 class="link"><a href="#mathematical_model">2. Mathematical Model</a></h3>  
        <h3 class="link"><a href="#3">3. Fitting</a></h3>
+
<h3 class="link"><a href="#fitting">3. Fitting</a></h3>
        <h3 class="link"><a href="#4">4. Analysis</a></h3>
+
<h3 class="link"><a href="#analysis">4. Analysis</a></h3>
        <h3 class="link"><a href="#5">5. Software</a></h3>
+
<h3 class="link"><a href="#software">5. Software</a></h3>
</p>
+
</div><!-- /contents_menu -->
 
</div><!-- /contents_contents -->
 
</div><!-- /contents_contents -->
 
</div><!-- /contents -->
 
</div><!-- /contents -->
                        <div id="overview" class="container">
+
<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 112:
 
</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">
+
<div id="fitting" class="container">
<h2><span>RESULTS OF SIMULATION</span></h2>
+
</div><!-- /fitting -->
</div><!-- /results_header -->
+
<div id="results_contents" class="container_contents">
+
<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><!-- /results_contents -->
+
</div><!-- /analysis_contents -->
</div><!-- /results -->
+
</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 141:
 
elem.className = 'off';
 
elem.className = 'off';
 
var elem2 = document.getElementsByClassName('showHidden');
 
var elem2 = document.getElementsByClassName('showHidden');
elem2[0].textContent = 'Show expressions';
+
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 expressions';
+
elem2[0].textContent = 'Hide';
 
}
 
}
 
}
 
}

Revision as of 10:35, 12 October 2016

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]

Read More

隠しスペース

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: