2018-12-29 16:03:57 +01:00
|
|
|
\documentclass{beamer}
|
|
|
|
\usetheme[numbering=progressbar]{focus}
|
|
|
|
\definecolor{main}{RGB}{47, 161, 219}
|
|
|
|
\definecolor{textcolor}{RGB}{128, 128, 128}
|
|
|
|
\definecolor{background}{RGB}{240, 247, 255}
|
|
|
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{listings}
|
|
|
|
\usetikzlibrary{positioning}
|
|
|
|
\usetikzlibrary{shapes,arrows}
|
|
|
|
|
|
|
|
|
|
|
|
\title{An Introduction to Cybersecurity Information Sharing}
|
2018-12-29 17:34:13 +01:00
|
|
|
\subtitle{MISP - Threat Sharing}
|
|
|
|
\author{\small{\input{../includes/authors.txt}}}
|
2018-12-29 16:03:57 +01:00
|
|
|
\date{\input{../includes/location.txt}}
|
2018-12-29 17:34:13 +01:00
|
|
|
\titlegraphic{\includegraphics[scale=0.85]{misp.pdf}}
|
|
|
|
\institute{MISP Project \\ \url{https://www.misp-project.org/}}
|
|
|
|
|
2018-12-29 16:03:57 +01:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\include{content}
|
|
|
|
\end{document}
|
|
|
|
|