-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from digitraceslab/rantahar-2024-citation-cff
Update citation file with the article as preferred citation
- Loading branch information
Showing
1 changed file
with
48 additions
and
12 deletions.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cff-version: 1.2.0 | ||
title: 'Niimpy: Python module for analysis of behavorial data ' | ||
title: 'Niimpy: Python module for analysis of behaviorial data ' | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
|
@@ -34,22 +34,58 @@ authors: | |
family-names: Darst | ||
email: [email protected] | ||
affiliation: Aalto University | ||
identifiers: | ||
- type: doi | ||
value: 10.1016/j.softx.2023.101472 | ||
description: Software paper | ||
repository-code: 'https://github.com/digitraceslab/niimpy' | ||
abstract: >- | ||
Niimpy is a Python package for analyzing and quantifying | ||
behavioral data. It uses pandas to read data from disk, | ||
perform basic manipulations, provides explorative data | ||
analysis functions, offers many high-level preprocessing | ||
functions for various types of data, and has functions for | ||
behavioral data analysis. | ||
keywords: | ||
- >- | ||
Data analysis toolbox, Digital Behavioral Studies, | ||
Mobile Sensing, Python Package | ||
license: CC-BY-4.0 | ||
version: 1.1.0 | ||
date-released: '2023-05-22' | ||
preferred-citation: | ||
type: article | ||
title: 'Niimpy: Python module for analysis of behaviorial data ' | ||
authors: | ||
- given-names: Arsi | ||
family-names: Ikäheimonen | ||
email: [email protected] | ||
affiliation: Aalto University | ||
orcid: 'https://orcid.org/0000-0002-1617-6911' | ||
- given-names: Ana Maria | ||
family-names: Hoys | ||
email: [email protected] | ||
affiliation: Aalto University | ||
- given-names: Talayeh | ||
family-names: Aledavood | ||
email: [email protected] | ||
affiliation: [email protected] | ||
- given-names: Nguyen | ||
family-names: Luong | ||
email: [email protected] | ||
affiliation: Aalto University | ||
- given-names: Amirnohammad | ||
family-names: Ziael | ||
email: [email protected] | ||
affiliation: Aalto University | ||
- given-names: 'Jarno ' | ||
family-names: Rantaharju | ||
email: [email protected] | ||
affiliation: Aalto University | ||
- given-names: Richard | ||
family-names: Darst | ||
email: [email protected] | ||
affiliation: Aalto University | ||
abstract: >- | ||
Niimpy is a Python package for analyzing and quantifying | ||
behavioral data. It uses pandas to read data from disk, | ||
perform basic manipulations, provides explorative data | ||
analysis functions, offers many high-level preprocessing | ||
functions for various types of data, and has functions for | ||
behavioral data analysis. | ||
doi: "10.1016/j.softx.2023.101472" | ||
journal: "SoftwareX" | ||
start: 101472 # First page number | ||
end: 101472 # Last page number | ||
title: "Niimpy: A toolbox for behavioral data analysise" | ||
volume: 23 | ||
year: 2023 |