From 3ac9402fa8a9f09891860d11a6d60e61e8068a06 Mon Sep 17 00:00:00 2001
From: Natasha Nunez <n.nunez@student.maastrichtuniversity.nl>
Date: Sat, 28 Sep 2024 20:23:04 +0000
Subject: [PATCH] test update text

---
 docs/.vuepress/components/HumanPractices.vue | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/docs/.vuepress/components/HumanPractices.vue b/docs/.vuepress/components/HumanPractices.vue
index f98e598..a908d90 100644
--- a/docs/.vuepress/components/HumanPractices.vue
+++ b/docs/.vuepress/components/HumanPractices.vue
@@ -3,23 +3,27 @@
       <h3>Natronaut for People</h3>
       <div class="contribution-container">
         <img
-          src="https://static.igem.wiki/teams/5306/human-practices/untitled-artwork-2good.png"
+          src="https://static.igem.wiki/teams/5306/human-practices/human-practice-vibrio.webp"
           alt="Human Practices Image"
           width="300"
         />
         <p>
-        Our team, MSP-Maastricht, is dedicated to being an active and ongoing contributor to the iGEM community. We believe that science and engineering bridge the past and future, as all research builds on the knowledge of those who came before us. A key part of this tradition is our Contributions page, which showcases the innovative solutions we are developing to tackle real-world challenges. By sharing our strategies, methodologies, and findings, we aim to enhance the accessibility and application of synthetic biology techniques. Through facilitating such knowledge transfer, we hope to benefit future iGEM teams and the broader SynBio community.
+        "The greatness of humanity is not in being human, but in being humane." 
+        -Mahatma Gandhi        
         </p>
       </div>
       <!-- Introduction Section -->
       <div class="card mb-2" style="background-color: #e3f2fd;">
         <div class="card-header" @click="toggleSection('introduction')" style="display: flex; align-items: center; justify-content: space-between; cursor: pointer;">
-          <h2 style="color: #396d7e;">Introduction to Natronaut’s Human Practices: </h2>
+          <h2 style="color: #396d7e;">Introduction to Natronaut’s  Human Practices: Answering the Important Questions</h2>
           <span>{{ openSection === 'introduction' ? 'â–²' : 'â–¼' }}</span>
         </div>
         <div v-if="openSection === 'introduction'" class="card-body" style="background-color: #e5efdf;">
           <h3 style="color: #396d7e;">Designing the Natronaut Project: Values in Mind</h3>
-          <p style="color: #333;">Write here...</p>
+          <p style="color: #333;"> When designing and brainstorming the final project, the Natronaut team always kept social and moral values in mind. It was indeed extremely important to ensure that the work aligned with the broader societal and ethical context in which it is situated.
+          </p>
+          <p style="color: #333;"> The Netherlands has been facing a nitrogen crisis, which has quite important social implications. Indeed, rising tensions have been observed between governmental regulation and the agricultural community. While the government only wants to help in the mitigation of the Nitrogen Crisis, it puts agricultural workers in a difficult position. In fact, farmers have been facing stricter and stricter regulations and they found themselves under increasing pressure to decrease their nitrogen emissions, but they also have the need to work to maintain themselves financially. This has led to various protests and widespread social unrest. 
+          </p>
   
           <h3 style="color: #396d7e;">Consulting Resources and Communities Meaningful to Natronaut</h3>
           <p style="color: #333;">Write here...</p>
-- 
GitLab