-
Notifications
You must be signed in to change notification settings - Fork 3
/
RTN-001.tex
84 lines (60 loc) · 1.96 KB
/
RTN-001.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
\documentclass[OPS,authoryear]{lsstdoc}
\usepackage{tikz}
% 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{Data Preview 0: Definition and planning.}
\author{%
William O'Mullane
}
\setDocRef{RTN-001}
\setDocUpstreamLocation{\url{https://github.com/rubin-observatory/rtn-001}}
\date{\today}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
This document is intended to form the basis for planning DP0 in the interim data facility.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{YYYY-MM-DD}{Unreleased.}{William O'Mullane}
}
\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.
\mkshorttitle
\input{intro}
\input{dp0}
\input{plan}
\input{other}
\appendix
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\input{dataset}
\section{Data Products in the Butler Repository for DP0.1} \label{sec:dp01butler}
\input{tables/dp01butler}
\section{Historical sections moved for clarity}
\input{dp01}
\subsection{Completed milestones}
\input{doneMilestones}
\section{References} \label{sec:bib}
\renewcommand{\refname}{}
\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
%\section {Roles in Data Production FY21}
%These are the roles and individuals becoming active in FY21.
%More roles activate later as we approach operations.
%\input{tables/teamsNames}
\end{document}