From a2c78cc3bd4b8a6f781825a3c02d9299defc133d Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sun, 22 Sep 2024 13:45:30 +0000 Subject: [PATCH] fix contribution page --- docs/.vuepress/config.js | 2 +- docs/contribution.md | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8fcde72..6a1923b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -27,7 +27,7 @@ export default defineUserConfig({ { text: 'Project', children: [ - { text: 'Contribution', link: '/contribution' }, + { text: 'Contribution', link: '/contribution/' }, { text: 'Description', link: '/description' }, { text: 'Engineering', link: '/engineering/'}, { text: 'Experiments', link: '/experiments/'}, diff --git a/docs/contribution.md b/docs/contribution.md index 124e3da..18f31e4 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -1,24 +1,27 @@ --- title: Contribution --- -# Importance of Our Contributions -## Why Our Contributions Matter +## Importance of Our Contributions + +### Why Our Contributions Matter The contributions page is a crucial aspect of our iGEM project, highlighting the innovative solutions we are developing to address real-world challenges. By sharing our findings and methodologies, we aim to contribute to the broader scientific community, facilitating knowledge transfer and collaboration. Our contributions enhance the accessibility and application of synthetic biology techniques, particularly in the context of using *Vibrio natriegens*. -## Our Specific Contributions +### Our Specific Contributions + +#### 1. *Vibrio natriegens* Protocol Guide -### 1. *Vibrio natriegens* Protocol Guide We are developing a comprehensive protocol guide for working with *Vibrio natriegens*, a fast-growing bacterium with great potential in biotechnology. This guide will provide step-by-step instructions on culturing, manipulating, and utilizing *V. natriegens*, making it easier for other researchers to adopt this organism in their work. -### 2. *Vibrio natriegens* Codon Optimization Table +#### 2. *Vibrio natriegens* Codon Optimization Table + In addition to our protocol guide, we are creating a codon optimization table specifically for *Vibrio natriegens*. This table will assist researchers in selecting the most efficient codons for gene expression, optimizing the performance of genetic constructs, and improving experimental outcomes for future teams working with *V. natriegens*. -### 3. Characterization of Our Parts -We are also focusing on the characterization of genetic parts for synthetic biology applications. By providing detailed information about the functionality and behavior of these parts, we aim to contribute to the growing registry of synthetic biology tools, enabling others to build upon our work. +#### 3. Characterization of Our Parts -## Conclusion -Together, these contributions aim to empower future researchers, especially iGEM teams, promote the responsible use of synthetic biology, and facilitate advancements in addressing pressing environmental issues. We believe that sharing our insights and tools will not only enhance our own project but also benefit the global iGEM community and beyond. +We are also focusing on the characterization of genetic parts for synthetic biology applications. By providing detailed information about the functionality and behavior of these parts, we aim to contribute to the growing registry of synthetic biology tools, enabling others to build upon our work. +### Conclusion +Together, these contributions aim to empower future researchers, especially iGEM teams, promote the responsible use of synthetic biology, and facilitate advancements in addressing pressing environmental issues. We believe that sharing our insights and tools will not only enhance our own project but also benefit the global iGEM community and beyond. -- GitLab