From 56ea2f2f0deb1a3b181ca23888021fad499e4f7b Mon Sep 17 00:00:00 2001
From: Lisa Wiesner <lisa.wiesner@uni-bielefeld.de>
Date: Wed, 2 Oct 2024 13:56:05 +0000
Subject: [PATCH] Update file safety.tsx

---
 src/contents/safety.tsx | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/contents/safety.tsx b/src/contents/safety.tsx
index 23013aec..5967ada8 100644
--- a/src/contents/safety.tsx
+++ b/src/contents/safety.tsx
@@ -219,11 +219,10 @@ export const Safety: React.FC = () =>{
           <div className='row align-items-center'>
                 <div className='col  '>
                     <H4 text="Patient consent form"/>
-                    <p>Note: This consent form is intended only as a guideline and should be adapted to meet the specific requirements and legal regulations of each project.</p>
                     <p></p>
-                    <p>When working with primary cultures, it is extremely important to consider the bioethical aspects of the project. To address this, we sat down with the Ethics Officer at Bielefeld University, Dr. Berens [link zum interview], and discussed the matter with her. From this exchange, we gained the following insights.
+                    <p>When working with primary cultures, it is extremely important to consider the bioethical aspects of the project. To address this, we sat down with the Ethics Officer at Bielefeld University, Dr. Berens, and discussed the matter with her. From this exchange, we gained the following insights.
  On the one hand, having a patient consent form is crucial, as it provides the donors of the primary cells with a sense of security, but more importantly, it gives them detailed and precise information about what will be done with the data, whether it be regular patient data or biomaterials. Additionally, it became clear that it is significantly easier for us to establish guidelines to follow. We decided to integrate this approach into our project. 
- As a result, we created a patient consent [link zur patienteneinwilligung] form for the donors of primary cells, which we also want to present as a template for future German iGEM teams. However, we want to emphasize that it is not guaranteed to be comprehensive, nor does it have any legal approval. We also developed a guideline [link zur guideline], which we present as a template, on handling primary cells to ensure not only proper technical handling but also correct ethical treatment.</p>
+ As a result, we created a patient consent form for the donors of primary cells, which we also want to present as a template for future German iGEM teams. <b>However, we want to emphasize that it is not guaranteed to be comprehensive, nor does it have any legal approval</b>. We also developed a guideline, which we present as a template, on handling primary cells to ensure not only proper technical handling but also correct ethical treatment.</p>
                     <p></p>
                 <TwoLinePDF link="https://static.igem.wiki/teams/5247/pdfs/patienteneinwilligung-mustervorlage-igem-2.pdf" name="patienteneinwilligung-mustervorlage-igem-2.pdf"/>
                 </div>
-- 
GitLab