From 7acd3b49b1ad83e4621040dcd215165e1c47035c Mon Sep 17 00:00:00 2001
From: elmeraa <eazadpour@usgs.gov>
Date: Wed, 5 Jun 2024 10:00:16 -0700
Subject: [PATCH] about the team edits

---
 src/assets/text/text.js         |  2 +-
 src/views/VisualizationView.vue | 10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/assets/text/text.js b/src/assets/text/text.js
index 4b81b97..35a7631 100644
--- a/src/assets/text/text.js
+++ b/src/assets/text/text.js
@@ -42,7 +42,7 @@ export default {
     },
     teamText: {
       title: "About the team",
-      paragraph1: "They rule"
+      paragraph1: "The USGS Social and Economic Drivers team consists of social scientists, geographers, and hydrolgists who conduct interdisciplinary studies to understand the interactions and interdependancies of human and natural systems with respect to water use sectors. The purpose of this project team is to predict and measure social vulnerabilities to water security to better assess and manage risks for adaptive water management. Explore the scientists who make up this team below."
     }
 
   }
diff --git a/src/views/VisualizationView.vue b/src/views/VisualizationView.vue
index 5633894..52ca0a1 100644
--- a/src/views/VisualizationView.vue
+++ b/src/views/VisualizationView.vue
@@ -24,12 +24,10 @@
   import AuthorshipSection from '.././components/Authorship.vue'
 
   const circleData = [
-  { name: "Oronde Drakes", link: "https://example1.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
-  { name: "Diana Restrepo-Osorio", link: "https://example2.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
-  { name: "Person", link: "https://example3.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
-  { name: "Person", link: "https://example4.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
-  { name: "Person", link: "https://example5.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
-  { name: "Person", link: "https://example6.com", image: "https://i.pinimg.com/originals/e3/e5/b4/e3e5b4544f08a948e591b5894cefa2be.jpg" },
+  { name: "Oronde Drakes", link: "https://www.usgs.gov/staff-profiles/oronde-drakes", image: "https://hazards.colorado.edu/api/v2/uploads/avatar/oronde_drakes2-1556849997156.JPG" },
+  { name: "Diana Restrepo-Osorio", link: "https://www.usgs.gov/staff-profiles/diana-l-restrepo-osorio", image: "https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/styles/staff_profile/public/media/images/Copy%20of%20Restrepo-Osorio_Diana%20L_PA-02473_1702473_027_8x12.jpg?itok=64YcJ9wy" },
+  { name: "Kathryn Powlen", link: "https://www.usgs.gov/staff-profiles/kathryn-a-powlen", image: "https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/styles/staff_profile/public/media/images/KPowlen_photo.jpg?itok=IufjVCBr" },
+  { name: "Megan Hines", link: "https://www.usgs.gov/staff-profiles/megan-k-hines", image: "https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/styles/staff_profile/public/thumbnails/image/Hines_Megan_USGS.jpg?itok=mOifmPnR" },
 ];
 </script>
 
-- 
GitLab