gfissore commited on
Commit
89f589c
1 Parent(s): c50b8bc

Fix formatting.

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -78,7 +78,7 @@ English
78
  ### Data Instances
79
 
80
  Here's an example instance:
81
-
82
  {
83
  "id": "1706.03762",
84
  "submitter": "Ashish Vaswani",
@@ -110,7 +110,7 @@ data.\n",
110
  "v5"
111
  ]
112
  }
113
-
114
 
115
  ### Data Fields
116
 
@@ -186,7 +186,7 @@ The original data is maintained by [ArXiv](https://arxiv.org/)
186
  The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)
187
 
188
  ### Citation Information
189
-
190
  @misc{clement2019arxiv,
191
  title={On the Use of ArXiv as a Dataset},
192
  author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
@@ -195,3 +195,4 @@ The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedicati
195
  archivePrefix={arXiv},
196
  primaryClass={cs.IR}
197
  }
 
 
78
  ### Data Instances
79
 
80
  Here's an example instance:
81
+ ```
82
  {
83
  "id": "1706.03762",
84
  "submitter": "Ashish Vaswani",
 
110
  "v5"
111
  ]
112
  }
113
+ ```
114
 
115
  ### Data Fields
116
 
 
186
  The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)
187
 
188
  ### Citation Information
189
+ ```
190
  @misc{clement2019arxiv,
191
  title={On the Use of ArXiv as a Dataset},
192
  author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
 
195
  archivePrefix={arXiv},
196
  primaryClass={cs.IR}
197
  }
198
+ ```