Commit ·
273951c
1
Parent(s): abb01c9
Upload old_bailey_proceedings.py
Browse files- old_bailey_proceedings.py +7 -22
old_bailey_proceedings.py
CHANGED
|
@@ -17,28 +17,13 @@ import datasets
|
|
| 17 |
import glob
|
| 18 |
import xml.etree.ElementTree as ET
|
| 19 |
|
| 20 |
-
_CITATION = """
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
Jon Lawrence and
|
| 28 |
-
Katherine McDonough and
|
| 29 |
-
Giorgia Tolfo and
|
| 30 |
-
Daniel C. S. Wilson and
|
| 31 |
-
Barbara McGillivray},
|
| 32 |
-
title = {Living Machines: {A} study of atypical animacy},
|
| 33 |
-
journal = {CoRR},
|
| 34 |
-
volume = {abs/2005.11140},
|
| 35 |
-
year = {2020},
|
| 36 |
-
url = {https://arxiv.org/abs/2005.11140},
|
| 37 |
-
eprinttype = {arXiv},
|
| 38 |
-
eprint = {2005.11140},
|
| 39 |
-
timestamp = {Sat, 23 Jan 2021 01:12:25 +0100},
|
| 40 |
-
biburl = {https://dblp.org/rec/journals/corr/abs-2005-11140.bib},
|
| 41 |
-
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 42 |
}
|
| 43 |
"""
|
| 44 |
|
|
|
|
| 17 |
import glob
|
| 18 |
import xml.etree.ElementTree as ET
|
| 19 |
|
| 20 |
+
_CITATION = """@article{Howard2017,
|
| 21 |
+
author = "Sharon Howard",
|
| 22 |
+
title = "{Old Bailey Online XML Data}",
|
| 23 |
+
year = "2017",
|
| 24 |
+
month = "4",
|
| 25 |
+
url = "https://figshare.shef.ac.uk/articles/dataset/Old_Bailey_Online_XML_Data/4775434",
|
| 26 |
+
doi = "10.15131/shef.data.4775434.v2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
"""
|
| 29 |
|