From 79398eb0261154da95feaf46af422a6a2788a274 Mon Sep 17 00:00:00 2001
From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de>
Date: Thu, 27 Jun 2019 08:28:29 +0200
Subject: [PATCH] Repair table syntax

---
 thesis/5-Overview-EN-Wiki.tex | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/thesis/5-Overview-EN-Wiki.tex b/thesis/5-Overview-EN-Wiki.tex
index c4dbf0e..8729fee 100644
--- a/thesis/5-Overview-EN-Wiki.tex
+++ b/thesis/5-Overview-EN-Wiki.tex
@@ -201,7 +201,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 10 most active filters per year:
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\ %TODO is the hitcount for the year or altogether till now?
     \hline
@@ -222,7 +222,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -243,7 +243,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -264,7 +264,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -285,7 +285,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -306,7 +306,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -327,7 +327,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -348,7 +348,8 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
+    % \toprule
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -369,7 +370,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -390,7 +391,7 @@ data is still not enough for us to talk about a tendency towards introducing mor
 
 \begin{table}
   \centering
-  \begin{tabular}{r r }
+  \begin{tabular}{r c r }
     % \toprule
     Filter ID & Publicly available description & Hitcount \\
     \hline
@@ -499,7 +500,7 @@ Multiple filters have the comment "let's see whether this hits something", which
 
 * How are filter actions set
   ** there's this pattern that all actions but logging (which cannot be switched off) are took out, when edit filter managers are updating the regex of the filter
-  ** there's a tendency of editors to hide filters just for the heck of it (at least there are never clear reasons given), which is then reverted by other editors with the comment that it is not needed: 148, 225 (consesus that general vandalism filters should be public [Special:Permalink/784131724#Privacy of general vandalism filters), 260 (similar to 225), 285 (same), 12 (same), 39 (unhidden with the comment "made filter public again - these edits are generally made by really unsophisticated editors who barely know how to edit a page. --zzuuzz")
+  ** there's a tendency of editors to hide filters just for the heck of it (at least there are never clear reasons given), which is then reverted by other editors with the comment that it is not needed: 148, 225 (consesus that general vandalism filters should be public \url{[Special:Permalink/784131724#Privacy of general vandalism filters]}), 260 (similar to 225), 285 (same), 12 (same), 39 (unhidden with the comment "made filter public again - these edits are generally made by really unsophisticated editors who barely know how to edit a page. --zzuuzz")
   ** oftentimes, when a hidden filter is marked as "deleted" it is made public
 
 \section{Public and Hidden Filters}
-- 
GitLab