This repository contains the data and code for our paper:
Poorthuis, A, D. Power and M. Zook, (2019). Attentional Social Media: Mapping the Spaces and Networks of the Fashion Industry. Annals of the American Association of Geographers https://doi.org/10.1080/24694452.2019.1664887
An interactive version of the maps related to this paper (including all keywords, instead of the limited number of figures in the paper) is available at: https://geography-of-fashion.netlify.com.
This repository contains all the data and code needed to reproduce the results and figures in our paper. Although we are not able to share the raw Twitter data publicly, the aggregated counts per hexagon for each fashion keyword, with which all the results can be reproduced, are found in analysis/data/derived_data/
. The steps taken to produce this aggregated dataset can be found in:
- analysis/00a-hexagonal-grid-prep.Rmd: Preparation of hexagonal global grid
- analysis/00b-twitter-data-prep.Rmd: Read in raw Twitter data and perform spatial join to hexagonal grid
- analysis/00c-twitter-data-group-totals.Rmd: Calculate odds ratios, diversity metrics and group totals for each hexagonal cell
- analysis/00d-twitter-data-city-level.Rmd: Prepare city-level data
The steps needed to recreate the figures found in the paper can be found in:
- analysis/01-figures-global.Rmd: Global figures
- analysis/02-figures-cities.Rmd: City-level figures
You can download the compendium as a zip from from this URL.
Or you can install this compendium as an R package, geographyoffashion, from GitHub with:
# install.packages("devtools")
remotes::install_github("atepoorthuis/geography-of-fashion")
Text + figures and data: CC-BY-4.0
Code: See the DESCRIPTION file