From edc41543f35306d5001964c3c9f0eb002ad8ba89 Mon Sep 17 00:00:00 2001
From: Kang Wang <888666wang4286@gmail.com>
Date: Sun, 22 Sep 2024 10:31:42 +0000
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=86=85=E5=AE=B9=E8=87=B31.?=
 =?UTF-8?q?2.23=E5=85=AC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/contents/model.tsx | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/contents/model.tsx b/src/contents/model.tsx
index 2d73c5a..a4664d1 100644
--- a/src/contents/model.tsx
+++ b/src/contents/model.tsx
@@ -58,7 +58,7 @@ export function Model() {
         
         <div className="col-8">
               <Element name="section1" className="element rounded-border" id='section1'>
-                 <h2 className="center-text">Section 1  ODE Model of Biochemical Reactions</h2>
+              <h2 className="center-text">Section 1  ODE Model of Biochemical Reactions</h2>
                  <h3>1.1 Oxidation of Phenylethylamine</h3>
                  <p>首先肠道中的苯乙胺扩散进入大肠杆菌的外膜,进入周质空间,在这里和TynA接触。</p>
                   <p>Firstly, phenylethylamine (PEA) diffuses through the outer membrane of <em>Escherichia coli</em> into the periplasmic space, where it interacts with TynA.</p>
@@ -498,10 +498,6 @@ export function Model() {
                       <MathJax.Node formula={`\\frac{\\mathrm{d}[FeaR\\mathrm{-}PA]}{\\mathrm{d}t} = -k_{f\\_PtynA}[P_{TynA\\_GS}][FeaR\\mathrm{-}PA] - k_{f\\_PtynA}[P_{TynA\\_TPH1}][FeaR\\mathrm{-}PA] + k_{r\\_PtynA}[P_{TynA\\_GS\\_active}] + k_{r\\_PtynA}[P_{TynA\\_TPH1\\_active}]`} />                                      
                   </div>
               </MathJax.Provider>
-
-
-
-
                </Element>
        
           
-- 
GitLab