-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
56 lines (56 loc) · 1.95 KB
/
config.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"etAlTreshold": 2,
"etAlIeeeMode": 1,
"protectStrings": {
"all": {
"title": ["DRAM",
"SDRAM",
"FPGA",
"WCET",
"ITRS",
"DDR",
"MPSOC"
]
}
},
"typeAliases": {
"inproceedings": ["conference", "proceedings"]
},
"outputElements": {
"inproceedings": ["author", "booktitle", "title", "year", "pages"],
"article": ["author", "journal", "title", "year", "pages", "number", "volume"],
"manual": ["title", "edition", "year", "organization"]
},
"replace": {
"inproceedings": {
"booktitle": [
["Annals" , "Ann."],
["Annual" , "Annu."],
["Applications" , "Applicat."],
["Colloquium" , "Colloq."],
["Conference" , "Conf."],
["Congress" , "Congr."],
["Convention" , "Conv."],
["Digest" , "Dig."],
["Exposition" , "Expo."],
["International" , "Int."],
["National" , "Nat."],
["Proceedings" , "Proc."],
["Record" , "Rec."],
["Symposium" , "Symp."],
["Technical Digest" , "Tech. Dig."],
["Technical Paper" , "Tech. Paper"],
["First" , "1st"],
["Second" , "2nd"],
["Third" , "3rd"],
["Fourth" , "4th"],
["Computer" , "Comput."],
["Computers" , "Comput."],
["Systems" , "Syst."]
]
}
},
"protectElements": {
"manual": ["edition", "organization"]
}
}