From 947464adb7f5fc0aa3e3638e1ad15d264e8a38c3 Mon Sep 17 00:00:00 2001 From: Wu Zhiling <wzlwzl0924@gmail.com> Date: Tue, 1 Oct 2024 08:54:41 +0000 Subject: [PATCH] Update file human-practices.tsx --- src/contents/human-practices.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index 8e7a913..6343a71 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -72,13 +72,13 @@ export function HumanPractices() { <Element name="section1" className="element rounded-border" id='section1'> <h2>1. Overview</h2> - <p>Our Picture.</p> + <p>Have a picture of what we did</p> <div className="rounded-border"> <h3 className="center-text">1.1 A Pillar of Our iGEM Project</h3> <p className='indent'> One of the pillars supporting a successful and responsible iGEM project is <span className='bold-font'>human practices</span>. We place great emphasis on human practices to ensure our product’s <span className='bold-font'>real-world applicability</span> and to assess its impact on <span className='bold-font'>Chinese society</span>, the <span className='bold-font'>global community</span>, and the <span className='bold-font'>scientific field</span>. </p> - <ul style={{ listStyleType: 'disc', paddingLeft: '20px' }}> + <ul style={{ listStyleType: 'disc', paddingLeft: '10px' }}> <li><span className='bold-font'>How does our project impact the world around us?</span></li> <li><span className='bold-font'>How does the world influence our project?</span></li> </ul> @@ -113,7 +113,7 @@ export function HumanPractices() { <Element name="section2" className="element rounded-border" id='section2'> <h2>2. Ethical considerations</h2> - <p>Our stakeholders.</p> + <p>Informed consent, privacy, fairness, non-harm, responsibility.</p> <div className="rounded-border"> <h3 className="center-text">2.1Ethical and Safe Biotechnology Research</h3> <p className='indent'> -- GitLab