Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,14 @@ license: mit
|
|
| 9 |
short_description: Interactive viewer of math research paper knowledge graph
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
short_description: Interactive viewer of math research paper knowledge graph
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# ArxiGraph Viewer
|
| 13 |
+
|
| 14 |
+
This is a minimal static webapp for HuggingFace **Space** that visualizes document graphs exported by `arxitex.tools.export_hf_dataset`.
|
| 15 |
+
|
| 16 |
+
The app:
|
| 17 |
+
|
| 18 |
+
- Lets you enter an arXiv ID (e.g. `1706.04702` or `1706.04702v1`)
|
| 19 |
+
- Only displays a graph if the corresponding JSON is present on HuggingFace
|
| 20 |
+
- Visualizes the graph with a force-directed layout using D3.js
|
| 21 |
+
|
| 22 |
+
|