Skip to content

Commit b0b919b

Browse files
authored
feat: citation file for github (#22)
* Create CITATION.cff * Update CITATION.cff * Update CITATION.cff
1 parent 3373e07 commit b0b919b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
message: "Please cite this web book as below."
3+
authors:
4+
- family-names: "Hayes"
5+
given-names: "Ben"
6+
- family-names: "Shier"
7+
given-names: "Jordie"
8+
- family-names: "Yu"
9+
given-names: "Chin-Yun"
10+
- family-names: "Südholt"
11+
given-names: "David"
12+
- family-names: "Diaz"
13+
given-names: "Rodrigo"
14+
title: "Introduction to Differentiable Audio Synthesizer Programming"
15+
version: 1.0.0
16+
date-released: 2023-11-05
17+
url: "https://github.com/intro2ddsp/intro2ddsp.github.io"
18+
preferred-citation:
19+
type: generic
20+
authors:
21+
- family-names: "Hayes"
22+
given-names: "Ben"
23+
- family-names: "Shier"
24+
given-names: "Jordie"
25+
- family-names: "Yu"
26+
given-names: "Chin-Yun"
27+
- family-names: "Südholt"
28+
given-names: "David"
29+
- family-names: "Diaz"
30+
given-names: "Rodrigo"
31+
title: "Introduction to Differentiable Audio Synthesizer Programming"
32+
year: 2023
33+
month: 11
34+
url: "https://intro2ddsp.github.io/"

0 commit comments

Comments
 (0)