From f470cdfaef591ec33cdd30838a9671b99b56237d Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sun, 29 Sep 2024 17:59:26 +0000 Subject: [PATCH] adding a table --- docs/.vuepress/components/IterativeCycle.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/components/IterativeCycle.vue b/docs/.vuepress/components/IterativeCycle.vue index d407c31..3b7ac5a 100644 --- a/docs/.vuepress/components/IterativeCycle.vue +++ b/docs/.vuepress/components/IterativeCycle.vue @@ -53,13 +53,19 @@ export default { `, cycles: [ { - title: 'Cycle 1: Assembly Process', + title: 'Cycle 1: Initial Trial of Full Construct (GA 1-10)', phases: [ { title: 'Design', description: ` - <p><b>Nitrate Reduction Pathways</b></p> - <p>Nitrates can be removed from water through several bacterial metabolic processes. The most prevalent pathway is denitrification, in which NO₃⻠is sequentially reduced to NOâ‚‚â» and then to Nâ‚‚, which is released into the atmosphere (Zhao et al., 2018). Other important nitrate reduction pathways include dissimilatory NO₃⻠reduction to NH₄⺠(DNRA) and NO₃⻠assimilation (Moreno-Vivián et al., 1999).</p> + <p><b> Construct </b></p> + <p>The plasmid construct consists of 8 fragments, which include a promoter, six genes with their corresponding RBS sequences, and a terminator. The total length of the insert, excluding the plasmid backbone, is 10,168 base pairs. In order to facilitate synthesis and assembly, the fragments have been divided into four gBlocks of approximately 3,000 bp each. Each gBlock has been designed with overlapping sequences (overhangs) required for Gibson assembly to ensure precise and efficient integration of the fragments into the pSEVA261 vector backbone. Prior to assembly simulation in SnapGene, the sequences of all fragments were codon-optimised with Benchling's codon optimisation tool and verified with a personal codon frequency table obtained from (Source) to enhance translational efficiency and allow for proper gene expression in V. natriegens.</p> + | **gBlock Composition** | **Size (base pairs)** | + | ------------------------------ | --------------------- | + | Native P1 Promoter + nasF + nasE| 2506 bp | + | nasD + nasC | 2037 bp | + | nasB | 2895 bp | + | nasA + Terminator | 2730 bp | <p>DNRA, typically utilised by bacteria in anaerobic conditions for the purposes of energy conservation, involves converting NO₃⻠into NH₄⺠in a two-step reaction via the NOâ‚‚â» intermediate (Herrmann & Taubert, 2022). While DNRA retains nitrogen in its bioavailable form (NHâ‚„âº), it does not directly incorporate it into organic compounds. Thus, both denitrification and DNRA result in the loss of available nitrogen—either as atmospheric nitrogen in the case of denitrification or as NH₄⺠that is not assimilated into biomass in the case of DNRA.</p> -- GitLab