Skip to content

Commit

Permalink
Better BibTeX to cite AlgoBandits. I'm writing the 'paper.md' for JOSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Feb 21, 2018
1 parent df134dd commit ab13b09
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,22 @@ A complete [Sphinx](http://sphinx-doc.org/) documentation for each algorithms an
----

## How to cite this work?
If you use this package for your own work, please consider citing it with this piece of BibTeX.


```bibtex
@misc{AlgoBandits,
title = {{AlgoBandits: an Open-Source Research Framework for Single and Multi-Players Multi-Arms Bandits (MAB) Algorithms in Python}},
author = {Lilian Besson},
year = {2018},
url = {https://github.com/Naereen/AlgoBandits/},
note = {Code at https://github.com/Naereen/AlgoBandits/, documentation at http://banditslilian.gforge.inria.fr/}
}
```

> A DOI will arrive as soon as possible! I will try to publish [a paper](paper.md) on both [JOSS](http://joss.theoj.org/) and [MLOSS](http://mloss.org/software/).
## [List of research publications using AlgoBandits](PublicationsWithAlgoBandits.md)

### 1st article, using the [**policy aggregation algorithm**](Aggregation.md)
Expand Down
18 changes: 15 additions & 3 deletions index.rst
Expand Up @@ -29,6 +29,19 @@ a part of my **on going** research since December 2016.

|Maintenance| |Ask Me Anything|


How to cite this work?
~~~~~~~~~~~~~~~~~~~~~~
If you use this package for your own work, please consider citing it with this piece of BibTeX: ::

@misc{AlgoBandits,
title = {{AlgoBandits: an Open-Source Research Framework for Single and Multi-Players Multi-Arms Bandits (MAB) Algorithms in Python}},
author = {Lilian Besson},
year = {2018},
url = {https://github.com/Naereen/AlgoBandits/},
note = {Code at https://github.com/Naereen/AlgoBandits/, documentation at http://banditslilian.gforge.inria.fr/}
}

----

.. toctree::
Expand Down Expand Up @@ -57,11 +70,10 @@ a part of my **on going** research since December 2016.

.. note::

This documentation is publically available, but the code is not (yet) open-source.
I will publish it soon, when it will be stable and clean enough to be used by others.
Both this documentation and the code are publically available avaible, under the `open-source MIT License <https://lbesson.mit-license.org/>`_.
The code is hosted on GitHub at `github.com/Naereen/AlgoBandits <https://github.com/Naereen/AlgoBandits/>`_.

|GitHub forks| |GitHub stars| |GitHub watchers|

|GitHub contributors| |GitHub issues| |GitHub issues-closed|


Expand Down

0 comments on commit ab13b09

Please sign in to comment.