jwzimmer-zz / tv-tropes

UVM Stat 287 Final Project repo - network of tropes from TV Tropes wiki
MIT License
2 stars 3 forks source link

Todo: sunday meeting #25

Open jwzimmer-zz opened 3 years ago

jwzimmer-zz commented 3 years ago

Julia

Anyone

Phil

nguyenhphilip commented 3 years ago

added the subindexes dict with links to their tropes for the main 4 indexes: https://github.com/jwzimmer/tv-tropes/commit/9f1c7e38da11179c74a188b01ef7b3ce84a5f752

jwzimmer-zz commented 3 years ago

Using the subindex dict from https://github.com/jwzimmer/tv-tropes/commit/9f1c7e38da11179c74a188b01ef7b3ce84a5f752: https://github.com/jwzimmer/tv-tropes/commit/8bfa7b909828e347652f610db35dbf142f512477 bigfour_subindices

jwzimmer-zz commented 3 years ago

Trying to show when tropes link to tropes adds too many edges: https://github.com/jwzimmer/tv-tropes/commit/5913cf06474faa8f1a5365d5371f5801c8033c7b

bigfour_subindices_tropes_top10000_hairball

jwzimmer-zz commented 3 years ago

Looking at just the NarrativeTropes with subindices: https://github.com/jwzimmer/tv-tropes/commit/11e3826c866ab40781bda60cf979fab8e03437a1

narrative_subindices

jwzimmer-zz commented 3 years ago

Finally a readable size (doing each of the big four separately, and only showing top 100 tropes): NarrativeTropes https://github.com/jwzimmer/tv-tropes/commit/110b2d5b797ac9a7d5546898740068944de2397c narrative_subindices_top100tropes

jwzimmer-zz commented 3 years ago

Topical tropes with subindices, but only if the subindices link to top 100 most central tropes in order to keep the network legible: https://github.com/jwzimmer/tv-tropes/commit/9f5b647e987e6b269dfc3324e788cfcb3856e41b topicalsubindexiftop

jwzimmer-zz commented 3 years ago

Media tropes with subindices + top 1000 tropes: https://github.com/jwzimmer/tv-tropes/commit/6283a27cc3c9507cfa06a753008daeb80c59c5ee media_subindex_top1000

jwzimmer-zz commented 3 years ago

Genre tropes + subindices: https://github.com/jwzimmer/tv-tropes/commit/fb09f94aff246c5c8b9c096545f9762292d718a9 and https://github.com/jwzimmer/tv-tropes/commit/497361d02c1b4008c3ae29d4fc4265a1e0664d1b genre_subindex_top

jwzimmer-zz commented 3 years ago

^ In the above comments, made graphs and visualizations for the big four + their subindices from phil's dict in https://github.com/jwzimmer/tv-tropes/issues/25#issuecomment-727647220

nguyenhphilip commented 3 years ago

Two visualizations for communities made using girvan-newman (remove most 'valuable' edge to find communities). Edges only link to tropes in the list used for community detection.

first viz using 75 nodes, community size = 5:

image

second viz using 100 nodes, community size = 6:

image