Skip to content

Commit

Permalink
README: Add arXiv paper citation
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Aug 19, 2019
1 parent 00c96a2 commit 45c773b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -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.},
Expand Down
11 changes: 11 additions & 0 deletions doc/stdgpu/index.doxy
Expand Up @@ -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.},
Expand Down

0 comments on commit 45c773b

Please sign in to comment.