-
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,945 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 @@ | ||
{ | ||
"communities": [ | ||
{ | ||
"identifier": "dplace" | ||
} | ||
], | ||
"title": "D-PLACE dataset derived from Kreft and Jetz 2007 'Global patterns and determinants of vascular plant diversity'", | ||
"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>Kreft H, Jetz W. Global patterns and determinants of vascular plant diversity. Proc Natl Acad Sci. 2007;104: 5925\u20135930.</p>\n</blockquote>", | ||
"license": { | ||
"id": "CC-BY-NC-4.0" | ||
}, | ||
"creators": [ | ||
{ | ||
"name": "Kreft H." | ||
}, | ||
{ | ||
"name": "Jetz W." | ||
} | ||
], | ||
"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" | ||
} | ||
] | ||
} |
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 | ||
--- | --- | --- | ||
Kreft H. | | Author | ||
Jetz W. | | 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.