diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000000..0161dfa92fdef --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +title: 'pandas-dev/pandas: Pandas' +message: 'If you use this software, please cite it as below.' +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" 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.