Skip to content

Commit f726754

Browse files
authored
Update citation and Zenodo metadata for version 2.0.0 release (#21)
Add Balaji
1 parent ef57d07 commit f726754

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.zenodo.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"name": "Campolongo, Elizabeth G.",
55
"orcid": "https://orcid.org/0000-0003-0846-2413",
66
"affiliation": "The Ohio State University"
7+
},
8+
{
9+
"name": "Radhakrishnan, Balaji",
10+
"affiliation": "The Ohio State University"
711
}
812
],
913
"description": "Catalog app for Imageomics data, models, and spaces hosted on Hugging Face. It was designed for improved discoverability and searchability of Imageomics products, and the content is updated in real-time through calls to the Hugging Face API.",
@@ -21,9 +25,9 @@
2125
"searchability"
2226
],
2327
"title": "Imageomics Catalog",
24-
"version": "1.0.0",
28+
"version": "2.0.0",
2529
"license": "MIT",
26-
"publication_date": "2025-11-13",
30+
"publication_date": "2025-12-04",
2731
"grants": [
2832
{
2933
"id": "021nxhr62::2118240"

CITATION.cff

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ authors:
33
- family-names: "Campolongo"
44
given-names: "Elizabeth G."
55
orcid: "https://orcid.org/0000-0003-0846-2413"
6+
- family-names: Radhakrishnan
7+
given-names: Balaji
68
cff-version: 1.2.0
7-
date-released: "2025-11-13"
9+
date-released: "2025-12-04"
810
identifiers:
9-
- description: "The GitHub release URL of tag v1.0.0."
11+
- description: "The GitHub release URL of tag v2.0.0."
1012
type: url
11-
value: "https://github.com/Imageomics/catalog/releases/tag/v1.0.0"
12-
- description: "The GitHub URL of the commit tagged with v1.0.0."
13+
value: "https://github.com/Imageomics/catalog/releases/tag/v2.0.0"
14+
- description: "The GitHub URL of the commit tagged with v2.0.0."
1315
type: url
14-
value: "https://github.com/Imageomics/catalog/tree/e852eed1dcf2c45ad4a06b0b51617e9bab65e505"
16+
value: "https://github.com/Imageomics/catalog/tree/<commit-hash>" # update on release
1517
keywords:
1618
- imageomics
1719
- data
@@ -28,6 +30,6 @@ license: MIT
2830
message: "If you use this software, please cite it as below."
2931
repository-code: "https://github.com/Imageomics/catalog"
3032
title: "Imageomics Catalog"
31-
version: "1.0.0"
33+
version: "2.0.0"
3234
doi: "10.5281/zenodo.17602801"
3335
type: software

0 commit comments

Comments
 (0)