From 62fa2e8c94c384a064eee9a0acbf95baa8d772d0 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler <71695780+ellmau@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:41:20 +0200 Subject: [PATCH] Add citation.cff file Add a first variant of the citation file - will be extended as soon as the "to appear" papers will be published. --- CITATION.cff | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..5d46df1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,32 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: >- + Abstract Dialectical Frameworks solved by Binary + Decision Diagrams; developed in Dresden (ADF-BDD) +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Stefan + family-names: Ellmauthaler + email: stefan.ellmauthaler@tu-dresden.de + affiliation: 'KBS, TU Dresden' + orcid: 'https://orcid.org/0000-0003-3882-4286' +repository-code: 'https://github.com/ellmau/adf-obdd' +url: 'https://ellmau.github.io/adf-obdd/' +abstract: >- + Solver for ADFs grounded, complete, and stable + semantics by utilising OBDDs - ordered binary + + decision diagrams. +keywords: + - binary decision diagrams + - argumentation frameworks + - argumentation tools +license: MIT +commit: 35bb36bfc5ee47b2ad864ead48907fdca5fc5ec4 +version: v0.2.4-beta.1 +date-released: '2022-04-22'