Creating EDAS letters

For any publication, form letters for email and paper distribution have to be created by the database maintainer.

Each event may have an associated letter/email file name. The names of files consist of the event name, followed by a period, followed by au or ed for letters to authors and editors, respectively, and the following suffixes:
suffixuse
.tex LaTeX files for printed letters
.html HTML files for sending via email, translated to ASCII with lynx
.nroff nroff (ms macro set) files for sending via email, translated to ASCII with nroff
.txt plain text files for sending via email, formatted using the fmt utility
For example, the file Received_1.au.tex contains the LaTeX description of the letter to be created for the author after having received his paper in the first review cycle. Similarly, the file Assigned_1.ed.txt is sent to the editor by email after the assignment in the first review cycle. Some events have an action or outcome associated with it, which is appended to the event name with a hyphen. If several letters are the same, file system soft links may be used to conserve space.

Letters consist of the boilerplate text, interspersed with variable names. Variable names begin with a dollar sign. The following variables are defined:
publication the full name of the publication
year the current year (for conferences)
ead editor's mailing address (letters only)
ad author's mailing address (letters only)
The result of Tcl commands can also be substituted by enclosing them in brackets. For example,

  The paper by $[a au1] was received $[date Received] by $[e name].
might print as
  The paper by Galileo Galilei was received 04/08/94
  by Dr. Isaac Newton.
The opening and closing brackets must be in the same line. The values of fields are retrieved as commands; the command for the fields of the paper is a, for the editor it is e and for the editor-in-chief, eic. The field names can be modified and added to, but the standard set as used in the sample database is listed in the table below. The command date inserts the date of the given event, using the current cycle and editor name.
Standard fields for papers and editors
name record type description
ti a title of paper
au1 ... au5 a first through fifth author
name a, e, eic name used to address correspondence author
gr a, e, eic greeting for letter, email
ad1 ... ad5 a, e, eic address lines
country a, e, eic country of residence
email a, e, eic email address
phone a, e, eic phone number
fax a, e, eic fax number
file a file name of manuscript

Sample letters

Accepted.au.html
HTML template for email to author of accepted paper
Assigned_1.ed.txt
Nroff template Email to inform editor/reviewer of review assignment
Received_1.au.txt
Nroff template for Email to author informing him/her that the manuscript has been received
Rejected.au.html
HTML template for email to author of rejected paper
(For the HTML templates, look at the source.)


Last modified: August 25, 1996 by Henning Schulzrinne