From 50c09772945416e1ef0609358677c1cdd9ae415e Mon Sep 17 00:00:00 2001 From: Anna Schwerdtel <35776077+AnnaSchwerdtel@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:32:48 +0200 Subject: [PATCH 1/2] Add files via upload --- CITATION (21).cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION (21).cff diff --git a/CITATION (21).cff b/CITATION (21).cff new file mode 100644 index 00000000..ad8572f3 --- /dev/null +++ b/CITATION (21).cff @@ -0,0 +1,30 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: conexp-clj +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Daniel + family-names: Borchmann + affiliation: Technische Universität Dresden + - affiliation: Technische Universität Dresden + given-names: Christian + family-names: Meschke + - given-names: Tom + family-names: Hanika + affiliation: University of Hildesheim + email: Tom.Hanika@cs.uni-kassel.de + orcid: 'https://orcid.org/0000-0002-4918-6374' +repository-code: 'https://github.com/fcatools/conexp-clj' +abstract: >- + This is conexp-clj, a general purpose software tool for + Formal Concept Analysis. Its main purpose is to enable + nontrivial examples to be computed easily, but it can be + used for much, much more. +license: EPL-1.0 +commit: 5254a10eab6759a7d0c60228892952de93f2aa58 +date-released: '2023-07-17' From 1d1537367a9b4592331b7e33f95a67701ffb60f5 Mon Sep 17 00:00:00 2001 From: Anna Schwerdtel <35776077+AnnaSchwerdtel@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:34:18 +0200 Subject: [PATCH 2/2] Rename CITATION (21).cff to CITATION.cff --- CITATION (21).cff => CITATION.cff | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CITATION (21).cff => CITATION.cff (100%) diff --git a/CITATION (21).cff b/CITATION.cff similarity index 100% rename from CITATION (21).cff rename to CITATION.cff