-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
327,987 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: CLDF-validation | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: ["3.10"] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install pytest-cldf | ||
- name: Test with pytest | ||
run: | | ||
pytest --cldf-metadata=cldf/StructureDataset-metadata.json test.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"name": "Murdock, G. P." | ||
}, | ||
{ | ||
"name": "R. Textor" | ||
}, | ||
{ | ||
"name": "H. Barry, III" | ||
}, | ||
{ | ||
"name": "D. R. White" | ||
}, | ||
{ | ||
"name": "J. P. Gray" | ||
}, | ||
{ | ||
"name": "W. T. Divale" | ||
} | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Kathryn R. Kirby", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Russell D. Gray", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Simon J. Greenhill", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Fiona M. Jordan", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Stephanie Gomes-Ng", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Hans-J\u00f6rg Bibiko", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Dami\u00e1n E. Blasi", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Carlos A. Botero", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Claire Bowern", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Carol R. Ember", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Dan Leehr", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Bobbi S. Low", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Joe McCarter", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "William Divale", | ||
"type": "Editor" | ||
}, | ||
{ | ||
"name": "Michael C. Gavin", | ||
"type": "Editor" | ||
} | ||
], | ||
"title": "D-PLACE dataset derived from Murdock et al. 1999 'Ethnographic Atlas'", | ||
"access_right": "open", | ||
"keywords": [ | ||
"cldf:StructureDataset", | ||
"linguistics" | ||
], | ||
"upload_type": "dataset", | ||
"description": "<p>Cite the source of the dataset as:</p>\n\n<blockquote>\n<p>Murdock, G. P., R. Textor, H. Barry, III, D. R. White, J. P. Gray, and W. T. Divale. 1999. Ethnographic Atlas. World Cultures 10:24-136 (codebook)</p>\n</blockquote>", | ||
"license": { | ||
"id": "CC-BY-NC-4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Contributors | ||
|
||
Name | GitHub user | Role | ||
--- | --- | --- | ||
Murdock, G. P. | | Author | ||
R. Textor | | Author | ||
H. Barry, III | | Author | ||
D. R. White | | Author | ||
J. P. Gray | | Author | ||
W. T. Divale | | Author | ||
Kathryn R. Kirby | | editor | ||
Russell D. Gray | | editor | ||
Simon J. Greenhill | | editor | ||
Fiona M. Jordan | | editor | ||
Stephanie Gomes-Ng | | editor | ||
Hans-Jörg Bibiko | | editor | ||
Damián E. Blasi | | editor | ||
Carlos A. Botero | | editor | ||
Claire Bowern | | editor | ||
Carol R. Ember | | editor | ||
Dan Leehr | | editor | ||
Bobbi S. Low | | editor | ||
Joe McCarter | | editor | ||
William Divale | | editor | ||
Michael C. Gavin | | editor |
Oops, something went wrong.