@@ -137,20 +137,34 @@ Answers to common questions can be found in the
137137Attribution
138138-----------
139139This project is a product of the `Stanford NAV Lab <https://navlab.stanford.edu/ >`__
140- and currently maintained by Ashwin Kanhere and Derek Knowles. If using
141- this project in your own work please cite the following:
140+ and currently maintained by Ashwin Kanhere (akanhere [at] stanford [dot] edu)
141+ and Derek Knowles (dcknowles [at] stanford [dot] edu). If using
142+ this project in your own work please cite either of the following:
142143
143144.. code-block :: bash
144145
145- @inproceedings{knowlesmodular2022 ,
146+ @inproceedings{knowles_kanhere_modular2022 ,
146147 title = {A Modular and Extendable GNSS Python Library},
147148 author={Knowles, Derek and Kanhere, Ashwin V and Bhamidipati, Sriramya and Gao, Grace},
148149 booktitle={Proceedings of the 35th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2022)},
149150 institution = {Stanford University},
150151 year = {2022 [Online]},
151152 url = {https://github.com/Stanford-NavLab/gnss_lib_py},
153+ doi = {10.33012/2022.18525}
152154 }
153155
156+ .. code-block :: bash
157+
158+ @inproceedings{knowles_kanhere_baselines_2023,
159+ title = {Localization and Fault Detection Baselines From an Open-Source Python GNSS Library},
160+ author={Knowles, Derek and Kanhere, Ashwin V and Gao, Grace},
161+ booktitle={Proceedings of the 36th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2023)},
162+ institution = {Stanford University},
163+ year = {2023 [Online]},
164+ url = {https://github.com/Stanford-NavLab/gnss_lib_py},
165+ }
166+
167+
154168 Additionally, we would like to thank `all contributors <https://github.com/Stanford-NavLab/gnss_lib_py/blob/main/CONTRIBUTORS.md >`__ to this project.
155169
156170
0 commit comments