-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Create CITATION.md #32388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CITATION.md #32388
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Citing and logo | ||
|
||
## Citing pandas | ||
|
||
If you use *pandas* for a scientific publication, we would appreciate citations to the published software and one of the two given papers: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are not two papers anymore, I think this comment is outdated. |
||
|
||
- *pandas* version 1.0.1 published on Zenodo (please find us on Zenodo and replace with the citation for the version you are using) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably worth having the link to Zenodo, so users can click and go there. |
||
``` | ||
@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}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure, but may be instead of 1.0.1 we could have something like |
||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd remove this section. |
||
|
||
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need the logo stuff in this file, just the citing part