%
%
%\documentclass{acm_proc_article-sp}
\documentclass{elsart}

\RequirePackage{xspace}
\RequirePackage{alltt}
\usepackage{ifthen}
\usepackage{epsfig}

\begin{document}

\input macros.tex

\begin{frontmatter}

%
% --- Author Metadata here ---
%\conferenceinfo{WOODSTOCK}{'97 El Paso, Texas USA}
%\setpagenumber{50}
%\CopyrightYear{2002} % Allows default copyright year (2002) to be over-ridden - IF NEED BE.
%\crdata{0-12345-67-8/90/01}  % Allows default copyright data (X-XXXXX-XX-X/XX/XX) to be over-ridden.
% --- End of Author Metadata ---

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{Improving XPath Evaluation with Strategies}
%\subtitle{[Extended Abstract]
%\titlenote{A full version of this paper is available as
% \textit{Author's Guide to Preparing ACM SIG Proceedings Using
% \LaTeX$2_\epsilon$\ and BibTeX} at
% \texttt{www.acm.org/eaddress.htm}}}
%
% You need the command \numberofauthors to handle the "boxing"
% and alignment of the authors under the title, and to add
% a section for authors number 4 through n.
%
% Up to the first three authors are aligned under the title;
% use the \alignauthor commands below to handle those names
% and affiliations. Add names, affiliations, addresses for
% additional authors as the argument to \additionalauthors;
% these will be set for you without further effort on your
% part as the last section in the body of your article BEFORE
% References or any Appendices.

%% \numberofauthors{2}
%% %
%% % You can go ahead and credit authors number 4+ here;
%% % their names will appear in a section called
%% % "Additional Authors" just before the Appendices
%% % (if there are any) or Bibliography (if there
%% % aren't)

%% % Put no more than the first THREE authors in the \author command
%% \author{
%% %
%% % The command \alignauthor (no curly braces needed) should
%% % precede each author name, affiliation/snail-mail address and
%% % e-mail address. Additionally, tag each line of
%% % affiliation/address with \affaddr, and tag the
%% %% e-mail address with \email.
%% \alignauthor Jeffrey Palm\\
%%         \affaddr{Northeastern University}\\
%%         \affaddr{Boston, MA}\\
%%         \email{jpalm@ccs.neu.edu}
%% \alignauthor Karl J. Lieberherr\\
%%         \affaddr{Northeastern University}\\
%%         \affaddr{Boston, MA}\\
%%         \email{lieber@ccs.neu.edu}
%% }


\author{Karl J. Lieberherr~~~~}
\author{Jeffrey Palm}

\address{
Northeastern University\\
Boston, MA
}

\begin{abstract}
\input abstract.tex
\end{abstract}

\begin{keyword}
% keywords here, in the form: keyword \sep keyword
AspectJ \sep Demeter \sep pointcut designators \sep traversal strategies
% PACS codes here, in the form: \PACS code \sep code
\PACS 
\end{keyword}
\end{frontmatter}


%% \maketitle
%% \begin{abstract}
%% \input abstract.tex
%% \end{abstract}

%% \input macros.tex

%TODO
% A category with the (minimum) three required fields
%\category{H.4}{Information Systems Applications}{Miscellaneous}
%A category including the fourth, optional field follows...
%\category{D.2.8}{Software Engineering}{Metrics}[complexity measures, performance measures]

%% \terms{Logical optimization for schema-based XPath evaluation, optimal XPath evaluation,
%% Adaptive Programming, meta-information-guided search.
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%% Comment this out before we submit
%% \footnote{ \today}
%% \pagenumbering{arabic}
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% }

%\keywords{TODO} % NOT required for Proceedings

\section{Introduction}
\input intro.tex

\section{Definitions}
\input definitions.tex

\section{Example}
\input example.tex

\section{Translation}
\input translation.tex

\section{Main Results}
\input results.tex

%% \section{Applications}
%% \input applications.tex

\section{Discussion}
\input discussion.tex

\section{Related Work}
\input relatedwork.tex

\section{Conclusions and Future Work}
\input conclusions.tex

%%%%%%%%%%%%%%%%%%%% semantics %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% \section{Graph Structure and Selector Language}
%% \input semantics-pengcheng.tex

\section{Acknowledgments}
TODO

\bibliographystyle{abbrv}
\bibliography{bib}

\end{document}

