diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..c74711e --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,10 @@ +@INPROCEEDINGS{10318583, + author={Parsly, Nicholas and Wang, Jinning and West, Nick and Zhang, Qiwei and Cui, Hantao and Li, Fangxing}, + booktitle={2023 North American Power Symposium (NAPS)}, + title={DiME and AGVis: A Distributed Messaging Environment and Geographical Visualizer for Large-Scale Power System Simulation}, + year={2023}, + volume={}, + number={}, + pages={1-5}, + keywords={Power system simulation;Data visualization;Distributed databases;Nonhomogeneous media;Real-time systems;Power systems;North America;Power grid;Open-source software;Large-scale system;High-concurrency Data;Geovisualization;Digital twin}, + doi={10.1109/NAPS58826.2023.10318583}} diff --git a/README.md b/README.md index b0e17d6..f6b56b5 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ AGVis is currently under active development. Use the following resources to get + Report bugs or issues by submitting a [GitHub issue][GitHub issues] + Submit contributions using [pull requests][GitHub pull requests] + Read release notes highlighted [here][release notes] -+ Check out and cite our [paper][arxiv paper] ++ Check out and cite our [paper][naps paper] # Citing AGVis If you use AGVis for research or consulting, please cite the following publications in your publication: -> Parsly, N., Wang, J., West, N., Zhang, Q., Cui, H., & Li, F. (2022). "DiME and AGVIS A Distributed Messaging Environment and Geographical Visualizer for Large-scale Power System Simulation". arXiv. https://doi.org/https://arxiv.org/abs/2211.11990v1 +> N. Parsly, J. Wang, N. West, Q. Zhang, H. Cui and F. Li, "DiME and AGVis: A Distributed Messaging Environment and Geographical Visualizer for Large-Scale Power System Simulation," 2023 North American Power Symposium (NAPS), Asheville, NC, USA, 2023, pp. 1-5, doi: 10.1109/NAPS58826.2023.10318583. Please refer as **LTB AGVis** for the first occurence and then refer as **AGVis**. @@ -70,7 +70,7 @@ AGVis is licensed under [GPL v3 License](./LICENSE) [readthedocs]: https://agvis.readthedocs.io [advanced usage]: https://agvis.readthedocs.io/en/latest/usage/index.html [release notes]: https://agvis.readthedocs.io/en/latest/release-notes.html -[arxiv paper]: https://arxiv.org/abs/2211.11990 +[naps paper]: https://ieeexplore.ieee.org/document/10318583 [tutorial]: https://agvis.readthedocs.io/en/latest/getting_started/tutorial/index.html [LTB Repository]: https://github.com/CURENT [Visualization Gallery]: https://ltb.readthedocs.io/projects/agvis/en/latest/getting_started/testcases.html#visualization-gallery diff --git a/agvis/main.py b/agvis/main.py index edba144..2a67397 100644 --- a/agvis/main.py +++ b/agvis/main.py @@ -271,7 +271,7 @@ def print_license(): print(f""" AGVis version {agvis.__version__} - Copyright (c) 2020-2023 Nick West, Nicholas Parsly, Jinning Wang + Copyright (c) 2020-2024 Nick West, Nicholas Parsly, Jinning Wang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/docs/source/conf.py b/docs/source/conf.py index e84bc0f..256663e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,8 +59,8 @@ # -- Project information ----------------------------------------------------- project = 'AGVis' -copyright = '2023, Nicholas Parsly, Jinning Wang' -author = 'Nicholas Parsly, Jinning Wang' +copyright = '2023-2024, Nicholas Parsly, Jinning Wang, Zackary Malkmus' +author = 'Nicholas Parsly, Jinning Wang, Zackary Malkmus' # The full version, including alpha/beta/rc tags # The short X.Y version. diff --git a/docs/source/getting_started/copyright.rst b/docs/source/getting_started/copyright.rst index 6038724..3e646e4 100644 --- a/docs/source/getting_started/copyright.rst +++ b/docs/source/getting_started/copyright.rst @@ -7,7 +7,7 @@ License GNU Public License v3 ********************* -| Copyright :raw-html:`©` 2020-2023, Nick West, Nicholas Parsly, Jinning Wang +| Copyright :raw-html:`©` 2020-2024, Nick West, Nicholas Parsly, Jinning Wang, Zackary Malkmus AGVis is free software; you can redistribute it and/or modify it under the terms of the `GNU General Public License `_