Skip to content
Snippets Groups Projects
Commit 0d34cd5d authored by Kang Wang's avatar Kang Wang
Browse files

Update file model.tsx

parent bf4df840
No related branches found
No related tags found
No related merge requests found
Pipeline #434188 failed
......@@ -63,8 +63,8 @@ export function Model() {
<p>Firstly, phenylethylamine (PEA) diffuses through the outer membrane of <em>Escherichia coli</em> into the periplasmic space, where it interacts with TynA.</p>
<MathJax.Provider>
<div className='indent'>
<MathJax.Node formula={`{PEA_{gut}\\overset{k_{\\text{diff}}\\_{\\text{PEA}}}{\\underset{k_{\\text{diff}}\\_{\\text{PEA}}}{\\rightleftharpoons}} PEA_{peri}}`} />
<span style={{ float: 'right' }}>(1)</span>
<MathJax.Node style={{ position: 'relative' }} formula={`{PEA_{gut}\\overset{k_{\\text{diff}}\\_{\\text{PEA}}}{\\underset{k_{\\text{diff}}\\_{\\text{PEA}}}{\\rightleftharpoons}} PEA_{peri}}`} />
<span style={{ position: 'absolute', right: '0', top: '0' }}>(1)</span>
</div>
</MathJax.Provider>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment