cite all zenodo versions

This commit is contained in:
rasbt
2017-06-24 16:34:14 -04:00
parent b504d3595f
commit a457882198
3 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -8,13 +8,12 @@
![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
![License](https://img.shields.io/badge/license-BSD-blue.svg)
[![](https://zenodo.org/badge/doi/10.5281/zenodo.49235.svg)](https://zenodo.org/record/49235#.VwWISmNh23c)
[![](https://zenodo.org/badge/doi/10.5281/zenodo.594432.svg)](https://zenodo.org/record/594432#.VwWISmNh23c)
[![Discuss](https://img.shields.io/badge/discuss-google_group-blue.svg)](https://groups.google.com/forum/#!forum/mlxtend)
![](./docs/sources/img/logo.png)
**Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.**
+3 -3
View File
@@ -5,12 +5,12 @@ If you use mlxtend as part of your workflow in a scientific publication, please
[![](https://zenodo.org/badge/doi/10.5281/zenodo.49235.svg)](https://zenodo.org/record/49235#.VwWISmNh23c)
```
@misc{raschkas_2016_49235,
@misc{raschkas_2016_594432,
author = {Raschka, Sebastian},
title = {Mlxtend},
month = apr,
year = 2016,
doi = {10.5281/zenodo.49235},
url = {http://dx.doi.org/10.5281/zenodo.49235}
doi = {10.5281/zenodo.594432},
url = {http://dx.doi.org/10.5281/zenodo.594432}
}
```
+5 -5
View File
@@ -10,7 +10,7 @@
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](./license)
[![PyPI version](https://badge.fury.io/py/mlxtend.svg)](http://badge.fury.io/py/mlxtend)
[![](https://zenodo.org/badge/doi/10.5281/zenodo.49235.svg)](https://zenodo.org/record/49235#.VwWISmNh23c)
[![](https://zenodo.org/badge/doi/10.5281/zenodo.594432.svg)](https://zenodo.org/record/594432#.VwWISmNh23c)
[![Discuss](https://img.shields.io/badge/discuss-google_group-blue.svg)](https://groups.google.com/forum/#!forum/mlxtend)
<hr>
@@ -81,16 +81,16 @@ plt.show()
If you use mlxtend as part of your workflow in a scientific publication, please consider citing the mlxtend repository with the following DOI:
[![](https://zenodo.org/badge/doi/10.5281/zenodo.49235.svg)](https://zenodo.org/record/49235#.VwWISmNh23c)
[![](https://zenodo.org/badge/doi/10.5281/zenodo.594432.svg)](https://zenodo.org/record/594432#.VwWISmNh23c)
```
@misc{raschkas_2016_49235,
@misc{raschkas_2016_594432,
author = {Raschka, Sebastian},
title = {Mlxtend},
month = apr,
year = 2016,
doi = {10.5281/zenodo.49235},
url = {http://dx.doi.org/10.5281/zenodo.49235}
doi = {10.5281/zenodo.594432},
url = {http://dx.doi.org/10.5281/zenodo.594432}
}
```