-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
43 lines (37 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
32
33
34
35
36
37
38
39
40
41
42
43
# YAML 1.2
---
cff-version: "1.1.0"
message: If you use this software, please cite it using these metadata.
# JOSS publication information (also see: joss/paper.md )
title: "dantro: a Python package for handling, transforming, and visualizing hierarchically structured data"
doi: 10.21105/joss.02316
# TODO Add date-released, once available
authors:
- given-names: Yunus
family-names: Sevinchan
orcid: https://orcid.org/0000-0003-3858-0904
affiliation: Institute of Environmental Physics, Heidelberg University, Germany
- given-names: Benjamin
family-names: Herdeanu
orcid: https://orcid.org/0000-0001-6343-3004
affiliation: Institute of Environmental Physics, Heidelberg University, Germany
- given-names: Jeremias
family-names: Traub
orcid: https://orcid.org/0000-0001-8911-6365
affiliation: Institute of Environmental Physics, Heidelberg University, Germany
# Other package-related metadata
version: v0.14
license: LGPL-3.0+
repository-code: https://gitlab.com/utopia-project/dantro
keywords:
- Python
- YAML
- computer simulations
- research software
- data analysis
- plotting
- data processing pipeline
- configuration-based interfaces
- hierarchical data structures
- HDF5
...