diff --git a/text/main.tex b/text/main.tex index 8b92c81..502b125 100644 --- a/text/main.tex +++ b/text/main.tex @@ -47,13 +47,13 @@ \newcommand*\includetable[1]{\input{../tables/#1.tex}} -\definecolor{material_red}{HTML}{d50000} -\definecolor{material_green}{HTML}{00c853} -\definecolor{material_blue}{HTML}{2962ff} +\definecolor{materialred}{HTML}{d50000} +\definecolor{materialgreen}{HTML}{00c853} +\definecolor{materialblue}{HTML}{2962ff} -\newcommand{\kat}[1]{\noindent\textcolor{material_red}{\textbf{Katerina:} #1}} -\newcommand{\mk}[1]{\noindent\textcolor{material_green}{\textbf{Manos:} #1}} -\newcommand{\dk}[1]{\noindent\textcolor{material_blue}{\textbf{Dimitris:} #1}} +\newcommand{\kat}[1]{\noindent\textcolor{materialred}{\textbf{Katerina:} #1}} +\newcommand{\mk}[1]{\noindent\textcolor{materialgreen}{\textbf{Manos:} #1}} +\newcommand{\dk}[1]{\noindent\textcolor{materialblue}{\textbf{Dimitris:} #1}} \newcommand{\thetitle}{Quality \& Privacy in User-generated Big Data: Algorithms \& Techniques} @@ -95,6 +95,7 @@ \input{preliminaries/main} \input{related/main} \input{thething/main} +\input{theotherthing/main} \input{conclusion/main} \backmatter diff --git a/text/theotherthing/contribution.tex b/text/theotherthing/contribution.tex new file mode 100644 index 0000000..29ae8b1 --- /dev/null +++ b/text/theotherthing/contribution.tex @@ -0,0 +1,2 @@ +\section{Contribution} +\label{sec:lmdk-sel-contrib} diff --git a/text/theotherthing/evaluation.tex b/text/theotherthing/evaluation.tex new file mode 100644 index 0000000..f005b9d --- /dev/null +++ b/text/theotherthing/evaluation.tex @@ -0,0 +1,2 @@ +\section{Evaluation} +\label{sec:lmdk-sel-eval} diff --git a/text/theotherthing/main.tex b/text/theotherthing/main.tex index bcd2874..b8b5049 100644 --- a/text/theotherthing/main.tex +++ b/text/theotherthing/main.tex @@ -1,2 +1,8 @@ -\chapter{Around significant events} +\chapter{Privacy-preserving event significance} \label{ch:theotherthing} + +\input{theotherthing/motivation} +\input{theotherthing/contribution} +\input{theotherthing/problem} +\input{theotherthing/evaluation} +\input{theotherthing/summary} diff --git a/text/theotherthing/motivation.tex b/text/theotherthing/motivation.tex new file mode 100644 index 0000000..6d6bd0b --- /dev/null +++ b/text/theotherthing/motivation.tex @@ -0,0 +1,2 @@ +\section{Motivation} +\label{sec:lmdk-sel-motiv} diff --git a/text/theotherthing/problem.tex b/text/theotherthing/problem.tex new file mode 100644 index 0000000..4e29df2 --- /dev/null +++ b/text/theotherthing/problem.tex @@ -0,0 +1,2 @@ +\section{Privacy-preserving {\thething} selection} +\label{sec:lmdk-sel-prob} diff --git a/text/theotherthing/summary.tex b/text/theotherthing/summary.tex new file mode 100644 index 0000000..4301844 --- /dev/null +++ b/text/theotherthing/summary.tex @@ -0,0 +1,2 @@ +\section{Summary and future work} +\label{sec:lmdk-sel-sum}