Cole French commited on
Commit
2aaa021
1 Parent(s): 65c2500

Convert example to JSON

Browse files
Files changed (1) hide show
  1. README.md +15 -13
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
- {'id': '0704.0002',
116
- 'submitter': 'Louis Theran',
117
- 'authors': 'Ileana Streinu and Louis Theran',
118
- 'title': 'Sparsity-certifying Graph Decompositions',
119
- 'comments': 'To appear in Graphs and Combinatorics',
120
- 'journal-ref': None,
121
- 'doi': None,
122
- 'report-no': None,
123
- 'categories': 'math.CO cs.CG',
124
- 'license': 'http://arxiv.org/licenses/nonexclusive-distrib/1.0/',
125
- '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',
126
- 'update_date': '2008-12-13'}
 
 
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