a
Instructions for Authors
  • Final camera-ready paper submission (Click Here).

  • Only papers prepared in PDF format will be accepted.
    • Paper Size: US Letter format (8.5" x 11").
    • Paper Length: Maximum 8 pages, including figures, tables & references. Up to two additional pages will be permitted at the cost of USD150 per additional page.
    • Paper Formatting: double column, single spaced, 10pt font.
    • Margins: Left, Right, and Bottom: 0.75" (19mm). The top margin must be 0.75" in (19 mm), except for the title page where it must be 1" (25 mm).
    • File Size Limitation: 4MB.
    • Do not number your manuscript pages.
    • Note: Violations of any of the above paper specifications may result in rejection of your paper.

  • No double-blinded review is used, so the authors' names and affiliations should be listed in the paper.

  • At the final stage, IEEE requires that the PDF files submitted from the accepted papers are 100% IEEE Xplore compliant. Please make sure that you follow these helpful instructions on how to produce IEEE Xplore compliant PDF files.
    • Click here to download instructions from the IEEE (15 pages).
    • If you are a L A T E X user, use the document class file in this zip file. You can create an IEEE Xplore compliant PDF file by following two simple steps:

      1. Convert all figures included in your latex file so that they use embedded fonts (if this is not already the case). This can be done figure by figure by using the following command:

      eps2eps -dEmbedAllFonts=true figure_old.eps figure_new.eps

      If you are using bash as a shell, and want to convert all your figures at once without changing the filenames in your latex file -  open a shell, change to the directory where the eps figures reside and type (without line breaks):

      for I in `ls *eps`; do mv $I $I.OLD; eps2eps -dEmbedAllFonts=true $I.OLD
      $I; done

      2. Convert the dvi output of latex to pdf by using the following commands (you may have to use ps2pdf14 instead of ps2pdf):

      dvips -Pdownload35 -G0 -tletter -o paper.ps paper.dvi
      ps2pdf -dEmbedAllFonts=true paper.ps paper.pdf

    • If you are a Microsoft Office user, you can download the sample paper in US letter format.
    • If you do not see your options in the list above, click here to get more help on how to create IEEE Xplore compliant PDF files.

  • Please click here for a sample paper, which was created using the L A T E X file in this zip file. Your paper created should be similar to the sample paper.