diff --git a/.zenodo.json b/.zenodo.json index 0e7f8cb..5e5f6c4 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -4,6 +4,10 @@ "name": "Campolongo, Elizabeth G.", "orcid": "https://orcid.org/0000-0003-0846-2413", "affiliation": "The Ohio State University" + }, + { + "name": "Radhakrishnan, Balaji", + "affiliation": "The Ohio State University" } ], "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 @@ "searchability" ], "title": "Imageomics Catalog", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", - "publication_date": "2025-11-13", + "publication_date": "2025-12-04", "grants": [ { "id": "021nxhr62::2118240" diff --git a/CITATION.cff b/CITATION.cff index 4e22641..5a8f49f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,15 +3,17 @@ authors: - family-names: "Campolongo" given-names: "Elizabeth G." orcid: "https://orcid.org/0000-0003-0846-2413" +- family-names: Radhakrishnan + given-names: Balaji cff-version: 1.2.0 -date-released: "2025-11-13" +date-released: "2025-12-04" identifiers: - - description: "The GitHub release URL of tag v1.0.0." + - description: "The GitHub release URL of tag v2.0.0." type: url - value: "https://github.com/Imageomics/catalog/releases/tag/v1.0.0" - - description: "The GitHub URL of the commit tagged with v1.0.0." + value: "https://github.com/Imageomics/catalog/releases/tag/v2.0.0" + - description: "The GitHub URL of the commit tagged with v2.0.0." type: url - value: "https://github.com/Imageomics/catalog/tree/e852eed1dcf2c45ad4a06b0b51617e9bab65e505" + value: "https://github.com/Imageomics/catalog/tree/" # update on release keywords: - imageomics - data @@ -28,6 +30,6 @@ license: MIT message: "If you use this software, please cite it as below." repository-code: "https://github.com/Imageomics/catalog" title: "Imageomics Catalog" -version: "1.0.0" +version: "2.0.0" doi: "10.5281/zenodo.17602801" type: software