diff --git a/src/contents/description.tsx b/src/contents/description.tsx index f49037c4a2c270b1801482e6c08d528015b6fb53..3b26afdd04f457ce71d013c663d97da05f87da40 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -132,6 +132,7 @@ export function Description() { <p>Max</p> </Section> <Section title="Approach" id="Approach"> + <Subesction title="Mechanism" id="Approach1"> <p>To correct the mutation, we are utilizing Prime Editing technologies. Prime Editing is a genome editing technique that allows precise DNA modifications without causing double-strand breaks<SupScrollLink label="2"/>. Structurally, the Prime Editing complex consists of a Cas9 endonuclease fused to a reverse transcriptase (RT) and guided by a pegRNA, which directs the complex to the target site in the genome. </p> <InfoBox title="Prime Editing" id="prime-editing"> <details> @@ -151,22 +152,25 @@ export function Description() { <Collapsible id="fanzorcas-collapsible" title="Cas vs. Fanzor"> child </Collapsible> <p>The pegRNA is optimized via an extension by a stem loop, which stabilizes the RNA by protecting it from RNases and serves as a binding site for the MCP, which also supports the secondary RNA structure. This represents a major biosafety feature in that the complex is switched off after successful DNA editing and the subsequent increased influx of chloride ions into the cell. The pegRNA is combined with an optimized sgRNA resulting in higher on-target effect. Overall, its optimization leads to a longer shelf life and an increase in the biosafety of the complex. </p> - </Section> - <Section title="Delivery" id="Delivery"> + + </Subesction> + <Subesction title="Delivery" id="Approach2"> <img className="img-left img-half spin" src="https://static.igem.wiki/teams/5247/scientific-figures/lnp.png" height={"200vw"}/> - <div> - <p>We chose LNPs as the delivery system of our Next-Generation Prime Editing Technology. Because of their large capacity and less immunogenic side effects compared to other delivery systems like Adeno-associated Viruses (AVV)<SupScrollLink label="6"/>. Our aim is to optimize the LNP formulation to improve delivery to lung tissue via inhalation. Because of our collaborations, we are able to test and optimize different delivery systems to improve our organ specific therapeutic approach. Therefore, our LNP design focusses on stability and targeting. Stability is achieved by a polyethylene glycol (PEG) coating that protects the LNPs from degradation by the immune system<SupScrollLink label="7"/>. Moreover, we use capsaicin in combination with chitosan to improve the uptake of our construct through their mucus-adhesive properties<SupScrollLink label="8"/>. </p> - </div> - <div className="row align-items-center"> - <div className="col"> - Lagertemperatur der Parts <LoremShort/> + <div> + <p>We chose LNPs as the delivery system of our Next-Generation Prime Editing Technology. Because of their large capacity and less immunogenic side effects compared to other delivery systems like Adeno-associated Viruses (AVV)<SupScrollLink label="6"/>. Our aim is to optimize the LNP formulation to improve delivery to lung tissue via inhalation. Because of our collaborations, we are able to test and optimize different delivery systems to improve our organ specific therapeutic approach. Therefore, our LNP design focusses on stability and targeting. Stability is achieved by a polyethylene glycol (PEG) coating that protects the LNPs from degradation by the immune system<SupScrollLink label="7"/>. Moreover, we use capsaicin in combination with chitosan to improve the uptake of our construct through their mucus-adhesive properties<SupScrollLink label="8"/>. </p> </div> - <div className="col"> - Trocknung <LoremShort/> - </div> - </div> - <br/> - <p>We are furthermore optimising the LNPs for pulmonary therapy and investigating delivery by nebulisation as a non-invasive method compared to systemic approaches to make the therapy more convenient for patients. For specific targeting, we are focussing on marker proteins of basal cells and ionocytes that produce particularly high levels of CFTR protein and which we want to target with appropriate antibodies<SupScrollLink label="9"/>. Our workflow includes testing our next generation Prime Editing Technology delivered by our optimized LNPs in cell culture lines but also in primary nasal epithelial cells of CF patients to evaluate our optimizations and further improvements in vitro. We can also provide the outlook on the adaptation of the delivery system enabling systemic applications as well. </p> + <div className="row align-items-center"> + <div className="col"> + Lagertemperatur der Parts <LoremShort/> + </div> + <div className="col"> + Trocknung <LoremShort/> + </div> + </div> + <br/> + <p>We are furthermore optimising the LNPs for pulmonary therapy and investigating delivery by nebulisation as a non-invasive method compared to systemic approaches to make the therapy more convenient for patients. For specific targeting, we are focussing on marker proteins of basal cells and ionocytes that produce particularly high levels of CFTR protein and which we want to target with appropriate antibodies<SupScrollLink label="9"/>. Our workflow includes testing our next generation Prime Editing Technology delivered by our optimized LNPs in cell culture lines but also in primary nasal epithelial cells of CF patients to evaluate our optimizations and further improvements in vitro. We can also provide the outlook on the adaptation of the delivery system enabling systemic applications as well. </p> + + </Subesction> </Section> <Section title="Our Vision" id="Our Vision"> <p>We are envisioning a potential integration into a broader therapeutic framework involving customized gene editing tools for various genetic disorders, that present similar problems/difficulties to the F508del mutation, as well as other genetic diseases of different causes. This could include collaborations with pharmaceutical companies to develop new treatment modalities for genetic diseases beyond cystic fibrosis, utilizing advanced delivery systems and personalized medicine approaches. </p> diff --git a/src/sidebars/descS.tsx b/src/sidebars/descS.tsx index 144852059b15adb1d4ee4f2f2c6a5d707855c4ee..c0d7dd0d6e09b16be1d2e9ca7e431b0840d24acf 100644 --- a/src/sidebars/descS.tsx +++ b/src/sidebars/descS.tsx @@ -14,8 +14,7 @@ const tabs = [ { tab: "Abstract" }, { tab: "Cystic Fibrosis", subtabs: ["Overview", "The CFTR Protein", "ΔF508", "Symptoms", "Diagnosis", "Treatment"]}, {tab: "Our Motivation"}, - {tab: "Approach"}, - {tab: "Delivery"}, + {tab: "Approach", subtabs: ["Mechanism", "Delivery"]}, {tab: "Our Vision"}, {tab: "References"} ];