Project

General

Profile

1
{
2
  "stakeholders": [
3
    {
4
      "id": "1",
5
      "type": "funder",
6
      "index_id": "EC",
7
      "index_name": "European Comission",
8
      "index_shortName": "EC",
9
      "alias": "EC",
10
      "isDefaultProfile": false,
11
      "isActive": true,
12
      "isPublic": true,
13
      "creationDate": "08-10-2019",
14
      "updateDate": "08-10-2019",
15
      "managers": null,
16
      "topics": [
17
        {
18
          "name": "OpenScience",
19
          "alias": "openScience",
20
          "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
21
          "isActive": true,
22
          "isPublic": true,
23
          "categories": [
24
            {
25
              "name": "Overview",
26
              "alias": "overview",
27
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
28
              "isOverview": true,
29
              "isActive": true,
30
              "isPublic": true,
31
              "subCategories": [
32
                {
33
                  "name": null,
34
                  "description": null,
35
                  "alias": null,
36
                  "isActive": true,
37
                  "isPublic": true,
38
                  "numbers": [
39
                    {
40
                      "id": "1",
41
                      "type": "number",
42
                      "name": "Total",
43
                      "description": "Total number of publications",
44
                      "tags": [
45
                        "publications"
46
                      ],
47
                      "width": "small",
48
                      "indicatorPaths": [
49
                        {
50
                          "type": "",
51
                          "url": "/funders/{index_shortName}",
52
                          "jsonPath": [
53
                            "statistics",
54
                            "publications"
55
                          ]
56
                        }
57
                      ]
58
                    },
59
                    {
60
                      "id": "2",
61
                      "type": "number",
62
                      "name": "Open",
63
                      "description": "Total number of open access publications",
64
                      "tags": [
65
                        "publication",
66
                        "open access"
67
                      ],
68
                      "width": "small",
69
                      "indicatorPaths": [
70
                        {
71
                          "type": "",
72
                          "url": "/funders/{index_shortName}",
73
                          "jsonPath": [
74
                            "statistics",
75
                            "open_access"
76
                          ]
77
                        }
78
                      ]
79
                    },
80
                    {
81
                      "id": "3",
82
                      "type": "number",
83
                      "name": "Embargo",
84
                      "description": "Total number of embargoed publications",
85
                      "tags": [
86
                        "publication",
87
                        "embargo"
88
                      ],
89
                      "width": "small",
90
                      "indicatorPaths": [
91
                        {
92
                          "type": "",
93
                          "url": "/funders/{index_shortName}",
94
                          "jsonPath": [
95
                            "statistics",
96
                            "embargo"
97
                          ]
98
                        }
99
                      ]
100
                    }
101
                  ],
102
                  "charts": [
103
                    {
104
                      "id": "4",
105
                      "type": "charts",
106
                      "name": "Number of publications by project",
107
                      "description": "Number of publications by project",
108
                      "tags": [
109
                        "publication",
110
                        "project"
111
                      ],
112
                      "width": "large",
113
                      "indicatorPaths": [
114
                        {
115
                          "type": "bar graph",
116
                          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
117
                          "jsonPath": []
118
                        },
119
                        {
120
                          "type": "table",
121
                          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
122
                          "jsonPath": []
123
                        }
124
                      ]
125
                    }
126
                  ]
127
                },
128
                {
129
                  "name": "Open",
130
                  "description": "open",
131
                  "alias": "open",
132
                  "isActive": true,
133
                  "isPublic": true,
134
                  "numbers": [
135
                    {
136
                      "id": "1",
137
                      "type": "number",
138
                      "name": "Total",
139
                      "description": "Total number of publications",
140
                      "tags": [
141
                        "publications"
142
                      ],
143
                      "width": "small",
144
                      "indicatorPaths": [
145
                        {
146
                          "type": "",
147
                          "url": "/funders/ec",
148
                          "jsonPath": [
149
                            "statistics",
150
                            "publications"
151
                          ]
152
                        }
153
                      ]
154
                    },
155
                    {
156
                      "id": "2",
157
                      "type": "number",
158
                      "name": "Open",
159
                      "description": "Total number of open access publications",
160
                      "tags": [
161
                        "publication",
162
                        "open access"
163
                      ],
164
                      "width": "small",
165
                      "indicatorPaths": [
166
                        {
167
                          "type": "",
168
                          "url": "/funders/ec",
169
                          "jsonPath": [
170
                            "statistics",
171
                            "open_access"
172
                          ]
173
                        }
174
                      ]
175
                    },
176
                    {
177
                      "id": "3",
178
                      "type": "number",
179
                      "name": "Embargo",
180
                      "description": "Total number of embargoed publications",
181
                      "tags": [
182
                        "publication",
183
                        "embargo"
184
                      ],
185
                      "width": "small",
186
                      "indicatorPaths": [
187
                        {
188
                          "type": "",
189
                          "url": "/funders/ec",
190
                          "jsonPath": [
191
                            "statistics",
192
                            "embargo"
193
                          ]
194
                        }
195
                      ]
196
                    }
197
                  ],
198
                  "charts": [
199
                    {
200
                      "id": "4",
201
                      "type": "charts",
202
                      "name": "Number of publications by project",
203
                      "description": "Number of publications by project",
204
                      "tags": [
205
                        "publication",
206
                        "project"
207
                      ],
208
                      "width": "large",
209
                      "indicatorPaths": [
210
                        {
211
                          "type": "bar graph",
212
                          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
213
                          "jsonPath": []
214
                        },
215
                        {
216
                          "type": "table",
217
                          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
218
                          "jsonPath": []
219
                        }
220
                      ]
221
                    }
222
                  ]
223
                }
224
              ]
225
            },
226
            {
227
              "name": "Publications",
228
              "alias": "publications",
229
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
230
              "isOverview": false,
231
              "isActive": true,
232
              "isPublic": true,
233
              "subCategories": [
234
                {
235
                  "name": null,
236
                  "description": null,
237
                  "alias": null,
238
                  "isActive": true,
239
                  "isPublic": true,
240
                  "numbers": [
241
                    {
242
                      "id": "1",
243
                      "type": "number",
244
                      "name": "Total",
245
                      "description": "Total number of publications",
246
                      "tags": [
247
                        "publications"
248
                      ],
249
                      "width": "small",
250
                      "indicatorPaths": [
251
                        {
252
                          "type": "",
253
                          "url": "/funders/ec",
254
                          "jsonPath": [
255
                            "statistics",
256
                            "publications"
257
                          ]
258
                        }
259
                      ]
260
                    },
261
                    {
262
                      "id": "2",
263
                      "type": "number",
264
                      "name": "Open",
265
                      "description": "Total number of open access publications",
266
                      "tags": [
267
                        "publication",
268
                        "open access"
269
                      ],
270
                      "width": "small",
271
                      "indicatorPaths": [
272
                        {
273
                          "type": "",
274
                          "url": "/funders/ec",
275
                          "jsonPath": [
276
                            "statistics",
277
                            "open_access"
278
                          ]
279
                        }
280
                      ]
281
                    },
282
                    {
283
                      "id": "3",
284
                      "type": "number",
285
                      "name": "Embargo",
286
                      "description": "Total number of embargoed publications",
287
                      "tags": [
288
                        "publication",
289
                        "embargo"
290
                      ],
291
                      "width": "small",
292
                      "indicatorPaths": [
293
                        {
294
                          "type": "",
295
                          "url": "/funders/ec",
296
                          "jsonPath": [
297
                            "statistics",
298
                            "embargo"
299
                          ]
300
                        }
301
                      ]
302
                    }
303
                  ],
304
                  "charts": [
305
                    {
306
                      "id": "4",
307
                      "type": "charts",
308
                      "name": "Number of publications by project",
309
                      "description": "Number of publications by project",
310
                      "tags": [
311
                        "publication",
312
                        "project"
313
                      ],
314
                      "width": "large",
315
                      "indicatorPaths": [
316
                        {
317
                          "type": "bar graph",
318
                          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
319
                          "jsonPath": []
320
                        },
321
                        {
322
                          "type": "table",
323
                          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
324
                          "jsonPath": []
325
                        }
326
                      ]
327
                    }
328
                  ]
329
                }
330
              ]
331
            },
332
            {
333
              "name": "Research data",
334
              "alias": "researchData",
335
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
336
              "isOverview": false,
337
              "isActive": true,
338
              "isPublic": true,
339
              "subCategories": [
340
                {
341
                  "name": null,
342
                  "description": null,
343
                  "alias": null,
344
                  "isActive": true,
345
                  "isPublic": true,
346
                  "numbers": [
347
                  ],
348
                  "charts": [
349
                  ]
350
                }
351
              ]
352
            },
353
            {
354
              "name": "Software",
355
              "alias": "software",
356
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
357
              "isOverview": false,
358
              "isActive": true,
359
              "isPublic": true,
360
              "subCategories": [
361
                {
362
                  "name": null,
363
                  "description": null,
364
                  "alias": null,
365
                  "isActive": true,
366
                  "isPublic": true,
367
                  "numbers": [
368
                  ],
369
                  "charts": [
370
                  ]
371
                }
372
              ]
373
            },
374
            {
375
              "name": "Other",
376
              "alias": "other",
377
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
378
              "isOverview": false,
379
              "isActive": true,
380
              "isPublic": true,
381
              "subCategories": [
382
                {
383
                  "name": null,
384
                  "description": null,
385
                  "alias": null,
386
                  "isActive": true,
387
                  "isPublic": true,
388
                  "numbers": [
389
                  ],
390
                  "charts": [
391
                  ]
392
                }
393
              ]
394
            }
395
          ]
396
        },
397
        {
398
          "name": "Collaboration",
399
          "alias": "collaboration",
400
          "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
401
          "isActive": true,
402
          "isPublic": true,
403
          "categories": [
404
            {
405
              "name": "Overview",
406
              "alias": "overview",
407
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
408
              "isOverview": true,
409
              "isActive": true,
410
              "isPublic": true,
411
              "subCategories": [
412
                {
413
                  "name": null,
414
                  "description": null,
415
                  "alias": null,
416
                  "isActive": true,
417
                  "isPublic": true,
418
                  "numbers": [
419
                    {
420
                      "id": "1",
421
                      "type": "number",
422
                      "name": "Total",
423
                      "description": "Total number of publications",
424
                      "tags": [
425
                        "publications"
426
                      ],
427
                      "width": "small",
428
                      "indicatorPaths": [
429
                        {
430
                          "type": "",
431
                          "url": "/funders/{index_shortName}",
432
                          "jsonPath": [
433
                            "statistics",
434
                            "publications"
435
                          ]
436
                        }
437
                      ]
438
                    },
439
                    {
440
                      "id": "2",
441
                      "type": "number",
442
                      "name": "Open",
443
                      "description": "Total number of open access publications",
444
                      "tags": [
445
                        "publication",
446
                        "open access"
447
                      ],
448
                      "width": "small",
449
                      "indicatorPaths": [
450
                        {
451
                          "type": "",
452
                          "url": "/funders/{index_shortName}",
453
                          "jsonPath": [
454
                            "statistics",
455
                            "open_access"
456
                          ]
457
                        }
458
                      ]
459
                    },
460
                    {
461
                      "id": "3",
462
                      "type": "number",
463
                      "name": "Embargo",
464
                      "description": "Total number of embargoed publications",
465
                      "tags": [
466
                        "publication",
467
                        "embargo"
468
                      ],
469
                      "width": "small",
470
                      "indicatorPaths": [
471
                        {
472
                          "type": "",
473
                          "url": "/funders/{index_shortName}",
474
                          "jsonPath": [
475
                            "statistics",
476
                            "embargo"
477
                          ]
478
                        }
479
                      ]
480
                    }
481
                  ],
482
                  "charts": [
483
                    {
484
                      "id": "4",
485
                      "type": "charts",
486
                      "name": "Number of publications by project",
487
                      "description": "Number of publications by project",
488
                      "tags": [
489
                        "publication",
490
                        "project"
491
                      ],
492
                      "width": "large",
493
                      "indicatorPaths": [
494
                        {
495
                          "type": "bar graph",
496
                          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
497
                          "jsonPath": []
498
                        },
499
                        {
500
                          "type": "table",
501
                          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
502
                          "jsonPath": []
503
                        }
504
                      ]
505
                    }
506
                  ]
507
                }
508
              ]
509
            }
510
          ]
511
        },
512
        {
513
          "name": "Impact/Correlation",
514
          "alias": "impact-correlation",
515
          "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
516
          "isActive": true,
517
          "isPublic": true,
518
          "categories": [
519
            {
520
              "name": "Overview",
521
              "alias": "overview",
522
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
523
              "isOverview": true,
524
              "isActive": true,
525
              "isPublic": true,
526
              "subCategories": [
527
                {
528
                  "name": null,
529
                  "description": null,
530
                  "alias": null,
531
                  "isActive": true,
532
                  "isPublic": true,
533
                  "numbers": [
534
                    {
535
                      "id": "1",
536
                      "type": "number",
537
                      "name": "Total",
538
                      "description": "Total number of publications",
539
                      "tags": [
540
                        "publications"
541
                      ],
542
                      "width": "small",
543
                      "indicatorPaths": [
544
                        {
545
                          "type": "",
546
                          "url": "/funders/{index_shortName}",
547
                          "jsonPath": [
548
                            "statistics",
549
                            "publications"
550
                          ]
551
                        }
552
                      ]
553
                    },
554
                    {
555
                      "id": "2",
556
                      "type": "number",
557
                      "name": "Open",
558
                      "description": "Total number of open access publications",
559
                      "tags": [
560
                        "publication",
561
                        "open access"
562
                      ],
563
                      "width": "small",
564
                      "indicatorPaths": [
565
                        {
566
                          "type": "",
567
                          "url": "/funders/{index_shortName}",
568
                          "jsonPath": [
569
                            "statistics",
570
                            "open_access"
571
                          ]
572
                        }
573
                      ]
574
                    },
575
                    {
576
                      "id": "3",
577
                      "type": "number",
578
                      "name": "Embargo",
579
                      "description": "Total number of embargoed publications",
580
                      "tags": [
581
                        "publication",
582
                        "embargo"
583
                      ],
584
                      "width": "small",
585
                      "indicatorPaths": [
586
                        {
587
                          "type": "",
588
                          "url": "/funders/{index_shortName}",
589
                          "jsonPath": [
590
                            "statistics",
591
                            "embargo"
592
                          ]
593
                        }
594
                      ]
595
                    }
596
                  ],
597
                  "charts": [
598
                    {
599
                      "id": "4",
600
                      "type": "charts",
601
                      "name": "Number of publications by project",
602
                      "description": "Number of publications by project",
603
                      "tags": [
604
                        "publication",
605
                        "project"
606
                      ],
607
                      "width": "large",
608
                      "indicatorPaths": [
609
                        {
610
                          "type": "bar graph",
611
                          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
612
                          "jsonPath": []
613
                        },
614
                        {
615
                          "type": "table",
616
                          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
617
                          "jsonPath": []
618
                        }
619
                      ]
620
                    }
621
                  ]
622
                }
623
              ]
624
            }
625
          ]
626
        }
627
      ]
628
    }
629
  ],
630
  "indicators": [
631
    {
632
      "id": "1",
633
      "type": "number",
634
      "name": "Total",
635
      "description": "Total number of publications",
636
      "tags": [
637
        "publications"
638
      ],
639
      "width": "small",
640
      "indicatorPaths": [
641
        {
642
          "type": "",
643
          "url": "/funders/ec",
644
          "jsonPath": [
645
            "statistics",
646
            "publications"
647
          ]
648
        }
649
      ]
650
    },
651
    {
652
      "id": "2",
653
      "type": "number",
654
      "name": "Open",
655
      "description": "Total number of open access publications",
656
      "tags": [
657
        "publication",
658
        "open access"
659
      ],
660
      "width": "small",
661
      "indicatorPaths": [
662
        {
663
          "type": "",
664
          "url": "/funders/ec",
665
          "jsonPath": [
666
            "statistics",
667
            "open_access"
668
          ]
669
        }
670
      ]
671
    },
672
    {
673
      "id": "3",
674
      "type": "number",
675
      "name": "Embargo",
676
      "description": "Total number of embargoed publications",
677
      "tags": [
678
        "publication",
679
        "embargo"
680
      ],
681
      "width": "small",
682
      "indicatorPaths": [
683
        {
684
          "type": "",
685
          "url": "/funders/ec",
686
          "jsonPath": [
687
            "statistics",
688
            "embargo"
689
          ]
690
        }
691
      ]
692
    },
693
    {
694
      "id": "4",
695
      "type": "charts",
696
      "name": "Number of publications by project",
697
      "description": "Number of publications by project",
698
      "tags": [
699
        "publication",
700
        "project"
701
      ],
702
      "width": "large",
703
      "indicatorPaths": [
704
        {
705
          "type": "bar graph",
706
          "url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22column%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22EC%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
707
          "jsonPath": []
708
        },
709
        {
710
          "type": "table",
711
          "url": "https://www.openaire.eu/stats/gtable.php?com=query&data={%22table%22:%22result%22,%22fields%22:[{%22fld%22:%22number%22,%22agg%22:%22count%22,%22type%22:%22pie%22,%22yaxis%22:1,%22c%22:false}],%22xaxis%22:{%22name%22:%22result_projects-project-title%22,%22agg%22:%22avg%22},%22group%22:%22%22,%22color%22:%22%22,%22type%22:%22chart%22,%22size%22:%2230%22,%22sort%22:%22count-number%22,%22yaxisheaders%22:[%22%22],%22fieldsheaders%22:[%22publications%22],%22in%22:[],%22filters%22:[{%22name%22:%22result_projects-project-funder%22,%22values%22:[%22European%20Commission%22],%22to%22:%22-1%22},{%22name%22:%22type%22,%22values%22:[%22publication%22],%22to%22:%22-1%22}],%22having%22:[],%22xStyle%22:{%22r%22:-90,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:10,%22wt%22:%22-%22},%22title%22:%22European%20Commission%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
712
          "jsonPath": []
713
        }
714
      ]
715
    }
716
  ]
717
}
(7-7/7)