summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorncourty <ncourty@irisa.fr>2017-09-15 15:27:06 +0200
committerncourty <ncourty@irisa.fr>2017-09-15 15:27:06 +0200
commit57b0ba9d3ed60655183b2bc65c029dabf1279214 (patch)
treef79b41971db6f339529dee92d9469dd55e63453e /README.md
parent81b2796226f3abde29fc024752728444da77509a (diff)
update README.md with Erwan Vautier contributing and Bibtex citation
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3b59eaa..04994c0 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,7 @@ The contributors to this library are:
* [Nathalie Gayraud](https://www.linkedin.com/in/nathalie-t-h-gayraud/?ppe=1)
* [Stanislas Chambon](https://slasnista.github.io/)
* [Antoine Rolet](https://arolet.github.io/)
+* Erwan Vautier (Gromov-Wasserstein)
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages):
@@ -150,7 +151,16 @@ This toolbox benefit a lot from open source research and we would like to thank
* [Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) ( C++ code for EMD)
* [Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda)
+## Using and citing the toolbox
+If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
+```
+@article{flamary2017pot,
+ title={POT Python Optimal Transport library},
+ author={Flamary, R{\'e}mi and Courty, Nicolas},
+ year={2017}
+}
+```
## Contributions and code of conduct
Every contribution is welcome and should respect the [contribution guidelines](CONTRIBUTING.md). Each member of the project is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).