From 4270adfd07d35c3057d2a1964b6d0e5dcbf334ba Mon Sep 17 00:00:00 2001 From: Wu Zhiling <wzlwzl0924@gmail.com> Date: Tue, 1 Oct 2024 06:31:18 +0000 Subject: [PATCH] 5.3 --- src/contents/human-practices.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index d3a3281..814a265 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -76,8 +76,7 @@ export function HumanPractices() { <Element name="section1" className="element rounded-border" id='section1'> <div className="rounded-border"> - <h3 style={{ textAlign: 'center' }}>5.2 Ethical and Safe Biotechnology Research</h3> - + <h3 style={{ textAlign: 'center' }}>5.1 Overview</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> @@ -115,7 +114,7 @@ export function HumanPractices() { <Element name="section2" className="element rounded-border" id='section2'> <div className="rounded-border"> - <h3>5.2 Ethical and Safe Biotechnology Research</h3> + <h3 style={{ textAlign: 'center' }}>5.2 Ethical and Safe Biotechnology Research</h3> <p className='indent'> Our project operates within the legal framework and adheres to strict <span className='bold-font'>laboratory safety regulations</span>. From an <span className='bold-font'>ethical standpoint</span>, responsible scientific research not only requires the involvement of <span className='bold-font'>experts</span>, but also must align with the values of <span className='bold-font'>citizens</span>, ensuring that our innovations address <span className='bold-font'>real-world challenges</span>. </p> -- GitLab