From bcafe9544247bf2994446c991ab3088e61b78b4f Mon Sep 17 00:00:00 2001 From: Robert Forkel Date: Fri, 9 Feb 2024 13:05:57 +0100 Subject: [PATCH] scaffolding --- README.md | 24 ++++++++++++++++++++++-- RELEASING.md | 2 ++ metadata.json | 4 ++-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4483c9e..aa9f8c8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# languageatlasofthepacificarea -CLDF dataset derived from the Geo-registered data of the "Language Atlas of the Pacific Area" from 1983 +# CLDF Geo data derived from the ECAI digitization of Wurm and Hattori "Language Atlas of the Pacific Area" from 1981 and 1983 + +[![CLDF validation](https://github.com/cldf-datasets/languageatlasofthepacificarea/workflows/CLDF-validation/badge.svg)](https://github.com/cldf-datasets/languageatlasofthepacificarea/actions?query=workflow%3ACLDF-validation) + +## How to cite + +If you use these data please cite +- the original source + > Language Atlas of the Pacific Geo-Registered - GIS Dataset +- the derived dataset using the DOI of the [particular released version](../../releases/) you were using + +## Description + + +This dataset is licensed under a CC-BY-4.0 license + + +## CLDF Datasets + +The following CLDF datasets are available in [cldf](cldf): + +- CLDF [Generic](https://github.com/cldf/cldf/tree/master/modules/Generic) at [cldf/Generic-metadata.json](cldf/Generic-metadata.json) \ No newline at end of file diff --git a/RELEASING.md b/RELEASING.md index dd0a705..9424c0a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,3 +5,5 @@ FIXME: todo! cldfbench makecldf cldfbench_languageatlasofthepacificarea.py cldfbench zenodo cldfbench_languageatlasofthepacificarea.py +cldfbench cldfreadme cldfbench_languageatlasofthepacificarea.py +cldfbench readme cldfbench_languageatlasofthepacificarea.py \ No newline at end of file diff --git a/metadata.json b/metadata.json index 7042bce..9b4c8d2 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "id": "languageatlasofthepacificarea", "title": "CLDF Geo data derived from the ECAI digitization of Wurm and Hattori \"Language Atlas of the Pacific Area\" from 1981 and 1983", "description": null, - "license": "CC-BY", + "license": "CC-BY-4.0", "url": null, "citation": "Language Atlas of the Pacific Geo-Registered - GIS Dataset" -} \ No newline at end of file +}