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'