Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DOI-USGS/vizlab-home into add_chart…
Browse files Browse the repository at this point in the history
…_gallery

merge in upstream
  • Loading branch information
hcorson-dosch-usgs committed Dec 18, 2024
2 parents baf4f52 + a3f10af commit 46267d0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/assets/content/WhatsNew.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
export default {
blogListItems: [
{
id: '6',
date: '12/09/2024:',
title: 'Mapping water insecurity in R with tidycensus',
url: 'https://waterdata.usgs.gov/blog/acs-maps/',
img_src: 'https://waterdata.usgs.gov/blog/static/acs-maps/tidycensus-thumbnail.png',
img_alt: 'Mapping water insecurity in R with tidycensus. A map of the western US showing median gross rent in 2022 with highest rent in southern CA and the Bay area.'
},
{
id: '5',
date: '07/21/2023:',
title: 'Jazz up your ggplots!',
url: 'https://waterdata.usgs.gov/blog/ggplot-jazz/',
img_src: 'https://waterdata.usgs.gov/blog/static/ggplot-extensions/ggplot-extensions-banner.png',
/* img_src: 'https://waterdata.usgs.gov/blog/static/ggplot-extensions/ggplot-extensions-banner.png', */
img_alt: 'Musical notes drawn with the center of the notes containing data viz example'
},
{
Expand Down Expand Up @@ -33,4 +41,4 @@ export default {
url: 'https://waterdata.usgs.gov/blog/water-data-science-2022/',
}
]
};
};

0 comments on commit 46267d0

Please sign in to comment.