Skip to content

Commit fe9be7b

Browse files
committed
update citation info for v3 release
1 parent 0db805f commit fe9be7b

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

.zenodo.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@
99
"name": "Zhong, Alison",
1010
"affiliation": "The Ohio State University"
1111
},
12+
{
13+
"name": "Campolongo, Elizabeth",
14+
"orcid": "0000-0003-0846-2413",
15+
"affiliation": "The Ohio State University"
16+
},
1217
{
1318
"name": "Kholiavchenko, Maksim",
1419
"orcid": "0000-0001-6757-1957",
1520
"affiliation": "Rensselaer Polytechnic Institute"
1621
},
17-
{
18-
"name": "Campolongo, Elizabeth",
19-
"orcid": "0000-0003-0846-2413",
22+
{
23+
"name": "Thompson, Matthew J.",
24+
"orcid": "0000-0003-0583-8585",
2025
"affiliation": "The Ohio State University"
2126
}
2227
],
2328
"description": "Tools for working with data for annotating animal behavior. These were specifically designed during construction of the KABR dataset.",
29+
"notes": "<p>If you use this software, please cite both the article and the software itself.</p>\n<p>&nbsp;</p>\n<p>Article citation:</p>\n<p><code>@article{kline2025kabrtoolsautomatedframeworkmultispecies,</code><br><code>&nbsp; title = {kabr-tools: Automated Framework for Multi-Species Behavioral Monitoring},&nbsp;</code><br><code>&nbsp; author = {Jenna Kline and Maksim Kholiavchenko and Samuel Stevens and Nina van Tiel and Alison Zhong and Namrata Banerji and Alec Sheets and Sowbaranika Balasubramaniam and Isla Duporge and Matthew Thompson and Elizabeth Campolongo and Jackson Miliko and Neil Rosser and Tanya Berger-Wolf and Charles V. Stewart and Daniel I. Rubenstein},</code><br><code>&nbsp; year = {2025},</code><br><code>&nbsp; eprint={2510.02030},</code><br><code>&nbsp; archivePrefix={arXiv},</code><br><code>&nbsp; primaryClass={cs.CV},</code><br><code>&nbsp; url={https://arxiv.org/abs/2510.02030},&nbsp;</code><br><code>}</code></p>",
2430
"keywords": [
2531
"imageomics",
2632
"zebra",
@@ -42,9 +48,9 @@
4248
"SlowFast"
4349
],
4450
"title": "KABR Tools",
45-
"version": "2.0.1",
51+
"version": "3.0.0",
4652
"license": "MIT",
47-
"publication_date": "2025-09-26",
53+
"publication_date": "2025-12-02",
4854
"grants": [
4955
{
5056
"id": "021nxhr62::2118240"

CITATION.cff

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
abstract: "Tools for working with data for annotating animal behavior. These were specifically designed during construction of the KABR dataset."
1+
abstract: "Tools for working with data for annotating animal behavior. These were specifically designed during construction of the KABR mini-scene dataset and have since been generalized and improved."
22
authors:
33
- family-names: Kline
44
given-names: Jenna
55
orcid: "https://orcid.org/0009-0006-7301-5774"
66
- family-names: Zhong
77
given-names: Alison
8-
- family-names: Kholiavchenko
9-
given-names: Maksim
10-
orcid: "https://orcid.org/0000-0001-6757-1957"
118
- family-names: Campolongo
129
given-names: Elizabeth
1310
orcid: "https://orcid.org/0000-0003-0846-2413"
11+
- family-names: Kholiavchenko
12+
given-names: Maksim
13+
orcid: "https://orcid.org/0000-0001-6757-1957"
14+
- family-names: "Thompson"
15+
given-names: "Matthew J."
16+
orcid: "https://orcid.org/0000-0003-0583-8585"
1417
cff-version: 1.2.0
15-
date-released: "2025-09-26"
18+
date-released: "2025-12-02"
1619
identifiers:
17-
- description: "The GitHub release URL of tag v2.0.1."
20+
- description: "The GitHub release URL of tag v3.0.0."
1821
type: url
19-
value: "https://github.com/Imageomics/kabr-tools/releases/tag/v2.0.1"
20-
- description: "The GitHub URL of the commit tagged with v2.0.1."
22+
value: "https://github.com/Imageomics/kabr-tools/releases/tag/v3.0.0"
23+
- description: "The GitHub URL of the commit tagged with v3.0.0."
2124
type: url
22-
value: "https://github.com/Imageomics/kabr-tools/tree/35cf9b3b125307809f725807d6cccf6dde51066c"
25+
value: "https://github.com/Imageomics/kabr-tools/tree/<commit-hash>" # Update on release
2326
keywords:
2427
- imageomics
2528
- zebra
@@ -40,9 +43,9 @@ keywords:
4043
- CVAT
4144
- SlowFast
4245
license: MIT
43-
message: "If you use this software, please cite it using these metadata."
46+
message: "If you use this software, please cite it using these metadata and also cite the associated KABR tools paper."
4447
repository-code: "https://github.com/Imageomics/kabr-tools"
4548
title: "KABR Tools"
46-
version: 2.0.1
49+
version: 3.0.0
4750
doi: 10.5281/zenodo.11288083
4851
type: software

0 commit comments

Comments
 (0)