-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add CITATION.cff Citation File Format file (#248)
* Add Citation File Format file to repo to get repository cite button on GitHub. - c.f. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files * Add CITATION.cff to tbump control.
- Loading branch information
1 parent
1683d9c
commit 22d43e6
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cff-version: 1.2.0 | ||
message: "Please cite the following works when using this software." | ||
type: software | ||
authors: | ||
- family-names: "Heinrich" | ||
given-names: "Lukas" | ||
orcid: "https://orcid.org/0000-0002-4048-7584" | ||
affiliation: "Technical University of Munich" | ||
- family-names: "Feickert" | ||
given-names: "Matthew" | ||
orcid: "https://orcid.org/0000-0003-4124-7862" | ||
affiliation: "University of Wisconsin-Madison" | ||
- family-names: "Rodrigues" | ||
given-names: "Eduardo" | ||
orcid: "https://orcid.org/0000-0003-2846-7625" | ||
affiliation: "University of Liverpool" | ||
title: "pylhe: v0.8.0" | ||
version: 0.8.0 | ||
doi: 10.5281/zenodo.1217031 | ||
repository-code: "https://github.com/scikit-hep/pylhe/releases/tag/v0.8.0" | ||
keywords: | ||
- lhe | ||
- physics | ||
- python | ||
- scikit-hep | ||
license: "Apache-2.0" | ||
abstract: | | ||
A small package to get structured data out of Les Houches Event files. |
This file contains 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