\documentclass[runningheads]{llncs}
%In order to omit page numbers and running heads
%please use the following line instead of the first command line:
%\documentclass{llncs}.
%Furthermore change the line \pagestyle{headings} to
%\pagestyle{empty}.

\usepackage{psfig}
\usepackage{graphicx}
\usepackage{url}

\begin{document}

\pagestyle{headings}

\mainmatter

\title{An Interactive Visualization Method for \\
       Integrating Digital Elevation Models and \\
       Geographic Information Systems Vector Layers}
%\author{Blind Review Author(s)}
%\institute{Blind Review Institution(s)}

%\begin{center}
%{Jeffery A. Stuart$^{1,2}$, Joseph R. Jaquish$^{1,2}$, \\
%        Scott D. Bassett$^2$, Frederick C. Harris Jr.$^{1,2}$, William R. Sherman$^2$}
%\end{center}
\author{J. Stuart, J. Jaquish, \\
        S. Bassett, F. Harris, W. Sherman}
\institute{Department of Computer Science and Engineering \\
           University of Nevada, Reno, Reno, NV, 89557    \\
           \hspace{0.1in}                                 \\
           Desert Research Institute, Reno, NV, 89510 }

\titlerunning{Lecture Notes in Computer Science}

\maketitle

\begin{abstract}
  \input{abstract.tex}
  \\
  \\
  {\bf Keywords: } DEM, GIS layers, Visualization
\end{abstract}

\section{Introduction}\label{sec:intro}
  \input{sec1.tex}
\section{Background}\label{sec:background}
  \input{sec2.tex}
\section{Proposed Methods}\label{sec:prop_meth}
  \input{sec3.tex}
\section{Results}\label{sec:results}
  \input{sec4.tex}
\section{Conclusions}\label{sec:conclusions}
  \input{sec5.tex}
\section{Future Work}\label{sec:future_work}
  \input{sec6.tex}

\bibliographystyle{splncs}
\bibliography{paper}

\end{document}
