-
Notifications
You must be signed in to change notification settings - Fork 0
/
TemplateDM.tex
97 lines (65 loc) · 2.63 KB
/
TemplateDM.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
\documentclass[10pt,a4paper]{ivoa}
\usepackage[top=1in, bottom=0.75in, left=0.75in, right=0.75in]{geometry}
\usepackage{hyperref}
\usepackage{parskip}
\input tthdefs
\input gitmeta
\title{???? Full title ????}
% see ivoatexDoc for what group names to use here; use \ivoagroup[IG] for
% interest groups.
\ivoagroup{Data Models}
\author[????URL????]{????Alfred Usher Thor????}
\author{????Fred Offline????}
\editor{????Alfred Usher Thor????}
% \previousversion[????URL????]{????Concise Document Label????}
\previousversion{This is the first public release}
\begin{document}
\begin{abstract}
???? Abstract ????
\end{abstract}
\section*{Acknowledgments}
???? Or remove the section header ????
\section*{Conformance-related definitions}
The words ``MUST'', ``SHALL'', ``SHOULD'', ``MAY'', ``RECOMMENDED'', and
``OPTIONAL'' (in upper or lower case) used in this document are to be
interpreted as described in IETF standard RFC2119 \citep{std:RFC2119}.
The \emph{Virtual Observatory (VO)} is a
general term for a collection of federated resources that can be used
to conduct astronomical research, education, and outreach.
The \href{https://www.ivoa.net}{International
Virtual Observatory Alliance (IVOA)} is a global
collaboration of separately funded projects to develop standards and
infrastructure that enable VO applications.
\section{Introduction}
???? Write something ????
\subsection{Role within the VO Architecture}
\begin{figure}
\centering
% As of ivoatex 1.2, the architecture diagram is generated by ivoatex in
% SVG; copy ivoatex/archdiag-full.xml to role_diagram.xml and throw out
% all lines not relevant to your standard.
% Notes don't generally need this. If you don't copy role_diagram.xml,
% you must remove role_diagram.pdf from SOURCES in the Makefile.
\includegraphics[width=0.9\textwidth]{role_diagram}
\caption{Architecture diagram for this document}
\label{fig:archdiag}
\end{figure}
Fig.~\ref{fig:archdiag} shows the role this document plays within the
IVOA architecture \citep{2021ivoa.spec.1101D}.
\include{vodml-generated/TemplateDM-v1.vo-dml_desc}
\begin{figure}
\centering
\includegraphics[width=\textwidth]{vodml-generated/TemplateDM-v1.vo-dml.png}
\caption{The Proposal Data Model}
\label{fig:propdm}
\end{figure}
???? and so on, LaTeX as you know and love it. ????
\appendix
\section{Changes from Previous Versions}
No previous versions yet.
% these would be subsections "Changes from v. WD-..."
% Use itemize environments.
% NOTE: IVOA recommendations must be cited from docrepo rather than ivoabib
% (REC entries there are for legacy documents only)
\bibliography{ivoatex/ivoabib,ivoatex/docrepo}
\end{document}