main.tex (1441B)
1 \documentclass[conference]{IEEEtran} 2 \usepackage{cite} 3 \usepackage{graphicx} 4 \graphicspath{{./graphics/}} 5 \usepackage{amsmath} 6 %\usepackage{fixltx2e} 7 \usepackage{url} 8 \usepackage{booktabs} 9 \usepackage[ruled]{algorithm2e} 10 %\hyphenation{op-tical net-works semi-conduc-tor} 11 12 13 \input{preamble} 14 \input{tex/preamble} 15 16 \begin{document} 17 18 \title{Subordination: Providing resilience to simultaneous failure of multiple 19 cluster nodes} 20 21 \author{% 22 \IEEEauthorblockN{Ivan Gankevich \quad Yuri Tipikin \quad Vladimir Korkhov} 23 \IEEEauthorblockA{% 24 Dept. of Computer Modeling and Multiprocessor Systems\\ 25 Saint Petersburg State University\\ 26 Saint-Petersburg, Russia\\ 27 Email: i.gankevich@spbu.ru, y.tipikin@spbu.ru, v.korkhov@spbu.ru% 28 }% 29 }% 30 31 \IEEEspecialpapernotice{(WORK-IN-PROGRESS)} 32 33 34 35 36 \maketitle 37 38 \input{src/abstract} 39 40 \IEEEpeerreviewmaketitle 41 42 \input{src/head} 43 \input{src/body} 44 \input{src/tail} 45 46 % delete this reference 47 %\nocite{*} 48 49 % trigger a \newpage just before the given reference 50 % number - used to balance the columns on the last page 51 % adjust value as needed - may need to be readjusted if 52 % the document is modified later 53 %\IEEEtriggeratref{8} 54 % The "triggered" command can be changed if desired: 55 %\IEEEtriggercmd{\enlargethispage{-5in}} 56 57 % references section 58 59 \bibliographystyle{IEEEtran} 60 % argument is your BibTeX string definitions and bibliography database(s) 61 \bibliography{IEEEabrv,bib/refs} 62 63 % that's all folks 64 \end{document} 65 66