Skip to content

Commit dfbfd68

Browse files
authored
V3.0 (#1274)
* better release instructions * added MPI EVA * updated docs * 3.0.0 release
1 parent f7fe836 commit dfbfd68

24 files changed

Lines changed: 6826 additions & 4519 deletions

.zenodo.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"upload_type": "dataset",
3-
"description": "<p>List, Johann Mattis &amp; Tjuka, Annika &amp; Rzymski, Christoph &amp; Greenhill, Simon &amp; Schweikhard, Nathanael &amp; Forkel, Robert (eds.) 2022. Concepticon v2.6.0. A Resource for the Linking of Concept Lists. Leipzig: Max Planck Institute for Evolutionary Anthropology. Available online at https://concepticon.clld.org</p>",
3+
"description": "<p>List, Johann Mattis &amp; Tjuka, Annika &amp; Rzymski, Christoph &amp; Greenhill, Simon &amp; Forkel, Robert (eds.) 2022. Concepticon v3.0.0. A Resource for the Linking of Concept Lists. Leipzig: Max Planck Institute for Evolutionary Anthropology. Available online at https://concepticon.clld.org</p>",
44
"alternate_identifiers": [
55
{
66
"scheme": "url",
77
"identifier": "https://concepticon.clld.org"
88
}
99
],
10-
"title": "CLLD Concepticon 2.6.0",
10+
"title": "CLLD Concepticon 3.0.0",
1111
"access_right": "open",
1212
"license": {
1313
"id": "CC-BY-4.0"
@@ -28,9 +28,6 @@
2828
{
2929
"name": "Simon Greenhill"
3030
},
31-
{
32-
"name": "Nathanael Schweikhard"
33-
},
3431
{
3532
"name": "Robert Forkel"
3633
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

3-
## [Unreleased] - to become v3.0
3+
## v3.0
44

55
- Removed metadata in `concept_set_meta`, since this data is superseded by the more comprehensive and
66
more consistent data in `concepticon/norare-data`.
7+
- Added 9 conceptlists.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute to the CLLD Concepticon?
22

3-
Contributing to the CLLD Concepticon is simple on the one hand and difficult on the other hand. If you are an experienced user of GitHub and know about the basic ideas behind pull requests and testing in Python, it will be easy to propose changes. Creating the change proposals, however, requires to study the way we encode data in the CLLD Concepticon. We recommend that you have a look at the workflows we created, since these may significantly ease the task of adding new concept lists, or changing the mappings we provide in existing ones.
3+
Contributing to the CLLD Concepticon is simple on the one hand and difficult on the other. If you are an experienced user of GitHub and know about the basic ideas behind pull requests and testing in Python, it will be easy to propose changes. Creating the change proposals, however, requires to study the way we encode data in the CLLD Concepticon. We recommend that you have a look at the workflows we created, since these may significantly ease the task of adding new concept lists, or changing the mappings we provide in existing ones.
44

55
## GitHub Pull Requests
66

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Period | Grant Name | Gra
3434
2012-2016 | [Discovering Trans-New Guinea: Revealing the history of New Guinea](http://transnewguinea.org) | ARC Discovery Projects | Australian Research Council | DE 120101954 | SJG
3535
2015-2022 | [ARC Center of Excellence for the Dynamics of Language](http://www.dynamicsoflanguage.edu.au/) | Center of Excellence for the Dynamics of Language | Australian Research Council | CE140100041 | SJG
3636
2014-2017 | [Glottobank Project](http://glottobank.org) | Marsden Fund | Royal Society of New Zealand | 13-UOA-121 | SJG, JML, RF
37-
2014-now | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for the Science of Human history | | SJG, JML, RF
37+
2014-2021 | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for the Science of Human history | | SJG, JML, RF
38+
2022-now | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for Evolutionary Anthropology | | SJG, JML, RF
3839
2014-2017 | [CLLD Project](http://clld.org) | | Max Planck Society | | RF
3940

4041

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# CLLD Concepticon
1+
# Concepticon data curation
22

33
[![Build Status](https://github.com/concepticon/concepticon-data/workflows/Concepticon%20validation/badge.svg)](https://github.com/concepticon/concepticon-data/actions?query=workflow%3AConcepticon%20validation)
44

5+
The data underlying the [Concepticon](https://concepticon.clld.org) is maintained in this repository.
6+
Released versions of this data are distributed as CLDF datasets, uploaded to
7+
Zenodo from the [concepticon-cldf](https://github.com/concepticon/concepticon-cldf) repository
58

6-
The data underlying the [Concepticon](https://concepticon.clld.org) of the [CLLD](https://clld.org) project is maintained in this repository. Here, you can find
9+
Here, you can find
710

811
* [previous and current releases](https://github.com/concepticon/concepticon-data/releases),
912
* [issues we are trying to handle](https://github.com/concepticon/concepticon-data/issues),
@@ -39,9 +42,17 @@ The data underlying the [Concepticon](https://concepticon.clld.org) of the [CLLD
3942
tool.
4043

4144

45+
### Norms, Ratings and Relations associated with words and concepts
46+
47+
Before release 3.0, this repository contained metadata linked to Concepticon concept sets. With release
48+
3.0, this data moved to a separate (though related) project - NoRaRe. For the curation and publication
49+
workflow of NoRaRe data see https://github.com/concepticon
50+
51+
4252
### Update policy
4353

44-
We try to [release](RELEASING.md) concepticon-data (as well as the [concepticon web app](https://concepticon.clld.org))
54+
We try to [release](RELEASING.md) concepticon-data (as well as the [CLDF dataset](https://github.com/concepticon/concepticon-cldf)
55+
and the [concepticon web app](https://concepticon.clld.org))
4556
regularly at least once a year. Generally, new releases should only become more comprehensive, i.e. all data
4657
ever released should also be part of the newest release. Occasionally, though, we may have to correct an
4758
[erratum](https://github.com/concepticon/concepticon-data/issues?q=label%3Aerrata), which may result in some

RELEASING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ to normalize them for import:
4444
concepticon test
4545
```
4646

47-
- Make sure the data in `master` can be imported into the web app `clld/concepticon` by running
48-
```shell script
49-
cd ../concepticon
50-
clld initdb development.ini
47+
- Make sure CLDF-creation works:
48+
```shell
49+
cldfbench makecldf cldfbench_concepticon.py --glottolog-version v4.6
5150
```
52-
and observing that all tests pass for the web app.
51+
52+
- Adapt `CHANGELOG.md`
5353

5454
- Commit the updates for this version and push updated data:
5555
```shell script
@@ -70,8 +70,8 @@ to normalize them for import:
7070
- Create a [new milestone](https://github.com/concepticon/concepticon-data/milestones) to
7171
link to issues for the next version.
7272

73-
- Publish the release at https://concepticon.clld.org following the instructions
74-
at https://github.com/clld/concepticon/blob/master/RELEASING.md
73+
- Create the corresponding CLDF dataset release following the instructions
74+
at https://github.com/concepticon/concepticon-cldf/blob/master/RELEASING.md
7575

7676
- Tweet
7777

0 commit comments

Comments
 (0)