Skip to content

Commit 23866a7

Browse files
committed
update CITATION.cff file with urls
1 parent 6780383 commit 23866a7

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CITATION.cff

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Visit https://bit.ly/cffinit to generate yours today!
33

44
cff-version: 1.2.0
5-
title: 'clumpedr: clumped isotope processing in R'
5+
title: 'clumpedr: clumped isotope data analysis in R'
66
message: >-
77
If you use this software, please cite it using the
88
metadata from this file.
@@ -21,3 +21,48 @@ identifiers:
2121
- type: doi
2222
value: 10.5281/zenodo.10638816
2323
description: Zenodo
24+
repository-code: 'https://github.com/isoverse/clumpedr/'
25+
url: 'https://clumpedr.isoverse.org/'
26+
repository-artifact: 'https://zenodo.org/records/11111304'
27+
abstract: >
28+
Clumpedr aims to facilitate analysis of clumped isotope
29+
data. It builds on isoreader which is used to import raw
30+
data files from the mass spectrometer, and most of the
31+
important data processing parts are based on Huntington et
32+
al. 2009 and Daëron et al. 2016.
33+
34+
35+
Clumpedr includes dataprocessing steps such as:
36+
37+
- exclusion of failed cycles, based on a sudden drop of
38+
pressure
39+
40+
- simple background corrections using the mass 47.5 cup
41+
42+
- linear intensity matching of reference gas mass 44 to
43+
the sample gas, and application of this shift to all other
44+
masses
45+
46+
- calculation of delta values
47+
48+
- default calculations use the Brand et al., 2010
49+
pararameters.
50+
51+
- calculation of big delta values, Δ₄₇
52+
53+
- summarize per sample
54+
55+
- per-run correction and calculation of the empirical
56+
reference frame
57+
keywords:
58+
- isotope
59+
- stable isotope
60+
- clumped isotope
61+
- data
62+
- processing
63+
- R
64+
- tidyverse
65+
license: AGPL-3.0-or-later
66+
commit: 0c673f45d6d8aa69a40f22313780afc75faeb2a1
67+
version: v0.3.0
68+
date-released: '2024-05-03'

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Change default accepted standard values to use I-CDES.
44
* Add returns and examples to all function documentation.
5+
* Update CITATION.cff file with urls
56

67
# clumpedr 0.3.0 (2024-05-03)
78

0 commit comments

Comments
 (0)