Skip to content

Commit ee2654d

Browse files
authored
Add a DOI to the default citation (#590)
There is no DOI link in the default citation, although there is one in the Bibtex. Adding it here makes it more likely for people to use it. This follows the format that Numpy uses, [here](https://numpy.org/citing-numpy/).
1 parent da794b8 commit ee2654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/citing-scipy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Eric W. Moore, Jake VanderPlas, Denis Laxalde, Josef Perktold, Robert
1616
Cimrman, Ian Henriksen, E.A. Quintero, Charles R Harris, Anne M.
1717
Archibald, Antônio H. Ribeiro, Fabian Pedregosa, Paul van Mulbregt, and
1818
SciPy 1.0 Contributors. (2020) **SciPy 1.0: Fundamental Algorithms for
19-
Scientific Computing in Python**. _Nature Methods_, 17(3), 261-272.
19+
Scientific Computing in Python**. _Nature Methods_, 17(3), 261-272. DOI: [10.1038/s41592-019-0686-2](https://doi.org/10.1038/s41592-019-0686-2).
2020

2121
Here\'s an example of a BibTeX entry:
2222

0 commit comments

Comments
 (0)