From f37477b4c20c6496f845943def60dbe47c1cc3b0 Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Mon, 29 Dec 2025 16:28:55 -0600 Subject: [PATCH 1/2] draft at creating cff --- CITATION | 6 ------ CITATION.cff | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 CITATION create mode 100644 CITATION.cff diff --git a/CITATION b/CITATION deleted file mode 100644 index c2ce6231..00000000 --- a/CITATION +++ /dev/null @@ -1,6 +0,0 @@ -Please cite this lesson as: - -Jenna Jordan. -Software Carpentry: Interactive Data Visualizations in Python. -https://github.com/jenna-jordan/data-visualization-workshop, -2021. \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..bd2480f6 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,42 @@ +cff-version: 1.0.0 +title: Interactive Data Visualizations in Python +message: >- + This workshop lesson is an introduction to making + interactive data visualizations in Python. Learners + will create a new environment using conda, wrangle + data into the proper format using pandas library, + create visualizations using the Plotly Python library, + and display these visualizations and create widgets + using Streamlit. +type: dataset +authors: + - given-names: Jenna + family-names: Jordan + - given-names: Sarah LR + family-names: Stevens + email: sarah.stevens@wisc.edu + affiliation: University of Wisconsin-Madison + orcid: 'https://orcid.org/0000-0002-7040-548X' + - given-names: Laurence + family-names: Brown + orcid: 'https://orcid.org/0000-0001-8116-4100' +repository-code: >- + https://github.com/carpentries-incubator/python-interactive-data-visualizations +url: >- + https://carpentries-incubator.github.io/python-interactive-data-visualizations/ +abstract: >- + This workshop lesson is an introduction to making + interactive data visualizations in Python. Learners + will create a new environment using conda, wrangle + data into the proper format using pandas library, + create visualizations using the Plotly Python library, + and display these visualizations and create widgets + using Streamlit. +keywords: + - python + - data visualizations + - dataviz + - lesson + - Carpentries + - Carpentries Incubator +license: CC-BY-4.0 From 51fa1ff7a67eb56d2f99d07b07707b8ce3d873ae Mon Sep 17 00:00:00 2001 From: Jenna Jordan Date: Mon, 29 Dec 2025 19:48:35 -0500 Subject: [PATCH 2/2] add Jenna's ORCID --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index bd2480f6..c69fc6ce 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,6 +12,7 @@ type: dataset authors: - given-names: Jenna family-names: Jordan + orcid: 'https://orcid.org/0000-0001-9246-5355' - given-names: Sarah LR family-names: Stevens email: sarah.stevens@wisc.edu