-
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
80,463 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,85 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"name": "Lewis R. Binford" | ||
} | ||
], | ||
"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" | ||
} | ||
], | ||
"communities": [ | ||
{ | ||
"identifier": "dplace" | ||
} | ||
], | ||
"title": "D-PLACE dataset derived from Binford 2001 'Constructing Frames of Reference'", | ||
"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>Binford, L. 2001. Constructing Frames of Reference: An Analytical Method for Archaeological Theory Building Using Hunter-gatherer and Environmental Data Sets. University of California Press</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,20 @@ | ||
# Contributors | ||
|
||
Name | GitHub user | Role | ||
--- | --- | --- | ||
Lewis R. Binford | | 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.