Skip to content

Commit c8d1543

Browse files
committed
adds CITATION.cff for Zenodo
1 parent 3e0828b commit c8d1543

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
cff-version: 1.2.0
2+
title: create_vtl_corpus
3+
message: Synthesizing a speech corpus with VocalTractLab
4+
type: software
5+
authors:
6+
- given-names: Konstantin
7+
family-names: Sering
8+
affiliation: University of Tübingen
9+
orcid: 'https://orcid.org/0000-0002-1178-7932'
10+
- given-names: Valentin
11+
family-names: Schmidt
12+
- given-names: Niels
13+
family-names: Stehwien
14+
- given-names: Yingming
15+
family-names: Gao
16+
identifiers:
17+
- type: doi
18+
value: 10.5281/zenodo.2548894
19+
repository-code: 'https://github.com/quantling/create_vtl_corpus'
20+
keywords:
21+
- speech corpus
22+
- speech synthesis
23+
- vocal tract lab
24+
- linguistics
25+
- python
26+
- cognitive science
27+
- machine learning
28+
license: GPL-3.0+
29+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "create-vtl-corpus"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Python scripts to create and synthesize a speech corpus with and for VocalTractLab."
55
authors = ["Konstanin Sering", "Valentin Schmidt"]
66
license = "GNU General Public License Version 3"

0 commit comments

Comments
 (0)