From edcb2724c5929a5ca1ea2d864c4337f4d153dded Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Fri, 15 Nov 2024 19:09:08 +0100 Subject: [PATCH] Results Side Bar korrigieren --- src/contents/results.tsx | 13 ++++++------- src/sidebars/resS.tsx | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/contents/results.tsx b/src/contents/results.tsx index 09b9c242..e802a868 100644 --- a/src/contents/results.tsx +++ b/src/contents/results.tsx @@ -31,9 +31,8 @@ export function Results() { <p>To further enhance the stability of the LNPs for inhalation, we incorporated <strong>chitosan-RNA complexes</strong>, which provide thermal stability and protect RNA from degradation by RNases. Integration of these complexes into the SORT LNP resulted in a lung-specific delivery platform with superior stability. Using this system, we achieved highly efficient transfection of a bronchial cell line from a cystic fibrosis patient (CFBE41o- with F508del mutation), demonstrating the potential of this approach for targeted gene delivery to lung epithelial cells. These results highlight the remarkable efficiency, stability and specificity of our optimized SORT LNP formulation, positioning it as a promising platform for lung-specific genetic therapies. </p> </Section> - <Section title="Experimental Design" id="ExpDes"> - <Subesction title="Proof of Concept" id="Results1"> - <H4 text="Proof-of-concept"/> + <Section title="Experimental Design" id="Experimental Design"> + <Subesction title="Proof of Concept" id="Experimental Design1"> <H5 text="Workflow"/> <p>The prepared pDAS12124-preedited plasmid serves as a positive control to validate the success of the experiment. A technical control with the pZMB938 plasmid confirms successful transfection of the cells. In the main part of the experiment, pDAS12489-2in1 and pCMV-PE2 are co-transfected. Successful transfection is visualised by GFP signals.</p> <H5 text="Conclusion"/> @@ -118,7 +117,7 @@ export function Results() { pic2="https://static.igem.wiki/teams/5247/photos/facs-results-mechanism/bild7-2.png" /> </Subesction> - <Subesction title="Mechanism" id="Results2"> + <Subesction title="Prime Guide" id="Experimental Design2"> <H4 text="Initial testing of pegRNAs and Evaluation of silent edits"/> <H5 text="Workflow"/> <p>With this experiment we wanted to compare the efficiency of pegRNAs with and without silent edits.</p> @@ -220,7 +219,7 @@ export function Results() { pic2="https://static.igem.wiki/teams/5247/photos/facs-results-mechanism/bild12.png" /> </Subesction > - <Subesction title="Delivery" id="Results3"> + <Subesction title="LNP Synthesis" id="Experimental Design3"> <H4 text="RNA Synthesis"/> <div className="row align-items-center"> <div className="col"> @@ -490,7 +489,7 @@ export function Results() { <p>The results demonstrate that chitosan-RNA complexes, when packaged with SORT LNPs, can efficiently deliver mRNA into CFBE41o- cells and facilitate the expression of a YFP reporter gene. Furthermore, the absence of fluorescence in the control samples validates the specificity of the system, ensuring that the fluorescence signal is solely due to the delivered mRNA and not from other components of the system. Additional testing, such as flow cytometry analysis, is planned to provide a more quantitative assessment of transfection efficiency. This would allow us to accurately determine whether there are subtle differences between the two concentrations that were not detectable by microscopy alone.</p> <p>Overall, this experiment highlights the potential of chitosan-RNA complexes in combination with SORT LNPs as a promising platform for mRNA delivery and gene expression in airway epithelial cells. Further investigation could focus on optimizing the mRNA dose to maximize expression levels and transfection efficiency.</p> </Subesction > - <Subesction title="PreCyse" id="Results4"> + <Subesction title="Cell Culture" id="Experimental Design4"> <H4 text="Goals"/> <p>text</p> <H4 text="Workflow"/> @@ -499,7 +498,7 @@ export function Results() { <p>text</p> </Subesction > - <Subesction title="Patch Clamp" id="Results5"> + <Subesction title="Downstream Application" id="Experimental Design5"> <p>To validate our gene editing approach by prime editing of CFTR F508del delivered to lung cells via SORT LNPs, we planned to use <a onClick={() => goToPageAndScroll ('Patch Clamp', '/materials-methods')}>Patch Clamp</a> as a downstream method. Our goal was to detect the restored conductance of the repaired CFTR by this electrophysiological method. This was made possible through the assistance of the <a onClick={() => goToPagesAndOpenTab('patchclamp', '/human-practices')}>Cellular Neurophysiology research group</a> at our university.</p> <H4 text="Initial Measurements"/> <div className='row align-items-center'> diff --git a/src/sidebars/resS.tsx b/src/sidebars/resS.tsx index b3bf1493..93a5b910 100644 --- a/src/sidebars/resS.tsx +++ b/src/sidebars/resS.tsx @@ -13,7 +13,7 @@ export function ResultSidebar(){ } const tabs = [ - { tab: "Abstract" , subtabs: ["Introduction", "Goals and Milestones"]}, - {tab: "Experimental Design", subtabs: ["Proof of Concept", "PrimeGuide", "LNP Synthesis", "Cellculture", "Downstream Applications"]}, - // {tab: ""}, + { tab: "Abstract"}, + {tab: "Experimental Design", subtabs: ["Proof of Concept", "PrimeGuide", "LNP Synthesis", "Cell Culture", "Downstream Applications"]}, + {tab: "Supplementary Material"} ]; \ No newline at end of file -- GitLab