From 77c00b6f2c114aaf249a3d046fa8a62429234f91 Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Wed, 18 Dec 2024 09:34:58 -0600 Subject: [PATCH] update title throughout --- .env | 2 +- CHANGELOG.md | 2 +- README.md | 6 +++--- src/assets/text/text.js | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 7bf701d..fbe5558 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ VITE_APP_TITLE='earth-in-flux' -VITE_APP_LONG_TITLE='USGS Land Change Chart Gallery' +VITE_APP_LONG_TITLE='Earth is in flux' VITE_APP_DESCRIPTION='Chart gallery highlighting key findings of USGS land change science' VITE_APP_GITHUB_REPOSITORY_LINK='https://github.com/DOI-USGS/earth-in-flux' diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b8750..d099233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added -- Released the USGS Land Change Chart Gallery featuring visualizations associated with the Beaufort Sea and Fire in Ice USGS projects. +- Released the Earth in Flux chart gallery featuring visualizations associated with the Beaufort Sea and Fire in Ice USGS projects. diff --git a/README.md b/README.md index 8dbc29b..3d06c47 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# USGS Land Change Chart Gallery +# Earth in Flux chart gallery > _A newer version of the software may be available. See https://code.usgs.gov/wma/vizlab/earth-in-flux/-/releases to view all releases._ -The land change chart gallery is a shared initiative between the USGS Water Mission Area and Ecosystems Mission Area to communicate key findings of USGS land change science in innovative ways, and to encourage creativity, exploration, and community in data visualization across USGS mission areas. +The Earth in Flux chart gallery is a shared initiative between the USGS Water Mission Area and Ecosystems Mission Area to communicate key findings of USGS land change science in innovative ways, and to encourage creativity, exploration, and community in data visualization across USGS mission areas. **The chart gallery can be viewed at [https://labs.waterdata.usgs.gov/visualizations/earth-in-flux](https://labs.waterdata.usgs.gov/visualizations/earth-in-flux).** ## Citation -Corson-Dosch, Hayley, Archer, Althea, Kwang, Jeffrey, Jaenicke, Margaret, and Nell, Cee. 2024. USGS Land Change Chart Gallery. U.S. Geological Survey software release. Reston, VA. [https://doi.org/10.5066/P1J2PMFE](https://doi.org/10.5066/P1J2PMFE) +Corson-Dosch, Hayley, Archer, Althea, Kwang, Jeffrey, Jaenicke, Margaret, and Nell, Cee. 2024. Earth in Flux chart gallery. U.S. Geological Survey software release. Reston, VA. [https://doi.org/10.5066/P1J2PMFE](https://doi.org/10.5066/P1J2PMFE) ## Additional contributors [Laura Gemery](https://www.usgs.gov/staff-profiles/laura-gemery) and [Natalie Kerhwald](https://www.usgs.gov/staff-profiles/natalie-m-kehrwald) consulted on the development of this website as subject matter experts. diff --git a/src/assets/text/text.js b/src/assets/text/text.js index 17cf23b..3d4befe 100644 --- a/src/assets/text/text.js +++ b/src/assets/text/text.js @@ -1,9 +1,9 @@ export default { landingPage: { - pageTitle: "Earth is changing...", + pageTitle: "Earth is in flux...", pageSubTitle: "USGS scientists research changing environments to inform natural resource management and decision making.", - collaborationHeading: "The USGS land change chart gallery project", - collaborationDescription: "The land change chart gallery is a shared initiative between the U.S. Geological Survey (USGS) <a href='https://www.usgs.gov/mission-areas/water-resources' target='_blank'>Water Resources Mission Area</a> and <a href='https://www.usgs.gov/mission-areas/ecosystems' target='_blank'>Ecosystems Mission Area</a> to communicate key findings of USGS land change science in innovative ways, and to encourage creativity, exploration, and community in data visualization across USGS mission areas.", + collaborationHeading: "The Earth in Flux chart gallery project", + collaborationDescription: "The Earth in Flux chart gallery is a shared initiative between the U.S. Geological Survey (USGS) <a href='https://www.usgs.gov/mission-areas/water-resources' target='_blank'>Water Resources Mission Area</a> and <a href='https://www.usgs.gov/mission-areas/ecosystems' target='_blank'>Ecosystems Mission Area</a> to communicate key findings of USGS land change science in innovative ways, and to encourage creativity, exploration, and community in data visualization across USGS mission areas.", teamHeading: "The USGS Vizlab team", teamText: "The USGS Vizlab is a data visualization team within the USGS <a href='https://www.usgs.gov/mission-areas/water-resources' target='_blank'>Water Resources Mission Area</a>. View the Vizlab <a href='https://labs.waterdata.usgs.gov/visualizations/' target='_blank'>portfolio</a>.", teamData: [ -- GitLab