diff --git a/src/assets/text/text.js b/src/assets/text/text.js
index 4b81b97498153803a8afa67ef373674494519bc9..35a7631a518b94d05d53be02def2b0877bd4a0c3 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 5633894d55cc8a95ca91f38cd6ac21d03d9e2532..52ca0a115f1aad88636f3008052156bcb173befb 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>