paper-ParallelPython-Short/main.tex

131 lines
2.9 KiB
TeX

\documentclass[sigconf]{acmart}
%\documentclass{vldb}
\usepackage[a-1b]{pdfx}
\usepackage{booktabs} % For formal tables
\usepackage{xspace}
\usepackage[utf8]{inputenc}
\usepackage{stmaryrd}
\usepackage{balance} % for \balance command ON LAST PAGE (only there!)
\usepackage{cleveref}
\usepackage{pifont}
\usepackage{todonotes}
\usepackage{setspace}
\usepackage{balance}
\usepackage[noend]{algpseudocode}
\usepackage{algorithm}
\usepackage{multirow}
\usepackage{colortbl}
\newcommand{\trimfigurespacing}{\vspace*{-5mm}}
\newcommand{\OK}[1]{\todo[backgroundcolor=blue!25]{\tiny \textbf{Oliver says:} #1}}
\newcommand{\BG}[1]{\todo[backgroundcolor=red!25]{\tiny \textbf{Boris says:} #1}}
\newcommand{\ND}[1]{\todo[backgroundcolor=green!25]{\tiny \textbf{Nachiket says:} #1}}
\definecolor{PineGreen}{HTML}{007B62}
\definecolor{Purple} {HTML}{99479B}
\definecolor{NavyBlue} {HTML}{006EB8}
\definecolor{BrickRed} {HTML}{B6321C}
\definecolor{Black} {HTML}{000000}
% \newcommand{\reva}[1]{\textcolor{Black}{#1}}
% \newcommand{\revb}[1]{\textcolor{Black}{#1}}
% \newcommand{\revc}[1]{\textcolor{Black}{#1}}
% \newcommand{\revm}[1]{\textcolor{Black}{#1}}
\input{preamble}
\newtheorem{example}{Example}
\newtheorem{definition}{Definition}
\newcommand{\systemname}{DAGBook\xspace}
\newcommand{\TheTitle}{\systemname: Parallel Execution with Partial Provenance}
\pagestyle{plain}
\AtBeginDocument{%
\providecommand\BibTeX{{%
\normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
\begin{document}
\fancyhead{}
\title{\TheTitle}
\author{Nachiket Deo}
\affiliation{%
\institution{University of Connecticut}
nachideo.em@gmail.com
}
\author{Boris Glavic}
\affiliation{%
\institution{Illinois Institute of Technology}
bglavic@iit.edu
}
\author{Oliver Kennedy}
\affiliation{%
\institution{University at Buffalo}
okennedy@buffalo.edu
}
% The default list of authors is too long for headers.
% \renewcommand{\shortauthors}{Spoth, Xie et al.}
%
% The code below should be generated by the tool at
% http://dl.acm.org/ccs.cfm
% Please copy and paste the code instead of the example below.
%
% \keywords{JSON Schemas, Independence, Markov Models}
\begin{abstract}
\input{sections/abstract.tex}
\end{abstract}
\maketitle
\section{Introduction}
\label{sec:introduction}
\input{sections/introduction.tex}
\section{\systemname}
\label{sec:system}
\input{sections/system}
\section{Task Isolation}
\label{sec:isolation}
\input{sections/isolation}
\section{Jupyter Import}
\label{sec:import}
\input{sections/import}
\section{Performance}
\label{sec:experiments}
\input{sections/experiments}
\section{Related Work}
\label{sec:related}
\input{sections/related}
\section{Conclusions}
\label{sec:conclusions}
\input{sections/conclusions}
\paragraph{Acknowledgements}
\label{sec:acknowledgements}
\input{sections/acknowledgements.tex}
\bibliographystyle{abbrv}
\balance
\bibliography{main}
\end{document}