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..c69fc6ce --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,43 @@ +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 + orcid: 'https://orcid.org/0000-0001-9246-5355' + - 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