Skip to content
Snippets Groups Projects
Commit 6b0904d5 authored by Kaya Lange's avatar Kaya Lange
Browse files

hp changes

parent 10bc1802
No related branches found
No related tags found
No related merge requests found
Pipeline #526754 failed
import { ButtonOne } from "../../../components/Buttons";
import { H5, H4 } from "../../../components/Headings";
import { PDF } from "../../../components/Pdfs";
import { useNavigation } from "../../../utils";
import { useTabNavigation } from "../../../utils/TabNavigation";
import { PDF } from "../../../components/Pdfs";
export function HPCollabs(){
const {goToPagesAndOpenTab} = useNavigation();
useTabNavigation();
return (
<div className="col">
<div className="row align-items-center" style={{marginTop: "5vh", marginBottom: "5vh"}}>
......@@ -64,9 +62,7 @@ export function HPCollabs(){
<H5 text="Wiki Development"/>
<p>To support future iGEM teams, we developed troubleshooting guides for HTML and CSS{/* [link] */}, making wiki development more accessible and easier to manage.
Through these contributions, we provide valuable tools and frameworks to advance synthetic biology, ensuring safer, more efficient research and therapeutic development for the iGEM community. </p>
<H5 text="Global Impact and Inclusivity "/>
<p>Recognizing the disparities in CF care across different regions, particularly in underrepresented areas like Asia, we adjusted our approach to create a more inclusive therapy. With feedback from stakeholders like <a onClick={() => goToPagesAndOpenTab('joshua', '')}>Joshua Bauder</a> from CF Vest International and <a onClick={() => goToPagesAndOpenTab('sriram', '/human-practices')}>Dr. Sriram Vaidyanathan</a>, we ensured our therapy addressed a wider range of CF mutations. This global focus led to bilingual surveys and expanded outreach efforts to raise awareness about CF and gene therapy. </p>
</div>
)
}
\ No newline at end of file
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