Cite the repository instead of the paper, add Zenodo metadata - #16
Open
arpita-chowdhury-osu wants to merge 1 commit into
Open
arpita-chowdhury-osu wants to merge 1 commit into
arpita-chowdhury-osu wants to merge 1 commit into
Conversation
Per the Imageomics GitHub Repo Guide, CITATION.cff should point to the software release rather than the arXiv paper, and its author list should cover only software contributors (the paper already has its own BibTeX entry in the README). Also adds .zenodo.json so a future GitHub release can mint a DOI via the Zenodo-GitHub integration. Release-specific fields (version, date-released, identifiers, doi) are left as TODOs to fill in at the first GitHub release. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
egrace479
reviewed
Sep 17, 2026
egrace479
left a comment
Member
There was a problem hiding this comment.
Suggestions for version based on it having v1.0.0 for the last year and some meaningful, but non-breaking, code changes since then. We could do a release on Monday if that works. Please also add the Zenodo validation workflow.
We can also coordinate more on Slack (I did have a few questions/clarifiers there).
| "interpretable" | ||
| ], | ||
| "title": "Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis", | ||
| "version": "<release version>", |
Member
There was a problem hiding this comment.
Suggested change
| "version": "<release version>", | |
| "version": "1.1.0", |
Since it's been 1.0.0 and there have been a number of changes since then.
| "title": "Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis", | ||
| "version": "<release version>", | ||
| "license": "MIT", | ||
| "publication_date": "YYYY-MM-DD", |
Member
There was a problem hiding this comment.
Suggested change
| "publication_date": "YYYY-MM-DD", | |
| "publication_date": "2026-09-21", |
Comment on lines
+37
to
+42
| # version: <release version> | ||
| # date-released: "YYYY-MM-DD" | ||
| # identifiers: | ||
| # - description: "The GitHub release URL of tag <version>." | ||
| # type: url | ||
| # value: "https://github.com/Imageomics/Prompt_CAM/releases/tag/<tag-name>" |
Member
There was a problem hiding this comment.
Suggested change
| # version: <release version> | |
| # date-released: "YYYY-MM-DD" | |
| # identifiers: | |
| # - description: "The GitHub release URL of tag <version>." | |
| # type: url | |
| # value: "https://github.com/Imageomics/Prompt_CAM/releases/tag/<tag-name>" | |
| version: 1.1.0 | |
| date-released: "2026-09-21" | |
| identifiers: | |
| - description: "The GitHub release URL of tag v1.1.0." | |
| type: url | |
| value: "https://github.com/Imageomics/Prompt_CAM/releases/tag/v1.1.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per the Imageomics GitHub Repo Guide, CITATION.cff should point to the software release rather than the arXiv paper, and its author list should cover only software contributors (the paper already has its own BibTeX entry in the README). Also adds .zenodo.json so a future GitHub release can mint a DOI via the Zenodo-GitHub integration.
Release-specific fields (version, date-released, identifiers, doi) are left as TODOs to fill in at the first GitHub release.