\typeout{} \typeout{} \typeout{} \typeout{} \typeout{Paper
Template for the ISSC 2008 Conference } \typeout{By: Gregor
Gregorcic, with some mods by John Maher} \typeout{}

\documentclass[10pt,oneside,a4paper,twocolumn,notitlepage,fleqn]{article}
\usepackage{graphicx,epsfig}
\usepackage{float,url}
\usepackage{amsmath}
%\usepackage[pdftex]{hyperref}

\addtolength{\hoffset}{0mm} \addtolength{\textwidth}{0mm}
\addtolength{\voffset}{-35mm} \addtolength{\columnsep}{2mm}
\addtolength{\textheight}{36mm} \pagestyle{empty}

\setlength{\mathindent}{0cm}

\makeatletter
\renewcommand\section{\@startsection{section}{2}{0cm}{-1.5ex plus -.1ex minus
 -.2ex}{1.5ex}{\centering\normalsize\sc}}
\renewcommand\subsection{\@startsection{subsection}{2}{0cm}{-1.5ex plus -.1ex minus
 -.2ex}{1.5ex}{\normalsize\it}}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\alph{subsection}\textrm{)}}
\renewcommand\figurename{\centering\footnotesize Fig.}
\makeatother

\begin{document}
\twocolumn[
\begin{@twocolumnfalse}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%                     Header                        %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\raggedleft{{\normalsize{\textmd{ISSC 2008, Galway, June 18--19}}}}
\rule{\textwidth}{0.3mm}
\vspace{5mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
\begin{huge}
\textmd{Paper Title Here}
\end{huge}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Author %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\protect\\\vspace{5mm} 
\large\textbf{Joe Soap$^{\rm \dag}$ and Joseph Bloggs$^{\rm *}$}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Address%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%One address only%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\vspace{5mm}
%\textit{Department of Electronic Engineering\\
%National University of Ireland,\\
%IRELAND}
%\protect\\\vspace{1.5mm}
%%%%%%%%%%%% Address for authors from two different institutions %%%%%%%%%%
\protect\vspace{5mm}
\begin{tabular}{c p{3mm} c}  \textit{Department of Electronic Engineering} & & \textit{Intelligent Systems Research Centre}\\
\textit{National University of Ireland, Galway} & & \textit{University of Ulster}
\end{tabular}

\vspace{1.5mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Email %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
E-mail: $^{\rm \dag}$\texttt{joe.soap@nuigalway.ie} \protect\hspace{20mm} $^{\rm *}$\texttt{jbloggs@nuigalway.ie}

\vspace{10mm}  
\rule{\textwidth}{0.3mm} 
\vspace{3mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}{0.9\textwidth}
\vspace{2mm}
\small{\hspace{5mm}\textit{Abstract} --- \textbf{The abstract of your
paper goes here in bold. It is centered of width 4.5 inches with a
line the width of the columns above and below. Each proceedings paper
must not exceed 6 pages, including diagrams and references. Do not use
page numbers.
}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Keywords %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace{1mm} \small{\hspace{5mm}\\\textit{Keywords} ---
\textbf{Put your keywords here, if you wish.}}
\vspace{1mm}
\end{minipage}
\rule{\textwidth}{0.3mm}\vspace{3mm}
\end{center}
\end{@twocolumnfalse}
]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{Margins}

Two column format is required throughout the paper.  The left hand
Margin is 1 inch.  The right hand side margin is 1 inch.  The top
margin is 1 inch and the botom margin is 1 inch.  The column width is
3 inches. Note the page heading of ISSC 2008, Galway. June 18-19 to
appear on the {\bf first page only}.

\section{Typeface}
Times Roman typeface is preferred for non-latex formats, using 10
point size.

\section{Page Numbers}

Do  not use page numbers, but please write on the back of
your paper {\bf 1 of 6}, {\bf 2 of 6}, etc.

\section{Title}

The title centered, 18 point, each word begin with a capital.
Author's name(s) centered, 12 point.  Please include affiliation and
email.

\section{Headings}

Major Section headings should be in 12 point format, numbered with
roman numerals and all capitals.

\subsection{Headings}

If you need a sub-division then this is the format it should take.
Minor section headings should be numbered alphabetically in 12 point.

\subsection{More on Headings}

Minor section headings should be in Italics with each word begining
with a capital.

\section{Citing References}

If you wish to cite a reference do it
as follows \cite{Montgomery:1985}.  Use bibtex if you like but all
references should be in IEEE format, numbered in order of appearence
and listed in that order.

\section{Diagrams}
Please make sure that any diagrams are of camera ready quality.

\par
A diagram may be inserted as follows.
\begin{figure}[htb]
 \centerline{\includegraphics[width=\columnwidth]{flies.eps}}
 \caption{This is a sample of the figure.}
 \label{fig:graph}
\end{figure}
With a reference to the diagram as  Fig.~\ref{fig:graph} shows bla, bla bla. necessary

\section{Equations}

We are not specifying any format for equations but may we suggest the
following:
\begin{equation}\label{eq:1}
A(q)y(k) = B(q)u(k) + \varepsilon (k)
\end{equation}
Here
\begin{equation}\label{eq:2}
A(q) = q^n  + a_{n - 1} q^{n - 1}  + a_{n - 2} q^{n - 2}  + \cdots
+ a_0
\end{equation}
Reference an equation in the text as follows: In equation
(\ref{eq:1})  bla bla bla. is called the forgetting.

\section{Results}

And finally the results. Please submit your {\em Camera Ready
paper} via \url{http://www.issc.ie/submission}

\bibliographystyle{unsrt}

\begin{thebibliography}{1}

\bibitem{Montgomery:1985}
P.~L. Montgomery.
\newblock ``{Modular multiplication without trial division}''.
\newblock {\em Math. Computation}, 44:519--521, 1985.

\end{thebibliography}


%\bibliography{references_file}
\end{document}

