-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
b27d7a2
commit 292a374
Showing
5 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
cff-version: 1.2.0 | ||
title: movement | ||
message: >- | ||
If you use movement in your work, please cite the following Zenodo DOI. | ||
type: software | ||
authors: | ||
- given-names: Nikoloz | ||
family-names: Sirmpilatze | ||
orcid: 'https://orcid.org/0000-0003-1778-2427' | ||
email: [email protected] | ||
- given-names: Chang Huan | ||
family-names: Lo | ||
- given-names: Sofía | ||
family-names: Miñano | ||
- given-names: Brandon D. | ||
family-names: Peri | ||
- given-names: Dhruv | ||
family-names: Sharma | ||
- given-names: Laura | ||
family-names: Porta | ||
- given-names: Iván | ||
family-names: Varela | ||
- given-names: Adam L. | ||
family-names: Tyson | ||
email: [email protected] | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.12755724 | ||
description: 'A collection of archived snapshots of movement on Zenodo.' | ||
repository-code: 'https://github.com/neuroinformatics-unit/movement' | ||
url: 'https://movement.neuroinformatics.dev/' | ||
abstract: >- | ||
Python tools for analysing body movements across space and time. | ||
keywords: | ||
- behavior | ||
- behaviour | ||
- kinematics | ||
- neuroscience | ||
- animal | ||
- motion | ||
- tracking | ||
- pose | ||
license: BSD-3-Clause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
include LICENSE | ||
include *.md | ||
include CITATION.CFF | ||
exclude .pre-commit-config.yaml | ||
exclude .cruft.json | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[project] | ||
name = "movement" | ||
authors = [ | ||
{ name = "Niko Sirmpilatze", email = "[email protected]" }, | ||
{ name = "Nikoloz Sirmpilatze", email = "[email protected]" }, | ||
{ name = "Chang Huan Lo", email = "[email protected]" }, | ||
{ name = "Sofía Miñano", email = "[email protected]" }, | ||
] | ||
description = "Analysis of body movement" | ||
readme = "README.md" | ||
|