%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Guidelines and template for manuscripts
% submitted for the Festschrift for ED
% Version June 9, 2006, H.-H. Bock
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a sample input file for your contribution to the
% volume to be published by Springer-Verlag.
%
% Please, use it as a template for your own input, and, please,
% follow the instructions in this document.
%
% Please, send the Tex and figure files of your manuscript
% to the editor.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%PACKAGES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\documentclass[runningheads]{ED2007}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{latexsym}
%\usepackage{psfig}
\usepackage{graphicx}

%AUTHOR_STYLES_AND_DEFINITIONS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Please, reduce your own definitions and macros to an absolute
% minimum.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

%
% \title* lets you specify the title of your manuscript.
% Use \protect\linebreak to force a line break in your title.
\title*{Guidelines for Authors of Manuscripts \protect\linebreak
Submitted for the Volume ED2007}

%
% \toctitle specifies the title as it will be printed in the table of
% contents.
% Use \protect\linebreak to force a line break in your title.
\toctitle{Guidelines for Authors of Manuscripts for ED2007}

%
% \titlerunning defines the title in the running head.
% Abbreviate your title, if the full title is too long to fit in the running
% head.
\titlerunning{Guidelines for Authors}

%
% \authors specifies the authors.
% Authors are separated by the \and command. Use \inst{1}, \inst{2}, ...
% to define the reference mark to your affiliation.
\author{
  Paula Brito\inst{1}
  \and
  Hans-Hermann Bock\inst{2}
  \and
  Yves Lechevallier\inst{3}
}

%
% \authorrunning specifies the author names in the running heads.
% If there is one author: NN1
% If there are two authors: NN1 and NN2
% If there are more than two authors: NN1 et al.
\authorrunning{Brito et al.}

%
% The \institute command lets you specify the your affiliation and
% your address. Separate two or more different affiliations by the
% \and command.
\institute{
  Faculdade de Economia, Universidade do Porto\\
  Rua Dr. Roberto Frias, 4200-464 Porto, Portugal, {\it mpbrito@fep.up.pt}
  \and
  Institute for Statistics, RWTH Aachen University \\
  D-52056 Aachen, Germany, {\it bock@stochastik.rwth-aachen.de}
  \and
 INRIA, Projet AXIS, Domaine de Voluceau, Rocquencourt \\
 B.P. 105, 78153 Le Chesnay Cedex, France, {\it yves.lechevallier@inria.fr}
}
% Typeset the title
\maketitle

\begin{abstract}
About 60 authors will contribute to the volume (Festschrift) for
ED to be published in the Series ``Studies in
Classification, Data Analysis, and Know\-ledge Organization'' by
Springer-Verlag. In these guidelines we describe the format
instructions and the submission procedure both to be followed
seriously. The text of these guidelines is written in the
prescribed \LaTeX\ format and can be used as a specimen.
\end{abstract}

\section{The format of the text}
Please prepare your manuscript in the LATEX format along the lines of this
specimen file and use the style file \texttt{ED2007.cls} (to be placed in the directory
of your manuscript LATEX file). The file \texttt{ED2007.cls} takes
care of all the formatting.\\ These files may also be downloaded from\\
http://www-rocq.inria.fr/sodas/WP1/sodas-parser/kephren/ \\
Should you have any problem in downloading these files, contact the orga\-ni\-sers
at \texttt{kpachemore@laposte.net}.\\{\bf Please, use only the \texttt{ED2007.cls} style file and
standard fonts.\\
Do not include other packages than the ones used in this
specimen \LaTeX\ file.}\\

\section{Heading, abstract, and sections}
For the heading, specify the following items:
\begin{itemize}
\item \verb@\title*@ to specify the title of your manuscript,
\item \verb@\toctitle@ to specify the title to be used in the table
 of contents,
\item \verb@\titlerunning@ to specify the title in the running head (odd page numbers),
\item \verb@\author@ to specify the authors. Authors are
 separated by the \verb@\and@ command. Use the \verb@\inst{1}@,
 \verb@\inst{2}@, \ldots\ commands to define the reference mark to your affiliation.
\item \verb@\authorrunning@ to specify the author names in the running heads (even page numbers).
 If there are more than two authors, please, abbreviate the authors' list
 (e.g., Opitz et al.).
\item \verb@\institute@ to specify your affiliation, address and e-mail address.
Separate two or more different affiliations by the
 \verb@\and@ command.
\end{itemize}
An abstract (6--9 lines) is to be included after the heading using the
commands \verb@\begin{abstract} ... \end{abstract}@. Do {\bf not} specify
keywords in your paper.

Please, use only the \LaTeX\ sectioning commands \verb@\section@ and
\verb@\subsec@- \verb@tion@. Do not use a deeper hierarchy. Considering the
length of the ma\-nu\-script, we recommend only using the \verb@\section@
command. Only capitalize the first word of the (sub)section title.

\section{Length of the paper, figures, tables, and equations}
The manuscripts should have a length  {\bf between 6 and 10
pages} using the \verb@ED2007.cls@ style file.
Manuscripts up to 12 pages will be accepted in the case when
the paper is written jointly by two (or more) authors from the
previous author list for this volume under the condition that each author is involved
only in this single paper of the volume.


Each figure or table must have a caption, explaining in brief your
figure or table, e.g., ``Fig. 3. Plot of ...  .'' or ``Table 1. Data
of ...  .'' (arabic numbering).  Use capitalization when referring to a
figure or a table in the text, for example, ``In the center of Figure
3, the clusters $\ldots$''.

Figures and tables must be included at the appropriate place in the
text. Please, do not use colored figures. Please, provide the
figures only using the \LaTeX\ picture commands or in \verb@eps@
(Encapsulated PostScript) format.  A figure contained in the \verb@eps@-file
\verb@yourfile.eps@ can be included as follows:
\begin{verbatim}
\begin{figure}[t]
  \centerline{
    \includegraphics[width=.8\textwidth]{yourfile.eps}}
  \caption{This is a sample of how to include an
  eps graphics file in your manuscript.}
  \label{fig:ExampleEPSFile}
\end{figure}
\end{verbatim}
The \verb@[width=.8\textwidth]@ option specifies that the graphics will
to be reduced to 80\%.  The \verb@\includegraphics@ command makes use
of the \verb@graphicx@ style file, which is a standard \LaTeX\ graphics tool
for including \verb@eps@-figure files.

A figure containing only \LaTeX\ picture commands can be
specified as
\begin{verbatim}
\begin{figure}[t]
  \setlength{\unitlength}{4cm}
  \centerline{
    \begin{picture}(1,1)(0,0)
      \linethickness{.5pt}
      \put(0,0){\framebox(1,1){}}
      \put(0.25,0.25){\circle*{.02}}
      \put(0.25,0.75){\circle*{.02}}
      \put(0.75,0.75){\circle*{.02}}
      \put(0.75,0.25){\circle*{.02}}
    \end{picture}}
  \caption{This is an example of a figure that uses only
  the \LaTeX\ picture commands. It contains four points.}
  \label{fig:ExamplePicture}
\end{figure}
\end{verbatim}
%
\begin{figure}[t]
  \setlength{\unitlength}{4cm}
  \centerline{
    \begin{picture}(1,1)(0,0)
      \linethickness{.5pt}
      \put(0,0){\framebox(1,1){}}
      \put(0.25,0.25){\circle*{.02}}
      \put(0.25,0.75){\circle*{.02}}
      \put(0.75,0.75){\circle*{.02}}
      \put(0.75,0.25){\circle*{.02}}
    \end{picture}}
  \caption{This is an example of a figure that uses only
  the \LaTeX\ picture commands. It contains four points.}
  \label{fig:ExamplePicture}
\end{figure}
%
Equations should be typed using the \LaTeX\ commands
\verb@\begin{equation}@ \verb@...\end{equation}@. For example:
\begin{equation}
   g({\cal C}) := \sum_{i=1}^m \sum_{k\in C_i} \|x_k -
   \bar{x}_{C_i}\|^2.
\end{equation}
If you do not want the equation to be numbered, use \verb@\begin{displaymath}@
\verb@...\end{displaymath}@
instead of \verb@{equation}@.

\section{Submission of papers, deadlines}

Send your paper by e-mail to the organisers  at:\medskip

\texttt{kpachemore@laposte.net}\medskip

\noindent
The deadline for submission is \textbf{September 30, 2006}. At this date we will need:
\begin{itemize}
\item your final paper in \LaTeX\  together with a pdf file,

\item the \verb@eps@ files for figures (if any), and

\item a list of approximately 10 keywords for the index of the volume.
\end{itemize}

While submitting their paper, authors automatically leave
the copyright to the editors or the publisher.

\section{Specifying references}

Please, use the following citation style within the text: Bock 
(1974) (in parentheses: Bock (1974)), Brusch and Baier  (2002). In
the case of more than two authors: first author et al.:
Doreian et al. (2000).

The list of references at the end of your paper must be in
\textbf{alphabetical order}, not [...].
Please, use the style of the following specimen which shows examples
for the citation of books, articles, and papers in proceedings volumes.


\begin{thebibliography}{1}

\item[]
% Example for the citation of books:
BOCK, H. H. (1974):
\emph{Automatische Klassifikation}.
Vandenhoeck \& Ruprecht, G\"ottingen.
\item[]
% Example for the citation of papers in proceedings volumes:
BRUSCH, M. and BAIER, D. (2002):
Conjoint analysis and stimulus representation:
a comparison of alternative methods.
In: K. Jajuga, A. Soko{\l}owski and H.H. Bock (Eds.):
\emph{Classification, Clustering, and Data Analysis}.
Springer, Berlin, 203--210.

\item[]
% Example for the citation of articles:
DOREIAN, P., BATAGELJ, V. and FERLIGOJ, A. (2000):
Symmetric-acyclic decompositions of networks.
\emph{Journal of Classification  17 (1), 3-28}.

\end{thebibliography}

\end{document}
