Skip to content

Commit 43e3a97

Browse files
committed
[skip ci] add citation file
1 parent 239a219 commit 43e3a97

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# YAML 1.2
2+
---
3+
cff-version: "1.2.0"
4+
message: "If you use this software, please cite both the article from preferred-citation and the software itself."
5+
title: "psy-reg: Psyplot plugin for statistical plots"
6+
authors:
7+
- family-names: Sommer
8+
given-names: "Philipp S."
9+
affiliation: "Helmholtz-Zentrum Hereon"
10+
orcid: "https://orcid.org/0000-0001-6171-7716"
11+
website: "https://www.philipp-s-sommer.de"
12+
post-code: 21502
13+
city: Geesthacht
14+
country: DE
15+
email: philipp.sommer@hereon.de
16+
doi: "10.5281/zenodo.845647"
17+
contact:
18+
- email: psyplot@hereon.de
19+
name: "Psyplot developers at hereon"
20+
license: "LGPL-3.0-only"
21+
repository-code: https://github.com/psyplot/psyplot
22+
type: software
23+
keywords:
24+
- psyplot
25+
- python
26+
- visualization
27+
- xarray
28+
- matplotlib
29+
- netcdf4
30+
- statistics
31+
- regression
32+
preferred-citation:
33+
title: "The psyplot interactive visualization framework"
34+
authors:
35+
- family-names: Sommer
36+
given-names: "Philipp S."
37+
affiliation: "Helmholtz-Zentrum Hereon"
38+
orcid: "https://orcid.org/0000-0001-6171-7716"
39+
year: 2017
40+
type: article
41+
doi: "10.21105/joss.00363"
42+
date-published: 2017-08-22
43+
journal: Journal of Open Source Software
44+
volume: 2
45+
number: 16
46+
pages: 363
47+
publisher:
48+
name: The Open Journal
49+
license: CC-BY-4.0
50+
...

0 commit comments

Comments
 (0)