]> Git — Sourcephile - julm/rezine-rfcs.git/blob - styles/rfc.csl.json
adapt(scripts): use YAML files for history and criticisms
[julm/rezine-rfcs.git] / styles / rfc.csl.json
1 [
2 {
3 "id": "${rfcOrga}RFC${rfcBranchRevision}",
4 "title": "RFC${rfcBranchRevision} — ${title}",
5 "title-short": "RFC${rfcBranchRevision}",
6 "type": "article-journal",
7 "publisher": "${rfcOrga}",
8 "genre": "Requests for Criticisms",
9 "collection-title": "${RFC-Category}",
10 "volume": "${rfcBranch}",
11 "issue": "v${rfcRevAdvocacy}",
12 "issued": { "date-parts": [ [ ${rfcYear} ] ] },
13 "URL": "${rfcGitweb}/blob_plain/${rfcBranchRevision}:/rfcs/${rfcBranch}/index.html",
14 "author": [
15 ${for(RFC-Authors)}
16 {
17 "non-dropping-particle": "boussole",
18 "family": "${it.boussole}",
19 "given": "${it.nom}",
20 "email": "${it.email}"
21 }
22 ${sep},
23 ${endfor}
24 ]
25 }
26 ]