1: \documentclass{sig-alt-full}
2:
3: %\usepackage{lingl-thesis-template}
4: % American letter size:
5: %\textwidth6.5in \textheight9in \oddsidemargin 0pt \evensidemargin 0pt
6: %\topmargin -47pt
7:
8: %\usepackage{times}
9: \input{local}
10:
11: \begin{document}
12:
13: \newif\iffull
14: \fulltrue
15: %\fullfalse
16:
17: \newif\ifproc
18: %\proctrue
19: \procfalse
20:
21: \conferenceinfo{SPAA'07,} {June 9--11, 2007, San Diego, California, USA.}
22: \CopyrightYear{2007}
23: \crdata{978-1-59593-667-7/07/0006}
24:
25: %\begin{titlepage}
26:
27: \title{Approximation Algorithms for Multiprocessor Scheduling under
28: Uncertainty}
29: \ifproc
30: \subtitle{[Extended Abstract]}
31: \fi
32:
33: \numberofauthors{2}
34: \author{
35: \alignauthor
36: Guolong Lin\titlenote{Part of this work was done when the author was
37: at Northeastern University.} \\
38: \affaddr{Akamai Technologies} \\
39: \affaddr{8 Cambridge Center, Cambridge, MA 02142} \\
40: \email{glin@akamai.com}
41: \alignauthor
42: Rajmohan Rajaraman \\
43: \affaddr{College of Computer and Information Science} \\
44: \affaddr{Northeastern University, Boston MA 02115} \\
45: \email{rraj@ccs.neu.edu}
46: }
47:
48: \maketitle
49: % \thispagestyle{empty}
50:
51: %=========================================================================
52: % Abstract
53: %=========================================================================
54:
55: \input{abstract}
56:
57: \category{F.2}{Theory of Computation}{Analysis of Algorithms}
58: \terms{Algorithms, Theory}
59: \keywords{Approximation Algorithms, Multiprocessor Scheduling}
60:
61: %\end{titlepage}
62:
63: %\input{localmacros}
64:
65: %\input{intro-sch}
66: \input{schedule}
67:
68: \bibliographystyle{abbrv}
69: \bibliography{schedule}
70: \end{document}
71:
72: