Skip to content

Commit

Permalink
simplify author text
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorson-dosch-usgs committed Feb 7, 2023
1 parent 3a2d701 commit 8565827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/text/authors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
initials: 'CN',
profile_link: 'https://www.usgs.gov/staff-profiles/cee-nell',
role: 'developer',
contribution: 'contributed to pipeline development and creation of the prebuilt svg paths, developed the website and d3 animation, and reviewed code'
contribution: 'led the development of the website and D3 animation, contributed to the development of the data processing pipeline, and reviewed code'
},
{
firstName: 'Lindsay',
Expand All @@ -18,7 +18,7 @@ export default {
initials: 'LP',
profile_link: 'https://www.usgs.gov/staff-profiles/lindsay-rc-platt',
role: 'developer',
contribution: 'developed the pipeline to pull historic and current groundwater levels, led the development of the prebuilt svg paths, and reviewed code'
contribution: 'led the development of the data processing pipeline and reviewed code'
}
],
// do not delete section. delete any or all individuals as needed. modify content as needed
Expand All @@ -31,7 +31,7 @@ export default {
initials: 'HCD',
profile_link: 'https://www.usgs.gov/staff-profiles/hayley-corson-dosch',
role: 'developer',
contribution: 'updated the pipeline for calendar year 2022 and reviewed code'
contribution: 'contributed to website development and reviewed code'
}
]
};

0 comments on commit 8565827

Please sign in to comment.