Information about Electronic Submissions for ALENEX '07

Written originally by Samuel A. Rebelsky and updated by Christian Scheideler.
Last modified June 02, 2006 by Gerth S. Brodal

Contact information

The contact person for this conference is

You may contact this person with questions about the electronic submissions process when other avenues fail.

This person is a volunteer, so please only contact him/her for problems not handled by the submissions server or this document. Do not contact the conference chair or program committee chair, as they do not have any control over the electronic submission process (other than to set guidelines).

Please do not ask the contact person to help you with system-specific problems, such as those with LaTeX, PostScript(tm), or your mailer. Such questions are best addressed to your system administrator or support staff.


Caveats

This is a working document describing the electronic submission procedure for ALENEX '07. The procedures and policies described herein may change slightly as we encounter problems or develop new solutions. (Yes, the software has been used for a number of prior conferences, but it's gone through a recent update, and it's maintained informally by unpaid, overworked, researchers.)

Make sure that you ONLY send emails in PLAIN TEXT format. Emails in HTML or other formats will confuse the submission system. We recommend that you use the system at least one week in advance of the conference so that we can notify you of any problems/changes. There is no penalty for registering a submission that you do not send, nor for submitting and then withdrawing.


Contents


Summary of Steps

The basic steps in electronic mail submission are as follows. These steps are discussed further in the section entitled Submitting via email.

  1. Generate a PostScript version of your paper formatted for US Letter paper (8.5 x 11 inches).
  2. Send a REGISTER message to the server. The server returns a name to use for your submission.
  3. Send a SUBMIT message with your PostScript submission attached. The server returns information about the success of the submission.
  4. In order to revise your submission, just send another SUBMIT message with the revised version. (This must be done before the submission deadline.) The server returns information about the success of the revision. There is no limit on the number of revisions.

Details about the commands can be found below, in the section entitled Submitting via Email.


Recent Changes and Notes

Many of you have used a variant of this server for past conferences (FOCS, STOC, SODA, etc.). However, we've recently made some changes that you might want to note.


Introduction

SIGACT has appointed an Electronic Publishing Board to investigate and develop guidelines and mechanisms for electronic submission and dissemination of STOC and FOCS proceedings and other SIGACT and theoretical publications.

The electronic submission process is an experiment and, as such, is not expected to work perfectly (yes, even after several years). While the current policies, as detailed in the following paragraphs, are relatively finalized, we expect to make some further changes. If you have comments on the policies, feel free to send electronic mail to epubs@hercule.csci.unt.edu (the SIGACT Electronic Publishing board). Questions about electronic submissions should be directed to gerth@daimi.au.dk.


Basic Policies

For this year, we will accept papers in PostScript(tm) and PDF format via electronic mail. We will not accept submissions via ftp. All electronic submissions must be in printable PostScript(tm) or PDF form and arrive by September 28, 2006, 23:59 PDT.

Unprintable and late submissions will be rejected. Submissions formatted for paper size other than 8.5 x 11 inch paper (US Letter), or with pages in nonascending order, also risk rejection without consideration of their merits. The committee accepts no responsibility for errors due to problems with the system, although we will do our best to make sure that no such problems occur. We request that you submit your paper as early as possible.

You may revise or withdraw your paper after submitting it. However, revisions must be received by the deadline. Withdrawals before the deadline can be done using the electronic submissions system. Withdrawals after the deadline will need to be arranged through the program committee.

Because of copyright restrictions, we request that authors only use standard LaserWriter fonts (e.g., Times, Helvetica, Symbol) or public domain fonts (e.g., the Computer Modern Fonts) in their preliminary submissions. For final submissions, it should be possible to use copyrighted fonts.


Submitting via Electronic Mail

To submit via electronic mail, send electronic mail to alenex07@sigact.cs.unlv.edu with one of the following subjects. The submission server will send you a reply indicating the disposition of your request.

Note that, due to recent changes to the server, the server will return slightly different messages for some of these commands.

HELP

Request help on the electronic submission process. You will receive this document (or a variant) in response.

REGISTER

Inform the server that you plan to submit a paper electronically.

The body of a REGISTER message should take the form

authors: "and"-separated list of authors
title: title of document
contact: e-mail address
abstract: place your abstract here

Please add an abstract to your registration to simplify the job of the program committee to assign submissions to committee members. The abstract will not be used later in the review process. So don't worry if the abstract of your final submission deviates from the abstract you submitted when you registered. In an emergency, you can still withdraw your paper and reregister it.

For example,

% mail alenex07@sigact.cs.unlv.edu
Subject: REGISTER
authors: Theorist T. Theoretician
title: Random Sampling
contact: theorist@theory.edu
abstract:
This paper is about random sampling.
^D

The server will return a name to use to refer to your submission (called the filename or key in the sections below).

From: alenex07@sigact.cs.unlv.edu Thu Sep  8 19:18:41 1994
To: theorist@theory.edu
Subject: REGISTER

You should use the file name "theorist.1234.ps" for submitting the
following paper:
  authors: Theorist T. Theoretician
  title: Random Sampling
  contact: theorist@theory.edu
  abstract:
  
This paper is about random sampling.

SUBMIT filename

Submit (or revise) a paper. The Postcript(tm) or PDF file of the submission can be either stored in the body of the message or attached to the message. The server will acknowledge the submission. The acknowledgement will include an MD5-generated receipt for the submission, as well as basic information on the file so that you can verify that it arrived "safely". The basic information includes sizes (in bytes), checksum, first and last ten lines of the file.

For example,

% mail alenex07@sigact.cs.unlv.edu
Subject: SUBMIT theorist.1234.ps
insert postscript file into main body of message
^D

From: alenex07@sigact.cs.unlv.edu Thu Sep  8 19:18:41 1994
To: theorist@theory.edu
Subject: Submission of theorist.1234.ps received.

Your paper with key theorist.1234.ps was received on Sep  8 19:27.
  It is 404918 bytes long.  
  Its checksum is 23036.
  The receipt is: abcba4232hgada43232323
  
It does not seem to generate any PostScript(tm) errors.

The first ten lines of your file are:
...

The last ten lines of your file are:
...

WITHDRAW filename

Withdraw a previously submitted paper. The server will confirm this withdrawal with the contact person for the paper.

For example,

% mail alenex07@sigact.cs.unlv.edu
Subject: WITHDRAW theorist.1234.ps
^D


From: alenex07@sigact.cs.unlv.edu Thu Sep  8 19:18:41 1994
To: theorist@theory.edu
Subject: theorist.1234.ps withdrawn.

Your ALENEX '07 submission with key
  theorist.1234.ps
was withdrawn on
  Thu Sep  8 19:43:33 EDT 1994

Please send electronic mail to Gerth S. Brodal if you
did not withdraw your paper.

STATUS filename

Check on the status of an electronic submission. This status refers only to its existence and printability, not to it's status in the refereeing process.

For example,

% mail alenex07@sigact.cs.unlv.edu
Subject: STATUS theorist.1234.ps
^D

From: alenex07@sigact.cs.unlv.edu Thu Sep  8 19:18:41 1994
To: theorist@theory.edu
Subject: STATUS theorist.1234.ps

Information on paper with
  key: theorist.1234.ps
  authors: Theorist T. Theoretician
  title: Random Sampling
  contact: theorist@theory.edu
  receipt: abcba4232hgada43232323
  
  It is 404918 bytes long.  
  Its checksum is 23036.
  
It does not seem to generate any PostScript(tm) errors.

The first ten lines of your file are:
...

The last ten lines of your file are:
...

Security and Encryption

As with the hardcopy submission process, copies of electronically-submitted papers will only be read by members of the program committee and selected reviewers.

We do not plan to include a mechanism for encryption/decryption of submissions to ALENEX '07. The primary reason for this decision is that the SIGACT community is honorable. Additionally, it is unlikely that we can provide sufficiently general cross-platform software that will not hinder the refereeing process.


The SIGACT Electronic Publishing Board

Committee Membership

More Information

The board maintains a WWW page and can be contacted via e-mail at epubs@hercule.csci.unt.edu.


PostScript is a registered trademark of Adobe Systems Incorporated. FrameMaker is a registered trademark of Frame Technology Corporation.