hpcs-16-factory

Factory: Non-stop batch jobs without checkpointing
git clone https://git.igankevich.com/hpcs-16-factory.git
Log | Files | Refs

hpcs-16-factory.tex (2650B)


      1 \documentclass[conference]{HPCSTrans}
      2 \IEEEoverridecommandlockouts
      3 \usepackage{amsmath,amssymb,enumerate}
      4 \usepackage{cite,graphics,graphicx}
      5 \usepackage{booktabs}
      6 
      7 \graphicspath{ {graphics/} }
      8 
      9 % correct bad hyphenation here
     10 %\hyphenation{op-tical net-works semi-conduc-tor}
     11 \renewcommand{\labelitemi}{$\bullet$}
     12 \renewcommand{\thefootnote}{\alph{footnote}}
     13 \begin{document}
     14 %
     15 % paper title
     16 % can use linebreaks \\ within to get better formatting as desired
     17 \title{Factory:\\ {\huge Non-stop Batch Jobs without Checkpointing}}
     18 
     19 
     20 % author names and affiliations
     21 % use a multiple column layout for up to three different
     22 % affiliations
     23 \author{%
     24 \IEEEauthorblockN{Ivan Gankevich, Yuri Tipikin, Vladimir Korkhov}
     25 \IEEEauthorblockA{Dept. of Computer Modeling and Multiprocessor Systems\\
     26 Saint Petersburg State University\\
     27 Saint Petersburg, Russia\\
     28 i.gankevich@spbu.ru, y.tipikin@spbu.ru, v.korkhov@spbu.ru%
     29 }
     30 \and
     31 \IEEEauthorblockN{Vladimir Gaiduchok}
     32 \IEEEauthorblockA{Dept. of Computer Science and Engineering\\
     33 Saint Petersburg Electrotechnical University ``LETI''\\
     34 Saint Petersburg, Russia\\
     35 gvladimiru@gmail.com%
     36 }%
     37 }
     38 
     39 % conference papers do not typically use \thanks and this command
     40 % is locked out in conference mode. If really needed, such as for
     41 % the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
     42 % after \documentclass
     43 
     44 % for over three affiliations, or if they all won't fit within the width
     45 % of the page, use this alternative format:
     46 %
     47 %\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
     48 %Homer Simpson\IEEEauthorrefmark{2},
     49 %James Kirk\IEEEauthorrefmark{3},
     50 %Montgomery Scott\IEEEauthorrefmark{3} and
     51 %Eldon Tyrell\IEEEauthorrefmark{4}}
     52 %\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
     53 %Georgia Institute of Technology,
     54 %Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
     55 %\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
     56 %Email: homer@thesimpsons.com}
     57 %\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
     58 %Telephone: (800) 555--1212, Fax: (888) 555--1212}
     59 %\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
     60 
     61 
     62 % use for special paper notices
     63 \IEEEspecialpapernotice{\large POSTER PAPER}
     64 
     65 % make the title area
     66 \maketitle
     67 
     68 \input{src/abstract}
     69 \input{src/intro}
     70 \input{src/methods}
     71 \input{src/results}
     72 \input{src/discussion}
     73 \input{src/related-work}
     74 \input{src/conclusion}
     75 \input{src/acknowledgements}
     76 
     77 \bibliography{references}{}
     78 \bibliographystyle{IEEEtran}
     79 
     80 % that's all folks
     81 \end{document}
     82