From b5e4e8759a8caee18e744c58afd475a0e9f3bdc1 Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Sun, 5 Apr 2020 21:35:35 -0400 Subject: [PATCH 1/4] Add bibtex for native software citation --- web/pandas/about/citing.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/web/pandas/about/citing.md b/web/pandas/about/citing.md index d5cb64e58f0ad..5ed7c8d7f61cd 100644 --- a/web/pandas/about/citing.md +++ b/web/pandas/about/citing.md @@ -2,7 +2,22 @@ ## Citing pandas -If you use _pandas_ for a scientific publication, we would appreciate citations to one of the following papers: +If you use _pandas_ for a scientific publication, we would appreciate citations to the published software, and one of +the two papers following the software entry: + +- [pandas on Zenodo](https://zenodo.org/record/3715232#.XoqFyC2ZOL8), + Please find us on Zenodo and replace with the citation for the version you are using. + + @software{reback2020pandas, + author = {The pandas development team}, + title = {pandas-dev/pandas: Pandas 1.0.1}, + month = feb, + year = 2020, + publisher = {Zenodo}, + version = {v1.0.1}, + doi = {10.5281/zenodo.3644238}, + url = {https://doi.org/10.5281/zenodo.3644238} + } - [Data structures for statistical computing in python](https://conference.scipy.org/proceedings/scipy2010/pdfs/mckinney.pdf), McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010. From d0ed1752bec343a2132fa674ab57b2ca888d7930 Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Mon, 6 Apr 2020 20:09:46 -0400 Subject: [PATCH 2/4] Update paper reference --- web/pandas/about/citing.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/web/pandas/about/citing.md b/web/pandas/about/citing.md index 5ed7c8d7f61cd..b72b6466f18f1 100644 --- a/web/pandas/about/citing.md +++ b/web/pandas/about/citing.md @@ -2,8 +2,8 @@ ## Citing pandas -If you use _pandas_ for a scientific publication, we would appreciate citations to the published software, and one of -the two papers following the software entry: +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), Please find us on Zenodo and replace with the citation for the version you are using. @@ -22,26 +22,14 @@ the two papers following the software entry: - [Data structures for statistical computing in python](https://conference.scipy.org/proceedings/scipy2010/pdfs/mckinney.pdf), McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010. - @inproceedings{mckinney2010data, - title={Data structures for statistical computing in python}, - author={Wes McKinney}, - booktitle={Proceedings of the 9th Python in Science Conference}, - volume={445}, - pages={51--56}, - year={2010}, - organization={Austin, TX} - } - - -- [pandas: a foundational Python library for data analysis and statistics](https://www.scribd.com/document/71048089/pandas-a-Foundational-Python-Library-for-Data-Analysis-and-Statistics), - McKinney, Python for High Performance and Scientific Computing, Volume 14, 2011. - - @article{mckinney2011pandas, - title={pandas: a foundational Python library for data analysis and statistics}, - author={Wes McKinney}, - journal={Python for High Performance and Scientific Computing}, - volume={14}, - year={2011} + @InProceedings{ mckinney-proc-scipy-2010, + author = { {W}es {M}c{K}inney }, + title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython }, + booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference }, + pages = { 56 - 61 }, + year = { 2010 }, + editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman }, + doi = { 10.25080/Majora-92bf1922-00a } } ## Brand and logo From db6f940738b4c1ee557c10110bf26c7598eceff1 Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Wed, 8 Apr 2020 16:31:38 -0400 Subject: [PATCH 3/4] replace version doi with concept doi on citation page --- web/pandas/about/citing.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/web/pandas/about/citing.md b/web/pandas/about/citing.md index b72b6466f18f1..25d2c86061daa 100644 --- a/web/pandas/about/citing.md +++ b/web/pandas/about/citing.md @@ -6,17 +6,18 @@ If you use _pandas_ for a scientific publication, we would appreciate citations following paper: - [pandas on Zenodo](https://zenodo.org/record/3715232#.XoqFyC2ZOL8), - Please find us on Zenodo and replace with the citation for the version you are using. + Please find us on Zenodo and replace with the citation for the version you are using. You cna replace the full author + list from there with "The pandas development team" like in the example below. @software{reback2020pandas, author = {The pandas development team}, - title = {pandas-dev/pandas: Pandas 1.0.1}, + title = {pandas-dev/pandas: Pandas}, month = feb, year = 2020, publisher = {Zenodo}, - version = {v1.0.1}, - doi = {10.5281/zenodo.3644238}, - url = {https://doi.org/10.5281/zenodo.3644238} + version = {latest}, + doi = {10.5281/zenodo.3509134}, + url = {https://doi.org/10.5281/zenodo.3509134} } - [Data structures for statistical computing in python](https://conference.scipy.org/proceedings/scipy2010/pdfs/mckinney.pdf), From 8fd227c6cd94b7fe89794f159a5971a87a2f909a Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Wed, 8 Apr 2020 16:32:16 -0400 Subject: [PATCH 4/4] add DOI badge with concept DOI on zenodo to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5342eda4390eb..8c3617df2e8ad 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ # pandas: powerful Python data analysis toolkit [![PyPI Latest Release](https://img.shields.io/pypi/v/pandas.svg)](https://pypi.org/project/pandas/) [![Conda Latest Release](https://anaconda.org/conda-forge/pandas/badges/version.svg)](https://anaconda.org/anaconda/pandas/) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg)](https://doi.org/10.5281/zenodo.3509134) [![Package Status](https://img.shields.io/pypi/status/pandas.svg)](https://pypi.org/project/pandas/) [![License](https://img.shields.io/pypi/l/pandas.svg)](https://github.com/pandas-dev/pandas/blob/master/LICENSE) [![Travis Build Status](https://travis-ci.org/pandas-dev/pandas.svg?branch=master)](https://travis-ci.org/pandas-dev/pandas)