From 98156a3996b6e509ebc702719512a9965356189e Mon Sep 17 00:00:00 2001 From: Corson-Dosch Date: Fri, 27 Jan 2023 16:50:54 -0600 Subject: [PATCH 1/5] add in author component with draft text --- src/assets/text/authors.js | 37 ++++++++++++ src/components/Authorship.vue | 102 ++++++++++++++++++++++++++++++++++ src/components/GWL.vue | 4 +- src/views/Visualization.vue | 1 - 4 files changed, 142 insertions(+), 2 deletions(-) create mode 100644 src/assets/text/authors.js create mode 100644 src/components/Authorship.vue diff --git a/src/assets/text/authors.js b/src/assets/text/authors.js new file mode 100644 index 0000000..3c5012e --- /dev/null +++ b/src/assets/text/authors.js @@ -0,0 +1,37 @@ +export default { + // do not delete section. delete individuals as needed. modify content as needed + // currently only 'fullName', 'firstName', 'initials', 'profile_link', and 'contribution' are used + primaryAuthors: [ + { + firstName: 'Cee', + lastName: 'Nell', + fullName: 'Cee Nell', + 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, developed the website and d3 animation, and reviewed code' + }, + { + firstName: 'Lindsay', + lastName: 'Platt', + fullName: 'Lindsay Platt', + 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, lead the development of the prebuilt svg, and reviewed code' + } + ], + // do not delete section. delete any or all individuals as needed. modify content as needed + // currently only 'fullName', 'firstName', 'initials', 'profile_link', and 'contribution' are used + additionalAuthors: [ + { + firstName: 'Hayley', + lastName: 'Corson-Dosch', + fullName: 'Hayley Corson-Dosch', + 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' + } + ] +}; \ No newline at end of file diff --git a/src/components/Authorship.vue b/src/components/Authorship.vue new file mode 100644 index 0000000..4b6a724 --- /dev/null +++ b/src/components/Authorship.vue @@ -0,0 +1,102 @@ + + + + \ No newline at end of file diff --git a/src/components/GWL.vue b/src/components/GWL.vue index bb5e659..8cc70b8 100644 --- a/src/components/GWL.vue +++ b/src/components/GWL.vue @@ -116,6 +116,7 @@ target="_blank" >Provisional data were included in this analysis.

+

import( /* webpackPreload: true */ /*webpackChunkName: "Legend"*/ "./../components/Legend") + Legend: () => import( /* webpackPreload: true */ /*webpackChunkName: "Legend"*/ "./../components/Legend"), + authorship: () => import( /* webpackPreload: true */ /*webpackChunkName: "section"*/ "./../components/Authorship") }, data() { return { diff --git a/src/views/Visualization.vue b/src/views/Visualization.vue index 210ceda..1871072 100644 --- a/src/views/Visualization.vue +++ b/src/views/Visualization.vue @@ -10,7 +10,6 @@ export default { name: 'Visualization', components: { GWL: () => import( /* webpackPreload: true */ /*webpackChunkName: "section"*/ "./../components/GWL") - }, computed: { }, From 3a2d701b94487e8317fa9e0948a28362fdc94d24 Mon Sep 17 00:00:00 2001 From: Corson-Dosch Date: Mon, 30 Jan 2023 13:38:20 -0600 Subject: [PATCH 2/5] Add in and customize authorship component --- src/assets/text/authors.js | 4 ++-- src/components/Authorship.vue | 1 - src/components/GWL.vue | 6 +++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/assets/text/authors.js b/src/assets/text/authors.js index 3c5012e..6b1ced9 100644 --- a/src/assets/text/authors.js +++ b/src/assets/text/authors.js @@ -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, developed the website and d3 animation, and reviewed code' + contribution: 'contributed to pipeline development and creation of the prebuilt svg paths, developed the website and d3 animation, and reviewed code' }, { firstName: 'Lindsay', @@ -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, lead the development of the prebuilt svg, and reviewed code' + contribution: 'developed the pipeline to pull historic and current groundwater levels, led the development of the prebuilt svg paths, and reviewed code' } ], // do not delete section. delete any or all individuals as needed. modify content as needed diff --git a/src/components/Authorship.vue b/src/components/Authorship.vue index 4b6a724..ee0dd62 100644 --- a/src/components/Authorship.vue +++ b/src/components/Authorship.vue @@ -97,6 +97,5 @@ export default { \ No newline at end of file diff --git a/src/components/GWL.vue b/src/components/GWL.vue index 8cc70b8..2c0dfa3 100644 --- a/src/components/GWL.vue +++ b/src/components/GWL.vue @@ -116,7 +116,11 @@ target="_blank" >Provisional data were included in this analysis.

- +
+

+ Page development +

+

Date: Tue, 7 Feb 2023 09:16:24 -0600 Subject: [PATCH 3/5] Update src/assets/text/authors.js Co-authored-by: Cee Nell --- src/assets/text/authors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/text/authors.js b/src/assets/text/authors.js index 6b1ced9..ad02723 100644 --- a/src/assets/text/authors.js +++ b/src/assets/text/authors.js @@ -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: 'contributed to the data processing pipeline, developed the website, and created the d3 animation' }, { firstName: 'Lindsay', From 5632f1a5acdec8d57a4f62284503d046fa7b9c0e Mon Sep 17 00:00:00 2001 From: Hayley Corson-Dosch Date: Tue, 7 Feb 2023 09:16:59 -0600 Subject: [PATCH 4/5] Update src/assets/text/authors.js Co-authored-by: Cee Nell --- src/assets/text/authors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/text/authors.js b/src/assets/text/authors.js index ad02723..b9425c0 100644 --- a/src/assets/text/authors.js +++ b/src/assets/text/authors.js @@ -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: 'developed the data processing pipeline to pull historic and current groundwater levels, and generated the svg map' } ], // do not delete section. delete any or all individuals as needed. modify content as needed From 85658278413a4820636c5e0329f11048546dba9d Mon Sep 17 00:00:00 2001 From: Corson-Dosch Date: Tue, 7 Feb 2023 09:18:22 -0600 Subject: [PATCH 5/5] simplify author text --- src/assets/text/authors.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/text/authors.js b/src/assets/text/authors.js index 6b1ced9..5b0858b 100644 --- a/src/assets/text/authors.js +++ b/src/assets/text/authors.js @@ -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', @@ -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 @@ -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' } ] }; \ No newline at end of file