Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STORY] Game of Thrones #3

Open
18 tasks
dharashah410 opened this issue Mar 17, 2019 · 1 comment
Open
18 tasks

[STORY] Game of Thrones #3

dharashah410 opened this issue Mar 17, 2019 · 1 comment

Comments

@dharashah410
Copy link
Member

Ideation

  • Decide story pitch with domain experts
    • Does the story idea add value?
    • Is data available?

Prepare

  • Data collection and cleaning
  • Story insight
  • Get story reviewed from domain experts (Is there even a story here?)

Plan

  • Structure of the story
  • Design the visualization
  • Get story reviewed from domain experts (Is the story plan making sense?)

Execute

  • Code the visualization
  • Write the essay
  • Get story reviewed from domain experts

Publish

  • Prepare social media images
  • Publish
    • Post on site
    • Post on Instagram
    • Post on Facebook
    • Post on Twitter
@dharashah410
Copy link
Member Author

dharashah410 commented Mar 17, 2019

Scrape script of all 7 seasons of Game of Thrones into following CSV tables

Step #1 - Houses. Seed this database from https://github.com/joakimskoog/AnApiOfIceAndFire/blob/master/data/houses.json

Step 2 - Characters, Relationships. Seed this database from https://github.com/joakimskoog/AnApiOfIceAndFire/blob/master/data/characters.json
2.1 characters.csv - Name, Gender, House, Titles, Aliases, HouseId
2.2 relationships.csv - CharacterId, RelatedToCharacterId, Relationship (e.g. Father, Mother, Spouse, Children, etc.]

Step 3 - Table with all episodes
3.1 episodes.csv - Name, Synopsis, Season Number

Step 4 - Locations.csv
4.1

Step 5 - Scenes.csv and Dialogues.csv
5.1 Extract this for each episode from https://genius.com/albums/Game-of-thrones/Season-1-scripts
5.2 A Scene is associated with episode, characters, dialogues, locations

Find map?

  • Find map of the world in Games of Thrones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant