Cole French commited on
Commit
9d872f6
1 Parent(s): 2aaa021

Add new fields to example

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -124,7 +124,15 @@ This dataset is a mirror of the original ArXiv data. Because the full dataset is
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
 
 
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
+ "versions": [
128
+ { "version": "v1", "created": "Sat, 31 Mar 2007 02:26:18 GMT" },
129
+ { "version": "v2", "created": "Sat, 13 Dec 2008 17:26:00 GMT" }
130
+ ],
131
+ "update_date": "2008-12-13",
132
+ "authors_parsed": [
133
+ ["Streinu", "Ileana", ""],
134
+ ["Theran", "Louis", ""]
135
+ ]
136
  }
137
  ```
138