diff --git a/README.md b/README.md index 483ae61..962f60f 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ To use it: 1. Download the raw data from by following the instructions in `vignettes/articles/querying_mediawiki.Rmd` 1. Produce a clean version of the data by running the `wiki.R` script. 1. The created clean dataset, `wiki.json` can be used in `security-vision-3d/data`. + +## Note to future developers + +We finished working on this project early due to difficulties with the project management, including us not being paid for our work for over a year. If you are asked to continue working on this project, we would appreciate you reaching out to us [here](https://radicaldata.org/contact) so that we can fill you in on certain aspects of the code and the project. + +With solidarity and love, +Radical Data diff --git a/data-raw/wiki.R b/data-raw/wiki.R index 57edbb5..ab7ce28 100644 --- a/data-raw/wiki.R +++ b/data-raw/wiki.R @@ -1,3 +1,14 @@ +# Note to future developers +# +# We finished working on this project early due to difficulties with the project management, +# including us not being paid for our work for over a year. +# If you are asked to continue working on this project, +# we would appreciate you reaching out to us [here](https://radicaldata.org/contact) +# so that we can fill you in on certain aspects of the code and the project. +# +# With solidarity and love, +# Radical Data + library(tidyverse) library(tidygraph)