Cole French
commited on
Convert example to JSON
Browse files
README.md
CHANGED
@@ -111,19 +111,21 @@ The language supported is English
|
|
111 |
|
112 |
This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below
|
113 |
|
114 |
-
```
|
115 |
-
{
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
|
|
|
|
127 |
```
|
128 |
|
129 |
### Data Fields
|
|
|
111 |
|
112 |
This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below
|
113 |
|
114 |
+
```json
|
115 |
+
{
|
116 |
+
"id": "0704.0002",
|
117 |
+
"submitter": "Louis Theran",
|
118 |
+
"authors": "Ileana Streinu and Louis Theran",
|
119 |
+
"title": "Sparsity-certifying Graph Decompositions",
|
120 |
+
"comments": "To appear in Graphs and Combinatorics",
|
121 |
+
"journal-ref": null,
|
122 |
+
"doi": null,
|
123 |
+
"report-no": null,
|
124 |
+
"categories": "math.CO cs.CG",
|
125 |
+
"license": "http://arxiv.org/licenses/nonexclusive-distrib/1.0/",
|
126 |
+
"abstract": " We describe a new algorithm, the $(k,\\ell)$-pebble game with colors, and use\nit obtain a characterization of the family of $(k,\\ell)$-sparse graphs and\nalgorithmic solutions to a family of problems concerning tree decompositions of\ngraphs. Special instances of sparse graphs appear in rigidity theory and have\nreceived increased attention in recent years. In particular, our colored\npebbles generalize and strengthen the previous results of Lee and Streinu and\ngive a new proof of the Tutte-Nash-Williams characterization of arboricity. We\nalso present a new decomposition that certifies sparsity based on the\n$(k,\\ell)$-pebble game with colors. Our work also exposes connections between\npebble game algorithms and previous sparse graph algorithms by Gabow, Gabow and\nWestermann and Hendrickson.\n",
|
127 |
+
"update_date": "2008-12-13"
|
128 |
+
}
|
129 |
```
|
130 |
|
131 |
### Data Fields
|