-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
171 lines (171 loc) · 4.25 KB
/
site.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"logins": [
{
"id": 0,
"type": "Agent",
"username": "system",
"active": "September 10, 2013",
"description": "",
"canApprove": true,
"needsValidation": false,
"status": "available",
"canValidate": true
},
{
"id": 1,
"type": "User",
"username": "demo",
"password": "demo",
"email": "[email protected]",
"icon": "plato.jpg",
"active": "September 10, 2013",
"description": "",
"canApprove": false,
"needsValidation": false,
"status": "available",
"canValidate": true
},
{
"id": 2,
"type": "User",
"username": "manager",
"password": "manager",
"email": "[email protected]",
"icon": "manager.png",
"active": "September 10, 2013",
"description": "",
"needsValidation": false,
"status": "available",
"canValidate": true
},
{
"id": 10000,
"type": "Agent",
"username": "Spotlight",
"service" : "annotators/spotlight",
"description": "Annotates with DBPedia Spotlight",
"icon": "dbpedia.jpg",
"status": "unavailable",
"needsValidation": true
},
{
"id": 10001,
"type": "Agent",
"username": "AFINN Sentiment",
"service" : "annotators/sentiment",
"description": "Tags with AFINN general sentiment",
"icon": "sentiment.jpg",
"status": "available",
"needsValidation": true
},
{
"id": 10002,
"type": "Agent",
"username": "Pullquoter",
"service" : "annotators/pullquoter",
"description": "Extracts potentially meaningful phrases",
"status": "available",
"needsValidation": true
},
{
"id": 10003,
"type": "Agent",
"username": "PubmedArticle",
"service" : "annotators/addRequest",
"description": "Tagged with PubmedArticle data",
"status": "available",
"needsValidation": false
},
{
"id": 10004,
"type": "Agent",
"username": "Board members",
"descriptions": "Annotates board members",
"icon": "board.jpg",
"description": "",
"status": "unavailable",
"needsValidation": true
},
{
"id": 10005,
"type": "Agent",
"username": "MicroRDF",
"description": "Annotates using inline microRDF",
"icon": "rdf.png",
"status": "unavailable",
"needsValidation": true
},
{
"id": 10006,
"type": "Agent",
"username": "ANNIE",
"description": "Annotates with general entities (people, places, things, organizations, money, etc)",
"icon": "gate.jpg",
"status": "unavailable",
"needsValidation": true
},
{
"id": 10007,
"type": "Agent",
"username": "DC",
"description": "Tags with Dublin Core metadata",
"icon": "dublin_core.png",
"status": "unavailable",
"needsValidation": true
},
{
"id": 20000,
"type": "Agent",
"username": "Search",
"service" : "search",
"description": "Retrieves searches",
"status": "available"
},
{
"id": 20001,
"type": "Agent",
"username": "Watch",
"service" : "watch",
"description": "Processes watches",
"status": "available"
},
{
"id": 20002,
"type": "Agent",
"username": "Cron",
"service" : "cron",
"description": "Executes scheduled events",
"status": "available"
},
{
"id": 1385025182848,
"active": "2013-11-22T01:53:02.841Z",
"username": "Entrez",
"type": "Searcher",
"description": "Uses entrez esearch api",
"status": "available",
"needsValidation": false,
"api": "entrez.esearch"
},
{
"id": 1385025182898,
"active": "2013-11-22T01:53:02.841Z",
"username": "Bing news",
"type": "Searcher",
"description": "Uses Bing news search api",
"status": "available",
"needsValidation": false,
"api": "bing.news"
},
{
"id": 1385025182899,
"active": "2013-11-22T01:53:02.841Z",
"username": "Bing search",
"type": "Searcher",
"description": "Uses bing web search api",
"status": "available",
"needsValidation": false,
"api": "bing.web"
}
]
}