Fix URL in Croissant citeAs
Browse files- croissant.json +2 -2
- util/croissant.py +1 -1
croissant.json
CHANGED
@@ -48,8 +48,8 @@
|
|
48 |
"name": "ELCC",
|
49 |
"description": "ELCC is a collection of emergent language corpora with accompanying metadata and analyses.",
|
50 |
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
51 |
-
"citeAs": "@misc{boldt2024elcc,\n title = \"{ELCC}: the Emergent Language Corpus Collection\",\n author = \"Brendon Boldt and David Mortensen\",\n year = 2024,\n url = \"\",\n}",
|
52 |
-
"datePublished": "2024-06-
|
53 |
"keywords": [
|
54 |
"emergent communication",
|
55 |
"emergent language",
|
|
|
48 |
"name": "ELCC",
|
49 |
"description": "ELCC is a collection of emergent language corpora with accompanying metadata and analyses.",
|
50 |
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
51 |
+
"citeAs": "@misc{boldt2024elcc,\n title = \"{ELCC}: the Emergent Language Corpus Collection\",\n author = \"Brendon Boldt and David Mortensen\",\n year = 2024,\n url = \"https://huggingface.co/datasets/bboldt/elcc\",\n}",
|
52 |
+
"datePublished": "2024-06-06 00:34:17.083028+00:00",
|
53 |
"keywords": [
|
54 |
"emergent communication",
|
55 |
"emergent language",
|
util/croissant.py
CHANGED
@@ -18,7 +18,7 @@ metadata = mlc.Metadata(
|
|
18 |
title = "{ELCC}: the Emergent Language Corpus Collection",
|
19 |
author = "Brendon Boldt and David Mortensen",
|
20 |
year = 2024,
|
21 |
-
url = "",
|
22 |
}"""
|
23 |
),
|
24 |
version="0.1.0",
|
|
|
18 |
title = "{ELCC}: the Emergent Language Corpus Collection",
|
19 |
author = "Brendon Boldt and David Mortensen",
|
20 |
year = 2024,
|
21 |
+
url = "https://huggingface.co/datasets/bboldt/elcc",
|
22 |
}"""
|
23 |
),
|
24 |
version="0.1.0",
|