chg: grammar and highlighting

exercise-movie
iglocska 2020-09-13 13:33:22 +02:00
parent 321e3bb643
commit 28f1a1535e
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 16 additions and 16 deletions

View File

@ -177,15 +177,15 @@
\begin{itemize} \begin{itemize}
\item Initial modules \item Initial modules
\begin{itemize} \begin{itemize}
\item Return single attributes only \item Return {\bf single attributes} only
\item As light weight as possible \item As {\bf light-weight} as possible
\item Good to handle simple queries \item Good to handle {\bf simple queries}
\end{itemize} \end{itemize}
\item MISP format modules \item MISP format modules
\begin{itemize} \begin{itemize}
\item Return MISP standard format \item Return {\bf MISP standard format}
\item Backward compatible \item {\bf Backward compatible}
\item Much better results with complex data \item Much better results with {\bf complex data}
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\pause \pause
@ -217,17 +217,17 @@
\begin{frame} \begin{frame}
\frametitle{Going further with the MISP modules} \frametitle{Going further with the MISP modules}
\begin{itemize} \begin{itemize}
\item Move the export modules to the built-in export library \item Move the export modules to the {\bf built-in export library}
\item Make import module able to generate new events \item Enable import modules to be able to {\bf generate entire events}
\item Expansion modules for events \item {\bf Expansion modules} for the event scope
\end{itemize} \end{itemize}
\begin{itemize} \begin{itemize}
\item Move the modules to background processes with a \item Move the modules to {\bf background processes} with a
messaging system messaging system
\item Avoid results preview if needed \item Avoid the results preview when applicable
\begin{itemize} \begin{itemize}
\item Preview page can be very heavy \item Preview page can be very heavy
\item Difficulty is dealing with uncertain results (without the user \item Difficulty is {\bf dealing with uncertain results} (without the user
having final say) having final say)
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
@ -256,10 +256,10 @@ having final say)
\begin{frame} \begin{frame}
\frametitle{Community management at scale} \frametitle{Community management at scale}
\begin{itemize} \begin{itemize}
\item Cerebrate is a new OSS frameworks that we're building \item {\bf Cerebrate} is a new OSS frameworks that we're building
\item Manage organisation, sharing group, encryption key data for communities \item Manage {\bf organisation, sharing group, encryption key} data for communities
\item Instrument MISP instances and the interconnectivity between them via Cerebrate \item {\bf Instrument} MISP instances and the interconnectivity between them via Cerebrate
\item Introduce information signing by validating signatures / ownership via trusted Cerebrate nodes \item Introduce {\bf information signing} by validating signatures / ownership via trusted Cerebrate nodes
\item Early alpha already available \item Early alpha already available
\end{itemize} \end{itemize}
\end{frame} \end{frame}