From 0fdc1f692bb41f9941f6ea4f32ef8c2948a515f7 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 25 Aug 2021 19:30:12 +0100 Subject: Add CITATION.cff file --- CITATION.cff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.cff (limited to 'CITATION.cff') diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..9038802 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Igne" + given-names: "Federico" + orcid: "https://orcid.org/0000-0002-2790-7513" +- family-names: "Germano" + given-names: "Stefano" + orcid: "https://orcid.org/0000-0001-6993-0618" +- family-names: "Horrocks" + given-names: "Ian" + orcid: "https://orcid.org/0000-0002-2685-7462" +title: "RSAComb - Combined approach for Conjunctive Query answering in RSA" +version: 0.1.1 +doi: 10.5281/zenodo.5047811 +date-released: 2021-06-30 +url: "https://github.com/KRR-Oxford/RSAComb" -- cgit v1.2.3