chore: add CITATION.cff so the repo is citable#32
Merged
Conversation
GitHub renders a "Cite this repository" button (APA + BibTeX) from a valid CITATION.cff in the default branch's root. The fleet had none, which for an audience of geneticists — whose output is papers — was the largest gap relative to audience. GENERATED, not typed: `make citation-write` in genefoundry-router derives it from fleet-metadata.yaml (title, abstract, keywords — the same copy as the GitHub About box) plus this repo's pyproject version and its latest release date. `make citation-check` gates it. Validates against the CFF 1.2.0 schema. The author is declared once, centrally, rather than read from pyproject `authors` — those disagree across the fleet and some are fabricated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DcjYudfsCQ3YGbPZSfs8s6
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.
GitHub renders a "Cite this repository" button (APA + BibTeX) from a valid
CITATION.cffin the default branch's root. The fleet had 0/22, which for an audience of geneticists — whose output is papers — was the largest gap relative to audience.Generated, not typed.
make citation-writeingenefoundry-routerderives it fromfleet-metadata.yaml(title, abstract, keywords — the same copy as the GitHub About box) plus this repo'spyprojectversion and its latest release date.make citation-checkgates it. Validated against the CFF 1.2.0 schema withcffconvert; renders correctly as both APA and BibTeX.The author is declared once, centrally, rather than read from
pyprojectauthors— those disagree across the fleet and some are fabricated (pubtator-link's author is "AI Assistant"; three repos list e-mail domains that don't exist). A CITATION.cff exists to attribute a human.ORCID is intentionally unset, not forgotten — it's the highest-value field here, but an ORCID is bound to a real person and guessing one would misattribute the work. Set
citation.authors[].orcidinfleet-metadata.yamland re-runmake citation-write.Part of the fleet metadata standard (genefoundry-router#67).
🤖 Generated with Claude Code
https://claude.ai/code/session_01DcjYudfsCQ3YGbPZSfs8s6