mirror of
https://github.com/bellingcat/gesara-entity-viz.git
synced 2026-06-07 19:18:32 +03:00
changed cluster names, rescaled network
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ chrome-user-data
|
|||||||
*.swo
|
*.swo
|
||||||
*.graphml
|
*.graphml
|
||||||
scripts/pruning/
|
scripts/pruning/
|
||||||
|
scripts/rescale_network.py
|
||||||
|
|
||||||
packages/react-devtools-core/dist
|
packages/react-devtools-core/dist
|
||||||
packages/react-devtools-extensions/chrome/build
|
packages/react-devtools-extensions/chrome/build
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,7 +3,6 @@ import json
|
|||||||
|
|
||||||
import networkx as nx
|
import networkx as nx
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
import colorcet
|
import colorcet
|
||||||
|
|
||||||
|
|
||||||
@@ -23,13 +22,13 @@ CLUSTERS = [
|
|||||||
{"key": "19", "clusterLabel": "Elite human trafficking"},
|
{"key": "19", "clusterLabel": "Elite human trafficking"},
|
||||||
{"key": "9", "clusterLabel": "Big Tech and technocracy"},
|
{"key": "9", "clusterLabel": "Big Tech and technocracy"},
|
||||||
{"key": "16", "clusterLabel": "Epstein and pedophilia"},
|
{"key": "16", "clusterLabel": "Epstein and pedophilia"},
|
||||||
{"key": "24", "clusterLabel": "Satanic US Cabal"},
|
{"key": "24", "clusterLabel": "US Cabal"},
|
||||||
{"key": "8", "clusterLabel": "Global Cabal"},
|
{"key": "8", "clusterLabel": "Global Cabal"},
|
||||||
{"key": "1", "clusterLabel": "Kennedy and royal conspiracies"},
|
{"key": "1", "clusterLabel": "Kennedy and royal conspiracies"},
|
||||||
{"key": "14", "clusterLabel": "Pharma and Anti-Vax"},
|
{"key": "14", "clusterLabel": "Pharma and Anti-Vax"},
|
||||||
{"key": "23", "clusterLabel": "US sports and celebrities"},
|
{"key": "23", "clusterLabel": "US sports and celebrities"},
|
||||||
{"key": "21", "clusterLabel": "Technological conspiracies"},
|
{"key": "21", "clusterLabel": "Technological conspiracies"},
|
||||||
{"key": "25", "clusterLabel": "Fake news media"},
|
{"key": "25", "clusterLabel": "Mainstream media"},
|
||||||
{"key": "7", "clusterLabel": "Vaccine injuries"},
|
{"key": "7", "clusterLabel": "Vaccine injuries"},
|
||||||
{"key": "30", "clusterLabel": "Academia and countries"},
|
{"key": "30", "clusterLabel": "Academia and countries"},
|
||||||
{"key": "39", "clusterLabel": "BLM/Antifa and Democrats"},
|
{"key": "39", "clusterLabel": "BLM/Antifa and Democrats"},
|
||||||
|
|||||||
Reference in New Issue
Block a user