-
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
21 changed files
with
4,761 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,88 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"name": "P. Wessel" | ||
}, | ||
{ | ||
"name": "W. H. F. Smith" | ||
} | ||
], | ||
"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 Wessel and Smith 2015 'Global Self-consistent, Hierarchical, High-resolution Geography Database'", | ||
"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>Wessel, P., and W. H. F. Smith (1996), A global, self-consistent, hierarchical, high-resolution shoreline database, J. Geophys. Res., 101(B4), 8741\u20138743, doi:10.1029/96JB00104.\n\nWessel P, Smith, W. H. F. Global Self-consistent, Hierarchical, High-resolution Geography Database (GSHHS) v2.3.4 [Internet]. 2015. Available: https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html</p>\n</blockquote>", | ||
"license": { | ||
"id": "LGPL-3.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,21 @@ | ||
# Contributors | ||
|
||
Name | GitHub user | Role | ||
--- | --- | --- | ||
P. Wessel | | Author | ||
W. H. F. Smith | | 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.