-
Notifications
You must be signed in to change notification settings - Fork 8
/
CITATION.cff
116 lines (116 loc) · 4.9 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
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: "[email protected]"
- family-names: "Yeager"
given-names: "Travis"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0002-2582-0190"
email: "[email protected]"
- family-names: "Pruett"
given-names: "Kerianne"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0002-2911-8657"
email: "[email protected]"
- family-names: "Schneider"
given-names: "Michael"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0002-8505-7094"
email: "[email protected]"
- family-names: "Ebert"
given-names: "Julia"
affiliation: "Fleet Robotics"
orcid: ""
email: "[email protected]"
- family-names: "Merl"
given-names: "Daniel"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0003-4196-5354"
email: "[email protected]"
- 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: "[email protected]"
- family-names: "Dawson"
given-names: "William"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0003-0248-6123"
email: "[email protected]"
- family-names: "Meyers"
given-names: "Joshua"
affiliation: "SLAC National Accelerator Laboratory"
orcid: "https://orcid.org/0000-0002-2308-4230"
email: "[email protected]"
- family-names: "Perloff"
given-names: "Alexx"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0001-5230-0396"
email: "[email protected]"
- family-names: "Golovich"
given-names: "Nathan"
affiliation: "Lawrence Livermore National Laboratory"
orcid: "https://orcid.org/0000-0003-2632-572X"
email: "[email protected]"
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"