Skip to content

Commit c48a39b

Browse files
committed
corrects grant number and adds note to README.
1 parent e12e461 commit c48a39b

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

.zenodo.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
],
1818
"grants": [
1919
{
20-
"funder": {
21-
"name": "Humboldt Foundation"
20+
"code": "742545",
21+
"links": {
22+
"self": "https://zenodo.org/api/grants/10.13039/501100000780::742545"
2223
},
23-
"program": "Alexander von Humboldt Professorship",
24-
"title": "Alexander von Humboldt Professorship awarded to R. H. Baayen"
25-
},
26-
{
24+
"title": "Wide Incremental learning with Discrimination nEtworks",
2725
"acronym": "WIDE",
28-
"code": "742545",
26+
"program": "H2020",
2927
"funder": {
30-
"acronyms": [
31-
"EC"
32-
],
33-
"name": "European Commission"
34-
},
35-
"program": "ERC",
36-
"title": "Wide Incremental learning with Discrimination nEtworks"
28+
"doi": "10.13039/501100000780",
29+
"acronyms": [],
30+
"name": "European Commission",
31+
"links": {
32+
"self": "https://zenodo.org/api/funders/10.13039/501100000780"
33+
}
34+
}
3735
}
3836
],
3937
"keywords": [

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@ This python tool is based on the work and on the Matlab code on Yingming Gao.
1313

1414
The overall logic is in ``create_corpus.py`` which executes the approriate functions from top to bottom. The functions are supplied by the other files.
1515

16+
.. note::
17+
18+
In the since VTL version 2.3 which can be downloaded as free software from
19+
https://www.vocaltractlab.de/index.php?page=vocaltractlab-download most of
20+
the functionality implemented here is available directly from the VTL api.
21+
Please use the VTL api directly.
22+
1623

1724
Copyright
1825
=========
1926
As the VocalTractLabAPI.so and the JD2.speaker is GPL v3 the rest of the code
2027
here is GPL as well. If the code is not dependent on VTL anymore you can use
2128
it under MIT license.
2229

30+
Acknowledgments
31+
===============
32+
This research was supported by an ERC advanced Grant (no. 742545), by the
33+
University of Tübingen and by the TU Dresden.
34+

0 commit comments

Comments
 (0)