From 271eaf0c6bbd6177178310d7dd79454338da4f9d Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Wed, 25 May 2022 16:50:46 +0800 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..62c7625 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Fang" + given-names: "Tci" + orcid: "https://orcid.org/0000-0003-0337-9274" +- family-names: "Wu" + given-names: "S-T" + # orcid: "https://orcid.org/0000-0000-0000-0000" +title: "QueueSDP" +version: 1.0.0 +# doi: 10.5281/zenodo.1234 +date-released: 2022-05-25 +url: "https://github.com/QueSDP/QueueSDP"