Skip to content

Commit 43e48a3

Browse files
Feature/issue 266/update citation (#267)
* Adding some citation stuff + JOSS badge * Update index.rst * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update index.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 218d843 commit 43e48a3

3 files changed

Lines changed: 61 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Santorelli
4+
given-names: Adam
5+
orcid: "https://orcid.org/0000-0002-8951-4619"
6+
- family-names: Perez
7+
given-names: Freymon
8+
- family-names: Wael
9+
given-names: Reinder Vos
10+
name-particle: de
11+
- family-names: Rupprecht
12+
given-names: Florian
13+
- family-names: d'Antonio-Bertagnolli
14+
given-names: John Vito
15+
- family-names: Franco
16+
given-names: Alexandre
17+
- family-names: Kiar
18+
given-names: Gregory
19+
orcid: "https://orcid.org/0000-0001-8915-496X"
20+
doi: 10.5281/zenodo.17289865
21+
message: If you use this software, please cite our article in the
22+
Journal of Open Source Software.
23+
preferred-citation:
24+
authors:
25+
- family-names: Santorelli
26+
given-names: Adam
27+
orcid: "https://orcid.org/0000-0002-8951-4619"
28+
- family-names: Perez
29+
given-names: Freymon
30+
- family-names: Wael
31+
given-names: Reinder Vos
32+
name-particle: de
33+
- family-names: Rupprecht
34+
given-names: Florian
35+
- family-names: d'Antonio-Bertagnolli
36+
given-names: John Vito
37+
- family-names: Franco
38+
given-names: Alexandre
39+
- family-names: Kiar
40+
given-names: Gregory
41+
orcid: "https://orcid.org/0000-0001-8915-496X"
42+
date-published: 2025-10-28
43+
doi: 10.21105/joss.08637
44+
issn: 2475-9066
45+
issue: 114
46+
journal: Journal of Open Source Software
47+
publisher:
48+
name: Open Journals
49+
start: 8637
50+
title: "wristpy: Fast, User-Friendly Python Processing of Wrist-worn
51+
Accelerometer Data"
52+
type: article
53+
url: "https://joss.theoj.org/papers/10.21105/joss.08637"
54+
volume: 10
55+
title: "wristpy: Fast, User-Friendly Python Processing of Wrist-worn
56+
Accelerometer Data"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13883190.svg)](https://doi.org/10.5281/zenodo.13883190)
2+
[![status](https://joss.theoj.org/papers/88f3fdfdf621e967da12a9e8fde4785d/status.svg)](https://joss.theoj.org/papers/88f3fdfdf621e967da12a9e8fde4785d)
23

34
# `wristpy` <picture>
45
<source media="(prefers-color-scheme: dark)" srcset="https://media.githubusercontent.com/media/childmindresearch/wristpy/main/docs/source/_static/images/wristpy_logo_dark.png">

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Wristpy Documentation
1515

1616
|DOI| |Build| |codecov| |Ruff| |stability| |License| |docs|
1717

18-
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13883190.svg
19-
:target: https://doi.org/10.5281/zenodo.13883190
18+
.. |DOI| image:: https://joss.theoj.org/papers/88f3fdfdf621e967da12a9e8fde4785d/status.svg
19+
:target: https://joss.theoj.org/papers/88f3fdfdf621e967da12a9e8fde4785d
2020

2121
.. |Build| image:: https://github.com/childmindresearch/wristpy/actions/workflows/test.yaml/badge.svg?branch=main
2222
:target: https://github.com/childmindresearch/wristpy/actions/workflows/test.yaml?query=branch%3Amain
@@ -50,8 +50,8 @@ How To Cite
5050
--------------
5151
If you use wristpy in your research, please cite the following paper:
5252

53-
Santorelli A, Perez F, Vos de Wael R, Rupprecht F, d'Antonio-Bertagnolli JV,
54-
Franco A, Kiar G. *wristpy: Fast, User-Friendly Python Processing of Wrist-worn Accelerometer Data*. 2025. Under review. DOI: https://doi.org/10.5281/zenodo.13883190
53+
Santorelli, A., Perez, F., de Wael, R. V., Rupprecht, F., d'Antonio-Bertagnolli, J. V., Franco, A., & Kiar, G. (2025).
54+
"wristpy: Fast, User-Friendly Python Processing of Wrist-worn Accelerometer Data", Journal of Open Source Software, 10(114), 8637. https://doi.org/10.21105/joss.08637
5555

5656
Reference
5757
---------

0 commit comments

Comments
 (0)