diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..67f8a8f5a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,35 @@ +# https://citation-file-format.github.io/ +cff-version: 1.2.0 +message: "If you use this software, please cite it using these metadata." +title: "Alpha: A lazy-grounding Answer-Set Programming system" +# Authors are sorted: +# First people, sorted by `family-names`, `given-names`. +# Second entities, sorted by `name`. +authors: +- family-names: "Langowski" + given-names: "Michael" + affiliation: "TU Wien" + #orcid: TODO +- family-names: "Leutgeb" + given-names: "Lorenz" + affiliation: "TU Wien" + orcid: "https://orcid.org/0000-0003-0391-3430" +- family-names: "Taupe" + given-names: "Richard" + affiliation: "Siemens AG" + orcid: "https://orcid.org/0000-0001-7639-1616" +- family-names: "Weinzierl" + given-names: "Antonius" + affiliation: "TU Wien" + orcid: "https://orcid.org/0000-0003-2040-6123" +- name: "Siemens AG" +license: "BSD-2-Clause" +repository-code: "https://github.com/alpha-asp/alpha" +doi: "10.5281/zenodo.1418963" +identifiers: + - description: "v0.4.0" + type: doi + value: "10.5281/zenodo.2641359" + - description: "v0.3.0" + type: doi + value: "10.5281/zenodo.1418964" diff --git a/RELEASE.md b/RELEASE.md index 01645a22b..682575c5a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -61,3 +61,5 @@ $ cp build/distributions/alpha.zip alpha.zip Attach the two files to the release on GitHub, then publish the release. Lastly, check that everything is fine, e.g. that the tag/version really points at the revision you wanted to rlease and that `alpha.zip` and `alpha.jar downloaded from GitHub do what they are supposed to do. + +Optionally, archive the release on Zenodo. If you do so, add the new identifier to `CITATION.cff`.