Latex new style

master
Gokhan Kul 2017-07-30 22:45:22 -04:00
parent 825c394614
commit e1eeb83967
8 changed files with 11579 additions and 35 deletions

3478
ACM-Reference-Format.bst Executable file

File diff suppressed because it is too large Load Diff

2357
acmart.cls Executable file

File diff suppressed because it is too large Load Diff

5671
acmart.dtx Executable file

File diff suppressed because it is too large Load Diff

29
acmart.ins Executable file
View File

@ -0,0 +1,29 @@
%
% Doctrip file for acmart
% This file is in public domain
% $Id: acmart.ins,v 1.1 2015/11/23 22:42:55 boris Exp $
%
\def\batchfile{acmart.ins}
\input docstrip
\keepsilent
\showprogress
\askforoverwritefalse
\generate{%
\file{acmart.cls}{\from{acmart.dtx}{class}}}
\obeyspaces
\Msg{*****************************************************}%
\Msg{* Congratulations! You successfully generated the *}%
\Msg{* acmart package. *}%
\Msg{* *}%
\Msg{* Please move the file acmart.cls to where LaTeX *}%
\Msg{* files are stored in your system. The manual is *}%
\Msg{* acmart.pdf. *}%
\Msg{* *}%
\Msg{* The package is released under LPPL *}%
\Msg{* *}%
\Msg{* Happy TeXing! *}%
\Msg{*****************************************************}%

1
comment.cut Normal file
View File

@ -0,0 +1 @@
% TODO: For the submission, don't include acknowledgments since they would most likely deanonymize you.

View File

@ -1,35 +1,35 @@
\documentclass{sig-alternate-05-2015}
%\documentclass[sigconf, anonymous]{acmart}
\documentclass[sigconf]{acmart}
\input{preamble}
\newcommand{\sysname}{Ettu}
\newcommand{\featuresof}[1]{F_{#1}}
\newcommand{\digest}[1]{\texttt{digest}({#1})}
\newcommand{\listdigest}[1]{\texttt{digest}_{\ell}([{#1}])}
\newcommand{\bagdigest}[1]{\texttt{digest}_{b}(\{|{#1}|\})}
\newcommand{\setdigest}[1]{\texttt{digest}_{s}(\{{#1}\})}
\newcommand{\astof}[1]{\mathit{AST}_{#1}}
\newcommand{\occurof}[1]{O_{#1}}
\newcommand{\gen}[1]{\texttt{Gen}({#1})}
\setcopyright{acmcopyright}
\fancyhf{} % Remove fancy page headers
\fancyhead[C]{Anonymous submission \#9999 to a conference 2017} % TODO: replace 9999 with your paper number
\fancyfoot[C]{\thepage}
\title{PocketBench: \\ A Framework for Small Data Benchmark Design}
\setcopyright{none} % No copyright notice required for submissions
\acmConference[Anonymous Submission to a conference 2017]{A conference name}{Due some date}{Somewhere}
\acmYear{2017}
\settopmatter{printacmref=false, printccs=true, printfolios=true} % We want page numbers on submissions
\numberofauthors{1}
\author{
\alignauthor
Gokhan Kul, Gourab Mitra, Oliver Kennedy, Lukasz Ziarek\\
\affaddr{University at Buffalo, SUNY}\\
\email{\{gokhanku, gourabmi, okennedy, lziarek\}@buffalo.edu}
}
\toappear{}
%%\ccsPaper{9999} % TODO: replace with your paper number once obtained
\begin{document}
\maketitle
\title{PocketBench: \\A Framework for Small Data Benchmark Design}
\author{Gokhan Kul, Gourab Mitra, Oliver Kennedy, Lukasz Ziarek}
\affiliation{%
\institution{University at Buffalo, SUNY}
\city{Buffalo}
\state{New York}
}
\email{gokhanku, gourabmi, okennedy, lziarek@buffalo.edu}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -41,6 +41,8 @@ Gokhan Kul, Gourab Mitra, Oliver Kennedy, Lukasz Ziarek\\
\keywords{Benchmark, Database, Workload, Mobile Systems}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{INTRODUCTION}
\label{sec:intro} % \label{} allows reference to this section
@ -93,12 +95,10 @@ Gokhan Kul, Gourab Mitra, Oliver Kennedy, Lukasz Ziarek\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\textbf{Acknowledgments.} We would like to thank Dr. Oliver Kennedy and Dr. Lukasz Ziarek for their support and guidance for our project. We also would like to thank the CSE662 students for their helpful comments and suggestions.
\begin{acks}
% TODO: For the submission, don't include acknowledgments since they would most likely deanonymize you.
\end{acks}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% References %%%%%
{
\bibliography{paperGokhan,paperGourab} %>>>> bibliography data in report.bib
\bibliographystyle{unsrt} %>>>> makes bibtex use spiebib.bst
}
\bibliographystyle{ACM-Reference-Format}
\bibliography{paperGokhan,paperGourab}
\end{document}

View File

@ -7,13 +7,13 @@
\usepackage{algpseudocode}
\usepackage{textcomp}
\usepackage{listings}
\usepackage[usenames,dvipsnames]{xcolor}
%\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{subcaption}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{cite,color,xspace}
%\usepackage{cite,color,xspace}
\usepackage{latexsym}
\usepackage{cite}
%\usepackage{cite}
\usepackage{hyperref}
\usepackage{lipsum}
\usepackage[normalem]{ulem}
@ -41,7 +41,7 @@
\setlength\multicolsep{\topsep}
%%%%%% Standard Theorem Environments %%%%%%
\newtheorem{example}{Example}
%\newtheorem{example}{Example}
\newtheorem{scenario}{Scenario}
%%%%%%% Table styling %%%%%%
@ -61,6 +61,15 @@
\newcommand{\logicalOr}{\vee}
\newcommand{\Union}{\bigcup}
\newcommand{\Intersection}{\bigcap}
\newcommand{\sysname}{Ettu}
\newcommand{\featuresof}[1]{F_{#1}}
\newcommand{\digest}[1]{\texttt{digest}({#1})}
\newcommand{\listdigest}[1]{\texttt{digest}_{\ell}([{#1}])}
\newcommand{\bagdigest}[1]{\texttt{digest}_{b}(\{|{#1}|\})}
\newcommand{\setdigest}[1]{\texttt{digest}_{s}(\{{#1}\})}
\newcommand{\astof}[1]{\mathit{AST}_{#1}}
\newcommand{\occurof}[1]{O_{#1}}
\newcommand{\gen}[1]{\texttt{Gen}({#1})}
%%%%%% TODOs %%%%%%
\newcommand{\todo}[1]{\textcolor{red}{[[ #1 ]]}}

View File

@ -41,7 +41,6 @@ The older version of the dataset that includes a month's trace of SQLite activit
In our experiments regarding clustering, we used an Apple Macbook Pro with macOS Sierra operating system, 2.7 GHz Intel Core i5 processor, 8GB RAM, Java 1.8 SE Runtime Environment and R v3.3.2.
In our experiments regarding pattern matching, we used a Lenovo Thinkpad with Windows 10, 2.3 GHz Intel Core i5 processor, 8GB RAM, Java 1.8 SE Runtime Environment and R v3.3.1.
\todo{Update experiment environment}
\subsection{Clustering}