This analysis visualises the reported incidence of various forms of violence against female journlists in Indonesia.
These charts, as well as the analyses that underpin them, are available under a Creative Commons Attribution 4.0 licence. This includes commercial reuse and derivates.
Data in these charts comes from:
This research has been possible owing to the support of the people of the United States of America through USAID. PR2Media is fully responsible for the content of this report, and it does not in any way reflect the views of Internews, USAID, or the Government of the United States of America.
Data additional to the report was provided to 360info by PR2Media. Code relating to the aggregation of the data is available in survey-aggregate.r
, but 360info has chosen not to publish the deidentified data to protect participants' privacy.
Please attribute 360info and the data sources when you use and remix these visualisations.
We typically publish graphics using Quarto notebooks, which can be found in the*.qmd
files. Quarto allows reproducible analysis and visualisation to be done in a mix of languages, but we typically use R and Observable JS.
You'll need to:
- Download and install Quarto
- Download the install R
- Satisfy the R package dependencies. In R:
- Install the
renv
package withinstall.packages("renv")
, - Then run
renv::restore()
to install the R package dependencies. - (For problems satisfying R package dependencies, refer to Quarto's documentation on virtual environments.)
- Install the
Now, render the .qmd
files to the /out
directory with:
quarto render --output-dir out index.qmd
If you find any problems with our analysis or charts, please feel free to create an issue!