Skip to content

Commit

Permalink
Merge branch 'update-version' into 'main'
Browse files Browse the repository at this point in the history
edit release version and readme for prod

See merge request wma/vizlab/vulnerability-indicators!83
  • Loading branch information
cnell-usgs committed Sep 23, 2024
2 parents 8707ce9 + c84e419 commit d854e80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulnerability-indicators",
"version": "0.1.5",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --mode test_tier",
Expand Down

0 comments on commit d854e80

Please sign in to comment.