From bba1dcb298b5b9cf7af160ceffb9e53cbbc67548 Mon Sep 17 00:00:00 2001 From: Max Luca Beckmann <mbeckmann@techfak.de> Date: Sun, 29 Sep 2024 15:01:13 +0200 Subject: [PATCH] Fix of mutilple reflinks --- src/contents/description.tsx | 5 +++-- src/contents/engineering.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index bf733d5a..a45c5556 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -21,6 +21,7 @@ import { useNavigation } from "../utils"; export function Description() { useTabNavigation(); const {goToPagesAndOpenTab} = useNavigation(); + const {goToPageAndScroll} = useNavigation(); return ( <div className="row mt-4"> <div className="col"> @@ -220,10 +221,10 @@ export function Description() { <LoremShort/> </Collapsible> <br/> - <p>To optimize AirBuddy for pulmonary delivery, we collaborated extensively with several experts, including <a onClick={() => goToPagesAndOpenTab('weber', '/human-practices')}>Prof. Weber, Dr. Große-Onnebrink</a> and <a onClick={() => goToPagesAndOpenTab('tabid', '/human-practices')}>Dr. Kolonko</a> as medical experts, <a onClick={() => goToPagesAndOpenTab('kristian', '/human-practices')}>Prof. Dr. Müller</a>, <a onClick={() => goToPagesAndOpenTab('radukic', '/human-practices')}>Dr. Radukic</a>, Benjamin Moorlach and the Physical and Biophysical Chemistry working group as academic experts form Bielefeld University and FH Bielefeld as well as <a onClick={() => goToPagesAndOpenTab('corden', '/human-practices')}>Corden Pharma</a> and <a onClick={() => goToPagesAndOpenTab('rnhale', '/human-practices')}>RNhale</a> as industrial experts. Throughout the <a onClick={() => goToPagesAndOpenTab('tab-delivery', '/engineering')}>development process</a>, we tested two commercially available kits: the <strong>Cayman Chemical LNP Exploration Kit (LNP-102)</strong> and the <strong>Corden Pharma LNP Starter Kit #2</strong>. While the Cayman kit demonstrated limited transfection efficiency, the Corden Pharma formulation significantly enhanced cellular uptake in lung tissues. Building on this, we integrated the <strong>SORT LNP</strong> method based on Wang's research [1], making our nanoparticles lung-specific. Additionally, we employed a <strong>spray-drying technique</strong> by RNhale [2] to improve the stability of our LNP, ensuring that it withstands the inhalation process without degradation and by that, <strong>AirBuddy</strong> was born. </p> + <p>To optimize AirBuddy for pulmonary delivery, we collaborated extensively with several experts, including <a onClick={() => goToPagesAndOpenTab('weber', '/human-practices')}>Prof. Weber, Dr. Große-Onnebrink</a> and <a onClick={() => goToPagesAndOpenTab('tabid', '/human-practices')}>Dr. Kolonko</a> as medical experts, <a onClick={() => goToPagesAndOpenTab('kristian', '/human-practices')}>Prof. Dr. Müller</a>, <a onClick={() => goToPagesAndOpenTab('radukic', '/human-practices')}>Dr. Radukic</a>, Benjamin Moorlach and the Physical and Biophysical Chemistry working group as academic experts form Bielefeld University and FH Bielefeld as well as <a onClick={() => goToPagesAndOpenTab('corden', '/human-practices')}>Corden Pharma</a> and <a onClick={() => goToPagesAndOpenTab('rnhale', '/human-practices')}>RNhale</a> as industrial experts. Throughout the <a onClick={() => goToPagesAndOpenTab('delivery head', '/engineering')}>development process</a>, we tested two commercially available kits: the <strong>Cayman Chemical LNP Exploration Kit (LNP-102)</strong> and the <strong>Corden Pharma LNP Starter Kit #2</strong>. While the Cayman kit demonstrated limited transfection efficiency, the Corden Pharma formulation significantly enhanced cellular uptake in lung tissues. Building on this, we integrated the <strong>SORT LNP</strong> method based on Wang's research [1], making our nanoparticles lung-specific. Additionally, we employed a <strong>spray-drying technique</strong> by RNhale [2] to improve the stability of our LNP, ensuring that it withstands the inhalation process without degradation and by that, <strong>AirBuddy</strong> was born. </p> <img src="https://static.igem.wiki/teams/5247/delivery/airbuddy.webp"></img> <p>The SORT LNPs are especially suited for pulmonary delivery due to their capacity for precise organ targeting. Their structural stability is maintained during the delivery process, and the spray-drying approach significantly enhances their resilience, allowing the LNPs to remain intact throughout inhalation. This stability is crucial for the efficient delivery of mRNA into lung epithelial cells, where PrimeGuide can effectively perform genome editing. To evaluate the delivery efficiency, we transfected HEK293 cells using fluorescent cargo and quantified the results through FACS analysis.</p> - <p>To ensure that AirBuddy meets the necessary standards for safety and efficacy, we conducted extensive <strong>characterization of the LNPs</strong> using techniques such as Zeta potential analysis, Dynamic Light Scattering (DLS), Scanning Electron Microscopy (SEM), and Cryogenic Electron Microscopy (cryo-EM). These methods confirmed the uniformity, stability, and optimal size distribution of the nanoparticles. Furthermore, <strong>cytotoxicity assessments</strong>, including MTT and proliferation assays, demonstrated that our LNPs are biocompatible and do not impede cell growth or function by the incorporation of <a onClick={() => goToPagesAndOpenTab('Col1', '/engineering')}>PEG</a> and other ambivalent components. These findings reinforce AirBuddy's potential as a safe and effective tool for pulmonary delivery, with broad implications for gene therapies targeting lung diseases.</p> + <p>To ensure that AirBuddy meets the necessary standards for safety and efficacy, we conducted extensive <strong>characterization of the LNPs</strong> using techniques such as Zeta potential analysis, Dynamic Light Scattering (DLS), Scanning Electron Microscopy (SEM), and Cryogenic Electron Microscopy (cryo-EM). These methods confirmed the uniformity, stability, and optimal size distribution of the nanoparticles. Furthermore, <strong>cytotoxicity assessments</strong>, including MTT and proliferation assays, demonstrated that our LNPs are biocompatible and do not impede cell growth or function by the incorporation of <a onClick={() => goToPagesAndOpenTab('it4', '/engineering')}>PEG</a> and other ambivalent components. These findings reinforce AirBuddy's potential as a safe and effective tool for pulmonary delivery, with broad implications for gene therapies targeting lung diseases.</p> </Subesction> </Section> <Section title="Our Vision" id="Our Vision"> diff --git a/src/contents/engineering.tsx b/src/contents/engineering.tsx index a35830aa..75ad9224 100644 --- a/src/contents/engineering.tsx +++ b/src/contents/engineering.tsx @@ -503,7 +503,7 @@ export function Engineering() { </div> <div className="box" > <p id="del4"> - <H3 text="Interation 4 - Spray-dried SORT LNP called Airbuddy" id="text" /> + <H3 text="Interation 4 - Spray-dried SORT LNP called Airbuddy" id="it4" /> The next design iteration incorporated the insights from Wang's LNP work for building upon SORT principles to make the nanoparticles lung-specific [6]. The main components include DMG-PEG 2000, cholesterol, DOPE and DOTAP as phospholipids and cationic lipids such as 4A3-SC8. In our LNP development, we carefully considered the use of PEG. While PEG can improve stability, it can also reduce cellular uptake and induce immune responses, necessitating a balanced approach to its inclusion [7]. <Collapsible id="Col1" open={false} title="Ambivalence of PEG and our implementation"> <p> -- GitLab