paper.tex 1.84 KB
\input{./include/start.tex}

\def\theconference{IISWC'15}
\def\thetitle{\huge Energy-Performance Trade-offs on Energy-Constrained Devices
with Multi-Component DVFS}
\def\theauthors{Rizwana Begum, David Werner, Guru Prasad, Jerry Antony Ajay,
Geoffrey Challen, Mark Hempstead}
% 20 Apr 2015 : GWA : Change after paper is registered.
\def\thepapernumber{\#90}

\ifdefined\isdraft
  \usepackage{fancyhdr}
  \pagestyle{fancy}
  \renewcommand{\headrulewidth}{0pt}
  \lhead{}
  \chead{To appear at \theconference{}. Do not distribute.}
  \rhead{}
\else
\fi

\begin{document}

\date{}

\title{\thetitle\vspace*{-0.3in}}

\ifdefined\isdraft

\author{%
  \IEEEauthorblockN{Rizwana Begum, David Werner and Mark Hempstead}
  \IEEEauthorblockA{Drexel University\\
  {\rm \tt{\{rb639,daw77,mhempstead\}@drexel.edu}}}
  \and
  \IEEEauthorblockN{Guru Prasad, Jerry Antony Ajay and Geoffrey Challen}
  \IEEEauthorblockA{University at Buffalo\\
  {\rm \tt \{gurupras,jerryant,challen\}@buffalo.edu}}
}
\hypersetup{
  pdfinfo={
    Title={\thetitle},
    Author={\theauthors}
  },
}

\else
\author{\IEEEauthorblockN{Paper \thepapernumber}\vspace*{-0.1in}}

\hypersetup{
  pdfinfo={
    Title={\thetitle},
    Author={Paper \thepapernumber}
  },
}
\fi

\maketitle

\ifdefined\isblue
\begin{textblock}{1}(6.7,-0.5)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\fi

\input{abstract.tex}
\input{introduction.tex}
\input{inefficiency.tex}
\input{system_methodology.tex}
\input{inefficiency_speedup.tex}
\input{optimal_performance.tex}
\input{performance_clusters.tex}
\input{algorithm_implications.tex}
% 20 Apr 2015 : GWA : Add things here as needed.
\input{conclusions.tex}

% 23 Sep 2014 : GWA : TODO : Reenable before submission.

% \balance
{\scriptsize
  \bibliographystyle{IEEEtranS}
  \bibliography{references}
}

\end{document}