Skip to content

Commit 166bddf

Browse files
authored
Merge pull request #29 from cct-datascience/citation
Add CITATION.cff
2 parents b8be3cd + bc6551b commit 166bddf

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

CITATION.cff

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: ' Leveling up your data visualization skills with ggplot2'
6+
message: >-
7+
If you use this curriculum, please cite it using the
8+
metadata from this file
9+
type: software
10+
authors:
11+
- given-names: Eric R.
12+
family-names: Scott
13+
affiliation: >-
14+
University of Arizona, Communications & Cyber
15+
Technologies
16+
orcid: 'https://orcid.org/0000-0002-7430-7879'
17+
- given-names: Jessica
18+
family-names: Guo
19+
affiliation: >-
20+
University of Arizona, Communications & Cyber
21+
Technologies
22+
orcid: 'https://orcid.org/0000-0002-9566-9182'
23+
- given-names: Renata
24+
family-names: Diaz
25+
orcid: 'https://orcid.org/0000-0003-0803-4734'
26+
affiliation: >-
27+
University of Arizona, Communications & Cyber
28+
Technologies
29+
- given-names: Kristina
30+
family-names: Riemer
31+
affiliation: >-
32+
University of Arizona, Communications & Cyber
33+
Technologies
34+
35+
orcid: 'https://orcid.org/0000-0003-3802-3331'
36+
repository-code: 'https://github.com/cct-datascience/ggplot2-workshop-series'
37+
url: 'https://cct-datascience.github.io/ggplot2-workshop-series/'
38+
keywords:
39+
- ggplot2
40+
- data visualization
41+
- grammar of graphics
42+
- quarto
43+
license: CC-BY-4.0
44+
date-released: '2025-02-21'

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
21
# Leveling up your data visualization skills with ggplot2
32

43
<!-- badges: start -->
5-
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
4+
5+
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
6+
67
<!-- badges: end -->
78

8-
Source code for materials for a data visualization workshop.
9+
Source code for materials for a data visualization workshop series.
10+
11+
If you use or adapt these materials, please cite them as follows:
912

13+
> Scott E, Guo J, Diaz R, Riemer K (2025).
14+
> “Leveling up your data visualization skills with ggplot2.” <https://cct-datascience.github.io/ggplot2-workshop-series/>.

ggplot2-workshop-series.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 2db1754a-f585-4d6d-ab1a-cd5ca9397df3
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)