-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
70 lines (51 loc) · 1.92 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is the template for submission to ISCA 2019
% The cls file is a modified from 'sig-alternate.cls'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{sig-alternate}
\usepackage{mathptmx} % This is Times font
\newcommand{\ignore}[1]{}
\usepackage{fancyhdr}
\usepackage[normalem]{ulem}
\usepackage[hyphens]{url}
\usepackage{microtype}
% addtional packages
\usepackage{todonotes}
% Always include hyperref last
\usepackage[bookmarks=true,breaklinks=true,letterpaper=true,colorlinks,linkcolor=black,citecolor=blue,urlcolor=black]{hyperref}
% Ensure letter paper
\pdfpagewidth=8.5in
\pdfpageheight=11in
%%%%%%%%%%%---SETME-----%%%%%%%%%%%%%
\newcommand{\iscasubmissionnumber}{NaN}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\fancypagestyle{firstpage}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[C]{\normalsize{ISCA 2020 Submission
\textbf{\#\iscasubmissionnumber} \\ Confidential Draft: DO NOT DISTRIBUTE}}
\fancyfoot[C]{\thepage}
}
\pagenumbering{arabic}
%%%%%%%%%%%---SETME-----%%%%%%%%%%%%%
\title{Processing-in-Memory for Genome Analysis: A Heterogeneous Approach}
\author{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\thispagestyle{firstpage}
\pagestyle{plain}
\begin{abstract}
This document is intended to serve as a sample for submissions to ISCA 2019. We provide some guidelines that authors should follow when submitting papers to the conference. In an effort to respect the efforts of reviewers and in the interest of fairness to all prospective authors, we request that all submissions follow the formatting and submission rules detailed below.
\end{abstract}
\input{tex/1-introduction.tex}
\input{tex/2-background.tex}
%\section{INTRODUCTION}
%\newpage
\clearpage
%%%%%%% -- PAPER CONTENT ENDS -- %%%%%%%%
%%%%%%%%% -- BIB STYLE AND FILE -- %%%%%%%%
\bibliographystyle{ieeetr}
\bibliography{ref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}