From 73b67454164f137e57de165a76f069c901aac15e Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:23:25 +0100 Subject: [PATCH 1/8] Add citation file --- CITATION.cff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..5421667 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Pachón-García" + given-names: "Cristian" + orcid: "https://orcid.org/0000-0001-9518-4874" +- family-names: "Hernández-Pérez" + given-names: "Carlos" + orcid: "https://orcid.org/0000-0002-0054-8573" +- family-names: "Delicado" + given-names: "Pedro" + orcid: "https://orcid.org/0000-0003-3933-4852" +- family-names: "Vilaplana" + given-names: "Verónica" + orcid: "https://orcid.org/0000-0001-6924-9961" +title: "SurvLIMEpy: A Python package implementing SurvLIME}" +license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" +repository-code: "https://github.com/imatge-upc/SurvLIMEpy" +url: "https://github.com/imatge-upc/SurvLIMEpy" \ No newline at end of file From f5455a08e33ab133e55c7e4f251b8626141370bd Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:25:21 +0100 Subject: [PATCH 2/8] Add citation file --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 5421667..400596c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,4 +16,4 @@ authors: title: "SurvLIMEpy: A Python package implementing SurvLIME}" license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" repository-code: "https://github.com/imatge-upc/SurvLIMEpy" -url: "https://github.com/imatge-upc/SurvLIMEpy" \ No newline at end of file +url: "https://github.com/imatge-upc/SurvLIMEpy" From d502210fb0df6e59dcabb2b1143ed5a992efd774 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:25:34 +0100 Subject: [PATCH 3/8] Increase version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7eeefad..af5019e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "survlimepy" -version = "0.0.9" +version = "0.0.10" description = "A python package implementing SurvLIME algorithm" authors = [ {name = "Carlos Hernández Pérez", email = "crherperez95@gmail.com"}, From 6ff2aad515ff8c0262e8f9e350415626b1b4f6e5 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:27:33 +0100 Subject: [PATCH 4/8] Increase version --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 400596c..d56dcf5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,6 +14,7 @@ authors: given-names: "Verónica" orcid: "https://orcid.org/0000-0001-6924-9961" title: "SurvLIMEpy: A Python package implementing SurvLIME}" +type: article license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" repository-code: "https://github.com/imatge-upc/SurvLIMEpy" url: "https://github.com/imatge-upc/SurvLIMEpy" From 1f9eca111bd729eef7ce10661eec5a0d76dd6ff0 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:30:19 +0100 Subject: [PATCH 5/8] Add citation file --- CITATION.cff | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index d56dcf5..37c0aaf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,6 +15,9 @@ authors: orcid: "https://orcid.org/0000-0001-6924-9961" title: "SurvLIMEpy: A Python package implementing SurvLIME}" type: article +publisher: arXiv +year: 2023 +doi: 10.48550/ARXIV.2302.10571 license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" repository-code: "https://github.com/imatge-upc/SurvLIMEpy" url: "https://github.com/imatge-upc/SurvLIMEpy" From daf838c3da2fe848e67e6b6cd64fb7de19cb09b5 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:32:18 +0100 Subject: [PATCH 6/8] Add citation file --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 37c0aaf..c181661 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,7 +15,7 @@ authors: orcid: "https://orcid.org/0000-0001-6924-9961" title: "SurvLIMEpy: A Python package implementing SurvLIME}" type: article -publisher: arXiv +publisher: "arXiv" year: 2023 doi: 10.48550/ARXIV.2302.10571 license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" From 4784989b9d30af06e507f0f7609077032c6f4754 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:33:13 +0100 Subject: [PATCH 7/8] Add citation file --- CITATION.cff | 1 - 1 file changed, 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index c181661..a76e438 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,6 @@ authors: given-names: "Verónica" orcid: "https://orcid.org/0000-0001-6924-9961" title: "SurvLIMEpy: A Python package implementing SurvLIME}" -type: article publisher: "arXiv" year: 2023 doi: 10.48550/ARXIV.2302.10571 From 88c2af0fb9be8650cd2ca262f79e5cc5a0aedb40 Mon Sep 17 00:00:00 2001 From: pachoning Date: Wed, 15 Mar 2023 15:36:47 +0100 Subject: [PATCH 8/8] Add citation file --- CITATION.cff | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a76e438..9bc9519 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,10 +13,28 @@ authors: - family-names: "Vilaplana" given-names: "Verónica" orcid: "https://orcid.org/0000-0001-6924-9961" -title: "SurvLIMEpy: A Python package implementing SurvLIME}" -publisher: "arXiv" -year: 2023 -doi: 10.48550/ARXIV.2302.10571 +title: "SurvLIMEpy: A Python package implementing SurvLIME" license-url: "https://github.com/imatge-upc/SurvLIMEpy/blob/main/LICENSE" repository-code: "https://github.com/imatge-upc/SurvLIMEpy" url: "https://github.com/imatge-upc/SurvLIMEpy" +preferred-citation: + type: article + authors: + - family-names: "Pachón-García" + given-names: "Cristian" + orcid: "https://orcid.org/0000-0001-9518-4874" + - family-names: "Hernández-Pérez" + given-names: "Carlos" + orcid: "https://orcid.org/0000-0002-0054-8573" + - family-names: "Delicado" + given-names: "Pedro" + orcid: "https://orcid.org/0000-0003-3933-4852" + - family-names: "Vilaplana" + given-names: "Verónica" + orcid: "https://orcid.org/0000-0001-6924-9961" + doi: "10.48550/ARXIV.2302.10571" + journal: "arXiv" + publisher: "arXiv" + year: 2023 + month: 3 + title: "SurvLIMEpy: A Python package implementing SurvLIME"