Home

Awesome

Star Wars social networks

DOI

This repository contains the social network of Star Wars characters extracted from movie scripts. In short, two characters are connected if they speak together within the same scene. The data contain characters and links from episodes I to VII.

How the data were created is described in my blog posts:

The associated code is available in the main repository evelinag/StarWars-social-network.

Contents of the files are the following:

Description of networks

The json files representing the networks contain the following information:

Nodes

The nodes contain the following fields:

Links

Links represent connections between characters. The link information corresponds to:

Citing the dataset

If you use the dataset in your work, please use the following citation:

Gabasova, E. (2016). Star Wars social network. DOI: https://doi.org/10.5281/zenodo.1411479.

@misc{gabasova_star_wars_2016,
  author  = {Evelina Gabasova},
  title   = {{Star Wars social network}},
  year    = 2016,
  url     = {https://doi.org/10.5281/zenodo.1411479},
  doi     = {10.5281/zenodo.1411479}
 }