Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a462e09

Browse files
GaelVaroquauxFabian Pedregosa
authored and
Fabian Pedregosa
committed
MISC: add citation information
1 parent 429a6bc commit a462e09

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

AUTHORS.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ This project was started in 2007 as a Google Summer of Code project by
1111
David Cournapeau. Later that year, Matthieu Brucher started work on
1212
this project as part of his thesis.
1313

14-
In 2010 Fabian Pedregosa, Gael Varoquaux, Alexandre Gramfort and
15-
Vincent Michel took leadership of the project and made the first
16-
public release, February the 1st 2010. Since then, several releases
17-
have appeard following a ~3 month cycle.
14+
In 2010 Fabian Pedregosa, Gael Varoquaux, Alexandre Gramfort and Vincent
15+
Michel of INRIA took leadership of the project and made the first public
16+
release, February the 1st 2010. Since then, several releases have appeard
17+
following a ~3 month cycle, and a striving international community has
18+
been leading the development.
1819

1920
People
2021
------
2122

23+
.. hlist::
2224

2325
* David Cournapeau
2426

doc/about.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ About us
55

66
.. include:: ../AUTHORS.rst
77

8+
Citing the scikit-learn
9+
-------------------------
10+
11+
If you use the scikit-learn in scientific publication, we would
12+
appreciate citations to the following paper:
13+
14+
`Scikit-learn: Machine Learning in Python
15+
<http://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html>`_, Pedregosa
16+
*et al.*, JMLR 12, pp. 2825−2830, 2011.
17+
18+
Bibtex entry::
19+
20+
@article{,
21+
title={{Scikit-learn: Machine Learning in Python }},
22+
author={Pedregosa, F. and Varoquaux, G. and Gramfort, A., and Michel, V.
23+
and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.
24+
and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and
25+
Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay E.},
26+
journal={Journal of Machine Learning Research},
27+
volume={12},
28+
pages={2825--2830},
29+
year={2011}
30+
}
831

932
Funding
1033
-------

doc/themes/scikit-learn/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ <h3>Funding</h3>
135135
<p><a href="{{pathto('about')}}">Read more ...</a></p>
136136
{% endif %}
137137

138+
<h3>Citing</h3>
139+
<p>Please consider
140+
<a href="about.html#citing-the-scikit-learn">citing the
141+
scikit-learn</a>.
138142
</div>
139143

140144
<div class="content">

0 commit comments

Comments
 (0)