-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 2.22 KB
/
config.json
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
{
"type": "network",
"version": "1.0",
"data": "data.json",
"logo": {
"file": "",
"link": "",
"text": "Tahsin Mayeesha, Saad A. Akash, Ananna Farzana, Arifa Sharmin"
},
"text": {
"more": "Technical details :\n\nNodes represent the location, organizations and people who were involved in some specific case of harassment/violence against women. There is\nan edge between two entities if they co-occur in the same article published by Dhaka Tribune. The articles range from 2007-2016.\n\nMethodology:\n\n1. News articles were filtered by specific keywords related to violence against women.\n2. Locations, organizations, people were extracted from the text and used as nodes in the network where the edges were created by co-occurance.\n3. The Network is divided into clusters by modularity class.",
"intro": "This network visualization depicts the relationship between people, organization and location\nin the sexual harassment and violence against women cases occured in Bangladesh from\n2007 to 2016 based on the news published in Dhaka Tribune. Each cluster in general \nrepresents a case where the size shows the amount of coverage it got from Dhaka Tribune.\n",
"title": "Media coverage of violence against women in Bangladesh"
},
"legend": {
"edgeLabel": "Co-occurence",
"colorLabel": "Modularity Class ",
"nodeLabel": "Location, Organization, People in events related to women harassment, murder or rape"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"informationPanel": {
"groupByEdgeDirection": false,
"imageAttribute": false
},
"sigma": {
"drawingProperties": {
"defaultEdgeType": "curve",
"defaultHoverLabelBGColor": "#002147",
"defaultLabelBGColor": "#ddd",
"activeFontStyle": "bold",
"defaultLabelColor": "#000",
"labelThreshold": 10,
"defaultLabelHoverColor": "#fff",
"fontStyle": "bold",
"hoverFontStyle": "bold",
"defaultLabelSize": 14
},
"graphProperties": {
"maxEdgeSize": 0.5,
"minEdgeSize": 0.2,
"minNodeSize": 1,
"maxNodeSize": 7
},
"mouseProperties": {
"maxRatio": 20,
"minRatio": 0.75
}
}
}