From 82bc1d6d9782c99fba988b6d22a0e36d630a5f4a Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:29:37 +0100 Subject: [PATCH] Create 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..139117e --- /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: "ZAARAOUI" + given-names: "Mohamed" +title: "HyperMAT: Hyperelastic formulations using an algorithmic differentiation with hyper-dual numbers in Python." +version: 0.1.2 +doi: 10.5281/zenodo.104078324 +date-released: 2023-07-22 +url: "https://github.com/ZAARAOUI999/hypermat"