File size: 2,457 Bytes
35e5b82
 
 
1e6e2b3
35e5b82
 
 
934d8c3
35e5b82
 
 
934d8c3
 
35e5b82
 
 
 
 
 
 
 
 
 
 
 
7c3814c
35e5b82
 
 
 
1df1529
 
 
 
 
 
 
 
35e5b82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5fc2d28
 
 
 
35e5b82
 
 
 
 
 
 
5fc2d28
 
 
35e5b82
 
 
5fc2d28
35e5b82
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "type": "network",
  "version": "1.0",
  "data": "data/sigma_graph.json",
  "logo": {
    "file": "",
    "link": "",
    "text": "🤗 Daily Papers Atlas"
  },
  "text": {
    "more": "<p><strong>About:</strong> This visualization represents a network of research papers and authors, showing connections and relationships between them. The network is based on the graph.graphml file and converted to a format suitable for web visualization.</p>",
    "intro": "A demo network of the top research papers in Machine Learning featured in <a href='https://huggingface.co/papers' target='_blank'>Hugging Face Daily Papers</a>.<br>The full report and project: <a href='https://github.com/hesamsheikh/daily-papers-analysis' target='_blank'>GitHub</a>",
    "title": "🤗 Daily Papers Atlas"
  },
  "legend": {
    "edgeLabel": "Connection",
    "colorLabel": "Node Type",
    "nodeLabel": "Paper/Author"
  },
  "features": {
    "search": true,
    "groupSelectorAttribute": "type",
    "hoverBehavior": "dim",
    "zoomButtons": true,
    "fancyBox": true,
    "forceAtlas2": false,
    "forceAtlas2Time": 5000,
    "defaultColorAttribute": "type",
    "labelThreshold": 8
  },
  "highlighting": {
    "nodeOpacity": 0.2,
    "edgeOpacity": 0.05,
    "selectedNodeSizeFactor": 1.5,
    "highlightConnections": true,
    "highlightedEdgeColor": "#000000",
    "highlightedEdgeSizeFactor": 5
  },
  "informationPanel": {
    "groupByEdgeDirection": false,
    "imageAttribute": false
  },
  "sigma": {
    "drawingProperties": {
      "defaultEdgeType": "curve",
      "defaultHoverLabelBGColor": "#002147",
      "defaultLabelBGColor": "#ddd",
      "activeFontStyle": "bold",
      "defaultLabelColor": "#000",
      "labelThreshold": 8,
      "defaultLabelHoverColor": "#fff",
      "fontStyle": "bold",
      "hoverFontStyle": "bold",
      "defaultLabelSize": 14
    },
    "graphProperties": {
      "maxEdgeSize": 1.5,
      "minEdgeSize": 0.2,
      "minNodeSize": 1,
      "maxNodeSize": 8
    },
    "mouseProperties": {
      "maxRatio": 20,
      "minRatio": 0.75
    }
  },
  "nodeTypes": {
    "paper": { "color": "#FF009A", "size": 1 },
    "author": { "color": "#62D600", "size": 1 },
    "organization": { "color": "#020AA7", "size": 1 },
    "unknown": { "color": "#ff7f0e", "size": 3 }
  },
  "colorPalette": [
    "#FF9A00", "#62D600", "#020AA7", "#17becf", 
    "#ff7f0e", "#d62728", "#8c564b", "#e377c2", 
    "#bcbd22", "#7f7f7f"
  ]
}