-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCITATION.cff
More file actions
57 lines (57 loc) · 2.09 KB
/
Copy pathCITATION.cff
File metadata and controls
57 lines (57 loc) · 2.09 KB
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
cff-version: 1.2.0
message: "If you use dplPy in your research, please cite both the software (via this record) and any specific method reference(s) named in the docstrings of the functions you relied on."
title: "dplPy: Dendrochronology Program Library for Python"
abstract: >-
dplPy is a Python library for tree-ring (dendrochronology) analysis: reading
and writing ring-width data, detrending and standardization, chronology
building, variance stabilization, and crossdating. It ports the methods of the
R library dplR and emulates the ARSTAN, CRUST, and COFECHA programs, with a
focus on reproducing their methods faithfully.
type: software
authors:
- family-names: Anchukaitis
given-names: Kevin J
orcid: "https://orcid.org/0000-0002-8509-8080"
affiliation: "University of Arizona"
- family-names: Ale
given-names: Ifeoluwa
affiliation: "University of Arizona"
- family-names: Bunn
given-names: Andrew G
orcid: "https://orcid.org/0000-0001-9027-2162"
affiliation: "Western Washington University"
- family-names: Swetnam
given-names: Tyson Lee
orcid: "https://orcid.org/0000-0002-6639-7181"
affiliation: "University of New Mexico"
- family-names: Cook
given-names: Edward R
orcid: "https://orcid.org/0000-0001-7478-4176"
affiliation: "Lamont-Doherty Earth Observatory of Columbia University"
repository-code: "https://github.com/OpenDendro/dplPy"
url: "https://opendendro.github.io/dplPy"
repository-artifact: "https://pypi.org/project/dplpy/"
license: GPL-3.0-or-later
version: 0.6.0
date-released: "2026-09-10"
keywords:
- dendrochronology
- tree rings
- dendroclimatology
- paleoclimate
- crossdating
- standardization
- chronology
- dplR
- ARSTAN
- time series
# The concept DOI (all versions) is used as the primary DOI so the citation
# always resolves to the latest release; the version DOI is listed alongside.
doi: 10.5281/zenodo.22695105
identifiers:
- type: doi
value: 10.5281/zenodo.22695105
description: "Concept DOI (all versions)"
- type: doi
value: 10.5281/zenodo.22695106
description: "Version DOI (v0.6.0)"