1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Add license badge and BibTex entry for reference

This commit is contained in:
Carles Fernandez 2020-02-01 14:47:21 +01:00
parent 75b2dbf10e
commit 2fe4e37ae8
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -1,3 +1,5 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
# Welcome to VOLK_GNSSSDR, the Vector-Optimized Library of Kernels for GNSS-SDR
VOLK_GNSSSDR is a sub-project of GNSS-SDR. This library provides a set
@ -108,6 +110,7 @@ best performance.
* Raspberry Pi 3: `arm_cortex_a53_hardfp_native.cmake`
Example for Raspberry Pi 4:
~~~~~~
$ mkdir build && cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a72_hardfp_native.cmake ..
@ -124,10 +127,26 @@ If you use VOLK_GNSSSDR in your research and/or software, please cite
the following paper:
* C. Fernández-Prades, J. Arribas, P. Closas, [*Accelerating
GNSS Software Receivers*](https://zenodo.org/record/266493), in Proc. of
the ION GNSS+ 2016 Conference, pp. 44-61, Portland, Oregon, Sept. 12-16, 2016.
GNSS Software Receivers*](https://zenodo.org/record/266493), in Proc. of the
29th International Technical Meeting of the Satellite Division of The Institute
of Navigation (ION GNSS+ 2016), pp. 44-61, Portland, Oregon, Sept. 12-16, 2016.
doi: 10.33012/2016.14576
BibTeX entry:
```
@inproceedings{Fernandez16-ion,
author = {C.~{Fern\'{a}ndez--Prades} and J.~Arribas and P.~Closas},
title = {Accelerating {GNSS} Software Receivers},
booktitle = {Proc. 29th Int. Tech. Meeting Sat. Div. Inst. Navig.},
pages = {44--61},
year = {2016},
address = {Portland, OR},
month = {Sep.},
note = {{doi}: 10.33012/2016.14576}
}
```
Citations are useful for the continued development and maintenance of
the library.