Skip to content
Snippets Groups Projects
Commit a7b8f28a authored by Isabell Alexandra Guckes's avatar Isabell Alexandra Guckes
Browse files

link

parent 5bf974e0
No related branches found
No related tags found
No related merge requests found
Pipeline #459593 passed
......@@ -5,10 +5,13 @@ import { openElement } from "../utils/openElement";
import { H3, H4 } from "../components/Headings";
import { useTabNavigation } from "../utils/TabNavigation";
import { Collapsible } from "../components/Collapsible";
import { useNavigation } from "../utils";
export function Engineering() {
useTabNavigation();
const {goToPagesAndOpenTab} = useNavigation ();
return (
<>
<div className="row mt-4">
......@@ -298,7 +301,7 @@ export function Engineering() {
<section id="Delivery sec" >
<div className="eng-box box" >
<H3 id="Delivery" text="Delivery"></H3>
<p>The design path of our lipid nanoparticle (LNP) for mRNA delivery underwent multiple cycles of research and discussion, marked by important decision points and learnings along the way.</p>
<p>The design path of our lipid nanoparticle (LNP) for mRNA delivery underwent multiple cycles of research and discussion, marked by important decision points and learnings along the way. By ongoing further improvement, we designed our lungs-specific LNP called AirBuddy with improved stability aspects, becoming more precise in the delivery of our therapeutic cargo LNP by LNP.</p>
</div>
<div className="box" >
<p id="del1">
......@@ -344,7 +347,7 @@ export function Engineering() {
<Collapsible id="Col2" open={false} title="header">
<p>Insert text here</p>
</Collapsible>
<p>The final innovation for our LNP to become <strong>AirBuddy</strong> came through consultation with Benjamin Winkeljann from RNhale, where the use of spray-drying techniques was discussed. Spray-drying the LNPs, instead of using traditional methods, helped improve stability and eco-friendliness of the product [8]. The spray-dried SORT LNPs demonstrated lower cytotoxicity, and the technique proved effective in maintaining particle integrity.</p>
<p>The final innovation for our LNP to become <strong>AirBuddy</strong> came through consultation with Benjamin Winkeljann from <a onClick={() => goToPagesAndOpenTab('rnhale', '/human-practices')}> Rnhale </a> , where the use of spray-drying techniques was discussed. Spray-drying the LNPs, instead of using traditional methods, helped improve stability and eco-friendliness of the product [8]. The spray-dried SORT LNPs demonstrated lower cytotoxicity, and the technique proved effective in maintaining particle integrity.</p>
<figure>
<img src="https://static.igem.wiki/teams/5247/delivery/sort-lnp-freigestellt.webp" alt="AirBuudy"/>
<figcaption>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment