Skip to content

Commit 292a374

Browse files
adamltysonniksirbi
andauthored
Add citation information (neuroinformatics-unit#240)
* Add zenodo badge and citation to readme * Create CITATION.CFF * Use full names * Add citation file to manifest * Add citation to website * updated citation.cff file after validation by cffinit * remove 2nd date from citation entry * homepage citation is included from README * added Sofia to pyproject.toml authors * harmonise spelling of my own name --------- Co-authored-by: niksirbi <[email protected]>
1 parent b27d7a2 commit 292a374

File tree

5 files changed

+59
-1
lines changed

5 files changed

+59
-1
lines changed

CITATION.CFF

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
cff-version: 1.2.0
2+
title: movement
3+
message: >-
4+
If you use movement in your work, please cite the following Zenodo DOI.
5+
type: software
6+
authors:
7+
- given-names: Nikoloz
8+
family-names: Sirmpilatze
9+
orcid: 'https://orcid.org/0000-0003-1778-2427'
10+
11+
- given-names: Chang Huan
12+
family-names: Lo
13+
- given-names: Sofía
14+
family-names: Miñano
15+
- given-names: Brandon D.
16+
family-names: Peri
17+
- given-names: Dhruv
18+
family-names: Sharma
19+
- given-names: Laura
20+
family-names: Porta
21+
- given-names: Iván
22+
family-names: Varela
23+
- given-names: Adam L.
24+
family-names: Tyson
25+
26+
identifiers:
27+
- type: doi
28+
value: 10.5281/zenodo.12755724
29+
description: 'A collection of archived snapshots of movement on Zenodo.'
30+
repository-code: 'https://github.com/neuroinformatics-unit/movement'
31+
url: 'https://movement.neuroinformatics.dev/'
32+
abstract: >-
33+
Python tools for analysing body movements across space and time.
34+
keywords:
35+
- behavior
36+
- behaviour
37+
- kinematics
38+
- neuroscience
39+
- animal
40+
- motion
41+
- tracking
42+
- pose
43+
license: BSD-3-Clause

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include *.md
3+
include CITATION.CFF
34
exclude .pre-commit-config.yaml
45
exclude .cruft.json
56

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/format.json)](https://github.com/astral-sh/ruff)
66
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
77
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://neuroinformatics.zulipchat.com/#narrow/stream/406001-Movement/topic/Welcome!)
8+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12755724.svg)](https://zenodo.org/doi/10.5281/zenodo.12755724)
89

910
# movement
1011

@@ -49,6 +50,12 @@ To help you get started, we have prepared a detailed [contributing guide](https:
4950

5051
You are welcome to chat with the team on [zulip](https://neuroinformatics.zulipchat.com/#narrow/stream/406001-Movement). You can also [open an issue](https://github.com/neuroinformatics-unit/movement/issues) to report a bug or request a new feature.
5152

53+
## Citation
54+
55+
If you use `movement` in your work, please cite the following Zenodo DOI:
56+
57+
> Nikoloz Sirmpilatze, Chang Huan Lo, Sofía Miñano, Brandon D. Peri, Dhruv Sharma, Laura Porta, Iván Varela & Adam L. Tyson (2024). neuroinformatics-unit/movement. Zenodo. https://zenodo.org/doi/10.5281/zenodo.12755724
58+
5259
## License
5360
⚖️ [BSD 3-Clause](./LICENSE)
5461

docs/source/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Find out more on our [mission and scope](target-mission) statement and our [road
4242
```{include} /snippets/status-warning.md
4343
```
4444

45+
## Citation
46+
```{include} ../../README.md
47+
:start-after: '## Citation'
48+
:end-before: '## License'
49+
```
50+
4551
```{toctree}
4652
:maxdepth: 2
4753
:hidden:

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "movement"
33
authors = [
4-
{ name = "Niko Sirmpilatze", email = "[email protected]" },
4+
{ name = "Nikoloz Sirmpilatze", email = "[email protected]" },
55
{ name = "Chang Huan Lo", email = "[email protected]" },
6+
{ name = "Sofía Miñano", email = "[email protected]" },
67
]
78
description = "Analysis of body movement"
89
readme = "README.md"

0 commit comments

Comments
 (0)