Skip to content
Snippets Groups Projects
Commit 377e2020 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

Add authorship for Aerosols viz and set its chart order

parent 2f6a0897
No related branches found
No related tags found
2 merge requests!40Jeffrey glacier update,!38Glacier update + Aerosols Viz addition
......@@ -18,7 +18,8 @@ export default {
vizKey: 'GlacierScan',
vizRoute: 'glacier-scan',
img_src: 'glacial_xray_thumbnail.png',
alt: '',chartOrder: 1,
alt: '',
chartOrder: 1,
description: 'Ice cores can record changes in wildfire prevalence.'
},
{
......@@ -28,6 +29,7 @@ export default {
vizRoute: 'aerosol-paths',
img_src: 'aerosols_thumbnail.png',
alt: '',
chartOrder: 2,
description: 'Wildfires particles are deposited on glaciers.'
},
{
......
......@@ -88,6 +88,21 @@ export default {
additionalAuthors: [
]
},
Aerosols: {
primaryAuthors: [
{
firstName: 'Jeffrey',
lastName: 'Kwang',
fullName: 'Jeffrey Kwang',
initials: 'JK',
profile_link: 'https://www.usgs.gov/staff-profiles/jeffrey-kwang',
role: 'contributor',
contribution: 'led the development of the data visualization'
},
],
additionalAuthors: [
]
},
ThreatBumpChart: {
primaryAuthors: [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment