chore: PhD thesis as reference in CITATION.cff
#10736
Merged
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.
I saw #10732 by @drupol and merged by @Ericson2314 and would like to propose the following improvements:
identifiers
toreferences
. Justification: Theidentifiers
key is intended to list identifiers for versions or rather close derivations/packages of the software itself. Eelco's PhD thesis, while its connection to Nix is very obvious, in the CFF model still is areference
because it is not Nix itself. You'll see thatdefinitions.identifier
is limited totype
being one of"doi"
,"url"
,"swh"
, and"other"
(focused on software and datasets) whiledefinitions.reference
has keysdoi
,isbn
,url
,collection-doi
,pmcid
that are suited to identify written works and helpful further keys likethesis-type
.Note that CFF also supports credit redirection. That is, one can specify a
definitions.reference
object (like the thesis is with the changes in this PR), under thepreferred-citation
key. In the case at hand, it would signal "please cite the thesis directly when you want to reference Nix". I opted to not do this, since if I were a long time contributor on the Nix team, I would probably object, as the thesis is only in Eelco's name, but I wanted to mention it here in case the Nix team wants to consider it.