Spaces:
Running
Running
{ | |
"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" | |
] | |
} |