diff --git a/article/literature.bib b/article/literature.bib
index eb0c3dda621110921ee0a9df95973d167011e39c..15930517471dc10a8804fd091a37d93e65f0836b 100644
--- a/article/literature.bib
+++ b/article/literature.bib
@@ -29,6 +29,15 @@
   publisher =    {Basic Books}
 }
 
+@misc{phabricator,
+  key =          "Phabricator",
+  author =       {Phabricator Collaboration Platform},
+  title =        {Bring back abuse\_filter\_history view},
+  year =         2016,
+  note =         {Retreived March 9, 2019 from
+                  \url{https://phabricator.wikimedia.org/T123978}}
+}
+
 @misc{Signpost2009,
   key =          "Signpost",
   author =       {Signpost},
diff --git a/article/proceedings.tex b/article/proceedings.tex
index fddb2f0c2e594f1e15a9e3ede11ad421e8cfeea7..b73663401fcd1659087a65521f51fd04597b455a 100644
--- a/article/proceedings.tex
+++ b/article/proceedings.tex
@@ -260,16 +260,16 @@ examples of disruptive editing:
 %************************************************************************
 
 \section{Data}
-
 %What is the best place herefor?
 
-The data upon which the current analysis builds presently consists of 2 sets/data base tables.
-These are \emph{abuse\_filter} and \emph{abuse\_filter\_action} from \emph{enwiki\_p}, downloaded on 6.01.2019 via quarry~\footnote{\url{https://quarry.wmflabs.org/}}.
+For the present analysis we have analysed EN Wikipedia's policies and guidelines on the one hand, and the database tables of the AbuseFilter extension on the other.
+
+The \emph{abuse\_filter} and \emph{abuse\_filter\_action} tables from \emph{enwiki\_p} were downloaded on 6.01.2019 via quarry~\footnote{\url{https://quarry.wmflabs.org/}}.
 The complete files can be found in the repository for the present paper~\cite{github}. % TODO add a more specific link
 
 These tables, along with \emph{abuse\_filter\_log} and \emph{abuse\_filter\_history}, are created and used by the AbuseFilter MediaWiki extension~\cite{gerrit-abusefilter}.
 Selected queries have been run against the \emph{abuse\_filter\_log} table as well.
-Unfortunately, currently the \emph{abuse\_filter\_history} table is not exposed to the public due to security/privacy concerns.
+Unfortunately, currently the \emph{abuse\_filter\_history} table is not exposed to the public due to security/privacy concerns~\cite{phabricator}.
 We hope to be shortly able to access a view of this table in order to conduct historic inquirements.
 
 The schemas of these tables can be viewed in Figures~\ref{fig:db-schemas-af},~\ref{fig:db-schemas-afl},~\ref{fig:db-schemas-afh} and~\ref{fig:db-schemas-afa}.