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}, } ``` 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 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}, }