From 8d4c55aa87fbd062d4ec2f6875436e2f00f42036 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Mon, 2 Mar 2020 09:08:04 +0100 Subject: [PATCH] adding arxiv number, closes #47 --- README.md | 4 ++-- doc/source/index.rst | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cee32b8..452e3d4 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ There are some examples in the `examples/` folder. ## Citation policy If you use the package please cite the following paper and zenodo references: -- https://doi.org/10.5281/zenodo.3691926 -- arXiv:2003.xxxxxx +- [https://doi.org/10.5281/zenodo.3691926](https://doi.org/10.5281/zenodo.3691926) +- [https://arxiv.org/abs/2002.12921](https://arxiv.org/abs/2002.12921) diff --git a/doc/source/index.rst b/doc/source/index.rst index db9d45d..65a83e7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,14 +44,27 @@ How to cite ``vegaflow``? When using ``vegasflow`` in your research, please cite the following publications: +https://arxiv.org/abs/2002.12921 + .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3691926.svg :target: https://doi.org/10.5281/zenodo.3691926 -hep-ph/20... - +Bibtex: .. code-block:: latex + @article{Carrazza:2020rdn, + author = "Carrazza, Stefano and Cruz-Martinez, Juan M.", + title = "{VegasFlow: accelerating Monte Carlo simulation across + multiple hardware platforms}", + year = "2020", + eprint = "2002.12921", + archivePrefix = "arXiv", + primaryClass = "physics.comp-ph", + reportNumber = "TIF-UNIMI-2020-8", + SLACcitation = "%%CITATION = ARXIV:2002.12921;%%" + } + @software{vegasflow_package, author = {Juan Cruz-Martinez and Stefano Carrazza},