Skip to content

Add CITATION.cff for scientific paper citation#150

Merged
nikdon merged 2 commits intomasterfrom
copilot/add-citation-file
Nov 26, 2025
Merged

Add CITATION.cff for scientific paper citation#150
nikdon merged 2 commits intomasterfrom
copilot/add-citation-file

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Adds a Citation File Format (CFF) file to enable proper software citation in scientific papers.

Changes

  • Created CITATION.cff with:
    • Author: Nikolay Donets (ORCID: 0009-0008-2912-6615)
    • DOI: 10.5281/zenodo.17727790
    • Version/date pulled from latest release (2.0.0, 2025-07-04)

GitHub will automatically render citation info in the repository sidebar.

Original prompt

Create a file CITATION.cff and add there info so the software can be refered in the scientific papers.

My orcid: https://orcid.org/0009-0008-2912-6615
family-names: "Donets"
given-names: "Nikolay"
doi: https://doi.org/10.5281/zenodo.17727790

For the release date use info from the repo

Use this as example:

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "xxx"
    given-names: "xxx"
    orcid: "https://orcid.org/0000-000X-XXXX-XXXX"
title: "XXXX"
version: X.XX.XX
doi: 10.XXXX/zenodo.XXXXX
date-released: XXXX-XX-XX
url: "https://github.com/nikdon/pyEntropy"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: nikdon <4712507+nikdon@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CITATION.cff for software citation Add CITATION.cff for scientific paper citation Nov 26, 2025
Copilot AI requested a review from nikdon November 26, 2025 20:35
@nikdon nikdon marked this pull request as ready for review November 26, 2025 20:42
@nikdon nikdon merged commit 55ca757 into master Nov 26, 2025
15 checks passed
@nikdon nikdon deleted the copilot/add-citation-file branch November 26, 2025 20:42
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