generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
CITATION.cff
31 lines (31 loc) · 1.22 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
- family-names: Kent
given-names: Julia
orcid: https://orcid.org/0000-0002-5611-8986
website: https://github.com/jukent
affiliation: UCAR/NCAR
- family-names: Zacharias
given-names: Anissa
orcid: https://orcid.org/0000-0002-2666-8493
website: https://github.com/anissa111
affiliation: UCAR/NCAR
- family-names: Eroglu
given-names: Orhan
orcid: https://orcid.org/0000-0003-3099-8775
website: https://github.com/erogluorhan
affiliation: UCAR/NCAR
- family-names: Chmielowiec
given-names: Philip
website: https://github.com/philipc2
affiliation: UCAR/NCAR
- family-names: Clyne
given-names: John
orcid: https://orcid.org/0000-0003-2788-9017
website: https://github.com/clyne
affiliation: UCAR/NCAR
- name: "Advanced Visualization Cookbook contributors" # use the 'name' field to acknowledge organizations
website: "https://github.com/ProjectPythia/advanced-viz-cookbook/graphs/contributors"
title: "Advanced Visualization Cookbook"
abstract: "This Cookbook demonstrates advanced plotting routines using the Python packages matplotlib, cartopy, metpy, and geocat-viz."