|
27 | 27 | "title": "Indicadores", |
28 | 28 | "type": "FreePage", |
29 | 29 | "publish": false, |
| 30 | + "slug": "indicadores", |
30 | 31 | "children": [ |
31 | 32 | { |
32 | | - "key": "indicators_global", |
33 | | - "title": "Global", |
34 | | - "type": "IndicatorGlobalPage", |
35 | | - "slug": "global", |
36 | | - "data_source": "journal_metrics_global_*" |
| 33 | + "key": "indicators_scientific_production_document", |
| 34 | + "title": "Produção Científica - Documentos", |
| 35 | + "type": "DocumentChartPage", |
| 36 | + "slug": "producao-cientifica", |
| 37 | + "data_source": "silver_scientific_production", |
| 38 | + "study_unit": "document", |
| 39 | + "intro": "<p>Visualize métricas e indicadores da produção científica baseada em documentos.</p>" |
37 | 40 | }, |
38 | 41 | { |
39 | | - "key": "indicators_scientific_production", |
40 | | - "title": "Produção Científica", |
41 | | - "type": "IndicatorByCategoryPage", |
42 | | - "slug": "producao-cientifica", |
| 42 | + "key": "indicators_scientific_production_source", |
| 43 | + "title": "Produção Científica - Fontes", |
| 44 | + "type": "SourceChartPage", |
| 45 | + "slug": "fontes-cientificas", |
43 | 46 | "data_source": "silver_scientific_production", |
44 | | - "default_category_level": "field", |
45 | | - "default_ranking_metric": "document_count" |
| 47 | + "study_unit": "source", |
| 48 | + "intro": "<p>Visualize métricas e indicadores baseados em fontes/publicações.</p>" |
| 49 | + }, |
| 50 | + { |
| 51 | + "key": "indicators_journal_thematic_metrics", |
| 52 | + "title": "Métricas Temáticas de Periódicos", |
| 53 | + "type": "IndicatorByCategoryPage", |
| 54 | + "slug": "metricas-tematicas-periodicos", |
| 55 | + "data_source": "journal_thematic_metrics", |
| 56 | + "intro": "<p>Análise temática de periódicos por área do conhecimento.</p>", |
| 57 | + "children": [ |
| 58 | + { |
| 59 | + "key": "indicators_journal_profile", |
| 60 | + "title": "Perfil de Periódico", |
| 61 | + "type": "JournalProfilePage", |
| 62 | + "slug": "perfil-periodico", |
| 63 | + "data_source": "journal_thematic_metrics", |
| 64 | + "show_global_metrics": true |
| 65 | + } |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "key": "indicators_journal_global_metrics", |
| 70 | + "title": "Métricas Globais de Periódicos", |
| 71 | + "type": "IndicatorGlobalPage", |
| 72 | + "slug": "metricas-globais-periodicos", |
| 73 | + "data_source": "journal_global_metrics", |
| 74 | + "intro": "<p>Métricas globais comparativas de periódicos científicos.</p>" |
46 | 75 | }, |
47 | 76 | { |
48 | 77 | "key": "indicators_social_production", |
49 | 78 | "title": "Produção Social", |
50 | | - "type": "IndicatorByCategoryPage", |
| 79 | + "type": "FreePage", |
51 | 80 | "slug": "producao-social", |
52 | | - "data_source": "social_production", |
53 | | - "default_category_level": "field", |
54 | | - "default_ranking_metric": "document_count" |
| 81 | + "intro": "<p>Visualize métricas e indicadores da produção social.</p>" |
55 | 82 | } |
56 | 83 | ] |
57 | 84 | }, |
|
65 | 92 | "key": "observation_scientific_production", |
66 | 93 | "title": "Produção Científica", |
67 | 94 | "type": "ObservationPage", |
68 | | - "slug": "producao-cientifica" |
| 95 | + "slug": "producao-cientifica", |
| 96 | + "data_source": "silver_scientific_production" |
69 | 97 | }, |
70 | 98 | { |
71 | 99 | "key": "observation_social_production", |
72 | 100 | "title": "Produção Social", |
73 | 101 | "type": "ObservationPage", |
74 | | - "slug": "producao-social" |
| 102 | + "slug": "producao-social", |
| 103 | + "data_source": "social_production" |
75 | 104 | } |
76 | 105 | ] |
77 | 106 | }, |
|
157 | 186 | "title": "Indicators", |
158 | 187 | "type": "FreePage", |
159 | 188 | "publish": false, |
| 189 | + "slug": "indicators", |
160 | 190 | "children": [ |
161 | 191 | { |
162 | | - "key": "indicators_global", |
163 | | - "title": "Global", |
164 | | - "type": "IndicatorGlobalPage", |
165 | | - "slug": "global", |
166 | | - "data_source": "journal_metrics_global_*" |
| 192 | + "key": "indicators_scientific_production_document", |
| 193 | + "title": "Scientific Production - Documents", |
| 194 | + "type": "DocumentChartPage", |
| 195 | + "slug": "scientific-production", |
| 196 | + "data_source": "silver_scientific_production", |
| 197 | + "study_unit": "document", |
| 198 | + "intro": "<p>View metrics and indicators for document-based scientific production.</p>" |
167 | 199 | }, |
168 | 200 | { |
169 | | - "key": "indicators_scientific_production", |
170 | | - "title": "Scientific Production", |
171 | | - "type": "IndicatorByCategoryPage", |
172 | | - "slug": "scientific-production", |
| 201 | + "key": "indicators_scientific_production_source", |
| 202 | + "title": "Scientific Production - Sources", |
| 203 | + "type": "SourceChartPage", |
| 204 | + "slug": "scientific-sources", |
173 | 205 | "data_source": "silver_scientific_production", |
174 | | - "default_category_level": "field", |
175 | | - "default_ranking_metric": "document_count" |
| 206 | + "study_unit": "source", |
| 207 | + "intro": "<p>View metrics and indicators for source-based scientific production.</p>" |
| 208 | + }, |
| 209 | + { |
| 210 | + "key": "indicators_journal_thematic_metrics", |
| 211 | + "title": "Journal Thematic Metrics", |
| 212 | + "type": "IndicatorByCategoryPage", |
| 213 | + "slug": "journal-thematic-metrics", |
| 214 | + "data_source": "journal_thematic_metrics", |
| 215 | + "intro": "<p>Thematic analysis of journals by knowledge area.</p>", |
| 216 | + "children": [ |
| 217 | + { |
| 218 | + "key": "indicators_journal_profile", |
| 219 | + "title": "Journal Profile", |
| 220 | + "type": "JournalProfilePage", |
| 221 | + "slug": "journal-profile", |
| 222 | + "data_source": "journal_thematic_metrics", |
| 223 | + "show_global_metrics": true |
| 224 | + } |
| 225 | + ] |
| 226 | + }, |
| 227 | + { |
| 228 | + "key": "indicators_journal_global_metrics", |
| 229 | + "title": "Journal Global Metrics", |
| 230 | + "type": "IndicatorGlobalPage", |
| 231 | + "slug": "journal-global-metrics", |
| 232 | + "data_source": "journal_global_metrics", |
| 233 | + "intro": "<p>Global comparative metrics for scientific journals.</p>" |
176 | 234 | }, |
177 | 235 | { |
178 | 236 | "key": "indicators_social_production", |
179 | 237 | "title": "Social Production", |
180 | | - "type": "IndicatorByCategoryPage", |
| 238 | + "type": "FreePage", |
181 | 239 | "slug": "social-production", |
182 | | - "data_source": "social_production", |
183 | | - "default_category_level": "field", |
184 | | - "default_ranking_metric": "document_count" |
| 240 | + "intro": "<p>View metrics and indicators for social production.</p>" |
185 | 241 | } |
186 | 242 | ] |
187 | 243 | }, |
|
195 | 251 | "key": "observation_scientific_production", |
196 | 252 | "title": "Scientific Production", |
197 | 253 | "type": "ObservationPage", |
198 | | - "slug": "scientific-production" |
| 254 | + "slug": "scientific-production", |
| 255 | + "data_source": "silver_scientific_production" |
199 | 256 | }, |
200 | 257 | { |
201 | 258 | "key": "observation_social_production", |
202 | 259 | "title": "Social Production", |
203 | 260 | "type": "ObservationPage", |
204 | | - "slug": "social-production" |
| 261 | + "slug": "social-production", |
| 262 | + "data_source": "social_production" |
205 | 263 | } |
206 | 264 | ] |
207 | 265 | }, |
|
287 | 345 | "title": "Indicadores", |
288 | 346 | "type": "FreePage", |
289 | 347 | "publish": false, |
| 348 | + "slug": "indicadores", |
290 | 349 | "children": [ |
291 | 350 | { |
292 | | - "key": "indicators_global", |
293 | | - "title": "Global", |
294 | | - "type": "IndicatorGlobalPage", |
295 | | - "slug": "global", |
296 | | - "data_source": "journal_metrics_global_*" |
| 351 | + "key": "indicators_scientific_production_document", |
| 352 | + "title": "Producción Científica - Documentos", |
| 353 | + "type": "DocumentChartPage", |
| 354 | + "slug": "produccion-cientifica", |
| 355 | + "data_source": "silver_scientific_production", |
| 356 | + "study_unit": "document", |
| 357 | + "intro": "<p>Visualice métricas e indicadores de la producción científica basada en documentos.</p>" |
297 | 358 | }, |
298 | 359 | { |
299 | | - "key": "indicators_scientific_production", |
300 | | - "title": "Producción Científica", |
301 | | - "type": "IndicatorByCategoryPage", |
302 | | - "slug": "produccion-cientifica", |
| 360 | + "key": "indicators_scientific_production_source", |
| 361 | + "title": "Producción Científica - Fuentes", |
| 362 | + "type": "SourceChartPage", |
| 363 | + "slug": "fuentes-cientificas", |
303 | 364 | "data_source": "silver_scientific_production", |
304 | | - "default_category_level": "field", |
305 | | - "default_ranking_metric": "document_count" |
| 365 | + "study_unit": "source", |
| 366 | + "intro": "<p>Visualice métricas e indicadores basados en fuentes/publicaciones.</p>" |
| 367 | + }, |
| 368 | + { |
| 369 | + "key": "indicators_journal_thematic_metrics", |
| 370 | + "title": "Métricas Temáticas de Revistas", |
| 371 | + "type": "IndicatorByCategoryPage", |
| 372 | + "slug": "metricas-tematicas-revistas", |
| 373 | + "data_source": "journal_thematic_metrics", |
| 374 | + "intro": "<p>Análisis temático de revistas por área del conocimiento.</p>", |
| 375 | + "children": [ |
| 376 | + { |
| 377 | + "key": "indicators_journal_profile", |
| 378 | + "title": "Perfil de Revista", |
| 379 | + "type": "JournalProfilePage", |
| 380 | + "slug": "perfil-revista", |
| 381 | + "data_source": "journal_thematic_metrics", |
| 382 | + "show_global_metrics": true |
| 383 | + } |
| 384 | + ] |
| 385 | + }, |
| 386 | + { |
| 387 | + "key": "indicators_journal_global_metrics", |
| 388 | + "title": "Métricas Globales de Revistas", |
| 389 | + "type": "IndicatorGlobalPage", |
| 390 | + "slug": "metricas-globales-revistas", |
| 391 | + "data_source": "journal_global_metrics", |
| 392 | + "intro": "<p>Métricas globales comparativas de revistas científicas.</p>" |
306 | 393 | }, |
307 | 394 | { |
308 | 395 | "key": "indicators_social_production", |
309 | 396 | "title": "Producción Social", |
310 | | - "type": "IndicatorByCategoryPage", |
| 397 | + "type": "FreePage", |
311 | 398 | "slug": "produccion-social", |
312 | | - "data_source": "social_production", |
313 | | - "default_category_level": "field", |
314 | | - "default_ranking_metric": "document_count" |
| 399 | + "intro": "<p>Visualice métricas e indicadores de la producción social.</p>" |
315 | 400 | } |
316 | 401 | ] |
317 | 402 | }, |
|
325 | 410 | "key": "observation_scientific_production", |
326 | 411 | "title": "Producción Científica", |
327 | 412 | "type": "ObservationPage", |
328 | | - "slug": "produccion-cientifica" |
| 413 | + "slug": "produccion-cientifica", |
| 414 | + "data_source": "silver_scientific_production" |
329 | 415 | }, |
330 | 416 | { |
331 | 417 | "key": "observation_social_production", |
332 | 418 | "title": "Producción Social", |
333 | 419 | "type": "ObservationPage", |
334 | | - "slug": "produccion-social" |
| 420 | + "slug": "produccion-social", |
| 421 | + "data_source": "social_production" |
335 | 422 | } |
336 | 423 | ] |
337 | 424 | }, |
|
0 commit comments