From 28d905368b397e8e17bc1464688d0fe98ab5d354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Tue, 2 Nov 2021 00:20:49 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..02e8cfd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,37 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Montañana" + given-names: "Ricardo" + orcid: "https://orcid.org/0000-0003-3242-5452" +- family-names: "Gámez" + given-names: "José A." + orcid: "https://orcid.org/0000-0003-1188-1117" + - family-names: "Puerta" + given-names: "José M." + orcid: "https://orcid.org/0000-0002-9164-5191" +title: "STree" +version: 1.2.2 +doi: 10.5281/zenodo.5504083 +date-released: 2021-11-02 +url: "https://github.com/Doctorado-ML/STree" +preferred-citation: + type: article + authors: + - family-names: "Montañana" + given-names: "Ricardo" + orcid: "https://orcid.org/0000-0003-3242-5452" + - family-names: "Gámez" + given-names: "José A." + orcid: "https://orcid.org/0000-0003-1188-1117" + - family-names: "Puerta" + given-names: "José M." + orcid: "https://orcid.org/0000-0002-9164-5191" + doi: "10.1007/978-3-030-85713-4_6" + journal: "Lecture Notes in Computer Science" + month: 9 + start: 54 + end: 64 + title: "STree: A Single Multi-class Oblique Decision Tree Based on Support Vector Machines" + volume: 12882 + year: 2021