From 45c773b5150e441b35841aa477c12e463be85860 Mon Sep 17 00:00:00 2001 From: Patrick Stotko Date: Mon, 19 Aug 2019 08:12:47 +0200 Subject: [PATCH] README: Add arXiv paper citation --- README.md | 11 +++++++++++ doc/stdgpu/index.doxy | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README.md b/README.md index dd2c9106..d572bcfd 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,17 @@ Distributed under the Apache 2.0 License. See `LICENSE` for more information. If you use this library in one of your projects, please also cite the following publications: +``` +@UNPUBLISHED{stotko2019stdgpu, + author = {Stotko, Patrick}, + title = {{stdgpu: Efficient STL-like Data Structures on the GPU}}, + year = {2019}, + month = aug, + note = {arXiv:1908.05936}, + url = {https://arxiv.org/abs/1908.05936} +} +``` + ``` @article{stotko2019slamcast, author = {Stotko, P. and Krumpen, S. and Hullin, M. B. and Weinmann, M. and Klein, R.}, diff --git a/doc/stdgpu/index.doxy b/doc/stdgpu/index.doxy index dab6d190..427ad975 100644 --- a/doc/stdgpu/index.doxy +++ b/doc/stdgpu/index.doxy @@ -210,6 +210,17 @@ Distributed under the Apache 2.0 License. See `LICENSE` for more information. If you use this library in one of your research projects, please also cite the related literature: +\code{.bib} +@UNPUBLISHED{stotko2019stdgpu, + author = {Stotko, Patrick}, + title = {{stdgpu: Efficient STL-like Data Structures on the GPU}}, + year = {2019}, + month = aug, + note = {arXiv:1908.05936}, + url = {https://arxiv.org/abs/1908.05936} +} +\endcode + \code{.bib} @article{stotko2019slamcast, author = {Stotko, P. and Krumpen, S. and Hullin, M. B. and Weinmann, M. and Klein, R.},