|
1 |
{
|
|
2 |
"stakeholders":[
|
|
3 |
{
|
|
4 |
"type": "funder",
|
|
5 |
"name": "European Comission",
|
|
6 |
"id": "EC",
|
|
7 |
"isDefaultProfile": false,
|
|
8 |
"isActive": true,
|
|
9 |
"isPublic": true,
|
|
10 |
"creationDate": "08-10-2019",
|
|
11 |
"updateDate": "08-10-2019",
|
|
12 |
"managers": null,
|
|
13 |
|
|
14 |
"topics": [{
|
|
15 |
"name": "Open Science",
|
|
16 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
17 |
"isActive": true,
|
|
18 |
"isPublic": true,
|
|
19 |
"categories": [
|
|
20 |
{
|
|
21 |
"name": "Overview",
|
|
22 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
23 |
"isOverview": true,
|
|
24 |
"isActive": true,
|
|
25 |
"isPublic": true,
|
|
26 |
"subCategories": [{
|
|
27 |
"name": null,
|
|
28 |
"description": null,
|
|
29 |
"isActive": true,
|
|
30 |
"isPublic": true,
|
|
31 |
"numbers": ["1","2","3"],
|
|
32 |
"charts": ["4"]
|
|
33 |
}]
|
|
34 |
},
|
|
35 |
{
|
|
36 |
"name": "Publications",
|
|
37 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
38 |
"isOverview": false,
|
|
39 |
"isActive": true,
|
|
40 |
"isPublic": true,
|
|
41 |
"subCategories": [{
|
|
42 |
"name": null,
|
|
43 |
"description": null,
|
|
44 |
"isActive": true,
|
|
45 |
"isPublic": true,
|
|
46 |
"numbers": ["1","2","3"],
|
|
47 |
"charts": ["4"]
|
|
48 |
}]
|
|
49 |
},
|
|
50 |
{
|
|
51 |
"name": "Research data",
|
|
52 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
53 |
"isOverview": false,
|
|
54 |
"isActive": true,
|
|
55 |
"isPublic": true,
|
|
56 |
"subCategories": [{
|
|
57 |
"name": null,
|
|
58 |
"description": null,
|
|
59 |
"isActive": true,
|
|
60 |
"isPublic": true,
|
|
61 |
"numbers": [
|
|
62 |
],
|
|
63 |
"charts": [
|
|
64 |
]
|
|
65 |
}]
|
|
66 |
},
|
|
67 |
{
|
|
68 |
"name": "Software",
|
|
69 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
70 |
"isOverview": false,
|
|
71 |
"isActive": true,
|
|
72 |
"isPublic": true,
|
|
73 |
"subCategories": [{
|
|
74 |
"name": null,
|
|
75 |
"description": null,
|
|
76 |
"isActive": true,
|
|
77 |
"isPublic": true,
|
|
78 |
"numbers": [
|
|
79 |
],
|
|
80 |
"charts": [
|
|
81 |
]
|
|
82 |
}]
|
|
83 |
}, {
|
|
84 |
"name": "Other",
|
|
85 |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do...",
|
|
86 |
"isOverview": false,
|
|
87 |
"isActive": true,
|
|
88 |
"isPublic": true,
|
|
89 |
"subCategories": [{
|
|
90 |
"name": null,
|
|
91 |
"description": null,
|
|
92 |
"isActive": true,
|
|
93 |
"isPublic": true,
|
|
94 |
"numbers": [
|
|
95 |
],
|
|
96 |
"charts": [
|
|
97 |
]
|
|
98 |
}]
|
|
99 |
}
|
|
100 |
]
|
|
101 |
}]
|
|
102 |
}],
|
|
103 |
"indicators": [{
|
|
104 |
"id": "1",
|
|
105 |
"type": "number",
|
|
106 |
"name": "Total",
|
|
107 |
"description": "Total number of publications",
|
|
108 |
"tags":["publications"],
|
|
109 |
"width": "small",
|
|
110 |
"indicatorPaths":[{"type":"",
|
|
111 |
"url": "/stats-api/funders/{index_shortname}",
|
|
112 |
"jsonPath":["statistics","publications"]}]
|
|
113 |
},
|
|
114 |
{
|
|
115 |
"id": "2",
|
|
116 |
"type": "number",
|
|
117 |
"name": "Open",
|
|
118 |
"description": "Total number of open access publications",
|
|
119 |
"tags":["publication", "open access"],
|
|
120 |
"width": "small",
|
|
121 |
"indicatorPaths": [{"type":"",
|
|
122 |
"url": "/stats-api/funders/{index_shortname}",
|
|
123 |
"jsonPath":["statistics","open"]}]
|
|
124 |
},
|
|
125 |
{
|
|
126 |
"id": "3",
|
|
127 |
"type": "number",
|
|
128 |
"name": "Embargo",
|
|
129 |
"description": "Total number of embargoed publications",
|
|
130 |
"tags":["publication", "embargo"],
|
|
131 |
"width": "small",
|
|
132 |
"indicatorPaths": [{"type":"",
|
|
133 |
"url": "/stats-api/funders/{index_shortname}",
|
|
134 |
"jsonPath":["statistics","embargo"]}]
|
|
135 |
},
|
|
136 |
{
|
|
137 |
"id": "4",
|
|
138 |
"type": "charts",
|
|
139 |
"name": "Number of publications by project",
|
|
140 |
"description": "Number of publications by project",
|
|
141 |
"tags":["publication", "project"],
|
|
142 |
"width": "large",
|
|
143 |
"indicatorPaths":[{ "type":"bar graph",
|
|
144 |
"url": "https://www.openaire.eu/stats/chart.php?com=query&data={%22table%22%3A%22result%22%2C%22fields%22%3A[{%22fld%22%3A%22number%22%2C%22agg%22%3A%22count%22%2C%22type%22%3A%22bar%22%2C%22yaxis%22%3A1%2C%22c%22%3Afalse}]%2C%22xaxis%22%3A{%22name%22%3A%22result_projects-project-acronym%22%2C%22agg%22%3A%22avg%22}%2C%22group%22%3A%22%22%2C%22color%22%3A%22%22%2C%22type%22%3A%22chart%22%2C%22size%22%3A30%2C%22sort%22%3A%22count-number%22%2C%22yaxisheaders%22%3A[%22%22]%2C%22fieldsheaders%22%3A[%22publications%22]%2C%22in%22%3A[]%2C%22filters%22%3A[{%22name%22%3A%22result_projects-project-funding_lvl0%22%2C%22values%22%3A[%22H2020%22]%2C%22to%22%3A%22-1%22}%2C{%22name%22%3A%22type%22%2C%22values%22%3A[%22publication%22]%2C%22to%22%3A%22-1%22}]%2C%22having%22%3A[]%2C%22xStyle%22%3A{%22r%22:%22-%22,%22s%22:%22-%22,%22l%22:%22-%22,%22ft%22:%22-%22,%22wt%22:%22-%22}%2C%22title%22%3A%22H2020%20Publications%20per%20project%20%28top%2030%29%22%2C%22subtitle%22%3A%22%22%2C%22xaxistitle%22%3A%22project%22%2C%22order%22%3A%22d%22}&h=100%&w=80%",
|
|
145 |
"jsonPath":[]},
|
|
146 |
{ "type":"table",
|
|
147 |
"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:[%22{index_name}%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:%22{index_shortname}%20Publications%20by%20project%20(top%2030)%22,%22subtitle%22:%22%22,%22xaxistitle%22:%22project%22,%22order%22:%22d%22}",
|
|
148 |
"jsonPath":[]}
|
|
149 |
]
|
|
150 |
}]
|
|
151 |
}
|
[Monitor|Trunk]
add model classes for stakeholders
add mock json