Skip to content

Commit

Permalink
add collaborators to citation cff and add original paper doi
Browse files Browse the repository at this point in the history
  • Loading branch information
bvreede committed Jan 5, 2024
1 parent 6843cd8 commit 1d5a2d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,28 @@ 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"
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
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This section describes how to make a release in 3 parts:
### (1/3) Preparation

1. Update the <CHANGELOG.md> (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`

Expand Down

0 comments on commit 1d5a2d4

Please sign in to comment.