-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.92 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"type": "network",
"version": "1.0",
"data": "data.json",
"logo": {
"file": "",
"link": "https://cythoplazma.wordpress.com",
"text": "Miha Jenko"
},
"text": {
"more": "This network was modeled around anime credits data taken from the AnimeNewsNetwork's <a href=\"https://www.animenewsnetwork.com/encyclopedia/anime.php\">Anime Encyclopedia</a> and covers profiles such as original creators, producers, directors, script writers, key animators, filming and sound positions etc. The visualization does not include voice actors nor staff from overseas companies.<br><br>Tools: Python 2.7, NetworkX, Gephi.<br><br>For more information, read the <a href=\"https://cythoplazma.wordpress.com/2016/10/25/the-social-structure-of-the-anime-industry/\">blog post</a>, or contact the author at mjenko t-2 net.",
"intro": "Network of anime staffers connected through common anime projects.",
"title": "Visualizing a Business Network of Anime Staffers"
},
"legend": {
"edgeLabel": "Working Relationship",
"colorLabel": "Suspected Communities",
"nodeLabel": "Anime Staffer"
},
"features": {
"search": true,
"groupSelectorAttribute": "Modularity Class",
"hoverBehavior": "default"
},
"informationPanel": {
"groupByEdgeDirection": false,
"imageAttribute": false
},
"sigma": {
"drawingProperties": {
"borderSize": 1,
"defaultEdgeType": "curve",
"defaultLabelHoverColor": "#fff",
"defaultHoverLabelBGColor": "#000",
"defaultLabelBGColor": "#000",
"defaultLabelColor": "#c40000",
"activeFontStyle": "bold",
"labelThreshold": 2000,
"fontStyle": "regular",
"hoverFontStyle": "regular",
"defaultLabelSize": 14
},
"graphProperties": {
"maxEdgeSize": 0.4,
"minEdgeSize": 0.1,
"minNodeSize": 1,
"maxNodeSize": 14
},
"mouseProperties": {
"maxRatio": 20,
"minRatio": 0.75
}
}
}