chore: add CITATION.cff file#10732
Merged
Ericson2314 merged 1 commit intoNixOS:masterfrom May 17, 2024
drupol:add-citation-cff
Merged
chore: add CITATION.cff file#10732Ericson2314 merged 1 commit intoNixOS:masterfrom drupol:add-citation-cff
CITATION.cff file#10732Ericson2314 merged 1 commit intoNixOS:masterfrom
drupol:add-citation-cff
Conversation
Ericson2314
approved these changes
May 17, 2024
Member
Ericson2314
left a comment
There was a problem hiding this comment.
Seems good to me. We can bikeshed the text later.
Ericson2314
reviewed
May 17, 2024
| url: 'https://nixos.org/' | ||
| abstract: >- | ||
| Nix, a purely functional package manager, is a powerful | ||
| package manager for Linux and other Unix systems that |
Member
There was a problem hiding this comment.
Hopefully not just Unix soon ;)
Contributor
Author
|
Thank you for your reactivity, much appreciated. I wish we could have a DOI for the PHD thesis, but I couldn't find one. I know that https://zenodo.org/ is able to deliver DOI when uploading a document, maybe this is something to think. WDYT @edolstra ? |
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.
Hello,
I frequently need to cite Nix in the documents I write, and noticed that GitHub supports a specific citation file format (
CITATION.cff). Having this file would enhance the visibility and proper citation of Nix directly from the GitHub repository page.GitHub's support for the
CITATION.cfffiles enables easy access to citation information, which can be automatically parsed and displayed on the project page. More details can be found in the GitHub documentation on citation files.When Github detect such a file in a repo, a new link is displayed on the right side:
See it lively at https://github.com/drupol/nix/tree/add-citation-cff