How to Give a Talk
One who wants to give a talk at a session must send an e-mail to a session organizer, informing 1) title of the talk, 2) name(s) of the talk presenter(s), and 3) an abstract of the talk. The proposal will be reviewed by the session organizer(s), and the organizer(s) will decide the acceptance soon.

If the proposal is accepted, the presenter(s) must submit an abstract of the talk (11pt, 1/4 - 1/2 page of A4 paper, written in Latex) to the session organizer. See the below requirement for the submission and the Latex format.

(The session organizer should gather and send a set of abstracts in a required format to Dr. Shirayanagi (shirayan@theory.brl.ntt.co.jp), the Editor of Abstracts of Presentations, by June 30, 2005.)

*** Deadline of Talk Proposal : June 01, 2005.
*** Deadline of Talk Abstract : June 15, 2005.


Submission of Abstract
Abstract should be submitted by email as LaTex file. Please use the
following Tex templete. The abstract should be sent as the main body
of your email and "abstract" ahould be typed in the subject.

% ACA 2005 abstract template
% Please send to your session organizers first.
% The organizers will gather the accepted (and if necessary refined)
% abstracts and then send to shirayan@theory.brl.ntt.co.jp.
%%
\documentstyle[11pt]{article}
% THIS IS THE LATEX TEMPLATE FOR THE
% ABSTRACTS FOR ACA 2005. ABSTRACTS SUBMITTED
% WITH THIS TEMPLATE WILL BE PRINTED IN THE
% BOOKLET WHICH WILL BE AVAILABLE AT
% THE BEGINNING OF ACA 2005.

\begin{document}
% INSERT YOUR TITLE BETWEEN THE {} BELOW
\title{Title of Contribution to ACA 2005}
% INSERT AUTHORS AND ADDRESSES BELOW
\author{Author(s)\\
lab\\
institution \\
city, country\\}
% DO NOT PUT ANYTHING FOR THE DATE.
% DO NOT MODIFY THE FOLLOWING THREE LINES.
\date{}
\maketitle
\thispagestyle{empty}
\begin{abstract}
% INSERT ABSTRACT HERE ABOUT 1/2 OR 1/4 PAGES IN
% A4 PAPER.
% IF NECESSARY, YOU CAN INCLUDE REFERENCES (BUT
% NOT MANY).
\end{abstract}
\end{document}