Skip to content
Snippets Groups Projects
Commit 94b8c4cd authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents f7782b4d fefac3cb
No related branches found
No related tags found
No related merge requests found
Pipeline #456064 passed
......@@ -26,6 +26,7 @@
"dompurify": "^3.1.5",
"framer-motion": "^11.2.13",
"gsap": "^3.12.5",
"jarn": "^0.0.1",
"markmap": "^0.6.1",
"markmap-common": "^0.17.0",
"markmap-lib": "^0.16.1",
......@@ -4038,6 +4039,11 @@
"dev": true,
"license": "ISC"
},
"node_modules/jarn": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/jarn/-/jarn-0.0.1.tgz",
"integrity": "sha512-K4tTa8QIyLC0cRuvLoj3WAk0St9pduUheFDqZ1yYASrJJKkt2HjdNIN5/WZlp8pvFmPNjA3L0vUnQwz32xy3VA=="
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
......@@ -6193,7 +6199,6 @@
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz",
"integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==",
"hasInstallScript": true,
"license": "BSD-2-Clause",
"bin": {
"yarn": "bin/yarn.js",
"yarnpkg": "bin/yarn.js"
......
......@@ -28,6 +28,7 @@
"dompurify": "^3.1.5",
"framer-motion": "^11.2.13",
"gsap": "^3.12.5",
"jarn": "^0.0.1",
"markmap": "^0.6.1",
"markmap-common": "^0.17.0",
"markmap-lib": "^0.16.1",
......
......@@ -52,6 +52,9 @@
.col-6 {
width: 100%; /* Full width for smartphone */
}
.container-fluid {
min-height: 100vh; /* Füllt den gesamten Bildschirm aus */
}
.row-if-small{
--bs-gutter-x: 1.5rem;
......
......@@ -25,8 +25,7 @@ export function HPFeedback(){
<p>The majority of respondents (62.70%) indicated that they or their relative require medical treatment or therapy daily. Weekly treatment was necessary for 14.59%, while 9.73% needed therapy several times per week. Only 6.49% reported needing treatment either monthly or rarely. The high frequency of daily treatments highlights the heavy burden of managing cystic fibrosis and reinforces the potential appeal of gene therapy, which could reduce the need for constant medical intervention. </p>
</div>
<div className="col">
<div className="col">
<p>A significant majority, 78.72%, indicated that they would be open to gene therapy if it significantly improved symptoms, while only 1.42% said no. This overwhelming support aligns with the hope patients have for less invasive and more effective treatments. This also reflects the possibility of gene therapy becoming a central treatment method, especially given the heavy therapeutic load CF patients already carry.</p>
</div>
<div className="col">
......@@ -42,17 +41,6 @@ export function HPFeedback(){
</div>
<div>
<Collapsible id="collapsible1" open={false} title="See the full results of our surveys">
<div className="row align-items-center">
<div className="col">
</div>
<div className="col">
</div>
<div className="col">
</div>
</div>
<div className="row align-items-center">
<div className="col">
<Graph.WhoAffectedatients/>
......@@ -67,17 +55,6 @@ export function HPFeedback(){
<p>The majority of respondents (44.17%) learned about CF through media channels, such as television, news, or the internet. Other significant sources of information include family and friends (25.15%), as well as educational institutions (20.86%). Interestingly, only 3.68% of respondents learned about CF from healthcare providers, suggesting that the disease is more commonly understood through external sources rather than direct medical education. This reliance on media and personal connections highlights the importance of accurate and accessible information in the public domain, especially when considering the introduction of gene therapy as a treatment option. </p>
</div>
</div>
<div className="row align-items-center">
<div className="col">
</div>
<div className="col">
</div>
<div className="col">
</div>
</div>
<div className="row align-items-center">
<div className="col">
<Graph.AgeDiagnosisatients/>
......
......@@ -124,7 +124,7 @@ export const teammembers: Array<SteckbriefInterface> = [
},
{
title: "B.Sc.",
title: "M.Sc.",
vorname: "Asal Sahami",
nachname: "Moghaddam",
age: "24",
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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