\documentclass[oneside,11pt]{book}


\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{url,epsfig, color}
\usepackage{verbatim}
\usepackage{multicol,afterpage,cite}

%\newcommand{\doctype}{Draft Report}<

\newcommand{\doctype}{}

\newcommand{\doctypeshort}{}
\newcommand{\doctitleshort}{Synergistic
  Challenges
  in Data-Intensive Science and Exascale Computing}
\newcommand{\doctitlelong}{Synergistic
  Challenges
  in Data-Intensive Science and Exascale Computing\\
\hspace{1in}\\
\hspace{1in}\\
\hspace{1in}\\
Summary Report of the Advanced Scientific Computing Advisory Committee
(ASCAC) Subcommittee\\
\hspace{1in}\\
\hspace{1in}\\
DRAFT VERSION --- DO NOT DISTRIBUTE
}
\newcommand{\docnumber}{}
%\newcommand{\docversion}13.0}
%\newcommand{\originaldate}{Sept. 28, 2007}
\newcommand{\modifieddate}{\today}

\newcommand{\fix}[1]{\textcolor{red}{\bf #1}}
\newcommand{\sigonly}{\mbox{\em signal-only}}
\newcommand{\waitonly}{\mbox{\em wait-only}}
\newcommand{\sigwait}{\mbox{\em signal-wait}}


\textwidth=6.5in \textheight=9.0in \oddsidemargin=0in \evensidemargin=0in
\topmargin=-.5in \headheight=0.3in \headsep=0.2in \footskip=0.2in
%%\topmargin=0in \headheight=0.5in \headsep=0.2in \footskip=0.2in
%\usepackage[dvipdfm]{graphicx}
\usepackage {amssymb}
\usepackage {amsmath}
\usepackage {amsthm}
\usepackage {graphicx}
\usepackage {verbatim}
\usepackage {longtable}
\usepackage {listings}
\usepackage {url}
\usepackage {wrapfig}
\usepackage {fancybox}
\usepackage {xcolor}
\usepackage {multirow}

\lstset{
    basicstyle=\small\ttfamily,
    escapechar = \@,
    frame=none,
    %language=matlab,
    showstringspaces=false,
    %framexleftmargin=0.25in,
    xleftmargin=0.25in,
    columns=flexible}

\usepackage{makeidx}
\makeindex

\usepackage{fancyhdr}
\pagestyle{fancy} \fancyhead{}

\chead {\doctitleshort}
%\rhead{Version \docversion}
%\rhead{Final Version}
\lfoot{\modifieddate}
\cfoot{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}

%added to increase depth of TOC
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{1}


\bibliographystyle{plain}

%% START OF CUSTOM LATEX COMMANDS FOR THIS REPORT
\newcommand{\REM}[1]{}

\def\ie{{\em i.e.,}}
\def\eg{{\em e.g.,}}
%% END OF CUSTOM LATEX COMMANDS FOR THIS REPORT

\begin{document}
\setcounter{page}{1}
\pagenumbering{roman}


\begin{titlepage}
\begin{center}
\vspace{2.0in}
%{\LARGE \bf \noindent \doctype}
\par {\LARGE \bf \noindent \doctitlelong}
\vspace{0.5in}
{\large \bf \noindent } \vskip 1in
\end{center}

%\vskip 1in

\end{titlepage}

% \newpage

% \begin{center}
% {\large \textbf{DISCLAIMER}}
% \end{center}
% \vspace{1cm}
% The material in this document reflects the thoughts and opinions of the
% participants only, and not those of any of the universities, corporations,
% or other institutions to which they are affiliated.

% The views, opinions, and/or findings contained in this article are
% those of the author(s) and should not be interpreted as representing the
% official policies, either expressed or implied, of the Department of
% Energy.

% {\em TODO: update disclaimer as appropriate.}

\newpage

\tableofcontents

\listoffigures

\listoftables


\newpage
\setcounter{page}{1} \pagenumbering{arabic} \rfoot{Page \thepage}

\input{ExecutiveSummary}
\input{Introduction}
\input{DataChallenges}
\input{DataAnalysis}
\input{HardwareImplications}
\input{OtherChallenges}
\input{CurrentRoadmaps}
\input{Findings}
\input{Recommendations}
\input{Conclusions}

\appendix
\chapter{Charge to Subcommittee}\label{sec:charge}
TODO: include copy of charge

\bibliography{report,edm,bibdbase,pfs}{}
\bibliographystyle{unsrt}
\end{document}
