From 047aea0dc40f8e71921b04e5609915bc232778d7 Mon Sep 17 00:00:00 2001
From: Devyani Ravi <devyaniravi2003@gmail.com>
Date: Sun, 29 Sep 2024 21:12:36 +0000
Subject: [PATCH] add 4th cycle

---
 docs/.vuepress/components/IterativeCycle.vue | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/docs/.vuepress/components/IterativeCycle.vue b/docs/.vuepress/components/IterativeCycle.vue
index aba84b9..3694445 100644
--- a/docs/.vuepress/components/IterativeCycle.vue
+++ b/docs/.vuepress/components/IterativeCycle.vue
@@ -439,6 +439,39 @@ export default {
                 },
               ]
             },
+            {
+              title: 'Cycle 4: Finalization',
+              phases: [
+                {
+                  title: 'Design',
+                  description: `
+                    <p>Finalizing designs for the constructs to be used in experiments.</p>
+                    <p>This step includes ensuring all parts are ready for testing.</p>
+                  `
+                },
+                {
+                  title: 'Build',
+                  description: `
+                    <p>Final assembly of the constructs.</p>
+                    <p>Using all accumulated knowledge to achieve the best results.</p>
+                  `
+                },
+                {
+                  title: 'Test',
+                  description: `
+                    <p>Conducting final tests on the assembled constructs.</p>
+                    <p>Verifying that the constructs perform as intended in biological systems.</p>
+                  `
+                },
+                {
+                  title: 'Learn',
+                  description: `
+                    <p>Gathering all data and insights from the final testing phase.</p>
+                    <p>Planning next steps based on the outcomes of the assembly process.</p>
+                  `
+                },
+              ]
+            },
           ]
         },
         {
-- 
GitLab