-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
112 lines (101 loc) · 3.26 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"jobs": [
{
"name": "Task Dashboard",
"title": "NLP Sandbox Task Dashboard",
"markdown_file": "task-dashboard.Rmd",
"output_file": "task-dashboard.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters": {}
},
{
"name": "Performance - Date Annotation",
"title": "NLP Sandbox Date Annotators",
"markdown_file": "performance-dashboard.Rmd",
"output_file": "performance-dashboard-date-annotation.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"evaluation_id": 9614652
}
},
{
"name": "Performance - Person Name annotation",
"title": "NLP Sandbox Person Name Annotators",
"markdown_file": "performance-dashboard.Rmd",
"output_file": "performance-dashboard-person-name-annotation.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"evaluation_id": 9614657
}
},
{
"name": "Performance - Contact Annotation",
"title": "NLP Sandbox Contact Annotators",
"markdown_file": "performance-dashboard.Rmd",
"output_file": "performance-dashboard-contact-annotation.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"evaluation_id": 9614799
}
},
{
"name": "Performance - ID Annotation",
"title": "NLP Sandbox ID Annotators",
"markdown_file": "performance-dashboard.Rmd",
"output_file": "performance-dashboard-id-annotation.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"evaluation_id": 9614797
}
},
{
"name": "Performance - Location Annotation",
"title": "NLP Sandbox Location Annotators",
"markdown_file": "performance-dashboard.Rmd",
"output_file": "performance-dashboard-location-annotation.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"evaluation_id": 9614658
}
},
{
"name": "Participation - All",
"title": "NLP Sandbox Participation Dashboard",
"markdown_file": "participation-dashboard.Rmd",
"output_file": "participation-dashboard.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"source_table_synapse_id": "syn23633030",
"evaluation_ids": [9614652, 9614657, 9614799, 9614797, 9614658]
}
},
{
"name": "Participation - MCW",
"title": "NLP Sandbox Participation Dashboard - MCW",
"markdown_file": "participation-dashboard.Rmd",
"output_file": "participation-dashboard-mcw.html",
"upload_to_synapse": true,
"destination_folder_synapse_id": "syn26156540",
"notebook_parameters":
{
"source_table_synapse_id": "syn23633030",
"evaluation_ids": [9614719, 9614720, 9614804, 9614803, 9614721],
"filter_with_table": true,
"filter_table_synapse_id": "syn25582644"
}
}
]
}