Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/validate-zenodo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Check zenodo metadata

on:
push:
paths:
- '.zenodo.json'
- '.github/workflows/validate-zenodo.yaml'

jobs:
check-zenodo-metadata:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install zenodraft@0.14.1
- name: Check .zenodo.json file
run: |
npx zenodraft metadata validate .zenodo.json
53 changes: 53 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"creators": [
{
"name": "Kline, Jenna",
"orcid": "0009-0006-7301-5774",
"affiliation": "The Ohio State University"
},
{
"name": "Zhong, Alison",
"affiliation": "The Ohio State University"
},
{
"name": "Kholiavchenko, Maksim",
"orcid": "0000-0001-6757-1957",
"affiliation": "Rensselaer Polytechnic Institute"
},
{
"name": "Campolongo, Elizabeth",
"orcid": "0000-0003-0846-2413",
"affiliation": "The Ohio State University"
}
],
"description": "Tools for working with data for annotating animal behavior. These were specifically designed during construction of the KABR dataset.",
"keywords": [
"imageomics",
"zebra",
"giraffe",
"plains zebra",
"Grevy's zebra",
"video",
"animal behavior",
"behavior recognition",
"annotation",
"annotated video",
"conservation",
"drone",
"UAV",
"imbalanced",
"Kenya",
"Mpala Research Centre",
"CVAT",
"SlowFast"
],
"title": "KABR Tools",
"version": "2.0.1",
"license": "MIT",
"publication_date": "2025-09-26",
"grants": [
{
"id": "021nxhr62::2118240"
}
]
}
12 changes: 6 additions & 6 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ authors:
given-names: Elizabeth
orcid: "https://orcid.org/0000-0003-0846-2413"
cff-version: 1.2.0
date-released: "2025-06-17"
date-released: "2025-09-26"
identifiers:
- description: "The GitHub release URL of tag v2.0.0."
- description: "The GitHub release URL of tag v2.0.1."
type: url
value: "https://github.com/Imageomics/kabr-tools/releases/tag/v2.0.0"
- description: "The GitHub URL of the commit tagged with v2.0.0."
value: "https://github.com/Imageomics/kabr-tools/releases/tag/v2.0.1"
- description: "The GitHub URL of the commit tagged with v2.0.1."
type: url
value: "https://github.com/Imageomics/kabr-tools/tree/149b66d15fb73c5678fad1c096bc577b5dcbd346"
value: "https://github.com/Imageomics/kabr-tools/tree/<commit-hash>" # update on release
keywords:
- imageomics
- zebra
Expand All @@ -43,6 +43,6 @@ license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/Imageomics/kabr-tools"
title: "KABR Tools"
version: 2.0.0
version: 2.0.1
doi: 10.5281/zenodo.11288083
type: software