NAS 2010 Author Resources
The following instructions will help you prepare your paper in accordance with IEEE Conference Publishing Services (CPS) requirements, so that you will be ready to upload a CPS compatible PDF and submit your e-copyright form. The IEEE CPS requirements for PDFs will be enforced. All conference articles must adhere to the IEEE CPS PDF specification for compatibility.
The camera ready deadline for main conference is May 10th, 2010.
The following steps must be taken to properly submit your paper to NAS 2010:
- Create your manuscript in IEEE Computer Society's Two-Column format. The format differs from the submission format. New templates for both Latex and Word can be obtained here:
LaTex Package (ZIP)
Word Template
The formating instructions are also available as pdf file.
- Check the number of pages to meet the limits:
For full papers: 10 pages
For short papers: 6 pages
- Proofread and check the layout of the manuscript.
- Submit your paper via the IEEE Conference Publishing Services. All relevant information is available on the CPS site. Please notice that you have to submit the paper and the corresponding copyright information until May 10th.
Some important issues:
- Pdf eXpress has not yet been setup. Please check the formatting guidelines and submit the paper without using pdf eXpress if this problem has not been resolved in time.
- The latex version from the IEEE CPS site does not include the IEEE copyright notice. Please add the follwing lines to the IEEE CPS version:
- add \usepackage{fancyhdr} before \begin{document}
- add the following lines between \maketitle and \begin{abstract}:
%% NEW: Add copyright notice
%% Clear all headers
\fancyhf{}
%% No top ruler
\renewcommand{\headrulewidth}{0pt}
%% Copyright in left footer
\lfoot{978-0-7695-4134-1/10 \$26.00 \copyright2010 {IEEE}.}
%% Following page headers are empty
\pagestyle{empty}
%% First page headers as specified
\thispagestyle{fancy}