From 9c2b3afecb206a3a0a5bb799744f6dcaaa9e9a17 Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Mon, 2 Dec 2024 15:54:22 -0600 Subject: [PATCH] update site name and description --- .env | 8 ++++---- CONTRIBUTING.md | 2 +- README.md | 16 ++++++++-------- code.json | 14 +++++++------- jenkins/Jenkinsfile.build | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.env b/.env index 76f70dc..7bf701d 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_APP_TITLE='climate-charts' -VITE_APP_LONG_TITLE='USGS Climate Chart Gallery' -VITE_APP_DESCRIPTION='Climate chart gallery highlighting key findings of USGS climate science' -VITE_APP_GITHUB_REPOSITORY_LINK='https://github.com/DOI-USGS/climate-charts' +VITE_APP_TITLE='earth-in-flux' +VITE_APP_LONG_TITLE='USGS Land Change Chart Gallery' +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/CONTRIBUTING.md b/CONTRIBUTING.md index 6899197..17229bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,6 @@ into the project you can [fork this repository][2] and -[1]: https://github.com/DOI-USGS/climate-charts/issues +[1]: https://github.com/DOI-USGS/earth-in-flux/issues [2]: https://help.github.com/articles/fork-a-repo/ [3]: https://help.github.com/articles/about-pull-requests/ diff --git a/README.md b/README.md index e1d1db5..084ca67 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -# USGS Climate Chart Gallery +# USGS Land Change Chart Gallery -> _A newer version of the software may be available. See https://code.usgs.gov/wma/vizlab/climate-charts/-/releases to view all releases._ +> _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 climate chart gallery is a shared initiative between the USGS Water Mission Area and Ecosystems Mission Area to communicate key findings of USGS climate science in innovative ways, and to encourage creativity, exploration, and community in data visualization across USGS mission areas. +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 chart gallery can be viewed at [https://labs.waterdata.usgs.gov/visualizations/climate-charts](https://labs.waterdata.usgs.gov/visualizations/climate-charts).** +**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. Climate 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. 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) ## 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. ## Additional information -* We welcome contributions from the community. See the [guidelines for contributing](https://github.com/DOI-USGS/climate-charts/) to this repository on GitHub. -* [Disclaimer](https://code.usgs.gov/wma/vizlab/climate-charts/-/blob/main/DISCLAIMER.md) -* [License](https://code.usgs.gov/wma/vizlab/climate-charts/-/blob/main/LICENSE.md) +* We welcome contributions from the community. See the [guidelines for contributing](https://github.com/DOI-USGS/earth-in-flux/) to this repository on GitHub. +* [Disclaimer](https://code.usgs.gov/wma/vizlab/earth-in-flux/-/blob/main/DISCLAIMER.md) +* [License](https://code.usgs.gov/wma/vizlab/earth-in-flux/-/blob/main/LICENSE.md) ## To build the website locally Clone the repo. In the directory, run `npm install` to install the required modules. This repository requires `npm v20` to run. If you are using a later version of `npm`, you may [try using `nvm` to manage multiple versions of npm](https://betterprogramming.pub/how-to-change-node-js-version-between-projects-using-nvm-3ad2416bda7e). diff --git a/code.json b/code.json index 1374601..45278f0 100644 --- a/code.json +++ b/code.json @@ -1,8 +1,8 @@ [ { - "name": "climate-charts", + "name": "earth-in-flux", "organization": "U.S. Geological Survey", - "description": "Climate chart gallery highlighting key findings of USGS climate science", + "description": "Chart gallery highlighting key findings of USGS land change science", "version": "0.1.0", "status": "Development", "permissions": { @@ -10,14 +10,14 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/wma/vizlab/climate-charts/-/raw/main/LICENSE.md" + "URL": "https://code.usgs.gov/wma/vizlab/earth-in-flux/-/raw/main/LICENSE.md" } ] }, - "homepageURL": "https://github.com/DOI-USGS/climate-charts/", - "downloadURL": "https://code.usgs.gov/wma/vizlab/climate-charts/-/archive/main/climate-charts-main.zip", - "disclaimerURL": "https://code.usgs.gov/wma/vizlab/climate-charts/-/raw/main/DISCLAIMER.md", - "repositoryURL": "https://code.usgs.gov/wma/vizlab/climate-charts.git", + "homepageURL": "https://github.com/DOI-USGS/earth-in-flux/", + "downloadURL": "https://code.usgs.gov/wma/vizlab/earth-in-flux/-/archive/main/earth-in-flux-main.zip", + "disclaimerURL": "https://code.usgs.gov/wma/vizlab/earth-in-flux/-/raw/main/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/wma/vizlab/earth-in-flux.git", "vcs": "git", "laborHours": 50, "tags": [ diff --git a/jenkins/Jenkinsfile.build b/jenkins/Jenkinsfile.build index 35d3350..ea427e5 100644 --- a/jenkins/Jenkinsfile.build +++ b/jenkins/Jenkinsfile.build @@ -8,7 +8,7 @@ pipeline { parameters { choice(choices: ['test', 'beta', 'prod'], description: 's3 bucket that the build will target', name: 'BUILD_DEST') choice(choices: ['test', 'beta', 'prod'], description: 'The mode selected will tell Vue which environment variables to use. Various feature flags will be disabled/enabled depending on mode. More importantly, the source of the tiles will change, with the development build loading tiles from the test S3 bucket and the production build loading tiles from the prod S3 bucket.', name: 'VUE_BUILD_MODE') - choice(choices: ['climate-charts'], description: 'project name, url extension, and GitLab repository name, matching VITE_APP_TITLE set in .env', name: 'VITE_APP_TITLE') + choice(choices: ['earth-in-flux'], description: 'project name, url extension, and GitLab repository name, matching VITE_APP_TITLE set in .env', name: 'VITE_APP_TITLE') gitParameter(name: 'BRANCH_TAG', type: 'PT_BRANCH_TAG', selectedValue: 'DEFAULT', diff --git a/package-lock.json b/package-lock.json index 746727c..2a66d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "climate-charts", + "name": "earth-in-flux", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "climate-charts", + "name": "earth-in-flux", "version": "0.1.0", "license": "Public Domain, CC0-1.0", "dependencies": { diff --git a/package.json b/package.json index 0b001a1..f600328 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "climate-charts", + "name": "earth-in-flux", "version": "0.1.0", - "description": "Climate chart gallery highlighting key findings of USGS climate science", + "description": "Chart gallery highlighting key findings of USGS land change science", "main": "index.html", "author": "USGS Vizlab", "license": "Public Domain, CC0-1.0", -- GitLab