note to future developers

This commit is contained in:
jokroese 2023-05-08 18:19:03 +02:00
parent d7b093b75b
commit a36db4e84b
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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)