Instructions for EAS

To submit your abstract, go to the submission site. Choose the appropriate values from the drop-down boxes, then use the browser to upload the file (or cut and paste) you previously prepared. Then submit your abstract and follow the instructions on the succeeding pages. Besides the template, we have several other aids to help make the submission process as painless as possible. During the submittal process you can see how your abstract will appear in the Abstract Book, even if you are unable to compile it locally (see below). On our web site we provide two helpful pages. One (LaTeX Help page) shows how to construct the common special symbols that appear in Symposium abstracts. The other page (view Example Abstracts) gives several example LaTeX files and a picture of how each will appear.

If you want to compile and view your abstract locally, you will need the style file, mss.sty. It uses LaTeX-2e specific code and therefore will not run under older compilers. Correspondingly mss.sty interprets a number of command lines in the template, e.g., \title, \address, etc. For those of you with the older compilers, avoid difficulties by previewing your abstract text with your own compiler, then just follow a "fill-in-the-blank" approach with the command lines in the template that your compiler does not support. The completed abstract should be acceptable when it is processed by the LaTeX-2e compiler here. It's appearance can be viewed during the submission process (see above) before it is finalized.

DO NOT resubmit your abstract or a "revised" copy electronically. DO NOT send us an additional paper copy. Either action could result in your abstract being included twice in the program. (If you have questions, email those questions to mss@www.asc.ohio-state.edu/miller.104/molspect/ referring to the abstract's p-number if it has been submitted.)

Please note that we can only handle one format for electronic submission. LaTeX was chosen because of its support by several American professional societies and widespread use in the worldwide scientific community.

ABSTRACT DIMENSIONS: The dimensions of the abstract must be no more than width - 6.75in (17.1cm), height - 4.25in (10.8cm). Dimensions bigger than this will be rejected by the compiler as too big or 2 pages.

In the following template, replace strings of upper case characters, ie. AUTHOR ADDRESS, with information appropriate to the content of your abstract. SEE NOTE 3 FOR CAPITALIZATION RULES ON TITLES AND AUTHORS. SEE LaTeX Help IF YOU WISH TO USE NON-ENGLISH CHARACTERS IN YOUR NAMES AND/OR ADDRESSES. Please refer to the example abstracts for clarification. (Note that lines beginning with % are "comments" and not processed by LaTeX.)

% ------  begin electronic abstract submission template -----
% ------  Version 2.0 last modified on Tues Jan 2005  -----
\documentclass{article}
\usepackage{mss}

\comment{COMMENT TEXT}

\title{TITLE OF YOUR ABSTRACT}
\author{\underline{FULL NAME OF SPEAKER}, OTHER AUTHOR(S)}
\address{AUTHOR ADDRESS}
\author {FULL NAME OF AUTHOR FROM OTHER LOCATION}
\address{ADDRESS OF AUTHOR FROM OTHER LOCATION}

\begin{document}
\maketitle

TEXT OF YOUR ABSTRACT

\end{document}
% ------   end  electronic abstract submission template ------

The above template has multiple sections, each of which require some explanation which is given below.

1. The lines with the LaTeX-2e commands 'documentclass' and 'usepackage' specify the style your printed abstract will have. If you want to preview your abstract locally you must place the style file where your LaTeX compiler can find it (typically in the same directory as your abstract file) before processing. A template of abstract style file and the abstract template itself are available through a link on the abstract submission site. If possible you are encouraged to view or print your abstract locally before submission.

2. The comment line allows any special message that you require to be passed to the Symposium organizers. It will not be printed, but may contain information about your abstract. It will be read before the talks are scheduled. This is where you should note if you want your talk to be considered for the Rao Prize competition.

3. Category and time preference are now specified by drop down boxes in the web form (rather than as explicit commands previously in the abstract body). This year's categories are:

    Categories:
         1. Theory
         2. Electronic (UV/VIS/NIR)
         3. Infrared/Raman (Vibrational)
         4. Microwave (Rotational)
         5. Matrix/Condensed Phase
         6. Radicals and Ions
         7. Atmospheric Species
         8. Astronomical Species and Processes
         9. Dynamics
        10. Mini-symposium: Spectroscopy Tests of Fundamental Physics
        11. Mini-symposium: Spectroscopy of Planetary Atmospheres
	12. Mini-symposium: Theory and Spectroscopy
	UNKNOWN. No Preference


4. The next section specifies the title and author/address list. Please note that special capitalization rules must be followed in these entries so that all titles and author lines appear uniform in the program. The title and the authors' name (but not the addresses) should be ALL CAPITALS, with the exception of special symbols, e.g., Ca, Al, (a designation of first excited state of different multiplicity from the ground state), etc. in the titles and special names like McKELLAR, McCOY, the conjunction "and" before the last of a series of authors, etc. PLEASE NOTE THAT THE COMPUTER WILL CHECK TO SEE WHETHER THESE CONVENTIONS ARE OBEYED AND REJECT ABSTRACTS THAT ARE NON-CONFORMING. In the title and author/address list, the inserted text may span more than one line. The author and address lines are paired. A given author line may contain more than one name, but all must be associated with the same address. An author at another institution requires both another author line and an address line. As many paired author/address lines may be entered as needed. The authors will be displayed on the printed abstract in the order entered. Only the name of the author presenting the paper should be underlined. If you do not need all the author and address lines in the template, delete the unused ones or your abstract will be mis-formatted. Conversely, additional author and address lines may be added as needed.

IF YOUR LAST NAME ENDS IN JR. (e.g., Knight, Jr.) ENTER YOUR LAST NAME AS "KNIGHT, JR." (This will make your name sort correctly in the Author Index.)

For LASTNAME III, do not put any punctuation between the last name and III.

5. After the LaTeX command lines "\begin{document}", and "\maketitle", the body of the abstract should be entered. It can take advantage of all the special symbols, and control (superscripts, subscripts, etc.) available in LaTeX documents, but may be a simple text only. Examples of such material are available on either our web site. A single example will be found at the end of this document.

6. The last line "\end{document}" completes the document, and is not to be changed.

7. SUBMITTING ABSTRACTS WITH FIGURES -- Inclusion of graphics, e.g., figures in abstracts, is becoming more popular. Our compiler supports 3 packages to make it easier to include graphics. They are eps, graphics, and wrapfig, which respectively allow the inclusion of encapsulated postscript (eps) files, postscript (ps) files, and to wrap text about a figure. You may view an example of an abstract including a figure by referring to abstract example 6. Please note that all abstracts must end with at least one line of text (not graphics); otherwise they cannot be processed correctly by the algorithm that produces the spacing in the abstract book.

8. Some important DON'Ts to remember.

DO NOT copy special characters from Word (or any other platform you may be using) They won't translate into latex.

DO NOT use "\parwidth" environment to insert a figure.

DO NOT (under any circumstances) add definitions

DO NOT put \thanks{} in the title (do it as a \footnote{} in the title)

DO NOT put superscripts in "\address{}"

DO NOT put superscripts in "\author{}".

If you need to put a note, such as "present address", next to an author, use \thanks{}.
In other words, use \footnote in the title and \thanks{} in the author or address.

Please note that we can only handle one form of document for electronic submission, and that LaTeX was chosen for its support by several American professional societies and widespread use by the worldwide scientific community.

For those who are interested in learning more about LaTeX the following resources are available:

  1. Leslie Lamport. LaTeX - A Document Preparation System -
     User's Guide and Reference Manual. 2nd edition
     Addison-Wesley, Reading, 1994.
  2. Michel Goossens, Frank Mittelbach and Alexander Samarin.
     The LaTeX Companion. Addison-Wesley, Reading, 1994.
  3. Helmut Kopka and Patrick W. Daly,
     A Guide to LaTeX2e: Document Preparation for Beginners and
     Avanced Users, 2nd Edition Addison-Wesley, 1995. ISBN:
     0-201-42777-X


Below is the LaTeX text that will produce the sample abstract in the paper version of the Symposium flyer. The resulting abstract is also viewable on our web site as example abstract 0.

% ------  begin electronic abstract submission example -----
% ------        Symposium flyer example abstract       -----
\documentclass{article}
\usepackage{mss}

\comment{Please schedule this paper immediately after the one by
the same authors entitled "Bromine and Iodine Spectra ..."}

\title{OBSERVATION AND ANALYSIS OF ION-PAIR TRANSITIONS OF I$_2$
  COOLED IN A SUPERSONIC  FREE-JET EXPANSION}

\author{J.~TELLINGHUISEN}
\address{Department of Chemistry, Vanderbilt University, Nashville,
  TN~37235}
\author{\underline{X.~ZHENG}, F.~FEI, and M.~C.~HEAVEN}
\address{Department of Chemistry, Emory University, Atlanta,
  GA~30322}

\begin{document}
\maketitle

The $A^{\prime }$ state of I$_2$ was observed for the first time in a
free-jet expansion, where it was prepared by ArF laser excitation of
I$_2$/Ar mixtures close to the nozzle \footnote{J.~Tellinghuisen,
  S.~Fei, X.~Zheng, and M.~C.~Heaven, Chem.~Phys.~Lett. 176, 373
  (1991).}. Twenty-seven bands in the v$^{\prime \prime }=0$
progression of the $D^{\prime }-A^{\prime }$ transition were studied
by laser excitation spectroscopy, leading to the following improved
constants (cm$^{-1}$) for the $A^{\prime }$ and $D^{\prime }$ states:

\vspace{1em}

\begin{tabular}{r@{ = }l@{ }r@{ = }l@{ }r@{ = }l}
$B_0^{\prime \prime }$ & $0.028054$, &
$B_e^{\prime }$        & $0.020526$, &
$\alpha_e^{\prime }$   & $5.3\times 10^{-5}$, \\
$\omega _e^{\prime }$    & $103.953$, &
$\omega _ex_e^{\prime }$ & $0.2097$, &
$\omega_ey_e^{\prime }$  & $2.687\times 10^{-4}$.
\end{tabular}

\vspace{1em}

Many bands of the $\beta -A$ transition have also been observed. These
originate from $A$, $v^{\prime \prime }=0$, and terminate on levels with $%
25\leq v^{\prime }\leq 68$ of the $\beta $ state. Full analyses of both band
systems will be presented.

\end{document}
% ------   end  electronic abstract submission example -----

Back To Molecular Spectroscopy Symposium Home Page

Last modified on January 2012