Skip to content

Commit

Permalink
Merge pull request #68 from DOI-USGS/add_water_availability
Browse files Browse the repository at this point in the history
Add water availability
  • Loading branch information
hcorson-dosch-usgs authored Jan 16, 2025
2 parents e37b41e + 699daa0 commit 29d689f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vizlab-home",
"organization": "U.S. Geological Survey",
"description": "Landing page for the USGS Vizlab",
"version": "0.13.3",
"version": "0.13.4",
"status": "Production",
"permissions": {
"usageType": "openSource",
Expand Down Expand Up @@ -33,7 +33,7 @@
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-12-20"
"metadataLastUpdated": "2025-01-16"
}
}
]
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": "vizlab-home",
"version": "0.13.3",
"version": "0.13.4",
"private": true,
"scripts": {
"serve": "env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --mode test_tier",
Expand Down
1 change: 1 addition & 0 deletions public/viz-list.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
id,released,viz-type,group,title,description,img,alt,url,utm,tags,code,
water-availability,1/16/2025,,interactives,Water availability in the United States,,water-availability_thumbnail.png,Map showing water limitation in the lower 48 United States by watershed. The background visualization shows monthly dynamics in water limitation from 2010 to 2020.,https://water.usgs.gov/vizlab/water-availability,https://water.usgs.gov/vizlab/water-availability/?utm_source=web&utm_medium=vizlab_home&utm_campaign=card,"water, water availability, water supply, water quality",https://github.com/DOI-USGS/water-availability,
earth-in-flux,12/18/2024,,interactives,Earth is in Flux,,earth-in-flux_thumbnail.webp,Six tiles arranged in a grid of 3 columns and 2 rows show thumbnails for visualizations in the Earth in Flux chart gallery,https://labs.waterdata.usgs.gov/visualizations/earth-in-flux/,https://labs.waterdata.usgs.gov/visualizations/earth-in-flux/index.html#/?utm_source=web&utm_medium=vizlab_home&utm_campaign=card,"water, climate, microfossils, glacier, wildfire",https://github.com/DOI-USGS/earth-in-flux,
trout-and-climate,11/20/2024,,interactives,Managing redband trout for climate resilience,,trout-and-climate_thumbnail.webp,"Illustrated river with two cartoon redband trout swimming in it in front of a data visualization that shows how cold- and warm-adapted redband trout are affected by water temperature. The visualization demonstrates that cold-adapted redband trout suffer from thermal stress at lower overall temperatures than warm-adapted redband trout. Text on the visualization includes labels for each line: ""cold-adapted redband trout"" and ""warm-adapted redband trout"" and a label for ""thermal stress.""",https://labs.waterdata.usgs.gov/visualizations/trout-and-climate/,https://labs.waterdata.usgs.gov/visualizations/trout-and-climate/index.html#/?utm_source=web&utm_medium=vizlab_home&utm_campaign=card,"water, climate, fish",https://github.com/DOI-USGS/trout_and_climate,
vulnerability-indicators,9/23/2024,,interactives,Unequal access to water,,vulnerability_thumbnail_not_stylized_square.png,Two contrasting images of water sources with the top image showing a close-up of a hand holding a clear glass being filled with water from a kitchen faucet. The bottom image shows a rustic landscape with a blue well tank labeled WELL-X-TROL with a wired fence and dry grass in the background.,https://labs.waterdata.usgs.gov/visualizations/vulnerability-indicators/index.html#/,https://labs.waterdata.usgs.gov/visualizations/vulnerability-indicators/index.html#/?utm_source=web&utm_medium=vizlab_home&utm_campaign=card,water,https://github.com/DOI-USGS/vulnerability-indicators,
Expand Down
10 changes: 5 additions & 5 deletions src/components/WhatsNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
<div class="img-container">
<img
class="recent-image"
src="https://labs.waterdata.usgs.gov/visualizations/banners/earth-in-flux_banner.webp"
alt="Six tiles arranged in a grid of 3 columns and 2 rows show thumbnails for visualizations in the Earth in Flux chart gallery"
src="https://labs.waterdata.usgs.gov/visualizations/banners/water-availability_banner.png"
alt="Map showing water limitation in the lower 48 United States by watershed. The background visualization shows monthly dynamics in water limitation from 2010 to 2020."
>
<h3 id="title-new">
Earth is in Flux
Water availability in the United States
</h3> <a
id="twitter-link"
href="https://labs.waterdata.usgs.gov/visualizations/earth-in-flux/"
href="https://water.usgs.gov/vizlab/water-availability"
target="_blank"
>Check out the interactive chart gallery<span class="arrow">&#8594;</span></a>
>Check out the interactive website<span class="arrow">&#8594;</span></a>
</div>
</div>
<!-- <div class="river-container">
Expand Down

0 comments on commit 29d689f

Please sign in to comment.