From cd0f1b67ea8042bb3fe7678fcf9855a7a44b7cdc Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Wed, 5 Aug 2026 22:01:15 -0500 Subject: [PATCH] Add CITATION.cff --- CITATION.cff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e087104 --- /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." +title: "Genann: simple neural network library in ANSI C" +authors: + - family-names: "Van Winkle" + given-names: "Lewis" +license: Zlib +repository-code: "https://github.com/codeplea/genann" +url: "https://codeplea.com/genann" +keywords: + - neural-network + - ann + - backpropagation + - feedforward-neural-network + - c +version: 1.1.0 +date-released: 2026-08-06