Harry Potter Character Network Visualization. Exploring whether it exhibits the same properties as a real social network.
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
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.
- 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.