From 50cd3ed3edb98958e94e9216b93ea9c5b3849e3f Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 13 Jul 2022 15:14:08 -0700 Subject: [PATCH 1/3] GH: Add CITATION.cff --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000000..ae34dab20b626 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +cff-version: 1.2.0 +title: 'pandas-dev/pandas: Pandas' +message: 'If you use this software, please cite it as below.' +type: software +authors: + - name: "The pandas development team" +license: BSD-3-Clause +license-url: "https://github.com/pandas-dev/pandas/blob/main/LICENSE" +repository-code: "https://github.com/pandas-dev/pandas" +type: software +url: "https://github.com/pandas-dev/pandas" + +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Lisa" + given-names: "Mona" + orcid: "https://orcid.org/0000-0000-0000-0000" +- family-names: "Bot" + given-names: "Hew" + orcid: "https://orcid.org/0000-0000-0000-0000" +title: "My Research Software" +version: 2.0.4 +doi: 10.5281/zenodo.1234 +date-released: 2017-12-18 +url: "https://github.com/github/linguist" From 3d11eb08f137d6a9ed67eb877342f3cef0806ac3 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 13 Jul 2022 15:16:15 -0700 Subject: [PATCH 2/3] Remove copied example --- CITATION.cff | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ae34dab20b626..0161dfa92fdef 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,6 @@ cff-version: 1.2.0 title: 'pandas-dev/pandas: Pandas' message: 'If you use this software, please cite it as below.' -type: software authors: - name: "The pandas development team" license: BSD-3-Clause @@ -9,18 +8,3 @@ license-url: "https://github.com/pandas-dev/pandas/blob/main/LICENSE" repository-code: "https://github.com/pandas-dev/pandas" type: software url: "https://github.com/pandas-dev/pandas" - -cff-version: 1.2.0 -message: "If you use this software, please cite it as below." -authors: -- family-names: "Lisa" - given-names: "Mona" - orcid: "https://orcid.org/0000-0000-0000-0000" -- family-names: "Bot" - given-names: "Hew" - orcid: "https://orcid.org/0000-0000-0000-0000" -title: "My Research Software" -version: 2.0.4 -doi: 10.5281/zenodo.1234 -date-released: 2017-12-18 -url: "https://github.com/github/linguist" From f4d11aee877be9d2ea88c99ce9539c976fcff7a7 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 13 Jul 2022 15:20:57 -0700 Subject: [PATCH 3/3] Replace zenodo link that provides all pandas versions --- web/pandas/about/citing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/about/citing.md b/web/pandas/about/citing.md index e2821dbc19a4e..b4c7848e5db00 100644 --- a/web/pandas/about/citing.md +++ b/web/pandas/about/citing.md @@ -5,7 +5,7 @@ If you use _pandas_ for a scientific publication, we would appreciate citations to the published software and the following paper: -- [pandas on Zenodo](https://zenodo.org/record/3715232#.XoqFyC2ZOL8), +- [pandas on Zenodo](https://zenodo.org/search?page=1&size=20&q=conceptrecid%3A%223509134%22&sort=-version&all_versions=True), Please find us on Zenodo and replace with the citation for the version you are using. You can replace the full author list from there with "The pandas development team" like in the example below.