From 687592a091e4108bb815e12a3f241c9f93e83d9d Mon Sep 17 00:00:00 2001 From: Anne Ferger Date: Thu, 21 Dec 2023 16:36:45 +0100 Subject: [PATCH] added zenodo doi and citation cff file --- .gitignore | 1 + CITATION.cff | 31 +++++++++++++++++++++++++++++++ README.md | 4 +++- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 CITATION.cff diff --git a/.gitignore b/.gitignore index ab11c35..849033f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ !*.jpg !MANIFEST.MF !*.yml +!CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..63c124f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,31 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Parkoła" + given-names: "Tomasz" +- family-names: "Stanisławczyk" + given-names: "Mariusz" +- family-names: "Cummings" + given-names: "James" +- family-names: "Burnard" + given-names: "Lou" +- family-names: "Rahtz" + given-names: "Sebastian" +- family-names: "Werla" + given-names: "Marcin" +- family-names: "Mittelbach" + given-names: "Arno" +- family-names: "Cayless" + given-names: "Hugh" +- family-names: "Viglianti" + given-names: "Raffaele" +- family-names: "Röwenstrunk" + given-names: "Daniel" +- family-names: "Stadler" + given-names: "Peter" +- family-names: "Ferger" + given-names: "Anne" +title: "ege-api" +version: 0.4.0 +date-released: 2022-01-10 +url: "https://github.com/TEIC/ege-api" diff --git a/README.md b/README.md index 69c732a..c1f0644 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# TEIGarage/MEIGarage +# ege-api [![DOI](https://zenodo.org/badge/368163593.svg)](https://zenodo.org/doi/10.5281/zenodo.10417697) + +## TEIGarage/MEIGarage This repository is a dependency used in the [TEIGarage](https://github.com/TEIC/TEIGarage) and/or [MEIGarage](https://github.com/Edirom/MEIGarage) project which are based on the proven [OxGarage](https://github.com/TEIC/oxgarage).