Skip to content

Commit

Permalink
add usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 19, 2024
1 parent 83707ba commit da6013b
Show file tree
Hide file tree
Showing 36 changed files with 27,653 additions and 21,922 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ cldferd --format compact.svg cldf > etc/erd.svg
cldfbench readme cldfbench_languageatlasofthepacificarea.py
```


## Running the validation analyses
Recreate the browseable Atlas:
```shell
cldfbench laotpa.browser
```
269 changes: 269 additions & 0 deletions USAGE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cldf/Generic-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/languageatlasofthepacificarea",
"rdf:type": "prov:Entity",
"dc:created": "v1.0-59-g48419fb",
"dc:created": "v1.0-61-g83707ba",
"dc:title": "Repository"
},
{
Expand Down
2 changes: 1 addition & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ property | value
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF Generic](http://cldf.clld.org/v1.0/terms.rdf#Generic)
[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/cldf-datasets/languageatlasofthepacificarea
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/languageatlasofthepacificarea/tree/6e61514">cldf-datasets/languageatlasofthepacificarea v1.0-58-g6e61514</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/languageatlasofthepacificarea/tree/83707ba">cldf-datasets/languageatlasofthepacificarea v1.0-61-g83707ba</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) | languageatlasofthepacificarea
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand Down
Loading

0 comments on commit da6013b

Please sign in to comment.