From 195da296cabbeedac5e3715c269a21db3aac0c69 Mon Sep 17 00:00:00 2001 From: adrhill Date: Mon, 24 Jun 2024 18:10:03 +0200 Subject: [PATCH] Add `CITATION.cff` --- CITATION.cff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..18c1db5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: "Hill" + given-names: "Adrian" + orcid: "https://orcid.org/0009-0009-5977-301X" +title: "RelevancePropagation.jl" +version: 1.0.0 +date-released: 2024-01-30 +url: "https://github.com/Julia-XAI/RelevancePropagation.jl" \ No newline at end of file