\documentclass[11pt,a4paper]{ivoa}
\input tthdefs


\usepackage{listings}
\lstloadlanguages{sh,make,[latex]tex}
\lstset{flexiblecolumns=true,numberstyle=\small,showstringspaces=False,
  identifierstyle=\texttt,defaultdialect=[latex]tex,language=tex}

\usepackage{todonotes}
\usepackage{bbding}
\usepackage{pifont}% http://ctan.org/pkg/pifont
\usepackage[utf8]{inputenc}



\definecolor{texcolor}{rgb}{0.4,0.1,0.1}
\newcommand{\texword}[1]{\texttt{\color{texcolor} #1}}

%\newcommand{\yes}{\textcolor{green}{\checkmark}} %Bold}
%\newcommand{\no}{\textcolor{red}{\xmark}}
\newcommand{\yes}{\textcolor{green}{\ding{51}}}%
\newcommand{\no}{\textcolor{red}{\ding{55}}}%


\iftth
  \newcommand{\BibTeX}{BibTeX}
\fi

\iftth
 \newcommand{\comicstuff}[1]{
    \begin{html}<span class="comic">#1</span>\end{html}}
\else
  \newcommand{\comicstuff}[1]{(HTML exclusive material)}
\fi
\customcss{custom.css}

\title{IVOA TimeSeries data modelling and representation}

\ivoagroup{TimeDomain}

\author[http://www.ivoa.net/cgi-bin/twiki/bin/view/IVOA/FrancoisBonnarel]{Francois Bonnarel}
\author[http://wiki.ivoa.net/twiki/bin/view/IVOA/MireilleLouys]{Mireille Louys}
\author[http://wiki.ivoa.net/twiki/bin/view/IVOA/AdaNebot]{Ada Nebot}
\author[http://wiki.ivoa.net/twiki/bin/view/IVOA/LaurentMichel]{Laurent Michel}
\author[http://wiki.ivoa.net/twiki/bin/view/IVOA/MarkCresitelloDittmar]{Mark Cresitello-Dittmar}
\editor{Ada Nebot}

%\previousversion[http://www.ivoa.net/documents/ivoatexDoc/20150129]{Version 1.0}
       
\begin{document}

\SVN$Rev: 4724 $
\SVN$Date: 2018-01-29 15:20:52 +0100 (lun. 29 janv. 2018) $
\SVN$URL: https://volute.g-vo.org/svn/trunk/projects/ivoapub/ivoatexDoc/ivoatexDoc.tex $

\begin{abstract}
Purpose of the note
  
\end{abstract}


\section*{Acknowledgments}

%ASTERICS
%XMM
%GAVO

%Introduction
\input{intro}

%Description of usecases
%\input{usecases}

%Description of metadata for time}
\input{ada_metadata}

% ML
%\section{Models}
%\label{sect:models}
\input{model}

% Mireille
%\subsection{Mireille}
%\label{subsect:model-mireille-td}
\input{mireille-td}

% Mark
%\subsection{Mark}
%\label{subsect:model-mark-cube}
\input{mark-cube}

% FB
% Serialisations should be in Volute and not here, but please dont forget to point to the correct url.
% Use this section to summarize in few sentences the structure of the serialization in particular.
%\section{Serialisations}
%\label{sect:serialisations}
\input{intro-serial}

%\subsection{Jiri's approach}
%\label{subsect:jiri}
\input{jiri}

%\subsection{Francois's approach}
%\label{subsect:francois}
\input{francois}

%\subsection{Mark's approach}
%\label{subsect:mark}
\input{mark}

%\subsection{Proposal for a lighter VO-DML mapping syntax}
%\label{subsect:laurent}
\input{laurent}

\section{View from Data Providers}
\label{sect:dataproviders}
The purpose of this section is two folded:
\begin{itemize}
\item Pros \& cons of each solution
\item Difficulty of implementation
\end{itemize}

%\subsection{GAVO}
%\label{subsect:gavo}
\input{gavo}

%\subsection{VizieR}
%\label{subsect:vizier}
\input{vizier}

\section{View from Applications}
\label{sect:applications}
The purpose of this section is two folded:
\begin{itemize}
\item Pros \& cons of each solution
\item Difficulty of implementation
\end{itemize}

%\subsection{Aladin}
%\label{subsect:aladin}
\input{aladin}

%\subsection{Topcat}
%\label{subsect:topcat}
\input{topcat}

%\subsection{Javascript widget}
%\label{subsect:java}
\input{javascript}

%\section{Discussion}
%\label{sect:discussion}
\input{discussion}

%\section{Conclusions}
%\label{sect:conclusions}
\input{conclusions}

%\input{appendix1}
\input{appendixAda}
% Move the xml to a permanent location, at the moment it's on volute
%\input{appendixFrancois} 

\bibliography{ivoatex/ivoabib.bib,ivoatex/docrepo.bib}


\end{document}
