-
Notifications
You must be signed in to change notification settings - Fork 7
/
CITATION.cff
63 lines (62 loc) · 1.51 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0
# YAML 1.2
---
cff-version: "1.2.0"
message: "If you use this software, please cite both the article from preferred-citation and the software itself."
title: "psyplot-gui: Graphical user interface for the psyplot package"
authors:
- family-names: Sommer
given-names: "Philipp S."
affiliation: "Helmholtz-Zentrum Hereon"
orcid: "https://orcid.org/0000-0001-6171-7716"
website: "https://www.philipp-s-sommer.de"
post-code: 21502
city: Geesthacht
country: DE
email: [email protected]
doi: "10.5281/zenodo.845725"
contact:
- email: [email protected]
name: "Psyplot developers at hereon"
license: "LGPL-3.0-only"
repository-code: https://github.com/psyplot/psyplot
type: software
keywords:
- psyplot
- python
- visualization
- xarray
- matplotlib
- netcdf4
- interactive
- climate models
- unstructured
- earth-sciences
- pyqt
- qt
- ipython
- jupyter
- qtconsole
- raster
- cartopy
preferred-citation:
title: "The psyplot interactive visualization framework"
authors:
- family-names: Sommer
given-names: "Philipp S."
affiliation: "Helmholtz-Zentrum Hereon"
orcid: "https://orcid.org/0000-0001-6171-7716"
year: 2017
type: article
doi: "10.21105/joss.00363"
date-published: 2017-08-22
journal: Journal of Open Source Software
volume: 2
number: 16
pages: 363
publisher:
name: The Open Journal
license: CC-BY-4.0
...