% ********************************************************************
% *                  Format for CIICT 2006 papers,                   *
% *               Adapted, with kind permission, from the            *
% *          IMVIP 2006 template (http://www.eeng.dcu.ie/imvip/)     *
% ********************************************************************

\documentclass[a4paper,11pt]{article}

\textwidth     16cm  %
\textheight    24.7cm  %
\oddsidemargin    0cm  %
\evensidemargin  +1.0cm  %
\topmargin     -1.5cm  %

\usepackage{times}

\pagestyle{empty}
\begin{document}

\title{\bf Template for Papers Submitted to CIICT06}
\author{%
{\bf Author 1 Name}\\
Company/Institution\\
Address Line 1\\
Address Line 2\\
author1@domain1.xyz\\
          \\\\
{\bf Author 2 Name}\\
Company/Institution\\
Address Line 1\\
Address Line 2\\
author2@domain2.xyz}
\date{}
\maketitle
\thispagestyle{empty}
\begin{abstract} \noindent
The abstract should provide a summary of the main points of the paper in less than 300 words. This document gives guidelines on the preparation of papers to be submitted to CIICT06. This file may be used as a template and is available from the conference web site as a MS Word document or in Tex+Bib format for preparation of papers using \LaTeX{}.
\end{abstract}
\textbf{Keywords:} Template, China-Ireland, ICT, etc. (Maximum five)

\section{Section Heading -- Bold Times New Roman Size 14}

When preparing your paper please adhere to the guidelines given in this document. The paper should be submitted as a Portable Document Format (PDF) file or a Microsoft Word (DOC) file of no more than 1 MB in size (uncompressed). Where possible it is recommended that PDF format is used, with all fonts embedded in the file. The final document may be compressed before uploading it, using the zip or gzip file compression formats.

\subsection{Subsection Heading -- Bold Times New Roman Size 12}

\subsubsection{Minor Heading -- Bold Times New Roman Size 11}

\subsection{Size and Number of Pages}

Papers must be prepared for printing on A4 paper; use single column format. The paper's length may not exceed \emph{four} pages. The page margins and layout should be as per this template.

\subsection{Type, Font and Style}

For the body of the text use Times New Roman 11 point with single line spacing. Please do not indent when starting a new paragraph. Use of underlined text should be avoided; instead, use italics for emphasis.

\paragraph{Paragraph Format} Justified.

\paragraph{Equations, Tables, Figures} Centred. Number equations sequentially in order of their appearance in the text.

\paragraph{Page Numbering} Do not number the pages. 

\paragraph{Headers and Footers} Pages should not have any headers or footers. 

\paragraph{Page Margins}
\begin{itemize}

\item{Top 2.5 cm}
\item{Bottom 2.5 cm}
\item{Left 2.5 cm}
\item{Right 2.5 cm}

\end{itemize}

\subsection{Using \LaTeX{}}

A \LaTeX{} template (this document) is available from the conference website.

The accompanying Bib\TeX{} file is \verb+ciict06.bib+.

\subsection{Author Information}

The name(s) of the author(s) appear on the first page, along with affiliation(s) and complete address(es) (including email address of corresponding authors).

\subsection{Graphics and Diagrams}

Graphics and diagrams should be in black and white only. They should be centred on the page and should be accompanied by a numbered figure caption, centred below the figure. The figure caption should be in bold Times New Roman 11pt. In order to reproduce at sufficient quality, graphics should have a resolution of at least 600 dpi or use a vector-type graphics format.

\subsection{Tables}

Tables should appear similarly to figures, but should be captioned using "Table 1: Table title text" etc.

\subsection{Additional Sections}

Special sections should be arranged and headed as follows:

\begin{description}
\item[Acknowledgements:] The Acknowledgements section, if included,
		       follows the main body of the text and is headed
		       ``Acknowledgements,'' printed in the same style
		       as a section heading, but without a number.
\item[Appendices:] Any Appendices follow the Acknowledgements 
		  (or directly follow the text) and look like
		  sections, except that they are numbered
		  ``Appendix 1,'' ``Appendix 2,'' etc.

\item[Footnotes:] The use of footnotes should be avoided.

\item[References:]
The Reference section is headed ``References,'' printed in the same
style as a section heading, with or without a number. The following
format can be used for references: Book
\cite{jain}, paper \cite{mccarthy}; or numbered [1].

\end{description} 

\bibliography{ciict06}
\bibliographystyle{apalike}

\end{document}


