From 947f4d2cad071eaa6908da35990dd1f470e90597 Mon Sep 17 00:00:00 2001
From: "Azadpour, Elmera" <eazadpour@usgs.gov>
Date: Fri, 20 Sep 2024 09:22:23 -0700
Subject: [PATCH] open site and staff profs in new page

---
 src/assets/text/text_en.js | 2 +-
 src/assets/text/text_es.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assets/text/text_en.js b/src/assets/text/text_en.js
index 2f4f2f7..91eb6ed 100644
--- a/src/assets/text/text_en.js
+++ b/src/assets/text/text_en.js
@@ -60,7 +60,7 @@ export default {
       dendroExplainer: `Click on the topics below to see the different vulnerability indicators studied in relation to water insecurity. Thicker diagram lines indicate more well-studied topics. The number of studies for each indicator are displayed in parentheses.`
     },
     authorSection: {
-    text: "This site was created by the <a href='https://labs.waterdata.usgs.gov/visualizations/'>USGS Vizlab</a>. <a href='https://www.usgs.gov/staff-profiles/elmera-azadpour'>Elmera Azadpour</a> led the project, with contributions from <a href='https://wim.usgs.gov/team/'>Aileen Clarke</a>, <a href='https://www.usgs.gov/staff-profiles/amanda-carr'>Mandie Carr</a>, <a href='https://www.usgs.gov/staff-profiles/oronde-drakes'>Oronde Drakes</a>, <a href='https://www.usgs.gov/staff-profiles/diana-l-restrepo-osorio'>Diana Restrepo-Osorio</a>, <a href='https://www.usgs.gov/staff-profiles/cee-nell'>Cee Nell</a>, Yajaira Ayala Alanis, and Paola Rivera Gonzalez."
+    text: "This site was created by the <a href='https://labs.waterdata.usgs.gov/visualizations/' target='_blank'>USGS Vizlab</a>. <a href='https://www.usgs.gov/staff-profiles/elmera-azadpour' target='_blank'>Elmera Azadpour</a> led the project, with contributions from <a href='https://wim.usgs.gov/team/' http://localhost:5173/visualizations/vulnerability-indicators/>Aileen Clarke</a>, <a href='https://www.usgs.gov/staff-profiles/amanda-carr' target='_blank'>Mandie Carr</a>, <a href='https://www.usgs.gov/staff-profiles/oronde-drakes' target='_blank'>Oronde Drakes</a>, <a href='https://www.usgs.gov/staff-profiles/diana-l-restrepo-osorio' target='_blank'>Diana Restrepo-Osorio</a>, <a href='https://www.usgs.gov/staff-profiles/cee-nell' target='_blank'>Cee Nell</a>, Yajaira Ayala Alanis, and Paola Rivera Gonzalez."
   }
 
   }
diff --git a/src/assets/text/text_es.js b/src/assets/text/text_es.js
index 8da7d1a..dee522a 100644
--- a/src/assets/text/text_es.js
+++ b/src/assets/text/text_es.js
@@ -60,7 +60,7 @@ export default {
       dendroExplainer: `Haga clic en cada tema para ver los diferentes indicadores de riesgo estudiados en relación con la carencia de agua. Las líneas más gruesas del diagrama indican temas mejor estudiados. El número de estudios de cada indicador se muestra entre paréntesis.`
     },
     authorSection: {
-    text: "Este sitio fue creado por el <a href='https://labs.waterdata.usgs.gov/visualizations/'>USGS Vizlab</a>. <a href='https://www.usgs.gov/staff-profiles/elmera-azadpour'>Elmera Azadpour</a> dirigió el proyecto, con contribuciones de <a href='https://wim.usgs.gov/team/'>Aileen Clarke</a>, <a href='https://www.usgs.gov/staff-profiles/amanda-carr'>Mandie Carr</a>, <a href='https://www.usgs.gov/staff-profiles/oronde-drakes'>Oronde Drakes</a>, <a href='https://www.usgs.gov/staff-profiles/diana-l-restrepo-osorio'>Diana Restrepo-Osorio</a>, <a href='https://www.usgs.gov/staff-profiles/cee-nell'>Cee Nell</a>, Yajaira Ayala Alanis, y Paola Rivera Gonzalez."
+    text: "Este sitio fue creado por el <a href='https://labs.waterdata.usgs.gov/visualizations/' target='_blank'>USGS Vizlab</a>. <a href='https://www.usgs.gov/staff-profiles/elmera-azadpour' target='_blank'>Elmera Azadpour</a> dirigió el proyecto, con contribuciones de <a href='https://wim.usgs.gov/team/' target='_blank'>Aileen Clarke</a>, <a href='https://www.usgs.gov/staff-profiles/amanda-carr' target='_blank'>Mandie Carr</a>, <a href='https://www.usgs.gov/staff-profiles/oronde-drakes' target='_blank'>Oronde Drakes</a>, <a href='https://www.usgs.gov/staff-profiles/diana-l-restrepo-osorio' target='_blank'>Diana Restrepo-Osorio</a>, <a href='https://www.usgs.gov/staff-profiles/cee-nell' target='_blank'>Cee Nell</a>, Yajaira Ayala Alanis, y Paola Rivera Gonzalez."
   }
 
   }
-- 
GitLab