paper-BagRelationalPDBsAreHard/main.tex

197 lines
3.8 KiB
TeX
Raw Normal View History

2019-05-14 13:46:35 -04:00
\documentclass[sigconf]{acmart}
\usepackage{algpseudocode}
\usepackage{algorithm}
\usepackage{tikz}
2020-09-11 21:48:28 -04:00
\usepackage{tikz-qtree}
2019-07-15 15:37:20 -04:00
2019-05-14 13:46:35 -04:00
\usepackage{comment}
\usepackage{amsmath}
2020-06-26 17:27:52 -04:00
% \usepackage{amssymb}
%\let\proof\relax
2020-04-16 10:39:52 -04:00
%
2020-04-17 14:12:31 -04:00
2020-04-16 10:39:52 -04:00
\let\endproof\relax
2019-05-14 13:46:35 -04:00
\usepackage{amsthm}
\usepackage{mathtools}
\usepackage{etoolbox}
2019-06-07 15:38:01 -04:00
\usepackage{xstring} %for conditionals in \newcommand
2019-05-14 13:46:35 -04:00
\usepackage{stmaryrd}
\usepackage[normalem]{ulem}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{todonotes}
\usepackage{graphicx}
\usepackage{listings}
%%%%%%%%%% SQL + proveannce listing settings
\lstdefinestyle{psql}
{
tabsize=2,
basicstyle=\small\upshape\ttfamily,
language=SQL,
morekeywords={PROVENANCE,BASERELATION,INFLUENCE,COPY,ON,TRANSPROV,TRANSSQL,TRANSXML,CONTRIBUTION,COMPLETE,TRANSITIVE,NONTRANSITIVE,EXPLAIN,SQLTEXT,GRAPH,IS,ANNOT,THIS,XSLT,MAPPROV,cxpath,OF,TRANSACTION,SERIALIZABLE,COMMITTED,INSERT,INTO,WITH,SCN,UPDATED,LENS,SCHEMA_MATCHING,string,WINDOW,max,OVER,PARTITION,FIRST_VALUE,WITH},
extendedchars=false,
keywordstyle=\bfseries,
mathescape=true,
escapechar=@,
sensitive=true
}
\lstset{style=psql}
%%%%%%%%%%%%%%%%%%BORROWED FROM UADB paper^-----
2019-05-14 13:46:35 -04:00
\usepackage{fancyvrb}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{braket}
\usepackage[inline]{enumitem}
\usepackage{xspace}
\usepackage{hyperref}
\usepackage{url}
\usepackage{cleveref}
% \usepackage{bbold}
\graphicspath{ {figures/} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{macros}
% Copyright
\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
% \setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\acmDOI{10.475/123_4}
% ISBN
\acmISBN{123-4567-24-567/08/06}
%Conference
\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El
Paso, Texas USA}
\acmYear{1997}
\copyrightyear{2016}
\acmArticle{4}
\acmPrice{15.00}
%%%%%%%%%%%%%%%%%%%%
% \textbullet Modelling Uncertainty as Attribute-level Taints and its Relationship to Provenance}
2020-12-17 22:00:32 -05:00
\title{Standard Operating Procedure in PDBs Considered Harmful}
\subtitle{(for bags)}
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%
\author{Su Feng}
2019-05-14 13:46:35 -04:00
% \orcid{1234-5678-9012}
\affiliation{%
\institution{Illinois Institute of Technology}
2019-05-14 13:46:35 -04:00
}
\email{sfeng14@hawk.iit.edu}
2019-05-14 13:46:35 -04:00
\author{Boris Glavic}
2019-05-14 13:46:35 -04:00
% \orcid{1234-5678-9012}
\affiliation{%
\institution{Illinois Institute of Technology}
}
\email{bglavic@iit.edu}
2019-05-14 13:46:35 -04:00
\author{Aaron Huber}
2019-05-14 13:46:35 -04:00
% \orcid{1234-5678-9012}
\affiliation{%
\institution{University at Buffalo}
}
\email{ahuber@buffalo.edu}
2019-05-14 13:46:35 -04:00
\author{Oliver Kennedy}
2019-05-14 13:46:35 -04:00
% \orcid{1234-5678-9012}
\affiliation{%
\institution{University at Buffalo}
2019-05-14 13:46:35 -04:00
}
\email{okennedy@buffalo.edu}
2019-05-14 13:46:35 -04:00
\author{Atri Rudra}
2019-05-14 13:46:35 -04:00
% \orcid{1234-5678-9012}
\affiliation{%
\institution{University at Buffalo}
}
\email{atri@buffalo.edu}
2020-12-19 01:15:50 -05:00
\pagestyle{plain}
2019-05-14 13:46:35 -04:00
\begin{document}
2020-12-04 13:14:12 -05:00
\input{abstract}
2019-05-14 13:46:35 -04:00
\lstset{language=sql}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TECH REPORT TITLE PAGE
%\input{tr/techreport_page.tex}
\maketitle
2020-12-11 19:50:53 -05:00
%%%%%%%%%%%%%%%%%%%%
2019-05-14 13:46:35 -04:00
%\input{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{prob_def}
%\input{notation}
%\input{analysis}
%\input{est_bounds}
%\input{combining}
%
%\input{instantiation}
%\input{hash_const}
%\input{exact}
%\input{var_estj}
%\input{pos}
%\input{sop}
%\input{davidscheme}
2020-12-04 13:14:12 -05:00
2020-11-16 12:10:35 -05:00
\input{intro}
\input{ra-to-poly}
2020-12-14 00:30:09 -05:00
%\input{poly-form}
2020-12-04 13:14:12 -05:00
\input{mult_distinct_p}
\input{single_p}
2020-12-17 16:40:48 -05:00
%\input{lin_sys}
\input{approx_alg}
2020-12-11 20:29:15 -05:00
% \input{bi_cancellation}
2020-12-14 23:21:03 -05:00
\input{circuits-model-runtime}
2020-12-11 20:29:15 -05:00
\input{related-work}
\input{conclusions}
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-07-16 21:41:43 -04:00
\bibliographystyle{plain}
2020-12-19 01:19:27 -05:00
\bibliography{main}
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% APPENDIX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-12-13 21:53:22 -05:00
\clearpage
\appendix
\normalsize
\input{hardness-app}
2019-05-14 13:46:35 -04:00
% \input{glossary.tex}
% \input{addproofappendix.tex}
\end{document}