Instructions for Authors


Papers should be electronically submitted in A4 PDF format via easychair: https://easychair.org/conferences/?conf=iwcs2017

Formatting Instructions

IWCS submissions are not anonymous and should therefore include all author names, affiliations and contact information.

Authors are strongly encouraged to prepare their submission using LaTeX, see template below.

Papers should be formatted with a Times font, size 11pt, typeset in one column, and with margins of 25mm all around
(LaTeX users should copy and paste the template below).

Long paper submissions should not exceed 10 pages, references excluded. 

Short paper submissions should not exceed 5 pages, references excluded.

The first page should include an abstract of at most 150 words without citations, formulas or abbreviations (this abstract can be used on easy chair as well).


Papers should be submitted in PDF A4 paper format

LaTeX Submissions


Users of LaTeX should use documentclass article with the options a4paper and 11pt, using the packages times and geometry to set font and margins.
For citations please use the natbib package with the   bibliography style
chicago.bst.  Below is the latex template:

\documentclass[a4paper,11pt]{article}

\usepackage{graphicx}  %%% for including graphics
\usepackage{url}       %%% for including URLs
\usepackage{times}
\usepackage{natbib}
\usepackage[margin=25mm]{geometry}

\title{Example Paper for IWCS}
\date{}

\author{Example Author\\
       Affiliation\\
       \texttt{example@email.org}
  \and Someone Else\\
       Another Affiliation\\
       \texttt{another@email.org}
}

\begin{document}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}

\section{Introduction}

....

\bibliographystyle{chicago}
\bibliography{mybib}

\end{document}



Papers should be electronically submitted in PDF format via easychair: https://easychair.org/conferences/?conf=iwcs2017