efekarakus / potter-network

Harry Potter Character Network Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PotterVerse

Harry Potter Character Network Visualization. Exploring whether it exhibits the same properties as a real social network.

Installation

This guide takes place in the Mac OSX Terminal.

cd ~/Sites/
git clone git@github.com:efekarakus/potter-network.git

Open up your browser and go to the URL:

127.0.0.1/~<username>/potter-network

Datasets

All of the dataset can be found under the data/ folder. There are two important files:

  • characters.csv which is a list of 65 Harry Potter characters that we decided to explore.
  • relations.csv is a list of undirected relations between each character. The type denotes if the two characters are allies or enemies.

Note that most of the relations were checked with facts from the Harry Potter Wikia.

Roles

  • Craig Evans: Worked on the design, data gathering, and implementing the network.
  • Josh Friedman: Worked on the design, data gathering, and implementing the triads.
  • Efe Karakus: Worked on the design, data gathering, analysis, implementing the triads and network.
  • Jatin Pandey: Worked on the design, data gathering, and implementing the network.

About

Harry Potter Character Network Visualization


Languages

Language:JavaScript 61.0%Language:Python 31.5%Language:CSS 7.4%