Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To record the results use:

asv publish

And to see the results via a web broweser, run:
And to see the results via a web browser, run:

asv preview

Expand Down
18 changes: 14 additions & 4 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,22 @@ Citing
------

If you use PyWavelets in a scientific publication, we would appreciate
citations of the project:
citations of the project via the following
JOSS publication:

Lee G, Gommers R, Wasilewski F, Wohlfahrt K, O'Leary A, Nahrstaedt H,
and Contributors, "PyWavelets - Wavelet Transforms in Python", 2006-,
https://github.com/PyWavelets/pywt [Online; accessed 2018-MM-DD].
Gregory R. Lee, Ralf Gommers, Filip Wasilewski, Kai Wohlfahrt, Aaron
O'Leary (2019). PyWavelets: A Python package for wavelet analysis. Journal
of Open Source Software, 4(36), 1237, https://doi.org/10.21105/joss.01237.

.. image:: http://joss.theoj.org/papers/10.21105/joss.01237/status.svg
:target: https://doi.org/10.21105/joss.01237

Specific releases can also be cited via Zenodo. The DOI below will correspond
to the most recent release. DOIs for past versions can be found by following
the link in the badge below to Zenodo:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1407171.svg
:target: https://doi.org/10.5281/zenodo.1407171

Contents
--------
Expand Down