Skip to content

Commit

Permalink
Merge pull request #67 from hcorson-dosch-usgs/fix_chart_gallery_title
Browse files Browse the repository at this point in the history
Fix chart gallery title
  • Loading branch information
hcorson-dosch-usgs authored Dec 20, 2024
2 parents 5520234 + e3830fd commit e37b41e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.2",
"version": "0.13.3",
"status": "Production",
"permissions": {
"usageType": "openSource",
Expand Down Expand Up @@ -33,7 +33,7 @@
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-12-17"
"metadataLastUpdated": "2024-12-20"
}
}
]
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.2",
"version": "0.13.3",
"private": true,
"scripts": {
"serve": "env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --mode test_tier",
Expand Down
2 changes: 1 addition & 1 deletion public/viz-list.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id,released,viz-type,group,title,description,img,alt,url,utm,tags,code,
earth-in-flux,12/18/2024,,interactives,USGS Land Change Chart Gallery,,earth-in-flux_thumbnail.webp,Six tiles arranged in a grid of 3 columns and 2 rows show thumbnails for visualizations in the USGS Land Change 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,
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,
river-conditions-202307-202309,1/16/2024,,event,"River Conditions: Oct 1 to Dec 31, 2023",,river_conditions_oct_dec_2022_square_thumbnail.png,A map of all USGS streamflow gages in the U.S. with a color scale from red to blue to indicate dry to wet flow conditions.,https://www.usgs.gov/media/videos/us-river-conditions-october-december-2023,https://www.usgs.gov/media/videos/us-river-conditions-october-december-2023,,https://github.com/USGS-VIZLAB/gage-conditions-gif,
Expand Down
6 changes: 3 additions & 3 deletions src/components/WhatsNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
<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 USGS Land Change Chart Gallery"
alt="Six tiles arranged in a grid of 3 columns and 2 rows show thumbnails for visualizations in the Earth in Flux chart gallery"
>
<h3 id="title-new">
USGS Land Change Chart Gallery
Earth is in Flux
</h3> <a
id="twitter-link"
href="https://labs.waterdata.usgs.gov/visualizations/earth-in-flux/"
target="_blank"
>Check out the interactive gallery<span class="arrow">&#8594;</span></a>
>Check out the interactive chart gallery<span class="arrow">&#8594;</span></a>
</div>
</div>
<!-- <div class="river-container">
Expand Down

0 comments on commit e37b41e

Please sign in to comment.