hpcs-17-collector

Using Virtualisation for Reproducible Research and Code Portability
git clone https://git.igankevich.com/hpcs-17-collector.git
Log | Files | Refs

main.tex (1457B)


      1 \documentclass{IEEEtran}
      2 \pagestyle{empty} % remove page numbers
      3 
      4 \usepackage{cite}
      5 \usepackage{graphicx}
      6 \graphicspath{{./graphics/}}
      7 \usepackage{amsmath}
      8 %\usepackage{fixltx2e}
      9 \usepackage{url}
     10 \usepackage{booktabs}
     11 \usepackage{multirow}
     12 %\hyphenation{op-tical net-works semi-conduc-tor}
     13 
     14 
     15 
     16 \begin{document}
     17 
     18 \title{Using Virtualisation For Reproducible Research And Code Portability}
     19 
     20 \author{%
     21 	\IEEEauthorblockN{Svetlana Sveshnikova \quad Ivan Gankevich\\}
     22 	\IEEEauthorblockA{%
     23 		Dept. of Computer Modeling and Multiprocessor Systems\\
     24 		Saint Petersburg State University\\
     25 		Saint-Petersburg, Russia\\
     26 		Email: st012967@student.spbu.ru, i.gankevich@spbu.ru%
     27 	}%
     28 }%
     29 
     30 \IEEEspecialpapernotice{\normalfont{\textbf{EXTENDED ABSTRACT}}}
     31 
     32 
     33 \maketitle
     34 \IEEEpeerreviewmaketitle
     35 \thispagestyle{empty} % remove page numbers
     36 
     37 \input{src/abstract}
     38 
     39 
     40 %\input{src/head}
     41 %\input{src/body}
     42 
     43 \input{src/main_text}
     44 
     45 % delete this reference
     46 %\nocite{*}
     47 
     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,src/references}
     62 
     63 % that's all folks
     64 \end{document}
     65 
     66