diff --git a/.env b/.env
index 76f70dc1e229557548c7e515c004af97ba9196ad..7bf701d2882c48a209c5202585d00f544436f1d6 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 689919731038b1c2008b2b5c85b2cd2064e1f5c9..17229bc26e7ee1bf9f252362b23ef0e6fc677334 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 e1d1db5b1c400144d849f1fab11501a9effc1fbf..084ca6701d39afb05844ea5c63cb5e39636ed72f 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 1374601a7adf9d95fc42bfc22d0a046e2f8ee338..45278f0b905d986a2937aef83a2669f5fea7c31c 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 35d33501e71102f70f839b041c38d5530ca50fb4..ea427e5380b304cd9facd3424d95d99d91f43795 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 746727c0ef2030e2515f8c57b8db715c36bc37aa..2a66d27f0aeb361be0bb9718a423b94f49ce079e 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 0b001a14c91eba7d86d1e5a54fe61ca69fb1b454..f600328f5c9a66192b5dc5f8c4f162264d9f8a1a 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",