Skip to content

Commit e902ee5

Browse files
committed
Update citation in docs and add CITATION.cff file
1 parent 543dfca commit e902ee5

File tree

4 files changed

+52
-9
lines changed

4 files changed

+52
-9
lines changed

.pip_readme.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ referenced. A BibTeX entry for this reference may look like:
5252
author = "Matthew A. Price and Jason D. McEwen",
5353
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
5454
journal = "Journal of Computational Physics",
55-
year = "2023",
56-
eprint = "arXiv:2311.14670"
55+
year = "2024",
56+
volume = "510",
57+
pages = "113109",
58+
eprint = "arXiv:2311.14670",
59+
doi = "10.1016/j.jcp.2024.113109"
5760
}
5861
5962
You might also like to consider citing our related papers on which this
@@ -97,4 +100,4 @@ it will be of use to a wider community.
97100
Copyright 2023 Matthew Price, Jason McEwen and contributors.
98101

99102
`S2FFT` is free software made available under the MIT License. For
100-
details see the LICENSE file.
103+
details see the LICENSE file.

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
title: >-
3+
s2fft: Differentiable and accelerated spherical transforms with JAX
4+
message: >-
5+
If you use this software, please cite it using the metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Matthew A.
9+
family-names: Price
10+
affiliation: University College London
11+
- given-names: Jason
12+
orcid: 'https://orcid.org/0000-0002-5852-8890'
13+
family-names: McEwen
14+
affiliation: University College London
15+
repository-code: 'https://github.com/astro-informatics/s2fft'
16+
url: 'https://astro-informatics.github.io/s2fft'
17+
license: MIT
18+
preferred-citation:
19+
type: article
20+
authors:
21+
- family-names: Matthew A.
22+
given-names: Price
23+
affiliation: University College London
24+
- family-names: Jason
25+
given-names: McEwen
26+
orcid: 'https://orcid.org/0000-0002-5852-8890'
27+
doi: 10.1016/j.jcp.2024.113109
28+
journal: Journal of Computational Physics
29+
month: 8
30+
start: 113109
31+
title: Differentiable and accelerated spherical harmonic and Wigner transforms
32+
issue: 1
33+
volume: 510
34+
year: 2024

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,12 @@ referenced. A BibTeX entry for this reference may look like:
247247
@article{price:s2fft,
248248
author = "Matthew A. Price and Jason D. McEwen",
249249
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
250-
journal = "Journal of Computational Physics, submitted",
251-
year = "2023",
252-
eprint = "arXiv:2311.14670"
250+
journal = "Journal of Computational Physics",
251+
year = "2024",
252+
volume = "510",
253+
pages = "113109",
254+
eprint = "arXiv:2311.14670",
255+
doi = "10.1016/j.jcp.2024.113109"
253256
}
254257
```
255258

docs/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,12 @@ article is referenced. A BibTeX entry for this reference may look like:
109109
@article{price:s2fft,
110110
author = "Matthew A. Price and Jason D. McEwen",
111111
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
112-
journal = "Journal of Computational Physics, submitted",
113-
year = "2023",
114-
eprint = "arXiv:2311.14670"
112+
journal = "Journal of Computational Physics",
113+
year = "2024",
114+
volume = "510",
115+
pages = "113109",
116+
eprint = "arXiv:2311.14670",
117+
doi = "10.1016/j.jcp.2024.113109"
115118
}
116119
117120
You might also like to consider citing our related papers on which this code builds:

0 commit comments

Comments
 (0)