first
This commit is contained in:
8
report/sections/conclusion.tex
Normal file
8
report/sections/conclusion.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\section{Conclusion\label{sec:concl}}
|
||||
|
||||
|
||||
% \subsection{Summary}
|
||||
|
||||
% \subsection{Hypothesis evaluation}
|
||||
|
||||
% \subsection{Future work}
|
||||
10
report/sections/discussion.tex
Normal file
10
report/sections/discussion.tex
Normal file
@@ -0,0 +1,10 @@
|
||||
\section{Discussion\label{sec:discu}}
|
||||
|
||||
|
||||
% \subsection{Interpretation of findings}
|
||||
|
||||
% \subsection{Privacy implications}
|
||||
|
||||
% \subsection{Reliability and limitations}
|
||||
|
||||
% \subsection{Ethical considerations}
|
||||
8
report/sections/introduction.tex
Normal file
8
report/sections/introduction.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\section{Introduction\label{sec:intro}}
|
||||
\subsection{Background\label{sec:intro:background}}
|
||||
|
||||
\subsection{Problem statement\label{sec:intro:statement}}
|
||||
|
||||
\subsection{Research objectives\label{sec:intro:research}}
|
||||
|
||||
\subsection{Hypotheses\label{sec:intro:hypotheses}}
|
||||
71
report/sections/method.tex
Normal file
71
report/sections/method.tex
Normal file
@@ -0,0 +1,71 @@
|
||||
\section{Method\label{sec:metho}}
|
||||
|
||||
|
||||
\subsection{Research design\label{sec:metho:research_design}}
|
||||
% Stikkord:
|
||||
% observational study
|
||||
% browser-based network measurements
|
||||
% same searches across search engines
|
||||
% comparison between search engines, browsers, and network modes
|
||||
|
||||
\subsection{Test environment\label{sec:metho:test_environment}}
|
||||
% Stikkord:
|
||||
% operating system / controlled environment
|
||||
% Playwright
|
||||
% Chromium and Firefox
|
||||
% normal network and Tor proxy
|
||||
% clean browser context
|
||||
% cookies allowed
|
||||
% same wait condition and timeout
|
||||
|
||||
\subsection{Search engines and search queries\label{sec:metho:search_engines}}
|
||||
% Stikkord:
|
||||
% Google
|
||||
% Bing
|
||||
% DuckDuckGo
|
||||
% Brave Search
|
||||
% list of search queries
|
||||
% same query used across all engines
|
||||
|
||||
\subsection{Variables and measurements\label{sec:metho:Variables_measurements}}
|
||||
% Stikkord:
|
||||
% requests_total
|
||||
% unique_domains
|
||||
% third_party_requests
|
||||
% request_cookies_total
|
||||
% response_cookies_total
|
||||
% query_params_total
|
||||
% post_requests_total
|
||||
% tracking_hint_requests
|
||||
% transferred_kb_approx
|
||||
% page_load_ms
|
||||
% HTTP status groups
|
||||
|
||||
\subsection{Data collection\label{sec:metho:data_collection}}
|
||||
% Stikkord:
|
||||
% HAR files
|
||||
% one HAR file per search engine/query/browser/network mode
|
||||
% capture_search_har script
|
||||
% headed browser
|
||||
% wait-until load
|
||||
% timeout 60000 ms
|
||||
% Tor via SOCKS proxy where applicable
|
||||
|
||||
\subsection{Data processing\label{sec:metho:data_processing}}
|
||||
% Stikkord:
|
||||
% HAR files converted to CSV
|
||||
% har_entries.csv: one row per HAR entry/request
|
||||
% har_summary.csv: one row per HAR file
|
||||
% Power Query used to combine summary files
|
||||
% folder names used to identify browser/network mode
|
||||
|
||||
|
||||
|
||||
\subsection{Limitations of the method\label{sec:metho:limitations}}
|
||||
% Stikkord:
|
||||
% HAR shows observable browser-side traffic only
|
||||
% cannot prove server-side storage
|
||||
% Playwright may differ from manual browsing
|
||||
% Tor may change website behaviour
|
||||
% cookie consent state affects results
|
||||
% tracking_hint is keyword-based, not proof of tracking
|
||||
18
report/sections/results.tex
Normal file
18
report/sections/results.tex
Normal file
@@ -0,0 +1,18 @@
|
||||
\section{Results\label{sec:resul}}
|
||||
|
||||
|
||||
% \subsection{Dataset overview}
|
||||
|
||||
% \subsection{Exploratory Data Analysis}
|
||||
|
||||
% \subsection{Cookie activity by search engine}
|
||||
|
||||
% \subsection{Third-party request analysis}
|
||||
|
||||
% \subsection{Tracking-related domains}
|
||||
|
||||
% \subsection{Temporal patterns}
|
||||
|
||||
% \subsection{Outliers and anomalies}
|
||||
|
||||
% \subsection{Summary of findings}
|
||||
Reference in New Issue
Block a user