1 |
\documentclass[11pt,a4paper]{ivoa} |
2 |
\input tthdefs |
3 |
|
4 |
\title{???? Full title ????} |
5 |
|
6 |
% see ivoatexDoc for what group names to use here |
7 |
\ivoagroup{???? group ????} |
8 |
|
9 |
\author[????URL????]{????Alfred Usher Thor????} |
10 |
\author{????Fred Offline????} |
11 |
|
12 |
\editor{????Alfred Usher Thor????} |
13 |
|
14 |
% \previousversion[????URL????]{????Concise Document Label????} |
15 |
\previousversion{This is the first public release} |
16 |
|
17 |
|
18 |
\begin{document} |
19 |
\begin{abstract} |
20 |
???? Abstract ???? |
21 |
\end{abstract} |
22 |
|
23 |
|
24 |
\section*{Acknowledgments} |
25 |
|
26 |
???? Or remove the section header ???? |
27 |
|
28 |
\section*{Conformance-related definitions} |
29 |
|
30 |
The words ``MUST'', ``SHALL'', ``SHOULD'', ``MAY'', ``RECOMMENDED'', and |
31 |
``OPTIONAL'' (in upper or lower case) used in this document are to be |
32 |
interpreted as described in IETF standard RFC2119 \citep{std:RFC2119}. |
33 |
|
34 |
The \emph{Virtual Observatory (VO)} is a |
35 |
general term for a collection of federated resources that can be used |
36 |
to conduct astronomical research, education, and outreach. |
37 |
The \href{http://www.ivoa.net}{International |
38 |
Virtual Observatory Alliance (IVOA)} is a global |
39 |
collaboration of separately funded projects to develop standards and |
40 |
infrastructure that enable VO applications. |
41 |
|
42 |
|
43 |
\section{Introduction} |
44 |
|
45 |
???? Write something ???? |
46 |
|
47 |
\subsection{Role within the VO Architecture} |
48 |
|
49 |
\begin{figure} |
50 |
\centering |
51 |
|
52 |
% As of ivoatex 1.2, the architecture diagram is generated by ivoatex in |
53 |
% SVG; copy ivoatex/archdiag-full.xml to archdiag.xml and throw out |
54 |
% all lines not relevant to your standard. |
55 |
% Notes don't generally need this. If you don't copy archdiag.xml, |
56 |
% you must remove archdiag.svg from FIGURES in the Makefile. |
57 |
|
58 |
\includegraphics[width=0.9\textwidth]{role_diagram.pdf} |
59 |
\caption{Architecture diagram for this document} |
60 |
\label{fig:archdiag} |
61 |
\end{figure} |
62 |
|
63 |
Fig.~\ref{fig:archdiag} shows the role this document plays within the |
64 |
IVOA architecture \citep{note:VOARCH}. |
65 |
|
66 |
???? and so on, LaTeX as you know and love it. ???? |
67 |
|
68 |
\appendix |
69 |
\section{Changes from Previous Versions} |
70 |
|
71 |
No previous versions yet. |
72 |
% these would be subsections "Changes from v. WD-..." |
73 |
% Use itemize environments. |
74 |
|
75 |
|
76 |
% NOTE: IVOA recommendations must be cited from docrepo rather than ivoabib |
77 |
% (REC entries there are for legacy documents only) |
78 |
\bibliography{ivoatex/ivoabib,ivoatex/docrepo} |
79 |
|
80 |
|
81 |
\end{document} |