Difference between revisions of "Team:INSA-UPS France/test"

Line 128: Line 128:
 
     </style>
 
     </style>
 
    
 
    
 +
 
     <section>
 
     <section>
  
Line 133: Line 134:
 
       <p>
 
       <p>
 
[equations]
 
[equations]
 +
<script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
 +
\begin{equation}
 +
    \frac{d[\textit{Vc}]_W}{dt} = V_{growth,Vc} - V_{death,Vc}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[\textit{Vh}]_D}{dt} = V_{growth,Vh} - V_{death,Vh}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[\textit{Pp}]_D}{dt} = V_{growth,Pp} - V_{death,Pp}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[CAI\text{-}1]_D}{dt} = \frac{V_{diff,CAI\text{-}1,W\to D}}{\mathcal{V}_D}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[CAI\text{-}1]_W}{dt} = -V_{diff,CAI\text{-}1,W\to D}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{dALS_{RNA}}{dt} = V_{transcription,ALS} - V_{degradation,ALS RNA}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{dALS_{enzyme}}{dt} = V_{translation,ALS} - V_{degradation,ALSenzyme}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[dac]_D}{dt}=V_{prod,dac}+\frac{V_{diff,dac,W \to D}}{\mathcal{V}_D}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[dac]_W}{dt}=- V_{diff,dac,W \to D}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{dAMP_{RNA}}{dt}=V_{transcription,AMP} - V_{degradation,AMP RNA}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{dAMP_{peptide,Pp}}{dt}=V_{translation,AMP}
 +
\end{equation}
 +
 +
\begin{equation}
 +
\frac{d[AMP]_D}{dt} = V_{diff,AMP,Pp\to D} - V_{degradation,AMP} + \frac{V_{diff,AMP,W \to D}}{\mathcal{V}_D}
 +
\end{equation}
 +
 +
\begin{equation}
 +
    \frac{d[AMP]_W}{dt} = -V_{diff,AMP,W\to D}
 +
\end{equation}
 +
</scrip>
 
       </p>
 
       </p>
  

Revision as of 10:36, 1 October 2017

System of ODEs

Equations

[equations]