Skip to content
Snippets Groups Projects
Commit 0ffb240c authored by Lyudmila Vaseva's avatar Lyudmila Vaseva
Browse files

Repair latex weirdness and prettify

parent 557edd8d
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ and actions to take when the filter's pattern matches.
%************************************************************************
\section{The AbuseFilter\footnote{Note that the user facing elements of this extention were renamed to ``edit filter'', however the extension itself, as well as its corresponding permissions, database tables etc. still reflect the original name.} Mediawiki extension}
\section[The AbuseFilter MediaWiki extension]{The AbuseFilter\footnote{Note that the user facing elements of this extention were renamed to ``edit filter'', however the extension itself, as well as its corresponding permissions, database tables etc. still reflect the original name.} Mediawiki extension}
\label{sec:mediawiki-ext}
At the end, from a technical perspective, Wikipedia's edit filters are a MediaWiki plugin that allows every edit (and some other editor's actions) to be checked against a speficied pattern before it is published.
......@@ -366,13 +366,13 @@ As shown elsewhere~\cite{HalGeiMorRied2013}, this shift had a lot of repercussio
\begin{figure}
\centering
\includegraphics[width=0.9\columnwidth]{pics/editors-development-total.png}
\caption{EN Wikipedia: Number of editors over the years (source: \url{https://stats.wikimedia.org/v2/})}~\label{fig:editors-development}
\caption[EN Wikipedia: Number of editors over the years]{EN Wikipedia: Number of editors over the years (source: \url{https://stats.wikimedia.org/v2/})}~\label{fig:editors-development}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=0.9\columnwidth]{pics/edits-development-total.png}
\caption{EN Wikipedia: Number of edits over the years (source: \url{https://stats.wikimedia.org/v2/})}~\label{fig:edits-development}
\caption[EN Wikipedia: Number of edits over the years]{EN Wikipedia: Number of edits over the years (source: \url{https://stats.wikimedia.org/v2/})}~\label{fig:edits-development}
\end{figure}
\subsection{Wikipedia's algorithmic quality control mechanisms in comparison}
......
......@@ -6,8 +6,13 @@
% Freie Universität Berlin, Institute of Computer Science, Human Centered Computing.
%
\chapter{Appendix}
\label{ch:Appendix}
\appendix
\chapter*{Appendices}
\addcontentsline{toc}{chapter}{Appendices}
\renewcommand{\thesection}{\Alph{section}}
%\chapter{Appendix}
\section{Code book}
\label{app:code_book}
......
......@@ -52,22 +52,31 @@
\usepackage{verbatim}
\usepackage{longtable} % for multipage tables
\usepackage[stable]{footmisc} % for putting footnotes in section titles
%
%---------------------------------------------------
%----- PDF and document setup
%---------------------------------------------------
%
\definecolor{citecolor}{rgb}{0,0.5,0}
\definecolor{linkcolor}{cmyk}{1, 0.50, 0, 0}
\definecolor{urlcolor}{cmyk}{0, 0.87, 0.68, 0.32}
\hypersetup{
pdftitle={You shall not publish: Edit filters on English Wikipedia}, % please, add the title of your thesis
pdfauthor={<Author>}, % please, add your name
pdfsubject={Master thesis, Institute of Computer Science, Freie Universität Berlin>}, % please, select the type of this document
pdfstartview={FitH}, % fits the width of the page to the window
pdfnewwindow=true, % links in new window
colorlinks=false, % false: boxed links; true: colored links
linkcolor=red, % color of internal links
citecolor=green, % color of links to bibliography
% colorlinks=false, % false: boxed links; true: colored links
% linkcolor=red, % color of internal links
% citecolor=green, % color of links to bibliography
colorlinks=true, % false: boxed links; true: colored links
linkcolor=linkcolor, % color of internal links
citecolor=citecolor, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
% urlcolor=cyan % color of external links
urlcolor=urlcolor, % color of external links
bookmarksnumbered=true % kapitelnummern im pdf-toc
}
%
%---------------------------------------------------
......@@ -88,7 +97,8 @@
\fancyhead[RO]{\rightmark} % % represent the current section heading in uppercase
\renewcommand{\sectionmark}[1]{% adapt the shown section name: show it in lower case and with section number
\markboth{\thesection.\ #1}{}}
%\markboth{}{\thesection.\ #1}}
\markright{\thesection.\ #1}}
\renewcommand{\headrulewidth}{0pt} % remove lines from header
\renewcommand{\footrulewidth}{0pt} % remove lines from header
......@@ -188,6 +198,7 @@ appendix
%----- Title and declaration
%---------------------------------------------------
\pagenumbering{alph} % even though, these page numbers are not visible there are necessary to have unique page numbers
\pagestyle{empty}
\include{title}
\include{declaration}
......
......@@ -11,7 +11,7 @@
{\small Master Thesis at the Computer Science Department of the Freie Universität Berlin}\\
{\small Human-Centered Computing (HCC)}\\
[6ex]
{\LARGE You shall not publish: Edit filters on English Wikipedia}}
{\LARGE You shall not publish:\\ Edit filters on English Wikipedia}}
\author{
{\emph{\normalsize<Ihr Vor- und Nachname>}}\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment