From eb7339ecf13f8cbb1e9ad5aa0fc4e5bd3777c464 Mon Sep 17 00:00:00 2001 From: Alexx Perloff Date: Mon, 22 Apr 2024 15:11:23 -0700 Subject: [PATCH] Add the DOE CODE DOI number and some additional citations. --- CITATION.cff | 116 ++++++++++++++++++++++++++++++++++++++ README.rst | 16 +++--- docs/source/citations.bib | 28 +++++++++ 3 files changed, 153 insertions(+), 7 deletions(-) create mode 100644 CITATION.cff create mode 100644 docs/source/citations.bib diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b580446 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,116 @@ +# If you are referencing SSAPy in a publication, please use the DOI +# described here. +# +# MLA: +# +# +# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah, +# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, and Golovich, Nathan. +# Space Situational Awareness for Python. Computer Software. https://github.com/LLNL/SSAPy. +# USDOE National Nuclear Security Administration (NNSA). 08 Nov. 2023. Web. doi:10.11578/dc.20240417.1. +# +# APA: +# +# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah, +# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, & Golovich, Nathan. (2023, November 08). +# Space Situational Awareness for Python. [Computer software]. https://github.com/LLNL/SSAPy. +# https://doi.org/10.11578/dc.20240417.1. +# +# Chicago: +# +# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah, +# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, and Golovich, Nathan. +# "Space Situational Awareness for Python." Computer software. November 08, 2023. https://github.com/LLNL/SSAPy. +# https://doi.org/10.11578/dc.20240417.1. +# +# Or, in BibTeX: +# +# @misc{ doecode_126106, +# title = {Space Situational Awareness for Python}, +# author = {Schlafly, Edward and Yeager, Travis and Pruett, Kerianne and Schneider, Michael and Ebert, Julia and Merl, +# Daniel and Lifset, Noah and Armstrong, Robert and Dawson, William and Meyers, Joshua and Perloff, Alexx and +# Golovich, Nathan}, +# abstractNote = {SSAPy is a python package allowing for fast and precise orbital modeling. SSAPy is designed with +# speed and accuracy in mind and offers the following capabilities: - A variety of integrators, +# including Runge-Kutta, SciPy, SGP4, etc. - Customizable force propagation models, including a variety +# of Earth gravity models, lunar gravity, radiation pressure, etc. - Multiple-hypothesis tracking (MHT) +# UCT linker - Vectorized computations - Short arc probabilistic orbit determination - Conjunction +# probability estimation - Uncertainty quantification - Monte Carlo data fusion - Support for multiple +# coordinate frames (with coordinate frame conversions)}, +# doi = {10.11578/dc.20240417.1}, +# url = {https://doi.org/10.11578/dc.20240417.1}, +# howpublished = {[Computer Software] \url{https://doi.org/10.11578/dc.20240417.1}}, +# year = {2023}, +# month = {nov} +# } +# +# And here's the CITATION.cff format: +# +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Schlafly" + given-names: "Edward" + affiliation: "Space Telescope Science Institute" + orcid: "https://orcid.org/0000-0002-3569-7421" + email: "eschlafly@stsci.edu" +- family-names: "Yeager" + given-names: "Travis" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0002-2582-0190" + email: "yeager7@llnl.gov" +- family-names: "Pruett" + given-names: "Kerianne" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0002-2911-8657" + email: "pruett6@llnl.gov" +- family-names: "Schneider" + given-names: "Michael" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0002-8505-7094" + email: "schneider42@llnl.gov" +- family-names: "Ebert" + given-names: "Julia" + affiliation: "Fleet Robotics" + orcid: "" + email: "julia@juliaebert.com" +- family-names: "Merl" + given-names: "Daniel" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0003-4196-5354" + email: "merl1@llnl.gov" +- family-names: "Lifset" + given-names: "Noah" + affiliation: "The University of Texas at Austin" + orcid: "https://orcid.org/0000-0003-3397-7021" + email: "" +- family-names: "Armstrong" + given-names: "Robert" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0002-6911-1038" + email: "armstrong46@llnl.gov" +- family-names: "Dawson" + given-names: "William" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0003-0248-6123" + email: "dawson29@llnl.gov" +- family-names: "Meyers" + given-names: "Joshua" + affiliation: "SLAC National Accelerator Laboratory" + orcid: "https://orcid.org/0000-0002-2308-4230" + email: "jmeyers3@stanford.edu" +- family-names: "Perloff" + given-names: "Alexx" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0001-5230-0396" + email: "perloff11@llnl.gov" +- family-names: "Golovich" + given-names: "Nathan" + affiliation: "Lawrence Livermore National Laboratory" + orcid: "https://orcid.org/0000-0003-2632-572X" + email: "golovich1@llnl.gov" +title: "Space Situational Awareness for Python" +version: 1.0 +doi: 10.11578/dc.20240417.1 +date-released: 2023-11-08 +url: "https://github.com/LLNL/SSAPy" diff --git a/README.rst b/README.rst index 1e983fa..9b49376 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ SSAPy was developed with support from Lawrence Livermore National Laboratory's L - `Robert Armstrong `_ (`LLNL `_) - Technical Advisor - `Nathan Golovich `_ (`LLNL `_) - Technical Advisor -- Julia Ebert (formerly `LLNL `_, now at Outrider) - Developer +- Julia Ebert (formerly `LLNL `_, now at Fleet Robotics) - Developer - Noah Lifset (formerly `LLNL `_) - Developer - `Dan Merl `_ (`LLNL `_) - Developer - `Joshua Meyers `_ (formerly `LLNL `_, now at `KIPAC `_) - Lead Developer @@ -111,15 +111,17 @@ SSAPy was developed with support from Lawrence Livermore National Laboratory's L Many thanks go to SSAPy's other `contributors `_. -.. - Citing SSAPy - ^^^^^^^^^^^^ +Citing SSAPy +^^^^^^^^^^^^ - If you are referencing SSAPy in a publication, please cite the following paper: +On GitHub, you can copy this citation in APA or BibTeX format via the "Cite this repository" button. +If you prefer MLA or Chicago style citations, see the comments in `CITATION.cff `_. - - citation +You may also cite the following publications (click `here `_ for list of BibTeX citations): - On GitHub, you can copy this citation in APA or BibTeX format via the "Cite this repository" button. Or, see the comments in CITATION.cff for the raw BibTex. + - Yeager, T., Pruett, K., & Schneider, M. (2022). *Unaided Dynamical Orbit Stability in the Cislunar Regime.* [Poster presentation]. Cislunar Security Conference, USA. + - Yeager, T., Pruett, K., & Schneider, M. (2023). *Long-term N-body Stability in Cislunar Space.* [Poster presentation]. Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference, USA. + - Yeager, T., Pruett, K., & Schneider, M. (2023, September). Long-term N-body Stability in Cislunar Space. In S. Ryan (Ed.), *Proceedings of the Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference* (p. 208). Retrieved from `https://amostech.com/TechnicalPapers/2023/Poster/Yeager.pdf `_ License ------- diff --git a/docs/source/citations.bib b/docs/source/citations.bib new file mode 100644 index 0000000..9aa68fd --- /dev/null +++ b/docs/source/citations.bib @@ -0,0 +1,28 @@ +@INPROCEEDINGS{2023amos.conf..208Y, + author = {{Yeager}, T. and {Pruett}, K. and {Schneider}, M.}, + title = "{Long-term N-body Stability in Cislunar Space}", + keywords = {cislunar, n-body, dynamics, orbit, stability}, + booktitle = {Proceedings of the Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference}, + year = 2023, + editor = {{Ryan}, S.}, + month = sep, + eid = {208}, + pages = {208}, + url = https://amostech.com/TechnicalPapers/2023/Poster/Yeager.pdf, + adsurl = {https://ui.adsabs.harvard.edu/abs/2023amos.conf..208Y}, + adsnote = {Provided by the SAO/NASA Astrophysics Data System} +} + +@unpublished{2023amos.conf.poster..Yeager, + author = {{Yeager}, Travis and {Pruett}, Kerianne and {Schneider}, Michael}, + title = "{Long-term N-body Stability in Cislunar Space}", + year = 2023, + note = {Poster presented at the Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference}, +} + +@unpublished{2022csc.conf.poster..Yeager, + author = {{Yeager}, Travis and {Pruett}, Kerianne and {Schneider}, Michael}, + title = "{Unaided Dynamical Orbit Stability in the Cislunar Regime}", + year = 2022, + note = {Poster presented at the Cislunar Security Conference}, +}