Skip to content

Commit 6694474

Browse files
authored
Merge pull request #235 from python-adaptive/cite-us
add a section of "How to cite" Adaptive
2 parents 2c95367 + 4f7ce3c commit 6694474

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|PyPI| |Conda| |Downloads| |Pipeline status| |DOI| |Binder| |Gitter|
77
|Documentation| |GitHub|
88

9-
**Tools for adaptive parallel sampling of mathematical functions.**
9+
** *Adaptive*: Parallel active learning of mathematical functions.**
1010

1111
``adaptive`` is an open-source Python library designed to
1212
make adaptive parallel function evaluation simple. With ``adaptive`` you
@@ -121,6 +121,21 @@ We implement several other checks in order to maintain a consistent code style.
121121
122122
in the repository.
123123

124+
Citing
125+
------
126+
127+
If you used Adaptive in a scientific work, please cite it as follows.
128+
129+
.. code::
130+
131+
@misc{Nijholt2019,
132+
doi = {10.5281/zenodo.1182437},
133+
author = {Bas Nijholt and Joseph Weston and Jorn Hoofwijk and Anton Akhmerov},
134+
title = {\textit{Adaptive}: parallel active learning of mathematical functions},
135+
publisher = {Zenodo},
136+
year = {2019}
137+
}
138+
124139
Credits
125140
-------
126141

0 commit comments

Comments
 (0)