diff --git a/CITATION.cff b/CITATION.cff index 68c8ddb..ec4df22 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,15 +14,22 @@ authors: - family-names: Gabor given-names: Parti - - - family-names: Viviani - given-names: Eva - orcid: "https://orcid.org/0000-0002-1330-0585" - family-names: Dingemanse given-names: Mark orcid: "https://orcid.org/0000-0002-3290-5723" -date-released: 2023-03-03 + - + family-names: Schnober + given-names: Carsten + orcid: "https://orcid.org/0000-0001-9139-1577" + - + family-names: De Kleijn + given-names: Maurice + - + family-names: Qi + given-names: Ji + orcid: "https://orcid.org/0000-0001-8074-2730" +date-released: 2024-01-05 doi: 10.0000/FIXME version: "0.1.0" repository-code: "https://github.com/elpaco-escience/scikit-talk" @@ -30,5 +37,5 @@ keywords: - conversation - language corpora - turn-taking -message: "If you use this software, please cite it using these metadata." +message: "If you use this software, please cite the original paper DOI:10.18653/v1/2021.sigdial-1.26" license: Apache-2.0 diff --git a/README.dev.md b/README.dev.md index 93c97c1..0b78df5 100644 --- a/README.dev.md +++ b/README.dev.md @@ -140,7 +140,7 @@ This section describes how to make a release in 3 parts: ### (1/3) Preparation 1. Update the (don't forget to update links at bottom of page) -1. Verify that the information in `CITATION.cff` is correct, and that `.zenodo.json` contains equivalent data +1. Verify that the information in `CITATION.cff` is correct 1. Make sure the [version has been updated](#versioning). 1. Run the unit tests with `pytest -v`