Skip to content

Cite the repository instead of the paper, add Zenodo metadata - #16

Open
arpita-chowdhury-osu wants to merge 1 commit into
mainfrom
citation-zenodo-metadata
Open

arpita-chowdhury-osu wants to merge 1 commit into
mainfrom
citation-zenodo-metadata

Conversation

@arpita-chowdhury-osu

Copy link
Copy Markdown
Collaborator

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.

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 egrace479 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Comment thread .zenodo.json
"interpretable"
],
"title": "Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis",
"version": "<release version>",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .zenodo.json
"title": "Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis",
"version": "<release version>",
"license": "MIT",
"publication_date": "YYYY-MM-DD",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"publication_date": "YYYY-MM-DD",
"publication_date": "2026-09-21",

Comment thread CITATION.cff
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>"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants