-
Notifications
You must be signed in to change notification settings - Fork 0
/
SITCOMTN-012.tex
105 lines (76 loc) · 2.92 KB
/
SITCOMTN-012.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
\documentclass[SE,authoryear,toc]{lsstdoc}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
\input{meta}
% Package imports go here.
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Rubin Observatory Construction Documentation Inventory}
% Optional subtitle
\setDocSubtitle{(Report from the Rubin Observatory Documentation Working Group)}
\author{%
Matthew Rumore,
Chuck Claver,
David Cabrera,
Rob McKercher,
John Andrew,
Diane Hascall,
Patrick Ingraham,
Tony Johnson,
Kristen Metzger,
Austin Roberts,
Jonathan Sick.
}
\setDocRef{SITCOMTN-012}
\setDocUpstreamLocation{\url{https://github.com/lsst-sitcom/sitcomtn-012}}
\date{2024-09-25}
% Optional: name of the document's curator
\setDocCurator{Matthew Rumore}
\setDocAbstract{%
This technical note primarily brings together the sources of critical and historical documentation developed across the Rubin Observatory Construction project, with some sources developed by Rubin Observatory Pre-operations and Operations Teams also included.
This inventory is meant as a guide for the Rubin Operations project to determine how and what documentation is transferred as a deliverable from the Construction project.
This report is a product of the Documentation Working Group.
It responds to charge item 2 in the \textit{Charge to the Documentation Working Group}, \citeds{LSE-489}.
The proposed future state for Rubin Observatory Operations documentation will be reported in another technical report, \citeds{SITCOMTN-014}.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{0.1}{2021-06-01}{Initial draft from Confluence pages.}{Chuck Claver}
\addtohist{1.0}{2021-06-10}{First release}{Chuck Claver}
\addtohist{2.0}{2024-09-06}{Second release}{Matthew Rumore}
\addtohist{3.0}{2024-09-25}{Final release}{Matthew Rumore}
}
\begin{document}
% Create the title page.
\maketitle
% Frequently for a technote we do not want a title page 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{DocuShare}
\input{TechNotes}
\input{ConfluencePages}
\input{EngineeringModels}
\input{GitHub}
\input{SystemDatabases}
\input{VerificationReports}
\input{EPO}
\input{InfoTech}
\newpage
\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
\section{Acronyms} \label{sec:acronyms}
\input{acronyms.tex}
% If you want glossary uncomment below -- comment out the two lines above
%\printglossaries
\end{document}