diff --git a/README.md b/README.md index b6aabd2d245c0027b8acd9ae08761e302b70cd9e..e0d62529ff9da2c04136e9bae0cae91c9d9bf6e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Unequal access to water: how societal factors shape vulnerability to water insecurity +A newer version of the software may be available. See +https://code.usgs.gov/wma/vizlab/vulnerability-indicators/-/releases +to view all releases. + This repo uses R, Vue, and D3 to build an interactive data visualization website about indicators of vulnerability to water insecurity. In R there is a pipeline that uses the `targets` library to fetch, process, and visualize data. The rest of the files build the website. This project: @@ -52,5 +56,4 @@ unauthorized use. ## Citation -Azadpour E, Carr AN, Clarke A, Drakes O, Restrepo-Osorio DL, Nell C. 2024. Unequal access to water: How societal factors shape vulnerability to water insecurity. U.S. Geological Survey software release. Reston, VA. https://doi.org/10.5066/P19M9WYT. - +Azadpour E, Carr AN, Clarke A, Drakes O, Restrepo-Osorio DL, Nell C. 2024. Unequal access to water: How societal factors shape vulnerability to water insecurity. U.S. Geological Survey software release. Reston, VA. https://doi.org/10.5066/P19M9WYT. \ No newline at end of file diff --git a/code.json b/code.json index 3c3270cb93f06d890474b174c2818aad04ac53b2..5a7231ab4d62bce41a56f1e97fe44368538b867b 100644 --- a/code.json +++ b/code.json @@ -3,7 +3,7 @@ "name": "vizlab-vulnerability-indicators", "organization": "U.S. Geological Survey", "description": "Unequal access to water: how societal factors shape vulnerability to water insecurity", - "version": "v0.1.5", + "version": "v1.0.0", "status": "Production", "permissions": { "usageType": "openSource", diff --git a/package-lock.json b/package-lock.json index 24dcb3cacc03e9b150a0e76b4316ac38f22e4b2d..915613bc5e6f48d69b95d1c18f2a1911a0a68c37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vulnerability-indicators", - "version": "0.1.5", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vulnerability-indicators", - "version": "0.1.5", + "version": "1.0.0", "dependencies": { "@uswds/uswds": "^3.6.1", "pinia": "^2.1.7", diff --git a/package.json b/package.json index 7b6f13768cb5952f32b0c9ee244aa30a355316fc..64051553a7f2a06363c7480fe49dfc3aa7109e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vulnerability-indicators", - "version": "0.1.5", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite --mode test_tier",