docs: Add CITATION.cff Citation File Format file#416
Conversation
| affiliation: "Princeton University" | ||
| - family-names: "Liu" | ||
| given-names: "Shuo" | ||
| affiliation: "Columbia University in the City of New York" |
There was a problem hiding this comment.
@LovelyBuggies can you please confirm that this information is correct? Also, do you have an ORCID?
| given-names: "Aman" | ||
| affiliation: "University of Delhi" | ||
| version: 2.6.1 | ||
| doi: 10.5281/zenodo.4057112 |
There was a problem hiding this comment.
This is the version agnostic Zenodo DOI https://doi.org/10.5281/zenodo.4057112
2173dc2 to
703d3d5
Compare
CITATION.cff
Outdated
| cff-version: 1.2.0 | ||
| message: "Please cite the following works when using this software." | ||
| type: software | ||
| title: "hist: v2.6.1" |
There was a problem hiding this comment.
I'm of the opinion that including the version number in software citation is highly important, but this does mean that someone then needs to start keeping this synced or use a bump tool like pyhf does. I can understand that might not be desirable.
There was a problem hiding this comment.
It was pointed out by @jpivarski, @alexander-held, and @cranmer today in the IRIS-HEP Analysis Systems meeting that adding detailed version information like this is probably more of a harm than a benefit.
- Adding the detailed version information but then linking to the general DOI is perhaps inconsistent behavior.
- Having the version information to help out the people getting the citation is also assuming that people are going to be updating the version of the citation file (e.g. BibTeX file) every time they use it in a paper, which in reality is probably naive on my part given how many people have BibTeX files that they just copy from project to project.
Given this I'm going to remove the v2.6.1 information and make the CITATION.cff file more similar to Awkward's.
|
IMO a guide should be added to scikit-hep.org, probably under developer. Maybe could be combined in an "extras" page that covers license, badges, etc? |
* Add Citation File Format file to repo to get repository cite button on GitHub and citation support on Zenodo. - c.f. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files
84c2347 to
5b7a60e
Compare

Resolves #413
For additional context and examples c.f. scikit-hep/pyhf#1551
The schema used is validated by
cffconvert