From d54233749510c98d89d350a7fa4265c6e8a0a0b2 Mon Sep 17 00:00:00 2001 From: Anna Yesypenko Date: Tue, 21 May 2024 17:54:48 -0500 Subject: [PATCH] add citation --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..81ab404 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Yesypenko + given-names: Anna + orcid: https://orcid.org/0009-0008-1409-4075 +title: "SlabLU: A Two-Level Sparse Direct Solver for Elliptic PDEs" +version: 1.0.0 +identifiers: + - type: doi + value: 10.5281/zenodo.11227615 +date-released: 2024-05-21