Skip to content

Commit 1bfcc8e

Browse files
committed
Updated landing page for docs`
1 parent 3fb1199 commit 1bfcc8e

2 files changed

Lines changed: 33 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ Answers to common questions can be found in the [troubleshooting section](https:
126126
Attribution
127127
-----------
128128
This project is a product of the [Stanford NAV Lab](https://navlab.stanford.edu/)
129-
and currently maintained by Ashwin Kanhere and Derek Knowles. If using
130-
this project in your own work please cite the following:
129+
and currently maintained by Ashwin Kanhere (akanhere [at] stanford [dot] edu)
130+
and Derek Knowles (dcknowles [at] stanford [dot] edu). If using
131+
this project in your own work please cite either of the following:
131132

132133
```
133134
@@ -138,6 +139,19 @@ this project in your own work please cite the following:
138139
institution = {Stanford University},
139140
year = {2022 [Online]},
140141
url = {https://github.com/Stanford-NavLab/gnss_lib_py},
142+
doi = {10.33012/2022.18525}
143+
}
144+
```
145+
146+
```
147+
148+
@inproceedings{knowles_kanhere_baselines_2023,
149+
title = {Localization and Fault Detection Baselines From an Open-Source Python GNSS Library},
150+
author={Knowles, Derek and Kanhere, Ashwin V and Gao, Grace},
151+
booktitle={Proceedings of the 36th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2023)},
152+
institution = {Stanford University},
153+
year = {2023 [Online]},
154+
url = {https://github.com/Stanford-NavLab/gnss_lib_py},
141155
}
142156
```
143157

docs/source/index.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,20 +137,34 @@ Answers to common questions can be found in the
137137
Attribution
138138
-----------
139139
This 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

Comments
 (0)