Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 843f074

Browse files
authored
Merge pull request #103 from scikit-learn-contrib/fabianp-patch-1
Add citing information
2 parents 35c2263 + 969c8e8 commit 843f074

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.. image:: https://ci.appveyor.com/api/projects/status/mmm0llccmvn5iooq?svg=true
77
:target: https://ci.appveyor.com/project/fabianp/lightning-bpc6r/branch/master
88

9+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.200504.svg
10+
:target: https://doi.org/10.5281/zenodo.200504
11+
912
lightning
1013
==========
1114

@@ -96,6 +99,27 @@ On Github
9699
https://github.com/scikit-learn-contrib/lightning
97100

98101

102+
Citing
103+
------
104+
105+
If you use this software, please cite it. Here is a BibTex snippet that you can use:
106+
107+
108+
.. code-block::
109+
110+
@misc{blondel_mathieu_2016_200504,
111+
author = {Blondel Mathieu and
112+
Pedregosa Fabian},
113+
title = {{Lightning: large-scale linear classification,
114+
regression and ranking in Python}},
115+
year = 2016,
116+
doi = {10.5281/zenodo.200504},
117+
url = {https://doi.org/10.5281/zenodo.200504}
118+
}
119+
120+
121+
Other citing formats are available in `its Zenodo entry <https://doi.org/10.5281/zenodo.200504>`_ .
122+
99123
Authors
100124
-------
101125

0 commit comments

Comments
 (0)