[Enhancement] Create CITATION.cff and Validation (#1) #102
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.
Dear maintainers,
First of all, thank you for your editor!
I would like to contribute a set of configuration files with this Pull Request in order to make citing ne easier. GitHub is able to render a "Cite this repository" blob on a project's landing page. In order to offer citation entries for multiple conventions -- APA and BibTeX --, GitHub applies the CFF standard which is developed for software. One can configure a list of references (useful for further readings and used resources) as well as a publication to redirect the citation to, such as an associated paper, thesis or book. If no redirection is configured in
preferred-citation
, the default values will be used to render the citation information. Furthermore, a list of all contributors can be maintained in the CFF configuration file.CFF also comes with a set of utility software, such as various validators. This Pull Request adds one of them to this repository. Whenever the
CITATION.cff
is updated, the validator will ensure that it is still valid without any further effort. The automatic validator is known to succeed in about 10 seconds, the whole validation usually takes 30 seconds.I configured the
CITATION.cff
with initial information derived from this repository. If I shall change something, please tell me which information need to be added and / or adjusted. The validator comes with a very restrictive configuration. Just as for theCITATION.cff
, I can adjust the settings, if required.