78 lines
1.9 KiB
TeX
78 lines
1.9 KiB
TeX
\documentclass[conference]{IEEEtran}
|
|
\IEEEoverridecommandlockouts
|
|
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
|
|
\usepackage{cite}
|
|
\usepackage{amsmath,amssymb,amsfonts}
|
|
\usepackage{algorithmic}
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images/} }
|
|
\usepackage{babel} % Bibliography
|
|
\usepackage{textcomp}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{float}
|
|
\usepackage{xcolor}
|
|
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
|
|
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
|
|
|
|
\usepackage[hidelinks]{hyperref} % Clickable TOC Links
|
|
\hypersetup{
|
|
colorlinks,
|
|
citecolor=black,
|
|
filecolor=black,
|
|
linkcolor=black,
|
|
urlcolor=black
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\title{Checkpoint/Restart for Large-Scale Attack and Compliance Graphs
|
|
}
|
|
|
|
\author{\IEEEauthorblockN{Noah L. Schrick}
|
|
\IEEEauthorblockA{\textit{Tandy School of Computer Science} \\
|
|
\textit{The University of Tulsa}\\
|
|
Tulsa, USA \\
|
|
noah-schrick@utulsa.edu}
|
|
\and
|
|
\IEEEauthorblockN{Peter J. Hawrylak}
|
|
\IEEEauthorblockA{\textit{Tandy School of Computer Science} \\
|
|
\textit{The University of Tulsa}\\
|
|
Tulsa, USA \\
|
|
peter-hawrylak@utulsa.edu}
|
|
}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
This document is a model and instructions for \LaTeX.
|
|
This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
|
|
or Math in Paper Title or Abstract.
|
|
\end{abstract}
|
|
|
|
\begin{IEEEkeywords}
|
|
Attack Graph; Compliance Graph; MPI; High-Performance Computing; Checkpoint/Restart;
|
|
\end{IEEEkeywords}
|
|
|
|
\section{Introduction}
|
|
|
|
\section{Related Work}
|
|
|
|
\section{Implementing C/R}
|
|
\subsection{Implementation Approach}
|
|
|
|
\subsection{Implementation Challenges}
|
|
|
|
\section{Results}
|
|
|
|
\section{Conclusion}
|
|
|
|
\section*{Acknowledgment}
|
|
|
|
\section*{References}
|
|
|
|
%\bibliographyp
|
|
\bibliography{Bibliography}
|
|
\bibliographystyle{ieeetr}
|
|
|
|
\end{document}
|