From 8d006813b9586a92f09eeba86492b7a54b30edfc Mon Sep 17 00:00:00 2001 From: "Azadpour, Elmera" <eazadpour@usgs.gov> Date: Tue, 17 Sep 2024 13:58:34 -0700 Subject: [PATCH] add Drakes et al 2024 early in page per Oronde sug --- 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 565a8bf..dd22392 100644 --- a/src/assets/text/text_en.js +++ b/src/assets/text/text_en.js @@ -39,7 +39,7 @@ export default { }, chartText: { bubbleText: "Interact with the chart to explore evidence<br>for social vulnerability determinants.", - bubbleLegend: `Many social vulnerability determinants have been studied. Some show positive <span class="legend-box positive"></span> relationships with water insecurity, some negative <span class="legend-box negative"></span>, and others unknown <span class="legend-box unknown"></span> <a href='https://www.sciencebase.gov/catalog/item/63f79d49d34e4f7eda456572' target='_blank'>(Hines et al, 2023)</a>`, + bubbleLegend: `Many social vulnerability determinants have been studied. Some show positive <span class="legend-box positive"></span> relationships with water insecurity, some negative <span class="legend-box negative"></span>, and others unknown <span class="legend-box unknown"></span> <a href='https://www.sciencebase.gov/catalog/item/63f79d49d34e4f7eda456572' target='_blank'>(Hines et al, 2023</a>; <a href='https://doi.org/10.1029/2023WR036284' target='_blank'>Drakes et al, 2024)</a>`, bubbleYaxis: `The y-axis of the chart represents the level of agreement among studies where increased <b>consensus</b> indicates a majority of studies using the selected determinant recorded the same direction of influence on conditions of water insecurity and <b>inconclusive</b> indicates studies using the selected determinant did not record the same direction of influence on conditions of water insecurity. The size of the bubbles on the chart represents the number of studies, with larger bubbles indicating that a particular determinant has been studied more frequently.`, bubbleYlabelMax: `Consensus`, bubbleYlabelMin: `Inconclusive`, diff --git a/src/assets/text/text_es.js b/src/assets/text/text_es.js index 131e6d7..e62c6ea 100644 --- a/src/assets/text/text_es.js +++ b/src/assets/text/text_es.js @@ -39,7 +39,7 @@ export default { }, chartText: { bubbleText: "Interactúe con el gráfico para ver diferentes muestras<br>de los factores determinantes de riesgo social.", - bubbleLegend: `Se han estudiado muchos factores determinantes de riesgo social. Algunos muestran relaciones positivas <span class="legend-box positive"></span> con la carencia de agua, otros negativas <span class="legend-box negative"></span>, y otros desconocidas <span class="legend-box unknown"></span> <a href='https://www.sciencebase.gov/catalog/item/63f79d49d34e4f7eda456572' target='_blank'>(Hines y otros, 2023)</a>`, + bubbleLegend: `Se han estudiado muchos factores determinantes de riesgo social. Algunos muestran relaciones positivas <span class="legend-box positive"></span> con la carencia de agua, otros negativas <span class="legend-box negative"></span>, y otros desconocidas <span class="legend-box unknown"></span> <a href='https://www.sciencebase.gov/catalog/item/63f79d49d34e4f7eda456572' target='_blank'>(Hines y otros, 2023</a>; <a href='https://doi.org/10.1029/2023WR036284' target='_blank'>Drakes y otros, 2024)</a>`, bubbleYaxis: `El eje Y del gráfico representa el nivel de acuerdo entre los estudios, donde el aumento del <b>consenso</b> indica que la mayorÃa de los estudios que utilizaron el factor determinante seleccionado indicaron el mismo tipo de influencia en las condiciones de carencia de agua y <b>no concluyentes</b> indica que los estudios que utilizaron el factor determinante seleccionado no indicaron un mismo tipo de influencia en las condiciones de carencia de agua. El tamaño de las burbujas en el gráfico representa el número de estudios, y las burbujas más grandes indican que un factor determinante particular se ha estudiado con más frecuencia.`, bubbleYlabelMax: `Consenso`, bubbleYlabelMin: `No concluyentes`, -- GitLab