today
This commit is contained in:
@@ -17,9 +17,9 @@
|
|||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
|
\usepackage{float}
|
||||||
\usepackage{cleveref}
|
\usepackage{cleveref}
|
||||||
|
\usepackage{csquotes}
|
||||||
\usepackage[backend=biber,style=authoryear]{biblatex}
|
\usepackage[backend=biber,style=authoryear]{biblatex}
|
||||||
\addbibresource{references.bib}
|
\addbibresource{references.bib}
|
||||||
|
|
||||||
@@ -60,18 +60,18 @@
|
|||||||
|
|
||||||
\setcounter{page}{1}
|
\setcounter{page}{1}
|
||||||
|
|
||||||
\input{sections/introduction.tex}
|
\input{sections/01_introduction.tex}
|
||||||
\input{sections/method.tex}
|
\input{sections/02_method.tex}
|
||||||
|
|
||||||
\input{sections/results.tex}
|
\input{sections/03_results.tex}
|
||||||
%\begin{figure}[h]
|
%\begin{figure}[h]
|
||||||
% \centering
|
% \centering
|
||||||
% \includegraphics[width=\textwidth]{figures/Figure1.png}
|
% \includegraphics[width=\textwidth]{figures/Figure1.png}
|
||||||
% \caption{Total video game sales by genre in North America (millions of units).}
|
% \caption{Total video game sales by genre in North America (millions of units).}
|
||||||
%\label{fig:Figure1}
|
%\label{fig:Figure1}
|
||||||
%\end{figure}
|
%\end{figure}
|
||||||
\input{sections/discussion.tex}
|
\input{sections/04_discussion.tex}
|
||||||
\input{sections/conclusion.tex}
|
\input{sections/05_conclusion.tex}
|
||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
\cite{noauthor_video_nodate}
|
\cite{noauthor_video_nodate}
|
||||||
|
|||||||
20
report/sections/01_introduction.tex
Normal file
20
report/sections/01_introduction.tex
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
\section{Introduction\label{sec:intro}}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[
|
||||||
|
width=0.95\linewidth,
|
||||||
|
trim={0.5cm 5cm 0.5cm 0.5cm},
|
||||||
|
clip
|
||||||
|
]{figures/pdf/01_3rdparty.pdf}
|
||||||
|
\caption{Third-party domains across search engines}
|
||||||
|
\label{fig:thirdparty-domains}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\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}}
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
\section{Results\label{sec:resul}}
|
\section{Results\label{sec:resul}}
|
||||||
|
|
||||||
|
%\includegraphics[width=\linewidth]{figures/pdf/01_3rdparty.pdf}
|
||||||
|
|
||||||
|
|
||||||
% \subsection{Dataset overview}
|
% \subsection{Dataset overview}
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
\section{Discussion\label{sec:discu}}
|
\section{Discussion\label{sec:discu}}
|
||||||
|
|
||||||
|
%%% CAPTCHA med google!! derfor pdf 04
|
||||||
% \subsection{Interpretation of findings}
|
% \subsection{Interpretation of findings}
|
||||||
|
|
||||||
% \subsection{Privacy implications}
|
% \subsection{Privacy implications}
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
\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}}
|
|
||||||
Reference in New Issue
Block a user