Skip to content

Commit

Permalink
release v3.1; closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 14, 2024
1 parent 7459675 commit b6e4982
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cldf-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Earlier versions of this dataset have been released as part of the
[D-PLACE/dplace-data](https://doi.org/10.5281/zenodo.596376) dataset.


## [v3.1]

- Dataset re-created using Glottolog v5.0 as reference.
- Removed erroneous reference listed for society Ec2.


## [v3.0]

The D-PLACE data was rearranged to make it possible to curate constituent
Expand Down
2 changes: 1 addition & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ property | value
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF StructureDataset](http://cldf.clld.org/v1.0/terms.rdf#StructureDataset)
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by-nc/4.0/
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/D-PLACE/dplace-dataset-ea
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/D-PLACE/dplace-dataset-ea/tree/3d1a158">D-PLACE/dplace-dataset-ea 3d1a158</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.8">Glottolog v4.8</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/D-PLACE/dplace-dataset-ea/tree/v3.0.1">D-PLACE/dplace-dataset-ea v3.0.1</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.10.12</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | dplace-dataset-ea
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand Down
4 changes: 2 additions & 2 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
{
"rdf:about": "https://github.com/D-PLACE/dplace-dataset-ea",
"rdf:type": "prov:Entity",
"dc:created": "v3.0",
"dc:created": "v3.0.1",
"dc:title": "Repository"
},
{
"rdf:about": "https://github.com/glottolog/glottolog",
"rdf:type": "prov:Entity",
"dc:created": "v4.8",
"dc:created": "v5.0",
"dc:title": "Glottolog"
}
],
Expand Down
176 changes: 88 additions & 88 deletions cldf/data.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cffi==1.15.1
chardet==5.1.0
cldfbench==1.14.0
cldfcatalog==1.5.1
-e git+https://github.com/cldf/cldfviz@f6763f321396d6f44724fb5369ef9a0f7a310cbc#egg=cldfviz
cldfviz==1.2.0
cldfzenodo==2.1.0
click==8.1.6
clldutils==3.20.0
Expand Down Expand Up @@ -53,7 +53,7 @@ purl==1.6
pybtex==0.24.0
pycldf==1.36.0
pycountry==22.3.5
-e git+https://github.com/d-place/pydplace@6143e58b7d31caad7482a40a949eeb37d9a221e4#egg=pydplace
pydplace==3.1.0
pyglottolog==3.12.0
pylatexenc==2.10
pyparsing==3.0.9
Expand Down
14 changes: 0 additions & 14 deletions cldf/sources.bib
Original file line number Diff line number Diff line change
Expand Up @@ -15607,20 +15607,6 @@ @book{chodzidlo1951
year = {1951}
}

@misc{gayton1948b,
author = {Gayton, Ann H.},
address = {Berkeley},
key = {Gayton (1948b)},
lgcode = {Kings River Western Mono [mono1275], Kings River Yokuts [sout2955], North Fork Mono [mono1275], Northern Foothills Yokuts [nort2937], Southern Valley Yokuts (Lake) [vall1251], Southern Valley Yokuts (Yauelmani) [vall1251], Western Mono [mono1275], Wukchumni [tule1245], Yakut [yaku1245]},
number = {2},
pages = {1-302},
publisher = {University of California Press},
series = {Anthropological Records},
title = {Yokuts and Western Mono Ethnography. II. Northern Foothill Yokuts and Western Mono},
volume = {10},
year = {1948}
}

@article{jochelson1933,
author = {Jochelson, W.},
journal = {Anth. Pap. Amer. Mus. Nat. Hist.},
Expand Down
176 changes: 88 additions & 88 deletions raw/data.csv

Large diffs are not rendered by default.

0 comments on commit b6e4982

Please sign in to comment.