Skip to content

Commit

Permalink
Merge pull request #51 from dfm/joss-edits
Browse files Browse the repository at this point in the history
Edits to the JOSS bibliography
  • Loading branch information
KshitijAggarwal committed Nov 12, 2020
2 parents be527ae + 3b4a5b0 commit aa77e48
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
53 changes: 28 additions & 25 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ @ARTICLE{nita2010

@Article{Hunter:2007,
Author = {Hunter, J. D.},
Title = {Matplotlib: A 2D graphics environment},
Title = "{Matplotlib: A 2D graphics environment}",
Journal = {Computing in Science \& Engineering},
Volume = {9},
Number = {3},
Expand Down Expand Up @@ -79,8 +79,8 @@ @ARTICLE{2020SciPy
}

@software{reback2020pandas,
author = {The pandas development team},
title = {pandas-dev/pandas: Pandas},
author = {{The pandas development team}},
title = "{pandas-dev/pandas: Pandas}",
month = feb,
year = 2020,
publisher = {Zenodo},
Expand Down Expand Up @@ -134,26 +134,6 @@ @article{astropy:2018
Year = 2018,
Bdsk-Url-1 = {https://doi.org/10.3847/1538-3881/aabc4f}}

@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},
doi={10.1109/mcse.2011.37}
}

@ARTICLE{hotan2004,
author = {{Hotan}, A.~W. and {van Straten}, W. and {Manchester}, R.~N.},
title = "{PSRCHIVE and PSRFITS: An Open Approach to Radio Pulsar Data Storage and Analysis}",
Expand All @@ -173,7 +153,7 @@ @ARTICLE{hotan2004
}

@article{van2014scikit,
title={scikit-image: image processing in Python},
title="{scikit-image: image processing in Python}",
author={Van der Walt, Stefan and Sch{\"o}nberger, Johannes L and Nunez-Iglesias, Juan and Boulogne, Fran{\c{c}}ois and Warner, Joshua D and Yager, Neil and Gouillart, Emmanuelle and Yu, Tony},
journal={PeerJ},
volume={2},
Expand All @@ -184,7 +164,7 @@ @article{van2014scikit

@inproceedings{numba,
author = {Lam, Siu Kwan and Pitrou, Antoine and Seibert, Stanley},
title = {Numba: A LLVM-Based Python JIT Compiler},
title = "{Numba: A LLVM-Based Python JIT Compiler}",
year = {2015},
isbn = {9781450340052},
publisher = {Association for Computing Machinery},
Expand Down Expand Up @@ -264,3 +244,26 @@ @PHDTHESIS{barsdell2012heimdall
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@Article{ harris2020,
title = {Array programming with {NumPy}},
author = {Charles R. Harris and K. Jarrod Millman and St{'{e}}fan J.
van der Walt and Ralf Gommers and Pauli Virtanen and David
Cournapeau and Eric Wieser and Julian Taylor and Sebastian
Berg and Nathaniel J. Smith and Robert Kern and Matti Picus
and Stephan Hoyer and Marten H. van Kerkwijk and Matthew
Brett and Allan Haldane and Jaime Fern{'{a}}ndez del
R{'{\i}}o and Mark Wiebe and Pearu Peterson and Pierre
G{'{e}}rard-Marchant and Kevin Sheppard and Tyler Reddy and
Warren Weckesser and Hameer Abbasi and Christoph Gohlke and
Travis E. Oliphant},
year = {2020},
month = sep,
journal = {Nature},
volume = {585},
number = {7825},
pages = {357--362},
doi = {10.1038/s41586-020-2649-2},
publisher = {Springer Science and Business Media {LLC}},
url = {https://doi.org/10.1038/s41586-020-2649-2}
}

2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ commonly used language within Astronomy. It also comes with comprehensive


`Your` uses the matplotlib library [@Hunter:2007] for plotting, and also makes use of various
numpy [@oliphant2006guide; @van2011numpy], scipy [@2020SciPy], scikit-image [@van2014scikit], numba [@numba] and
numpy [@harris2020], scipy [@2020SciPy], scikit-image [@van2014scikit], numba [@numba] and
Pandas [@reback2020pandas; @pandas2010] functions. `Your` also leverages several functions in the
Astropy package [@astropy:2013; @astropy:2018]: fits (astropy.io.fits), units (astropy.units),
coordinates (astropy.coordinates) and time (astropy.time).
Expand Down

0 comments on commit aa77e48

Please sign in to comment.