From 50fbf16b7b11bc2c845f98de580573a82a437477 Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Sun, 1 Mar 2020 14:18:27 -0500 Subject: [PATCH 1/3] Create CITATION.md --- CITATION.md | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 CITATION.md diff --git a/CITATION.md b/CITATION.md new file mode 100644 index 0000000000000..c5c8606545fcf --- /dev/null +++ b/CITATION.md @@ -0,0 +1,78 @@ +# Citing and logo + +## Citing pandas + +If you use *pandas* for a scientific publication, we would appreciate citations to the published software (1) and one of the following papers: + +- *pandas* version 1.0.1 published on Zenodo (please find us on Zenodo and replace with the citation for the version you are using) +``` +@software{reback2020pandas, + author = {Jeff Reback and + Wes McKinney and + jbrockmendel and + Joris Van den Bossche and + Tom Augspurger and + Phillip Cloud and + gfyoung and + Sinhrks and + Adam Klein and + Matthew Roeschke and + Jeff Tratner and + Chang She and + Simon Hawkins and + William Ayd and + Terji Petersen and + Jeremy Schendel and + Andy Hayden and + Marc Garcia and + MomIsBestFriend and + Vytautas Jancauskas and + Pietro Battiston and + Skipper Seabold and + chris-b1 and + h-vetinari and + Stephan Hoyer and + Wouter Overmeire and + alimcmaster1 and + Mortada Mehyar and + Kaiqi Dong and + Christopher Whelan}, + 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, 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, 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} +} +``` + +## Brand and logo + +When using the project name *pandas*, please use it in lower case, even at the beginning of a sentence. + +You can find the official *pandas* logos [here](https://pandas.io/about/citing.html). From fe58414931353cd3c05dd9f860ab27f48d3271af Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Mon, 2 Mar 2020 11:52:32 -0500 Subject: [PATCH 2/3] Update author list to "pandas development team" --- CITATION.md | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/CITATION.md b/CITATION.md index c5c8606545fcf..fd1a4ecbe167b 100644 --- a/CITATION.md +++ b/CITATION.md @@ -7,36 +7,7 @@ If you use *pandas* for a scientific publication, we would appreciate citations - *pandas* version 1.0.1 published on Zenodo (please find us on Zenodo and replace with the citation for the version you are using) ``` @software{reback2020pandas, - author = {Jeff Reback and - Wes McKinney and - jbrockmendel and - Joris Van den Bossche and - Tom Augspurger and - Phillip Cloud and - gfyoung and - Sinhrks and - Adam Klein and - Matthew Roeschke and - Jeff Tratner and - Chang She and - Simon Hawkins and - William Ayd and - Terji Petersen and - Jeremy Schendel and - Andy Hayden and - Marc Garcia and - MomIsBestFriend and - Vytautas Jancauskas and - Pietro Battiston and - Skipper Seabold and - chris-b1 and - h-vetinari and - Stephan Hoyer and - Wouter Overmeire and - alimcmaster1 and - Mortada Mehyar and - Kaiqi Dong and - Christopher Whelan}, + author = {The pandas development team}, title = {pandas-dev/pandas: Pandas 1.0.1}, month = feb, year = 2020, From a2f0e86928b7a346965d89f2f23f12be183e8c6c Mon Sep 17 00:00:00 2001 From: Iva Laginja Date: Mon, 2 Mar 2020 11:54:29 -0500 Subject: [PATCH 3/3] fixed a sentence that didn't make sense --- CITATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.md b/CITATION.md index fd1a4ecbe167b..46a901b392da2 100644 --- a/CITATION.md +++ b/CITATION.md @@ -2,7 +2,7 @@ ## Citing pandas -If you use *pandas* for a scientific publication, we would appreciate citations to the published software (1) and 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 given papers: - *pandas* version 1.0.1 published on Zenodo (please find us on Zenodo and replace with the citation for the version you are using) ```