-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 892 Bytes
/
config.json
File metadata and controls
37 lines (37 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"csv": {
"header": [
"order",
"id",
"session",
"title",
"authors",
"affiliations",
"pages",
"doi",
"filename",
"url",
"from",
"to"
]
},
"paths": {
"schema": {
"bits": "schemas/BITS-2.0-XSD/BITS-book2.xsd",
"datacite": "schemas/datacite_schema.xsd",
"wordpress": "schemas/wordpress_rss_import.xsd"
},
"templates": {
"base": "templates/base.xsl",
"article": "templates/article.xsl",
"manifest": "templates/manifest.xsl",
"external": "templates/external.xsl",
"wordpress": "templates/wordpress.xsl",
"datacite": "templates/datacite.xsl"
},
"taxonomy": {
"acm": "references/taxonomy.xml",
"CCS2012": "references/CCS2012_taxonomy.xml"
}
}
}