diff --git a/article/literature.bib b/article/literature.bib index 4a5baf7dc54633da6126e42bfd68eda3d2c507f2..4867e5201c9b9681b969dbf53364e10db1888f42 100644 --- a/article/literature.bib +++ b/article/literature.bib @@ -5,6 +5,14 @@ publisher = {SAGE} } +@misc{github, + key = "Github Repository", + author = {}, + title = {}, + year = 2019, + note = {\url{https://github.com/lusy/wikifilters}} +} + @book{Lessig2006, title = {Code version 2.0}, author = {Lawrence Lessig}, diff --git a/article/proceedings.tex b/article/proceedings.tex index 4c3a02112d324d4a2aa678278c1c4cc8cae68800..2dd945fcd25541d8f7f61330a1b9e02e18614baf 100644 --- a/article/proceedings.tex +++ b/article/proceedings.tex @@ -245,12 +245,22 @@ examples of disruptive editing: \section{Data} -What is the best place herefor? +%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/}}. +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}, are created and used by the AbuseFilter MediaWiki extention (quote!) % TODO: is that really so +. +A fourth table appears to have existed (\emph{abuse\_filter\_history}, quote!), but unfortunately this is no longer the case. (However, I suspect that same data can be obtained by joining \emph{abuse\_filter\_log} and \emph{abuse\_filter\_action}, and querriyng cleverly, not quite sure though.) + +\begin{comment} * Describe analysed filter data set - * Where does it come from? How was it obtained? For what purpose does it exist? How does it look like? + * How does it look like? : describe schema? * What other data sources can I explore? * Interview with filter managers? with admins? with new editors? +\end{comment} %************************************************************************