From 1fc3d9427742dfee77defcb2b664cad3ab0fd9bb Mon Sep 17 00:00:00 2001
From: Zhefu Li <zf-li23@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 04:48:26 +0000
Subject: [PATCH] Update model.html

---
 wiki/pages/model.html | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/wiki/pages/model.html b/wiki/pages/model.html
index 2f87a67b..6e53a68c 100644
--- a/wiki/pages/model.html
+++ b/wiki/pages/model.html
@@ -7,7 +7,9 @@
     <link rel="icon" type="image/png" href="https://static.igem.wiki/teams/5187/art/icon1.png" sizes="364x370">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/styles/default.min.css">
     <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/highlight.min.js"></script>
-    <script>hljs.highlightAll();</script>
+    <script>
+        hljs.highlightAll();
+    </script>
     <title>Tsinghua - IGEM 2024</title>
     <script type="text/javascript" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
     <style>
@@ -696,11 +698,13 @@
                     \end{align*}
                     \]
                 </div>
-                <strong>Explanation</strong>: The binding of Ste4Ste18 with Ste5 and the oligomerization of Ste5 is a
-                process that is not completely independent. Many equations can be derived through combinations, but here
-                we only consider the dimerization process, and each reaction is reversible. Since Ste5 actually binds to
-                Ste4, we abbreviate Ste5 as S5 and Ste4 as S4 in the equations.
-                <strong>Ordinary Differential Equations</strong>:
+                <p><strong>Explanation</strong>: The binding of Ste4Ste18 with Ste5 and the oligomerization of Ste5 is a
+                    process that is not completely independent. Many equations can be derived through combinations, but
+                    here
+                    we only consider the dimerization process, and each reaction is reversible. Since Ste5 actually
+                    binds to
+                    Ste4, we abbreviate Ste5 as S5 and Ste4 as S4 in the equations.</p>
+                <p></p><strong>Ordinary Differential Equations</strong>:</p>
                 <div>
                     \[
                     \begin{align*}
-- 
GitLab