✨
This commit is contained in:
Binary file not shown.
@ -18,31 +18,59 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\section{Abstract}
|
\section{Abstract}
|
||||||
\textit{Explains briefly the paper and what it aims to do.}
|
\textit{Explains briefly the paper and what it does. 1 page}
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
\textit{Introduce the scope.}
|
\textit{Introduce the scope. Explaining the existing code and what it does and why. 2 pages}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item Event-based scheduling as a concept
|
||||||
|
\item General \texttt{MEOW\_BASE} structure: \begin{itemize}
|
||||||
|
\item Monitors check if patterns are triggered \begin{itemize}
|
||||||
|
\item Patterns are triggered by an event. Currently only file event triggers are implemented.
|
||||||
|
\end{itemize}
|
||||||
|
\item Handlers perform recipes \begin{itemize}
|
||||||
|
\item Recipes are actions that are taken when triggered. python code can be run as a recipe.
|
||||||
|
\end{itemize}
|
||||||
|
\item The conductor handles the job queue of rules \begin{itemize}
|
||||||
|
\item Rules combine patterns and recipes (When this pattern is triggered, perform this recipe).
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\section{Problem}
|
\section{Problem}
|
||||||
\textit{Something about the MEOW monitor, and expanding it. Probably also why it would be a good idea(?)}
|
\textit{Something about the MEOW monitor, and expanding it. Probably also why it would be a good idea(?). 2 pages}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item What network events are \begin{itemize}
|
||||||
|
\item REST APIs
|
||||||
|
\end{itemize}
|
||||||
|
\item Why \texttt{MEOW} needs it \begin{itemize}
|
||||||
|
\item Further
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\section{Background}
|
\section{Background}
|
||||||
\textit{Explaining the existing code and what it does and why.}
|
\textit{? 2 pages}
|
||||||
|
|
||||||
\section{Method}
|
\section{Method}
|
||||||
\textit{Coding and shit}
|
\textit{Explaining the code I wrote and why I made those choices. 2 pages}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{How granular should this part be?}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\section{Results}
|
\section{Results}
|
||||||
\textit{It works! (Hopefully. I haven't made it yet)}
|
\textit{Does it work? How well? 2 pages}
|
||||||
|
|
||||||
\section{Discussion}
|
\section{Discussion}
|
||||||
\textit{Why did I do that? What could I have done instead? Why would that have been way worse and stupid?}
|
\textit{With the hindsight of the results, what could I have done better? 2 pages}
|
||||||
|
|
||||||
\section{Future Work}
|
\section{Future Work}
|
||||||
\textit{What should someone do if they want to fix my mistakes, or expand on them further.}
|
\textit{What should someone do if they want to fix my mistakes, or expand on them further. 2 pages}
|
||||||
|
|
||||||
\section{Conclusion}
|
\section{Conclusion}
|
||||||
\textit{Something about being the best (but be humble about it).}
|
\textit{Did I succeed in what I wanted to do? 2 pages}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\appendix
|
\appendix
|
||||||
|
Reference in New Issue
Block a user