From eb0db84e46bcebc09bdbba2a3accf3e799391d95 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 17 Sep 2019 10:02:52 +0200 Subject: [PATCH] [doc/README] Fix BibTeX citation - use arXiv standard --- README.rst | 22 +++++++++------------- doc/index.rst | 20 ++++++++------------ 2 files changed, 17 insertions(+), 25 deletions(-) diff --git a/README.rst b/README.rst index 4956766f..17f60962 100644 --- a/README.rst +++ b/README.rst @@ -37,19 +37,15 @@ Citation If you use this software package in a publication, we would appreciate if you could cite our work:: - @article{laibacher_anjos_2019, - author = {Laibacher, Tim and Anjos, Andr\'e}, - title = {On the Evaluation and Real-World Usage Scenarios of Deep Vessel Segmentation for Funduscopy}, - journal = {arXiv e-prints}, - keywords = {Computer Science - Computer Vision and Pattern Recognition}, - year = {2019}, - month = {Sep}, - url = {https://arxiv.org/abs/1909.03856}, - eid = {arXiv:1909.03856}, - pages = {arXiv:1909.03856}, - archivePrefix = {arXiv}, - eprint = {1909.03856}, - } + @misc{laibacher_anjos_2019, + title={On the Evaluation and Real-World Usage Scenarios of Deep Vessel Segmentation for Funduscopy}, + author={Tim Laibacher and Andr\'e Anjos}, + year={2019}, + eprint={1909.03856}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url = {https://arxiv.org/abs/1909.03856}, + } Contact diff --git a/doc/index.rst b/doc/index.rst index a0fdefd3..553e40a9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,18 +14,14 @@ Please use the BibTeX reference below to cite this work: .. code:: bibtex - @article{laibacher_anjos_2019, - author = {Laibacher, Tim and Anjos, Andr\'e}, - title = "{On the Evaluation and Real-World Usage Scenarios of Deep Vessel Segmentation for Funduscopy}", - journal = {arXiv e-prints}, - keywords = {Computer Science - Computer Vision and Pattern Recognition}, - year = {2019}, - month = {Sep}, - url = {https://arxiv.org/abs/1909.03856}, - eid = {arXiv:1909.03856}, - pages = {arXiv:1909.03856}, - archivePrefix = {arXiv}, - eprint = {1909.03856}, + @misc{laibacher_anjos_2019, + title={On the Evaluation and Real-World Usage Scenarios of Deep Vessel Segmentation for Funduscopy}, + author={Tim Laibacher and Andr\'e Anjos}, + year={2019}, + eprint={1909.03856}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url = {https://arxiv.org/abs/1909.03856}, } -- GitLab