Difference between revisions of "Team:Tokyo Tech/Modeling Overview"

(Blanked the page)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Team:Tokyo Tech/template2016}}
 
<html>
 
<head>
 
<style type="text/css">
 
<!--
 
/********************** All style of this page ************************/
 
body{
 
    background: #052d5d;
 
    background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png");
 
background-size: 75%;
 
// background-size: 60%;
 
}
 
#globalWrapper, #content{
 
    background: transparent;
 
}
 
#content{
 
//    background: #052d5d;
 
//    background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png");
 
    margin: 0 auto;
 
    border: 0px solid #052d5d;
 
}
 
/**********************************************************************/
 
#main_contents{
 
    margin: 0 auto;
 
    width: 90%;
 
    min-width: 880px;
 
    max-width: 1100px;
 
//    background: #052d5d;
 
//    border:1px solid #052d5d;
 
}
 
.container{
 
    margin: 5px auto;
 
    background: #ffffff;
 
}
 
.container_top h1{
 
margin-top: 1px;
 
font-size: 36px;
 
}
 
.container_header{
 
    background: #ffffff;
 
    text-align: center;
 
}
 
.container_header span{
 
    border-bottom: 2px solid #052d5d;
 
}
 
.container_contents{
 
line-height: 1.5em;
 
width: 800px;
 
margin: 0 auto;
 
padding-bottom: 10px;
 
}
 
.normal_text{
 
font-size: 18px;
 
text-indent: 18px;
 
text-align: justify;
 
// padding: 18px;
 
    font-family: 'Century', serif;
 
}
 
.on{
 
display: block;
 
-webkit-transiton: all 0.6s ease;
 
transition: all 0.6s ease;
 
}
 
.off{
 
display: none;
 
-webkit-transiton: all 0.6s ease;
 
transition: all 0.6s ease;
 
}
 
--></style>
 
</head>
 
<body>
 
<div id="main_contents">
 
<div id="page_header" class="container container_top">
 
<h1 align="center">Model</h1>
 
</div><!-- /page_header -->
 
<div id="contents" class="container">
 
<div id="contents_header" class="container_header">
 
<h2><span>Contents</span></h2>
 
</div><!-- /contents_header -->
 
<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 -->
 
                        <div id="overview" class="container">
 
<div id="overview_header" class="container_header">
 
<h2><span>Overview</span></h2>
 
</div><!-- /overview_header -->
 
<div id="overview_contents" class="container_contents">
 
<p class="normal_text">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.</p>
 
</div><!-- /overview_contents -->
 
</div><!-- /overview -->
 
  
<div id="mathematical_model" class="container">
 
<div id="mathematical_model_header" class="container_header">
 
<h2><span>Mathematical Model</span></h2>
 
</div><!-- /mathematical_model_header -->
 
<div id="mathematical_model_contents" class="container_contents">
 
<p class="normal_text">To simulate our gene circuits, we developed an ordinary differential equation model.</p>
 
<p style="text-align:center;">[<a href="https://2016.igem.org/Team:Tokyo_Tech/Modeling_Details">Detailed Description for Modeling</a>]</p>
 
<p class="normal_text" style="text-align:center;"><a href="javascript:void(0);" onClick="show('modelingDetail');" class="showHidden">Read More</a></p>
 
<div id="modelingDetail" class="off">隠しスペース</div>
 
</div><!-- /mathematical_model_contents -->
 
</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="results_contents" class="container_contents">
 
<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>
 
</div><!-- /results_contents -->
 
</div><!-- /results -->
 
<div id="software" class="container container_bottom">
 
<div id="software_header" class="container_header">
 
<h2><span>SOFTWARE</span></h2>
 
</div><!-- /software_header -->
 
<div id="software_contents" class="container_contents">
 
<p class="normat_text">ACA Sequence: </p><form>
 
 
</div><!-- /software_contents -->
 
</div><!-- /software -->
 
</div><!-- /main_contents -->
 
<script type="text/javascript">
 
function show(idName){
 
var elem = document.getElementById(idName);
 
if(elem.className === 'on'){
 
elem.className = 'off';
 
var elem2 = document.getElementsByClassName('showHidden');
 
elem2[0].textContent = 'Show expressions';
 
} else {
 
elem.className = 'on';
 
var elem2 = document.getElementsByClassName('showHidden');
 
elem2[0].textContent = 'Hide expressions';
 
}
 
}
 
</script>
 
</body>
 
</html>
 

Latest revision as of 10:34, 12 October 2016