Skip to content
Snippets Groups Projects
Commit 805fd8b7 authored by Philip Mundt's avatar Philip Mundt
Browse files

fixed sidebar navigation

parent 95d9bf6d
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ export function Engineering() { ...@@ -162,7 +162,7 @@ export function Engineering() {
<div id="tab-pe-systems" className="enginneeringtab" style={{display: "none"}}> <div id="tab-pe-systems" className="enginneeringtab" style={{display: "none"}}>
<section id="PE Systems sec" > <section id="PE Systems sec" >
<div className="eng-box box" > <div className="eng-box box" >
<H3 id="Prime Editing Systems" text="PE Systems"></H3> <H3 id="PE Systems" text="Prime Editing Systems"></H3>
<p>Different versions of the original prime editing system have been developed since its initial introduction. Deciding on what system to use for the application in therapeutic human gene editing, especially concerning the correction of F508del, was the goal of this engineering cycle.</p> <p>Different versions of the original prime editing system have been developed since its initial introduction. Deciding on what system to use for the application in therapeutic human gene editing, especially concerning the correction of F508del, was the goal of this engineering cycle.</p>
<p> <p>
Since we aim to develop a therapy delivered to the human body, we wanted to obtain high editing efficiency while risking as little off-targets as possible and also reducing the size for improved packability. Since we aim to develop a therapy delivered to the human body, we wanted to obtain high editing efficiency while risking as little off-targets as possible and also reducing the size for improved packability.
......
...@@ -77,13 +77,13 @@ export function EngSide(){ ...@@ -77,13 +77,13 @@ export function EngSide(){
<summary>PE Systems</summary> <summary>PE Systems</summary>
<span id="pe-systems" className="sidesubtab" style={{display: "none"}}> <span id="pe-systems" className="sidesubtab" style={{display: "none"}}>
<ul> <ul>
<li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "Delivery", scrollToId: "del1"})}> <li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "PE Systems", scrollToId: "pe1"})}>
<span id="subtitle4" className='sideitem'>Iteration 1</span> <span id="subtitle4" className='sideitem'>Iteration 1</span>
</a></li> </a></li>
<li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "Delivery", scrollToId: "del2"})}> <li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "PE Systems", scrollToId: "pe2"})}>
<span id="subtitle5" className='sideitem'>Iteration 2</span> <span id="subtitle5" className='sideitem'>Iteration 2</span>
</a></li> </a></li>
<li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "Delivery", scrollToId: "del3"})}> <li><a onClick={() => goToPageWithTabAndScroll({path: "", tabId: "PE Systems", scrollToId: "pe3"})}>
<span id="subtitle6" className='sideitem'>Iteration 3</span> <span id="subtitle6" className='sideitem'>Iteration 3</span>
</a></li> </a></li>
</ul> </ul>
......
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