-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace CITATION.bib with CITATION.cff for better GitHub integration #272
Conversation
Replaced the existing `CITATION.bib` file with a `CITATION.cff` file to leverage GitHub's native citation support. The `CITATION.cff` file provides both human- and machine-readable citation metadata, allowing users to easily cite the repository in formats like APA and BibTeX directly from GitHub's "Cite this repository" feature. The new `CITATION.cff` includes: - Author details - Title, DOI, and URL - Book title and conference details - Keywords and abstract This change aligns with modern citation practices for software and academic works on GitHub.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Thanks! There's a link to the removed .bib file in README. Shall we change it to point to the "Cite this repository" feature instead? |
Hi @EwoutH, I'm trying to make some changes to the citation files. Is it possible for you to enable maintainer edits for this PR? |
This PR is on a mesa-geo branch, so you should already be able to: https://github.com/projectmesa/mesa-geo/tree/citation_cff Totally forgot it by the way, so thanks for picking it up! |
Got it. Thanks!! |
6d32a86
to
bbfcb05
Compare
Should be ready now. @EwoutH would you like to take a look at this when you have time before merging? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just piling on! :) LGTM
Awesome, thanks! |
Replaced the existing
CITATION.bib
file with aCITATION.cff
file to leverage GitHub's native citation support. TheCITATION.cff
file provides both human- and machine-readable citation metadata, allowing users to easily cite the repository in formats like APA and BibTeX directly from GitHub's "Cite this repository" feature.The new
CITATION.cff
includes:This change aligns with modern citation practices for software and academic works on GitHub. See: