From 62805b6f4af7f8c857921e6f9038afa13d3cd2a4 Mon Sep 17 00:00:00 2001
From: Hanoi <21301010003@m.fudan.edu.cn>
Date: Wed, 2 Oct 2024 21:31:48 +0800
Subject: [PATCH] fix

---
 src/description.md | 4 ++--
 src/software.md    | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/description.md b/src/description.md
index d0680cc..d87bedb 100644
--- a/src/description.md
+++ b/src/description.md
@@ -14,7 +14,7 @@ Humans often realize their mistakes only when the damage is irreparable, a lesso
 <div style="text-align: center;" id="fig1">
     <img src="https://static.igem.wiki/teams/5115/description/description-fig1.png" style="width:100%">
     <div>
-        <span style="color:gray">Figure 1: Overexploitation of natural resources<br>(Image from:https://www.pexels.com/zh-cn/video/2836084/)</span>
+        <span style="color:gray">Figure 1: Overexploitation of natural resources<br>(Image from:<a href ="https://www.pexels.com/zh-cn/video/2836084/">https://www.pexels.com/zh-cn/video/2836084/</a>)</span>
         <br><br>
     </div>
 </div>
@@ -34,7 +34,7 @@ Meanwhile, the demand for nickel is growing at an unsustainable rate, out-pacing
 <div style="text-align: center;" id="fig2">
     <img src="https://static.igem.wiki/teams/5115/description/description-fig2.png" style="width:100%">
     <div>
-        <span style="color:gray">Figure 2: Nickel in our modern world<br>(Image from: https://www.freepik.com/)</span>
+        <span style="color:gray">Figure 2: Nickel in our modern world<br>(Image from: <a href ="https://www.freepik.com/">https://www.freepik.com/</a>)</span>
         <br><br>
     </div>
 </div>
diff --git a/src/software.md b/src/software.md
index 07db7fe..6b89dba 100644
--- a/src/software.md
+++ b/src/software.md
@@ -80,6 +80,7 @@ style="width:100%">
 </div>
 </div>
 
+
 #### Code availability
 
 We have also uploaded our source code on [Gitlab](https://gitlab.igem.org/2024/software-tools/fudan), and created a [Docker image](https://hub.docker.com/repository/docker/chc1234567890/fudanigem2024/general) for easier installation.
@@ -301,7 +302,7 @@ Moreover, we selected *Escherichia coli* as our host organism for initial develo
 As illustrated in [Figure 10](#figure-10), our model incorporates the basic gene expression processes including transcription (TX) and translation (TL). Transcription is simplified into a dumped process, while translation contains two stages - initiation, when the ribosome binds to the ribosome binding site (RBS) of the mRNA; and elongation, when the ribosome moves along the open reading frame and produces polypeptide chain.
 
 <div style="text-align: center;" id="figure-10">
-<img src="https://static.igem.wiki/teams/5115/software/model-schematic4.png"
+<img src="https://static.igem.wiki/teams/5115/software/model-schematic5.png"
 style="width:80%">
 <br>
 <div>
-- 
GitLab