diff --git a/src/assets/content/WhatsNew.js b/src/assets/content/WhatsNew.js index de28be1..951d6e9 100644 --- a/src/assets/content/WhatsNew.js +++ b/src/assets/content/WhatsNew.js @@ -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' }, { @@ -33,4 +41,4 @@ export default { url: 'https://waterdata.usgs.gov/blog/water-data-science-2022/', } ] -}; \ No newline at end of file +};