Difference between revisions of "Team:XMU-China/Model"

Line 9: Line 9:
 
<img class="top_image" src="https://static.igem.org/mediawiki/2019/a/ac/T--XMU-China--model.png">
 
<img class="top_image" src="https://static.igem.org/mediawiki/2019/a/ac/T--XMU-China--model.png">
 
</div>
 
</div>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"] ],displayMath: [ ['$$','$$'], ["\\[","\\]"] ]}});</script>
<script type="text/x-mathjax-config">
+
        <script type="text/javascript" src="path-to-MathJax/MathJax.js"></script>
    MathJax.Hub.Config({
+
        <script type="text/x-mathjax-config">
        tex2jax: {inlineMath: [['$', '$']]},
+
            var mathId = document.getElementById("post-content"); //选择公式识别范围
         messageStyle: "none"
+
MathJax.Hub.Config({
     });
+
    showProcessingMessages: false, //关闭js加载过程信息
 +
    messageStyle: "none", //不显示信息
 +
    extensions: ["tex2jax.js"],
 +
    jax: ["input/TeX", "output/HTML-CSS"],
 +
    tex2jax: {
 +
        inlineMath: [ ['$','$'], ["\\(","\\)"] ], //行内公式选择符
 +
        displayMath: [ ['$$','$$'], ["\\[","\\]"] ], //段内公式选择符
 +
        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code','a'] //避开某些标签
 +
    },
 +
    "HTML-CSS": {
 +
         availableFonts: ["STIX","TeX"], //可选字体
 +
        showMathMenu: false //关闭右击菜单显示
 +
     }
 +
});
 +
MathJax.Hub.Queue(["Typeset",MathJax.Hub,mathId]);
 
</script>
 
</script>
 +
        <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML,http://myserver.com/MathJax/config/local/local.js"></script>
 +
</body>
  
  

Revision as of 10:02, 20 October 2019

According to this, the dynamic equation can be listed: $$\frac{\mathrm{d}[C_{in}U]}{\mathrm{d}t}=k_{+6}*[C_{in}]*[U]-k_{-6}*[C_{in}U]\eqno{(2.2.1)}$$ $$\frac{\mathrm{d}[P_{active}]}{\mathrm{d}t}=k_{+6}*[P_{active}]*[C_{in}U]-k_{-6}*[P_{active}]\eqno{(2.2.2)}$$ According to the law of conservation of materials: $$[U_{tot}]=[U]+[C_{in}U]\eqno{(2.2.3)}$$ $$[P_{tot}]=[P_{unactive}]+[P_{active}]\eqno{(2.2.4)}$$ The form of equation (2.2.1) is exactly the same as that of equation (2.2.2), and the processing method is the same. Therefore, we only take equation (2.2.1) as an example to linearize and perform Laplace Transform on it.