-
Notifications
You must be signed in to change notification settings - Fork 75
/
configuration.json
96 lines (96 loc) · 1.96 KB
/
configuration.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"output_directory": "/skiff_files/apps/pawls/papers/",
"labels": [
{
"text": "Title",
"color": "#70DDBA"
},
{
"text": "Author",
"color": "#B8DE6F"
},
{
"text": "Abstract",
"color": "#A8DDA8"
},
{
"text": "Keywords",
"color": "#64ED96"
},
{
"text": "Section",
"color": "#FFDA77"
},
{
"text": "Paragraph",
"color": "#D9E4DD"
},
{
"text": "ListItem",
"color": "#CEEBFC"
},
{
"text": "BibItem",
"color": "#C6CC82"
},
{
"text": "Default",
"color": "#BFBFBF"
},
{
"text": "Equation",
"color": "#D6D2C4"
},
{
"text": "Figure",
"color": "#EFDDF5"
},
{
"text": "Table",
"color": "#C7C2EB"
},
{
"text": "Algorithm",
"color": "#CFD4DF"
},
{
"text": "Caption",
"color": "#2F85F7"
},
{
"text": "Footer",
"color": "#FFB2A7"
},
{
"text": "Header",
"color": "#FFB2A7"
},
{
"text": "Author/Name",
"color": "#F5A25D"
},
{
"text": "Author/Affiliation",
"color": "#28ABB9"
},
{
"text": "Author/Email",
"color": "#706897"
},
{
"text": "Paper/Venue",
"color": "#34626C"
}
],
"relations": [
{
"text": "Caption of",
"color": "#D9E4DD"
},
{
"text": "Affiliated with",
"color": "#D9E4DD"
}
],
"users_file": "/users/allowed.txt"
}