From 627845e995157c242428b90cf41209463c7a456f Mon Sep 17 00:00:00 2001 From: Manos Katsomallos Date: Tue, 2 Nov 2021 18:33:57 +0100 Subject: [PATCH] conclusion: Reviewed intro --- text/conclusion/main.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/text/conclusion/main.tex b/text/conclusion/main.tex index 59934ee..b66b60b 100644 --- a/text/conclusion/main.tex +++ b/text/conclusion/main.tex @@ -5,11 +5,16 @@ In many cases, time series contain personal details (and are usually geotagged), %The processing/publishing of user-generated data in the form of time series, poses privacy risks to the individuals involved.\kat{the deterioration of the quality that we deal with here, is because of the privacy protection of the data, not because of the processing/publishing. I rephrased, together with the next sentence.} Several methods have been proposed in order to protect the privacy of individuals while processing their data, but cannot avoid to deteriorate arbitrarily the quality therein. Out of these methods, we distinguish differential privacy, which quantifies the balance between user protection and data utility by a factor $\epsilon$. -In this thesis, we have concentrated on continuous user-generated data publishing. \kat{say exactly what case you covered, this is way to general. and connect it to the differential privacy that you previously mentioned, otherwise it seems irrelevant.} +In this thesis, we have concentrated on continuous user-generated data publishing. +% \kat{say exactly what case you covered, this is way to general. and connect it to the differential privacy that you previously mentioned, otherwise it seems irrelevant.} +Particularly, we focused on providing differential privacy over finite time series while accounting for privacy-significant future and past events. We have studied the relevant literature with special emphasis on data correlation. Furthermore, we explored ways to provide configurable protection in such settings and developed relevant solutions. -Next, we summarize this thesis in the individual chapters by describing our contribution to the problems surrounding quality and privacy in user-generated Big Data\kat{??? be specific, this is the conclusions chapter. 'The problems surrounding quality and privacy in user-generated Big Data ' means nothing.. }. +Next, we summarize this thesis in the individual chapters by describing our contribution to the problems surrounding +% quality and privacy in user-generated Big Data +% \kat{??? be specific, this is the conclusions chapter. 'The problems surrounding quality and privacy in user-generated Big Data ' means nothing.. } +quality and privacy in continuous data publishing. Subsequently, we discuss interesting perspectives and open questions for future investigation.