Skip to content

Commit

Permalink
V3.0 (#1274)
Browse files Browse the repository at this point in the history
* better release instructions

* added MPI EVA

* updated docs

* 3.0.0 release
  • Loading branch information
xrotwang authored Nov 6, 2022
1 parent f7fe836 commit dfbfd68
Show file tree
Hide file tree
Showing 24 changed files with 6,826 additions and 4,519 deletions.
7 changes: 2 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"upload_type": "dataset",
"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>",
"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>",
"alternate_identifiers": [
{
"scheme": "url",
"identifier": "https://concepticon.clld.org"
}
],
"title": "CLLD Concepticon 2.6.0",
"title": "CLLD Concepticon 3.0.0",
"access_right": "open",
"license": {
"id": "CC-BY-4.0"
Expand All @@ -28,9 +28,6 @@
{
"name": "Simon Greenhill"
},
{
"name": "Nathanael Schweikhard"
},
{
"name": "Robert Forkel"
}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## [Unreleased] - to become v3.0
## v3.0

- Removed metadata in `concept_set_meta`, since this data is superseded by the more comprehensive and
more consistent data in `concepticon/norare-data`.
- Added 9 conceptlists.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Contribute to the CLLD Concepticon?

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.
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.

## GitHub Pull Requests

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Period | Grant Name | Gra
2012-2016 | [Discovering Trans-New Guinea: Revealing the history of New Guinea](http://transnewguinea.org) | ARC Discovery Projects | Australian Research Council | DE 120101954 | SJG
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
2014-2017 | [Glottobank Project](http://glottobank.org) | Marsden Fund | Royal Society of New Zealand | 13-UOA-121 | SJG, JML, RF
2014-now | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for the Science of Human history | | SJG, JML, RF
2014-2021 | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for the Science of Human history | | SJG, JML, RF
2022-now | [Glottobank Project](http://glottobank.org) | | Max Planck Institute for Evolutionary Anthropology | | SJG, JML, RF
2014-2017 | [CLLD Project](http://clld.org) | | Max Planck Society | | RF


Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# CLLD Concepticon
# Concepticon data curation

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

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

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
Here, you can find

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


### Norms, Ratings and Relations associated with words and concepts

Before release 3.0, this repository contained metadata linked to Concepticon concept sets. With release
3.0, this data moved to a separate (though related) project - NoRaRe. For the curation and publication
workflow of NoRaRe data see https://github.com/concepticon


### Update policy

We try to [release](RELEASING.md) concepticon-data (as well as the [concepticon web app](https://concepticon.clld.org))
We try to [release](RELEASING.md) concepticon-data (as well as the [CLDF dataset](https://github.com/concepticon/concepticon-cldf)
and the [concepticon web app](https://concepticon.clld.org))
regularly at least once a year. Generally, new releases should only become more comprehensive, i.e. all data
ever released should also be part of the newest release. Occasionally, though, we may have to correct an
[erratum](https://github.com/concepticon/concepticon-data/issues?q=label%3Aerrata), which may result in some
Expand Down
14 changes: 7 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ to normalize them for import:
concepticon test
```

- Make sure the data in `master` can be imported into the web app `clld/concepticon` by running
```shell script
cd ../concepticon
clld initdb development.ini
- Make sure CLDF-creation works:
```shell
cldfbench makecldf cldfbench_concepticon.py --glottolog-version v4.6
```
and observing that all tests pass for the web app.

- Adapt `CHANGELOG.md`

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

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

- Tweet

Expand Down
Loading

0 comments on commit dfbfd68

Please sign in to comment.