From 308a4122b92d1478916773c11f6fb701afffc462 Mon Sep 17 00:00:00 2001 From: betaBison Date: Sun, 6 Oct 2024 18:22:09 -0700 Subject: [PATCH 1/3] update readme citation --- README.md | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 3aa5391b..3c2031a2 100644 --- a/README.md +++ b/README.md @@ -146,32 +146,21 @@ Answers to common questions can be found in the [troubleshooting section](https: Attribution ----------- This project is a product of the [Stanford NAV Lab](https://navlab.stanford.edu/) -and currently maintained by Ashwin Kanhere (akanhere [at] stanford [dot] edu) -and Derek Knowles (dcknowles [at] stanford [dot] edu). If using -this project in your own work please cite either of the following: +and currently maintained by Daniel Neamati (dneamati [at] stanford [dot] edu) +and Derek Knowles. If using +this project in your own work please cite the following: ``` - @inproceedings{knowlesmodular2022, - title = {A Modular and Extendable GNSS Python Library}, - author={Knowles, Derek and Kanhere, Ashwin V and Bhamidipati, Sriramya and Gao, Grace}, - booktitle={Proceedings of the 35th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2022)}, - institution = {Stanford University}, - year = {2022 [Online]}, - url = {https://github.com/Stanford-NavLab/gnss_lib_py}, - doi = {10.33012/2022.18525} - } -``` - -``` - - @inproceedings{knowles_kanhere_baselines_2023, - title = {Localization and Fault Detection Baselines From an Open-Source Python GNSS Library}, - author={Knowles, Derek and Kanhere, Ashwin V and Gao, Grace}, - booktitle={Proceedings of the 36th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2023)}, - institution = {Stanford University}, - year = {2023 [Online]}, + @inproceedings{knowles_glp_2024, + title = {gnss_lib_py: Analyzing GNSS data with Python}, + author = {Knowles, Derek and Kanhere, Ashwin Vivek and Neamati, Daniel and Gao, Grace}, + journal = {SoftwareX}, + volume = {27}, + year = {2024}, + publisher = {Elsevier}, url = {https://github.com/Stanford-NavLab/gnss_lib_py}, + doi = {10.1016/j.softx.2024.101811}, } ``` From 3df16df434aee5ee617911f165139c16955ad338 Mon Sep 17 00:00:00 2001 From: Derek Knowles Date: Sun, 6 Oct 2024 18:36:26 -0700 Subject: [PATCH 2/3] add white rectangle behind for dark mode --- docs/source/img/glp_architecture.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/img/glp_architecture.svg b/docs/source/img/glp_architecture.svg index dcb57e44..863f13e2 100644 --- a/docs/source/img/glp_architecture.svg +++ b/docs/source/img/glp_architecture.svg @@ -1 +1 @@ -+ standard nomenclatureNavDataExtended Kalman FilterResidual CalculationsWeighted Least SquaresFault Detection and ExclusionAlgorithmsTrajectory MappingMetrics by Constellation TypeSkyplotVisualizationsCoordinate TransformsEphemeris DownloaderSimulate GNSS MeasurementsTime ConversionsAdditional UtilitiesCalculating Satellite State at Specific TimeDilution of Precision (DOP)Google Decimeter 2021Google Decimeter 2023Google Decimeter 2022RINEX NavigationParsersSP3 Precise OrbitsRINEX ObservationCLK Clock ProductsNMEATU Chemnitz SmartLocAndroid Raw Measurements \ No newline at end of file ++ standard nomenclatureNavDataExtended Kalman FilterResidual CalculationsWeighted Least SquaresFault Detection and ExclusionAlgorithmsTrajectory MappingMetrics by Constellation TypeSkyplotVisualizationsCoordinate TransformsEphemeris DownloaderSimulate GNSS MeasurementsTime ConversionsAdditional UtilitiesCalculating Satellite State at Specific TimeDilution of Precision (DOP)Google Decimeter 2021Google Decimeter 2023Google Decimeter 2022RINEX NavigationParsersSP3 Precise OrbitsRINEX ObservationCLK Clock ProductsNMEATU Chemnitz SmartLocAndroid Raw Measurements \ No newline at end of file From 10c10ff41afc7ac3df7ccba55599b5d9e920452a Mon Sep 17 00:00:00 2001 From: betaBison Date: Sun, 6 Oct 2024 19:04:28 -0700 Subject: [PATCH 3/3] update index.rst to match readme --- docs/source/index.rst | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 4554b3f6..2824cc6e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -159,31 +159,21 @@ Answers to common questions can be found in the Attribution ----------- This project is a product of the `Stanford NAV Lab `__ -and currently maintained by Ashwin Kanhere (akanhere [at] stanford [dot] edu) -and Derek Knowles (dcknowles [at] stanford [dot] edu). If using -this project in your own work please cite either of the following: +and currently maintained by Daniel Neamati (dneamati [at] stanford [dot] edu) +and Derek Knowles. If using +this project in your own work please cite the following: .. code-block:: bash - @inproceedings{knowles_kanhere_modular2022, - title = {A Modular and Extendable GNSS Python Library}, - author={Knowles, Derek and Kanhere, Ashwin V and Bhamidipati, Sriramya and Gao, Grace}, - booktitle={Proceedings of the 35th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2022)}, - institution = {Stanford University}, - year = {2022 [Online]}, - url = {https://github.com/Stanford-NavLab/gnss_lib_py}, - doi = {10.33012/2022.18525} - } - -.. code-block:: bash - - @inproceedings{knowles_kanhere_baselines_2023, - title = {Localization and Fault Detection Baselines From an Open-Source Python GNSS Library}, - author={Knowles, Derek and Kanhere, Ashwin V and Gao, Grace}, - booktitle={Proceedings of the 36th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2023)}, - institution = {Stanford University}, - year = {2023 [Online]}, + @inproceedings{knowles_glp_2024, + title = {gnss_lib_py: Analyzing GNSS data with Python}, + author = {Knowles, Derek and Kanhere, Ashwin Vivek and Neamati, Daniel and Gao, Grace}, + journal = {SoftwareX}, + volume = {27}, + year = {2024}, + publisher = {Elsevier}, url = {https://github.com/Stanford-NavLab/gnss_lib_py}, + doi = {10.1016/j.softx.2024.101811}, }