Skip to content

Files

Latest commit

InessaPawsonrgommers
and
May 24, 2020
feb110e · May 24, 2020

History

History
32 lines (27 loc) · 1.12 KB

citing-numpy.md

File metadata and controls

32 lines (27 loc) · 1.12 KB
title sidebar
Citing NumPy
false

If NumPy has been significant in your research, and you would like to acknowledge the project in your academic publication, we suggest citing the following papers:

  • Travis E, Oliphant. A guide to NumPy, USA: Trelgol Publishing, (2006).
  • Stéfan van der Walt, S. Chris Colbert, and Gaël Varoquaux. The NumPy Array: A Structure for Efficient Numerical Computation, Computing in Science & Engineering, 13, 22-30 (2011), DOI:10.1109/MCSE.2011.37 (publisher link)

In BibTeX format:

@book{oliphant2006guide,
 title={A guide to NumPy},
 author={Oliphant, Travis E},
 volume={1},
 year={2006},
 publisher={Trelgol Publishing USA}
}

@article{van2011numpy,
  title={The NumPy array: a structure for efficient numerical computation},
  author={Van Der Walt, Stefan and Colbert, S Chris and Varoquaux, Gael},
  journal={Computing in Science \& Engineering},
  volume={13},
  number={2},
  pages={22},
  year={2011},
  publisher={IEEE Computer Society}
}