From 10f4ee633d046a396af695796b2fbc9a2f387b0a Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:34:42 -0400 Subject: [PATCH 1/5] Revise citation details complete conference paper preferred citation --- CITATION.cff | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 76586a4..56995b5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ abstract: "A grand challenge in biology is to discover evolutionary traits - fea authors: - family-names: Manogaran given-names: Harish Babu -cff-version: 1.0.0 +cff-version: 1.2.0 date-released: "2024-09-04" keywords: - "Prototypical networks" @@ -13,7 +13,7 @@ keywords: - CV - biology - images - +#doi: license: MIT message: "If you find this software helpful in your research, please cite both the software and our paper." repository-code: "https://github.com/Imageomics/HComPNet" @@ -21,7 +21,7 @@ title: "HComP-Net" version: 1.0.0 type: software preferred-citation: - type: article + type: conference-paper authors: - family-names: Manogaran given-names: Harish Babu @@ -49,8 +49,8 @@ preferred-citation: given-names: Hilmar - family-names: Karpatne given-names: Anuj - + booktitle: "Proceedings of the 2025 International Conference on Representation Learning (ICLR)" + pages: 45722--45758 title: "What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits" - year: 2024 - journal: - doi: \ No newline at end of file + year: 2025 + url: "https://proceedings.iclr.cc/paper_files/paper/2025/file/7132143ea6ec311a5fbefbdf83b26584-Paper-Conference.pdf" From ec1b3dbb843082abde99498d12d227999b82442a Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:01:55 -0400 Subject: [PATCH 2/5] Revise formatting to display proceedings in citation Co-authored-by: Hilmar Lapp --- CITATION.cff | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 56995b5..771e4e2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -49,7 +49,10 @@ preferred-citation: given-names: Hilmar - family-names: Karpatne given-names: Anuj - booktitle: "Proceedings of the 2025 International Conference on Representation Learning (ICLR)" + collection-title: "Proceedings of the 2025 International Conference on Representation Learning (ICLR)" + collection-type: proceedings + conference: + name: "ICLR 2025" pages: 45722--45758 title: "What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits" year: 2025 From 9380f63974fe721cb1147841ed48d79796b68b5b Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:54:34 -0400 Subject: [PATCH 3/5] try single dash for page range --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 771e4e2..d7ac41a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -53,7 +53,7 @@ preferred-citation: collection-type: proceedings conference: name: "ICLR 2025" - pages: 45722--45758 + pages: 45722-45758 title: "What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits" year: 2025 url: "https://proceedings.iclr.cc/paper_files/paper/2025/file/7132143ea6ec311a5fbefbdf83b26584-Paper-Conference.pdf" From 4a2dec99171552b0bc23b59e0040b4bcbfca6fed Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:55:40 -0400 Subject: [PATCH 4/5] Pages in quotes --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index d7ac41a..adffb33 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -53,7 +53,7 @@ preferred-citation: collection-type: proceedings conference: name: "ICLR 2025" - pages: 45722-45758 + pages: "45722-45758" title: "What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits" year: 2025 url: "https://proceedings.iclr.cc/paper_files/paper/2025/file/7132143ea6ec311a5fbefbdf83b26584-Paper-Conference.pdf" From f26c1d923a3f038268bb8db9641c527de6cbd606 Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:59:35 -0400 Subject: [PATCH 5/5] Pages with start and end --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index adffb33..a9561a9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -54,6 +54,8 @@ preferred-citation: conference: name: "ICLR 2025" pages: "45722-45758" + start: 45722 + end: 45758 title: "What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits" year: 2025 url: "https://proceedings.iclr.cc/paper_files/paper/2025/file/7132143ea6ec311a5fbefbdf83b26584-Paper-Conference.pdf"