-
Notifications
You must be signed in to change notification settings - Fork 0
/
SITCOMTN-005.tex
124 lines (98 loc) · 3.91 KB
/
SITCOMTN-005.tex
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
117
118
119
120
121
122
123
124
\documentclass[SE,authoryear,toc]{lsstdoc}
% \documentclass[SE,lsstdraft,authoryear,toc]{lsstdoc}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
\input{meta}
% Package imports go here.
\usepackage[normalem]{ulem}
\usepackage{textcomp}
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Construction Completeness and Operations Readiness Criteria}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
Chuck Claver,
Amanda Bauer,
Keith Bechtol,
Eric Bellm,
Robert Blum,
Jim Bosch,
Andy Clements,
Andrew Connolly,
Leanne Guy,
\v{Z}eljko Ivezi\'{c},
Robert Lupton,
Steve Ritz,
William O'Mullane,
Sandrine Thomas, and
Holger Drass
}
\setDocRef{SITCOMTN-005}
\setDocUpstreamLocation{\url{https://github.com/lsst-sitcom/sitcom-005}}
\date{\vcsDate}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
This document collects together the elements that constitute the criteria for completeness of the Rubin Observatory MREFC Construction Project, DOE Rubin Observatory Commissioning, and the readiness for Rubin Observatory Operations to conduct the 10--year Legacy Survey of Space and Time (LSST).
\bigskip
This is a living document and will be modified and refined as required throughout the remainder of the combined NSF -- DOE Rubin Construction project.
\bigskip
The completeness evaluation will be done through a series of four joint NSF and DOE Constructions Closeout Reviews, covering the two main aspects: (1) the Project's construction requirements as outlined in this document and (2) the Rubin Operations team's readiness to begin the 10-year Legacy Survey of Space and Time (LSST).
\bigskip
In addition to this document and references herein, the completion of the Rubin Observatory Project will be evaluated based on the
LSST Project Execution Plan (\citeds{LPM-54}),
the Commissioning Execution Plan (\citeds{LSE-390}), and
the Cooperative Services Agreement (CSA) between AURA and NSF.
\bigskip
These reviews and criteria outlined in this document are consistent with the requirements in the NSF's Major Facilities Guide (\citeds{NSF-19-68}) Sections
$2.4.2.1$ -- {\it Project Close--out Process},
$3.4.2.15$ -- {\it Commissioning},
$4.4$ -- {\it System Integration, Testing and Acceptance} and
$4.5$ -- {\it Documentation Requirements}.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{2020-08-06}{First draft}{Leanne Guy}
\addtohist{2}{2020-08-08}{Claver Updates}{Chuck Claver}
\addtohist{3}{2020-08-20}{Initial version for internal review}{Chuck Claver}
\addtohist{4}{2021-04-30}{Updated version for Project Change Control review}{Chuck Claver}
\addtohist{5}{2024-10-22}{Updated version for first Construction Closeout Review (CCR1)}{Keith Bechtol and Holger Drass}
}
\begin{document}
% Create the title page.
\maketitle
% Frequently, we do not want a title page for a technote. Uncomment this to remove the title page and changelog.
% use \mkshorttitle to remove the extra pages
% ADD CONTENT HERE
% You can also use the \input command to include several content files.
\input{intro}
\input{ccr}
\input{srd}%1
\input{oss}%2
\input{dm}%3
\input{sdqa}%4
\input{svs}%5
\input{archiving}%6
\input{community}%7
\input{documentation}%8
\input{recommendations}%9
\input{readiness}
\pagebreak
\appendix
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\section{References} \label{sec:bib}
\renewcommand{\refname}{} % Suppress default Bibliography section
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books}
% Make sure lsst-texmf/bin/generateAcronyms.py is in your path
\pagebreak
\section{Acronyms} \label{sec:acronyms}
\input{acronyms.tex}
% If you want glossary uncomment below -- comment out the two lines above
%\printglossaries
\end{document}