{"id":549,"date":"2021-10-27T06:03:21","date_gmt":"2021-10-27T06:03:21","guid":{"rendered":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/"},"modified":"2022-01-24T15:01:22","modified_gmt":"2022-01-24T15:01:22","slug":"bibliometric-report-publisher-530","status":"publish","type":"post","link":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/","title":{"rendered":"FapUNIFESP (SciELO) Bibliometric Report"},"content":{"rendered":"\n<html>\r\n\r\n<head>\r\n    <!-- Styles -->\r\n\r\n\r\n    <!-- Resources -->\r\n\r\n\r\n\r\n<\/head>\r\n\r\n<body>\r\n    <style>\r\n        .chart {\r\n            width: 100%;\r\n            height: 500px;\r\n        }\r\n        \r\n        a.am5exporting-icon,\r\n        .am5exporting-list {\r\n            background: #F00;\r\n        }\r\n        \r\n        a.am5exporting-icon:hover,\r\n        .am5exporting-menu-open a.am5exporting-icon,\r\n        .am5exporting-item a:hover {\r\n            background: rgba(255, 0, 0, 0.5);\r\n        }\r\n    <\/style>\r\n\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/index.js\"><\/script>\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/percent.js\"><\/script>\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/xy.js\"><\/script>\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/wc.js\"><\/script>\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/themes\/Animated.js\"><\/script>\r\n    <script src=\"https:\/\/cdn.amcharts.com\/lib\/5\/plugins\/exporting.js\"><\/script>\r\n    <!-- Chart code -->\r\n    <script>\r\n        am5.ready(function() {\r\n    var rootpublisher_doc_types_chart = am5.Root.new(\"publisher_doc_types_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_doc_types_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_doc_types_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_doc_types_chart = rootpublisher_doc_types_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_doc_types_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_doc_types_chart = chartpublisher_doc_types_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_doc_types_chart, {}));\r\n    cursorpublisher_doc_types_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_doc_types_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":0.4453987420399189,\"category\":\"Journal Article\",\"value\":408382.0},{\"value1\":0.03561932556354749,\"category\":\"Chapter\",\"value\":5627.0},{\"value1\":0.0005085766363961853,\"category\":\"Other\",\"value\":5.0},{\"value1\":0.007334720535863397,\"category\":\"Book\",\"value\":65.0},{\"value1\":0.15127558651339684,\"category\":\"Posted Content\",\"value\":1239.0},{\"value1\":0.25812128263249334,\"category\":\"Monograph\",\"value\":1502.0}];\r\n\r\n    var xRendererpublisher_doc_types_chart = am5xy.AxisRendererX.new(rootpublisher_doc_types_chart, {});\r\n    xRendererpublisher_doc_types_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_doc_types_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_doc_types_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_doc_types_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_doc_types_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_doc_types_chart = chartpublisher_doc_types_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_doc_types_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_doc_types_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_doc_types_chart = chartpublisher_doc_types_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_doc_types_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_doc_types_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_doc_types_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_doc_types_chart = chartpublisher_doc_types_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_doc_types_chart, {\r\n            name: \"FapUNIFESP (SciELO) Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_doc_types_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_doc_types_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_doc_types_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_doc_types_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_doc_types_chart.get(\"colors\").getIndex(series1publisher_doc_types_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_doc_types_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_doc_types_chart.get(\"colors\").getIndex(series1publisher_doc_types_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_doc_types_chart = chartpublisher_doc_types_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_doc_types_chart, {\r\n            name: \"FapUNIFESP (SciELO) Documents Share\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_doc_types_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_doc_types_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_doc_types_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_doc_types_chart, {\r\n                labelText: \"{value1}%\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_doc_types_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_doc_types_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_doc_types_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_doc_types_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_doc_types_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_doc_types_chart.data.setAll(data);\r\n    series2publisher_doc_types_chart.data.setAll(data);\r\n\r\n    var legendpublisher_doc_types_chart = chartpublisher_doc_types_chart.children.push(\r\n        am5.Legend.new(rootpublisher_doc_types_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_doc_types_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_doc_types_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_doc_types_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_doc_types_chart.data.setAll(chartpublisher_doc_types_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_doc_types_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_doc_types_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_doc_types_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_yearly_chart = am5.Root.new(\"publisher_yearly_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_yearly_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_yearly_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_yearly_chart = rootpublisher_yearly_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_yearly_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_yearly_chart = chartpublisher_yearly_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_yearly_chart, {}));\r\n    cursorpublisher_yearly_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_yearly_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":0.5137872941217232,\"category\":\"2010\",\"value\":20991.0},{\"value1\":0.5094727189362678,\"category\":\"2011\",\"value\":21810.0},{\"value1\":0.5063714897211469,\"category\":\"2012\",\"value\":21441.0},{\"value1\":0.5366934883027865,\"category\":\"2013\",\"value\":20133.0},{\"value1\":0.5579877904919194,\"category\":\"2014\",\"value\":19376.0},{\"value1\":0.5801755847040044,\"category\":\"2015\",\"value\":19212.0},{\"value1\":0.5317947901745451,\"category\":\"2016\",\"value\":18849.0},{\"value1\":0.49128887717448605,\"category\":\"2017\",\"value\":18970.0},{\"value1\":0.38295956506965684,\"category\":\"2018\",\"value\":19620.0},{\"value1\":0.2710653104925054,\"category\":\"2019\",\"value\":18680.0},{\"value1\":0.16055271439811172,\"category\":\"2020\",\"value\":20336.0}];\r\n\r\n    var xRendererpublisher_yearly_chart = am5xy.AxisRendererX.new(rootpublisher_yearly_chart, {});\r\n    xRendererpublisher_yearly_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_yearly_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_yearly_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_yearly_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_yearly_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_yearly_chart = chartpublisher_yearly_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_yearly_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_yearly_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_yearly_chart = chartpublisher_yearly_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_yearly_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_yearly_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_yearly_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_yearly_chart = chartpublisher_yearly_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_yearly_chart, {\r\n            name: \"No. Of Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_yearly_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_yearly_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_yearly_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_yearly_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_yearly_chart.get(\"colors\").getIndex(series1publisher_yearly_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_yearly_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_yearly_chart.get(\"colors\").getIndex(series1publisher_yearly_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_yearly_chart = chartpublisher_yearly_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_yearly_chart, {\r\n            name: \"Scaled Citations\/Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_yearly_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_yearly_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_yearly_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_yearly_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_yearly_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_yearly_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_yearly_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_yearly_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_yearly_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_yearly_chart.data.setAll(data);\r\n    series2publisher_yearly_chart.data.setAll(data);\r\n\r\n    var legendpublisher_yearly_chart = chartpublisher_yearly_chart.children.push(\r\n        am5.Legend.new(rootpublisher_yearly_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_yearly_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_yearly_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_yearly_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_yearly_chart.data.setAll(chartpublisher_yearly_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_yearly_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_yearly_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_yearly_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_nonezero_document_count_chart = am5.Root.new(\"publisher_nonezero_document_count_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_nonezero_document_count_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_nonezero_document_count_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_nonezero_document_count_chart = rootpublisher_nonezero_document_count_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_nonezero_document_count_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_nonezero_document_count_chart, {}));\r\n    cursorpublisher_nonezero_document_count_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_nonezero_document_count_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":91689078.0,\"category\":\"Journal Articles\",\"value\":408382.0},{\"value1\":15797604.0,\"category\":\"Chapters\",\"value\":5627.0},{\"value1\":581897.0,\"category\":\"Monographs\",\"value\":1502.0},{\"value1\":819035.0,\"category\":\"Posted Contents\",\"value\":1239.0},{\"value1\":886196.0,\"category\":\"Books\",\"value\":65.0}];\r\n\r\n    var xRendererpublisher_nonezero_document_count_chart = am5xy.AxisRendererX.new(rootpublisher_nonezero_document_count_chart, {});\r\n    xRendererpublisher_nonezero_document_count_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_nonezero_document_count_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_nonezero_document_count_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_nonezero_document_count_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_count_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_nonezero_document_count_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_count_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_nonezero_document_count_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_nonezero_document_count_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_count_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_nonezero_document_count_chart, {\r\n            name: \"FapUNIFESP (SciELO) Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_nonezero_document_count_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_count_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_nonezero_document_count_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_nonezero_document_count_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_nonezero_document_count_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_nonezero_document_count_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_nonezero_document_count_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_nonezero_document_count_chart, {\r\n            name: \"All Publishers Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_nonezero_document_count_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_nonezero_document_count_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_nonezero_document_count_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_count_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_nonezero_document_count_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_nonezero_document_count_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_nonezero_document_count_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_nonezero_document_count_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_nonezero_document_count_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_nonezero_document_count_chart.data.setAll(data);\r\n    series2publisher_nonezero_document_count_chart.data.setAll(data);\r\n\r\n    var legendpublisher_nonezero_document_count_chart = chartpublisher_nonezero_document_count_chart.children.push(\r\n        am5.Legend.new(rootpublisher_nonezero_document_count_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_nonezero_document_count_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_nonezero_document_count_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_nonezero_document_count_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_nonezero_document_count_chart.data.setAll(chartpublisher_nonezero_document_count_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_nonezero_document_count_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_nonezero_document_count_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_nonezero_document_count_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_nonezero_document_citation_chart = am5.Root.new(\"publisher_nonezero_document_citation_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_nonezero_document_citation_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_nonezero_document_citation_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_nonezero_document_citation_chart = rootpublisher_nonezero_document_citation_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_nonezero_document_citation_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_nonezero_document_citation_chart, {}));\r\n    cursorpublisher_nonezero_document_citation_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_nonezero_document_citation_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":1056344448.0,\"category\":\"Journal Articles\",\"value\":1797707.0},{\"value1\":16055225.0,\"category\":\"Chapters\",\"value\":330.0},{\"value1\":5566506.0,\"category\":\"Monographs\",\"value\":2306.0},{\"value1\":161700.0,\"category\":\"Posted Contents\",\"value\":50.0},{\"value1\":7615467.0,\"category\":\"Books\",\"value\":107.0}];\r\n\r\n    var xRendererpublisher_nonezero_document_citation_chart = am5xy.AxisRendererX.new(rootpublisher_nonezero_document_citation_chart, {});\r\n    xRendererpublisher_nonezero_document_citation_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_nonezero_document_citation_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_nonezero_document_citation_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_nonezero_document_citation_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_nonezero_document_citation_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_citation_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_nonezero_document_citation_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_nonezero_document_citation_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_citation_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_nonezero_document_citation_chart, {\r\n            name: \"FapUNIFESP (SciELO) Citations\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_nonezero_document_citation_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_nonezero_document_citation_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_nonezero_document_citation_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_nonezero_document_citation_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_citation_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_nonezero_document_citation_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_nonezero_document_citation_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_citation_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_nonezero_document_citation_chart, {\r\n            name: \"All Publishers Citations\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_nonezero_document_citation_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_nonezero_document_citation_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_nonezero_document_citation_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_nonezero_document_citation_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_nonezero_document_citation_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_nonezero_document_citation_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_nonezero_document_citation_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_nonezero_document_citation_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_nonezero_document_citation_chart.data.setAll(data);\r\n    series2publisher_nonezero_document_citation_chart.data.setAll(data);\r\n\r\n    var legendpublisher_nonezero_document_citation_chart = chartpublisher_nonezero_document_citation_chart.children.push(\r\n        am5.Legend.new(rootpublisher_nonezero_document_citation_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_nonezero_document_citation_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_nonezero_document_citation_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_nonezero_document_citation_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_nonezero_document_citation_chart.data.setAll(chartpublisher_nonezero_document_citation_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_nonezero_document_citation_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_nonezero_document_citation_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_nonezero_document_citation_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_nonezero_document_hindex_chart = am5.Root.new(\"publisher_nonezero_document_hindex_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_nonezero_document_hindex_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_nonezero_document_hindex_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_nonezero_document_hindex_chart = rootpublisher_nonezero_document_hindex_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_nonezero_document_hindex_chart, {}));\r\n    cursorpublisher_nonezero_document_hindex_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_nonezero_document_hindex_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":3201.0,\"category\":\"Journal Articles\",\"value\":164.0},{\"value1\":588.0,\"category\":\"Chapters\",\"value\":6.0},{\"value1\":760.0,\"category\":\"Monographs\",\"value\":21.0},{\"value1\":79.0,\"category\":\"Posted Contents\",\"value\":3.0},{\"value1\":793.0,\"category\":\"Books\",\"value\":5.0}];\r\n\r\n    var xRendererpublisher_nonezero_document_hindex_chart = am5xy.AxisRendererX.new(rootpublisher_nonezero_document_hindex_chart, {});\r\n    xRendererpublisher_nonezero_document_hindex_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_nonezero_document_hindex_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_nonezero_document_hindex_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_hindex_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_nonezero_document_hindex_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_hindex_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_nonezero_document_hindex_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_hindex_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            name: \"FapUNIFESP (SciELO) h-index\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_nonezero_document_hindex_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_hindex_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_nonezero_document_hindex_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_nonezero_document_hindex_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_nonezero_document_hindex_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_hindex_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_nonezero_document_hindex_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_nonezero_document_hindex_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_hindex_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            name: \"All Publisher h-index\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_nonezero_document_hindex_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_nonezero_document_hindex_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_nonezero_document_hindex_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_hindex_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_nonezero_document_hindex_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_nonezero_document_hindex_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_nonezero_document_hindex_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_nonezero_document_hindex_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_nonezero_document_hindex_chart.data.setAll(data);\r\n    series2publisher_nonezero_document_hindex_chart.data.setAll(data);\r\n\r\n    var legendpublisher_nonezero_document_hindex_chart = chartpublisher_nonezero_document_hindex_chart.children.push(\r\n        am5.Legend.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_nonezero_document_hindex_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_nonezero_document_hindex_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_nonezero_document_hindex_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_nonezero_document_hindex_chart.data.setAll(chartpublisher_nonezero_document_hindex_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_nonezero_document_hindex_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_nonezero_document_hindex_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_nonezero_document_hindex_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_nonezero_document_gindex_chart = am5.Root.new(\"publisher_nonezero_document_gindex_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_nonezero_document_gindex_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_nonezero_document_gindex_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_nonezero_document_gindex_chart = rootpublisher_nonezero_document_gindex_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_nonezero_document_gindex_chart, {}));\r\n    cursorpublisher_nonezero_document_gindex_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_nonezero_document_gindex_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":129.0,\"category\":\"Journal Articles\",\"value\":22.0},{\"value1\":48.0,\"category\":\"Chapters\",\"value\":3.0},{\"value1\":60.0,\"category\":\"Monographs\",\"value\":6.0},{\"value1\":14.0,\"category\":\"Posted Contents\",\"value\":2.0},{\"value1\":60.0,\"category\":\"Books\",\"value\":3.0}];\r\n\r\n    var xRendererpublisher_nonezero_document_gindex_chart = am5xy.AxisRendererX.new(rootpublisher_nonezero_document_gindex_chart, {});\r\n    xRendererpublisher_nonezero_document_gindex_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_nonezero_document_gindex_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_nonezero_document_gindex_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_gindex_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_nonezero_document_gindex_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_gindex_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_nonezero_document_gindex_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_gindex_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            name: \"FapUNIFESP (SciELO) g-index\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_nonezero_document_gindex_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_gindex_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_nonezero_document_gindex_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_nonezero_document_gindex_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_nonezero_document_gindex_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_gindex_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_nonezero_document_gindex_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_nonezero_document_gindex_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_gindex_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            name: \"All Publisher g-index\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_nonezero_document_gindex_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_nonezero_document_gindex_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_nonezero_document_gindex_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_gindex_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_nonezero_document_gindex_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_nonezero_document_gindex_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_nonezero_document_gindex_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_nonezero_document_gindex_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_nonezero_document_gindex_chart.data.setAll(data);\r\n    series2publisher_nonezero_document_gindex_chart.data.setAll(data);\r\n\r\n    var legendpublisher_nonezero_document_gindex_chart = chartpublisher_nonezero_document_gindex_chart.children.push(\r\n        am5.Legend.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_nonezero_document_gindex_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_nonezero_document_gindex_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_nonezero_document_gindex_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_nonezero_document_gindex_chart.data.setAll(chartpublisher_nonezero_document_gindex_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_nonezero_document_gindex_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_nonezero_document_gindex_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_nonezero_document_gindex_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n    var rootpublisher_nonezero_document_citation_per_documents_chart = am5.Root.new(\"publisher_nonezero_document_citation_per_documents_chart\");\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_nonezero_document_citation_per_documents_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_nonezero_document_citation_per_documents_chart)\r\n    ]);\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_nonezero_document_citation_per_documents_chart = rootpublisher_nonezero_document_citation_per_documents_chart.container.children.push(\r\n        am5xy.XYChart.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            focusable: false,\r\n            panX: false,\r\n            panY: false,\r\n        })\r\n    );\r\n\r\n    var cursorpublisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_nonezero_document_citation_per_documents_chart, {}));\r\n    cursorpublisher_nonezero_document_citation_per_documents_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    var easing = am5.ease.linear;\r\n    chartpublisher_nonezero_document_citation_per_documents_chart.get(\"colors\").set(\"step\", 6);\r\n\r\n    var data = [{\"value1\":11.520940891127731,\"category\":\"Journal Articles\",\"value\":4.402023105817593},{\"value1\":1.0163075995575026,\"category\":\"Chapters\",\"value\":0.05864581482139684},{\"value1\":9.566136274976499,\"category\":\"Monographs\",\"value\":1.5352862849533955},{\"value1\":0.19742746036494166,\"category\":\"Posted Contents\",\"value\":0.04035512510088781},{\"value1\":8.593434183860003,\"category\":\"Books\",\"value\":1.646153846153846}];\r\n\r\n    var xRendererpublisher_nonezero_document_citation_per_documents_chart = am5xy.AxisRendererX.new(rootpublisher_nonezero_document_citation_per_documents_chart, {});\r\n    xRendererpublisher_nonezero_document_citation_per_documents_chart.labels.template.setAll({\r\n        rotation: -90,\r\n        centerY: am5.p50,\r\n        centerX: am5.p100,\r\n        paddingRight: 15,\r\n        text: \"{category}\"\r\n    });\r\n\r\n    var xAxis = chartpublisher_nonezero_document_citation_per_documents_chart.xAxes.push(\r\n        am5xy.CategoryAxis.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            categoryField: \"category\",\r\n            renderer: xRendererpublisher_nonezero_document_citation_per_documents_chart,\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n                labelText: \"{category}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    var yAxis1publisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_citation_per_documents_chart, {})\r\n    }));\r\n\r\n    var yAxis2publisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.yAxes.push(\r\n        am5xy.ValueAxis.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            maxDeviation: 1,\r\n            syncWithAxis: yAxis1publisher_nonezero_document_citation_per_documents_chart,\r\n            renderer: am5xy.AxisRendererY.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n                opposite: true\r\n            })\r\n        })\r\n    );\r\n\r\n    let series1publisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.series.push(\r\n        am5xy.ColumnSeries.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            name: \"FapUNIFESP (SciELO) Citation\/Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis1publisher_nonezero_document_citation_per_documents_chart,\r\n            valueYField: \"value\",\r\n            categoryXField: \"category\",\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n                labelText: \"{value}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series1publisher_nonezero_document_citation_per_documents_chart.columns.template.setAll({\r\n        fillOpacity: 0.85,\r\n        strokeOpacity: 0\r\n    });\r\n\r\n    series1publisher_nonezero_document_citation_per_documents_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_nonezero_document_citation_per_documents_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_citation_per_documents_chart.columns.indexOf(target));\r\n    });\r\n\r\n    series1publisher_nonezero_document_citation_per_documents_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_nonezero_document_citation_per_documents_chart.get(\"colors\").getIndex(series1publisher_nonezero_document_citation_per_documents_chart.columns.indexOf(target));\r\n    });\r\n\r\n    let series2publisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.series.push(\r\n        am5xy.LineSeries.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            name: \"All Publishers Citation\/Documents\",\r\n            xAxis: xAxis,\r\n            yAxis: yAxis2publisher_nonezero_document_citation_per_documents_chart,\r\n            valueYField: \"value1\",\r\n            sequencedInterpolation: true,\r\n            categoryXField: \"category\",\r\n            stroke: chartpublisher_nonezero_document_citation_per_documents_chart.get(\"colors\").getIndex(5),\r\n            fill: chartpublisher_nonezero_document_citation_per_documents_chart.get(\"colors\").getIndex(13),\r\n            tooltip: am5.Tooltip.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n                labelText: \"{value1}\"\r\n            })\r\n        })\r\n    );\r\n\r\n    series2publisher_nonezero_document_citation_per_documents_chart.strokes.template.set(\"strokeWidth\", 2);\r\n\r\n    series2publisher_nonezero_document_citation_per_documents_chart.bullets.push(function() {\r\n        return am5.Bullet.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            locationY: 1,\r\n            locationX: undefined,\r\n            sprite: am5.Circle.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n                radius: 5,\r\n                fill: series2publisher_nonezero_document_citation_per_documents_chart.get(\"fill\")\r\n            })\r\n        });\r\n    });\r\n\r\n    xAxis.data.setAll(data);\r\n    series1publisher_nonezero_document_citation_per_documents_chart.data.setAll(data);\r\n    series2publisher_nonezero_document_citation_per_documents_chart.data.setAll(data);\r\n\r\n    var legendpublisher_nonezero_document_citation_per_documents_chart = chartpublisher_nonezero_document_citation_per_documents_chart.children.push(\r\n        am5.Legend.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    \/\/ Make series change state when legend item is hovered\r\n    legendpublisher_nonezero_document_citation_per_documents_chart.itemContainers.template.states.create(\"hover\", {});\r\n\r\n    legendpublisher_nonezero_document_citation_per_documents_chart.itemContainers.template.events.on(\"pointerover\", function(e) {\r\n        e.target.dataItem.dataContext.hover();\r\n    });\r\n    legendpublisher_nonezero_document_citation_per_documents_chart.itemContainers.template.events.on(\"pointerout\", function(e) {\r\n        e.target.dataItem.dataContext.unhover();\r\n    });\r\n\r\n    legendpublisher_nonezero_document_citation_per_documents_chart.data.setAll(chartpublisher_nonezero_document_citation_per_documents_chart.series.values);\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_nonezero_document_citation_per_documents_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    chartpublisher_nonezero_document_citation_per_documents_chart.appear(1000, 100);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    var rootpublisher_hindex_chart = am5.Root.new(\"publisher_hindex_chart\");\r\n\r\n\r\n    rootpublisher_hindex_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_hindex_chart)\r\n    ]);\r\n\r\n\r\n    var chartpublisher_hindex_chart = rootpublisher_hindex_chart.container.children.push(am5xy.XYChart.new(rootpublisher_hindex_chart, {\r\n        panX: false,\r\n        panY: false,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\",\r\n        layout: rootpublisher_hindex_chart.verticalLayout\r\n    }));\r\n\r\n    var legendpublisher_hindex_chart = chartpublisher_hindex_chart.children.push(\r\n        am5.Legend.new(rootpublisher_hindex_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    var data = [{\"category\":\"h-index\",\"p_530\":164.0,\"p_all\":3269.0},{\"category\":\"h10-index\",\"p_530\":90.0,\"p_all\":1489.0},{\"category\":\"h5-index\",\"p_530\":49.0,\"p_all\":795.0}];\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xAxis = chartpublisher_hindex_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_hindex_chart, {\r\n        categoryField: \"category\",\r\n        renderer: am5xy.AxisRendererX.new(rootpublisher_hindex_chart, {\r\n            cellStartLocation: 0.1,\r\n            cellEndLocation: 0.9\r\n        }),\r\n        tooltip: am5.Tooltip.new(rootpublisher_hindex_chart, {})\r\n    }));\r\n\r\n    xAxis.data.setAll(data);\r\n\r\n    var yAxis = chartpublisher_hindex_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_hindex_chart, {\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_hindex_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Add series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    function makeSeries(name, fieldName) {\r\n        var series = chartpublisher_hindex_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_hindex_chart, {\r\n            name: name,\r\n            xAxis: xAxis,\r\n            yAxis: yAxis,\r\n            valueYField: fieldName,\r\n            categoryXField: \"category\"\r\n        }));\r\n\r\n        series.columns.template.setAll({\r\n            tooltipText: \"{name}, {categoryX}:{valueY}\",\r\n            width: am5.percent(90),\r\n            tooltipY: 0\r\n        });\r\n\r\n        series.data.setAll(data);\r\n\r\n        \/\/ Make stuff animate on load\r\n        \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n        series.appear();\r\n\r\n        series.bullets.push(function() {\r\n            return am5.Bullet.new(rootpublisher_hindex_chart, {\r\n                locationY: 0,\r\n                sprite: am5.Label.new(rootpublisher_hindex_chart, {\r\n                    text: \"{valueY}\",\r\n                    fill: rootpublisher_hindex_chart.interfaceColors.get(\"alternativeText\"),\r\n                    centerY: 0,\r\n                    centerX: am5.p50,\r\n                    populateText: true\r\n                })\r\n            });\r\n        });\r\n\r\n        legendpublisher_hindex_chart.data.push(series);\r\n    }\r\n\r\n    makeSeries('FapUNIFESP (SciELO)','p_530');makeSeries('All publishers','p_all');\r\n\r\n\r\n    chartpublisher_hindex_chart.set(\"scrollbarX\", am5.Scrollbar.new(rootpublisher_hindex_chart, {\r\n        orientation: \"horizontal\"\r\n    }));\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_hindex_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_hindex_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    chartpublisher_hindex_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    var rootpublisher_gindex_chart = am5.Root.new(\"publisher_gindex_chart\");\r\n\r\n\r\n    rootpublisher_gindex_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_gindex_chart)\r\n    ]);\r\n\r\n\r\n    var chartpublisher_gindex_chart = rootpublisher_gindex_chart.container.children.push(am5xy.XYChart.new(rootpublisher_gindex_chart, {\r\n        panX: false,\r\n        panY: false,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\",\r\n        layout: rootpublisher_gindex_chart.verticalLayout\r\n    }));\r\n\r\n    var legendpublisher_gindex_chart = chartpublisher_gindex_chart.children.push(\r\n        am5.Legend.new(rootpublisher_gindex_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    var data = [{\"category\":\"g-index\",\"p_530\":22.0,\"p_all\":131.0},{\"category\":\"g10-index\",\"p_530\":15.0,\"p_all\":80.0},{\"category\":\"g5-index\",\"p_530\":11.0,\"p_all\":55.0}];\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xAxis = chartpublisher_gindex_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_gindex_chart, {\r\n        categoryField: \"category\",\r\n        renderer: am5xy.AxisRendererX.new(rootpublisher_gindex_chart, {\r\n            cellStartLocation: 0.1,\r\n            cellEndLocation: 0.9\r\n        }),\r\n        tooltip: am5.Tooltip.new(rootpublisher_gindex_chart, {})\r\n    }));\r\n\r\n    xAxis.data.setAll(data);\r\n\r\n    var yAxis = chartpublisher_gindex_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_gindex_chart, {\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_gindex_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Add series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    function makeSeries(name, fieldName) {\r\n        var series = chartpublisher_gindex_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_gindex_chart, {\r\n            name: name,\r\n            xAxis: xAxis,\r\n            yAxis: yAxis,\r\n            valueYField: fieldName,\r\n            categoryXField: \"category\"\r\n        }));\r\n\r\n        series.columns.template.setAll({\r\n            tooltipText: \"{name}, {categoryX}:{valueY}\",\r\n            width: am5.percent(90),\r\n            tooltipY: 0\r\n        });\r\n\r\n        series.data.setAll(data);\r\n\r\n        \/\/ Make stuff animate on load\r\n        \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n        series.appear();\r\n\r\n        series.bullets.push(function() {\r\n            return am5.Bullet.new(rootpublisher_gindex_chart, {\r\n                locationY: 0,\r\n                sprite: am5.Label.new(rootpublisher_gindex_chart, {\r\n                    text: \"{valueY}\",\r\n                    fill: rootpublisher_gindex_chart.interfaceColors.get(\"alternativeText\"),\r\n                    centerY: 0,\r\n                    centerX: am5.p50,\r\n                    populateText: true\r\n                })\r\n            });\r\n        });\r\n\r\n        legendpublisher_gindex_chart.data.push(series);\r\n    }\r\n\r\n    makeSeries('FapUNIFESP (SciELO)','p_530');makeSeries('All publishers','p_all');\r\n\r\n\r\n    chartpublisher_gindex_chart.set(\"scrollbarX\", am5.Scrollbar.new(rootpublisher_gindex_chart, {\r\n        orientation: \"horizontal\"\r\n    }));\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_gindex_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_gindex_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    chartpublisher_gindex_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    var rootpublisher_inindex_chart = am5.Root.new(\"publisher_inindex_chart\");\r\n\r\n\r\n    rootpublisher_inindex_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_inindex_chart)\r\n    ]);\r\n\r\n\r\n    var chartpublisher_inindex_chart = rootpublisher_inindex_chart.container.children.push(am5xy.XYChart.new(rootpublisher_inindex_chart, {\r\n        panX: false,\r\n        panY: false,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\",\r\n        layout: rootpublisher_inindex_chart.verticalLayout\r\n    }));\r\n\r\n    var legendpublisher_inindex_chart = chartpublisher_inindex_chart.children.push(\r\n        am5.Legend.new(rootpublisher_inindex_chart, {\r\n            centerX: am5.p50,\r\n            x: am5.p50\r\n        })\r\n    );\r\n\r\n    var data = [{\"category\":\"i10-index\",\"p_530\":53191.0,\"p_all\":21796896.0},{\"category\":\"i25-index\",\"p_530\":11235.0,\"p_all\":10617845.0},{\"category\":\"i50-index\",\"p_530\":2474.0,\"p_all\":4822066.0},{\"category\":\"i100-index\",\"p_530\":498.0,\"p_all\":1785083.0},{\"category\":\"i250-index\",\"p_530\":60.0,\"p_all\":390499.0},{\"category\":\"i500-index\",\"p_530\":19.0,\"p_all\":114230.0},{\"category\":\"i1000-index\",\"p_530\":1.0,\"p_all\":31648.0},{\"category\":\"i2500-index\",\"p_530\":0.0,\"p_all\":5505.0},{\"category\":\"i5000-index\",\"p_530\":0.0,\"p_all\":1423.0},{\"category\":\"i10000-index\",\"p_530\":0.0,\"p_all\":355.0}];\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xAxis = chartpublisher_inindex_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_inindex_chart, {\r\n        categoryField: \"category\",\r\n        renderer: am5xy.AxisRendererX.new(rootpublisher_inindex_chart, {\r\n            cellStartLocation: 0.1,\r\n            cellEndLocation: 0.9\r\n        }),\r\n        tooltip: am5.Tooltip.new(rootpublisher_inindex_chart, {})\r\n    }));\r\n\r\n    xAxis.data.setAll(data);\r\n\r\n    var yAxis = chartpublisher_inindex_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_inindex_chart, {\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_inindex_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Add series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    function makeSeries(name, fieldName) {\r\n        var series = chartpublisher_inindex_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_inindex_chart, {\r\n            name: name,\r\n            xAxis: xAxis,\r\n            yAxis: yAxis,\r\n            valueYField: fieldName,\r\n            categoryXField: \"category\"\r\n        }));\r\n\r\n        series.columns.template.setAll({\r\n            tooltipText: \"{name}, {categoryX}:{valueY}\",\r\n            width: am5.percent(90),\r\n            tooltipY: 0\r\n        });\r\n\r\n        series.data.setAll(data);\r\n\r\n        \/\/ Make stuff animate on load\r\n        \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n        series.appear();\r\n\r\n        series.bullets.push(function() {\r\n            return am5.Bullet.new(rootpublisher_inindex_chart, {\r\n                locationY: 0,\r\n                sprite: am5.Label.new(rootpublisher_inindex_chart, {\r\n                    text: \"{valueY}\",\r\n                    fill: rootpublisher_inindex_chart.interfaceColors.get(\"alternativeText\"),\r\n                    centerY: 0,\r\n                    centerX: am5.p50,\r\n                    populateText: true\r\n                })\r\n            });\r\n        });\r\n\r\n        legendpublisher_inindex_chart.data.push(series);\r\n    }\r\n\r\n    makeSeries('FapUNIFESP (SciELO)','p_530');makeSeries('All publishers','p_all');\r\n\r\n\r\n    chartpublisher_inindex_chart.set(\"scrollbarX\", am5.Scrollbar.new(rootpublisher_inindex_chart, {\r\n        orientation: \"horizontal\"\r\n    }));\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_inindex_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_inindex_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    chartpublisher_inindex_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootjournal_tag_cloud = am5.Root.new(\"journal_tag_cloud\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootjournal_tag_cloud.setThemes([\r\n        am5themes_Animated.new(rootjournal_tag_cloud)\r\n    ]);\r\n\r\n\r\n    \/\/ Add wrapper container\r\n    var containerjournal_tag_cloud = rootjournal_tag_cloud.container.children.push(am5.Container.new(rootjournal_tag_cloud, {\r\n        width: am5.percent(100),\r\n        height: am5.percent(100),\r\n        layout: rootjournal_tag_cloud.verticalLayout\r\n    }));\r\n\r\n\r\n    \/\/ Add chart title\r\n    var title = containerjournal_tag_cloud.children.push(am5.Label.new(rootjournal_tag_cloud, {\r\n        text: \"FapUNIFESP (SciELO) Top Journals\",\r\n        fontSize: 20,\r\n        x: am5.percent(50),\r\n        centerX: am5.percent(50)\r\n    }));\r\n\r\n\r\n    \/\/ Add series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/\r\n    var seriesjournal_tag_cloud = containerjournal_tag_cloud.children.push(am5wc.WordCloud.new(rootjournal_tag_cloud, {\r\n        categoryField: \"tag\",\r\n        valueField: \"weight\",\r\n        calculateAggregates: true \/\/ this is needed for heat rules to work\r\n    }));\r\n\r\n\r\n    \/\/ Set up heat rules\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/#Via_heat_rules\r\n    seriesjournal_tag_cloud.set(\"heatRules\", [{\r\n        target: seriesjournal_tag_cloud.labels.template,\r\n        dataField: \"value\",\r\n        min: am5.color(0xFFD4C2),\r\n        max: am5.color(0xFF621F),\r\n        key: \"fill\"\r\n    }]);\r\n\r\n\r\n    \/\/ Configure labels\r\n    seriesjournal_tag_cloud.labels.template.setAll({\r\n        paddingTop: 5,\r\n        paddingBottom: 5,\r\n        paddingLeft: 5,\r\n        paddingRight: 5,\r\n        fontFamily: \"Courier New\",\r\n        cursorOverStyle: \"pointer\"\r\n    });\r\n\r\n\r\n    \/\/ Add click event on words\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/#Events\r\n    seriesjournal_tag_cloud.labels.template.events.on(\"click\", function(ev) {\r\n        const id = ev.target.dataItem.dataContext[\"id\"];\r\n        debugger;\r\n        window.open(\"\/source\/\" + encodeURIComponent(id));\r\n    });\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootjournal_tag_cloud, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootjournal_tag_cloud, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Data from:\r\n    \/\/ https:\/\/insights.stackoverflow.com\/survey\/2021#section-most-popular-technologies-programming-scripting-and-markup-languages\r\n    seriesjournal_tag_cloud.data.setAll([{\"id\":\"45062\",\"tag\":\"Arquivos de Neuro-Psiquiatria\",\"weight\":8571.0},{\"id\":\"46127\",\"tag\":\"Mem\u00f3rias do Instituto Oswaldo Cruz\",\"weight\":8349.0},{\"id\":\"45363\",\"tag\":\"Cadernos de Sa\u00fade P\u00fablica\",\"weight\":7935.0},{\"id\":\"45379\",\"tag\":\"Ci\u00eancia & Sa\u00fade Coletiva\",\"weight\":6858.0},{\"id\":\"70103\",\"tag\":\"Revista Brasileira de Enfermagem\",\"weight\":5838.0},{\"id\":\"45586\",\"tag\":\"Journal of the Brazilian Chemical Society\",\"weight\":5819.0},{\"id\":\"45706\",\"tag\":\"Qu\u00edmica Nova\",\"weight\":5638.0},{\"id\":\"45362\",\"tag\":\"Ci\u00eancia Rural\",\"weight\":5384.0},{\"id\":\"44958\",\"tag\":\"Arquivos Brasileiros de Cardiologia\",\"weight\":5329.0},{\"id\":\"45742\",\"tag\":\"Revista da Sociedade Brasileira de Medicina Tropical\",\"weight\":5240.0},{\"id\":\"45782\",\"tag\":\"Revista de Sa\u00fade P\u00fablica\",\"weight\":5224.0},{\"id\":\"45739\",\"tag\":\"Revista Brasileira de Zootecnia\",\"weight\":4871.0},{\"id\":\"47000\",\"tag\":\"Arquivo Brasileiro de Medicina Veterin\u00e1ria e Zootecnia\",\"weight\":4668.0},{\"id\":\"45683\",\"tag\":\"Pesquisa Agropecu\u00e1ria Brasileira\",\"weight\":4510.0},{\"id\":\"45707\",\"tag\":\"Revista da Associa\u00e7\u00e3o M\u00e9dica Brasileira\",\"weight\":4310.0},{\"id\":\"53240\",\"tag\":\"Food Science and Technology\",\"weight\":3945.0},{\"id\":\"218125\",\"tag\":\"Bragantia\",\"weight\":3909.0},{\"id\":\"68950\",\"tag\":\"Revista da Escola de Enfermagem da USP\",\"weight\":3830.0},{\"id\":\"45000\",\"tag\":\"Arquivos Brasileiros de Oftalmologia\",\"weight\":3561.0},{\"id\":\"64709\",\"tag\":\"Revista Panamericana de Salud P\u00fablica\",\"weight\":3554.0},{\"id\":\"45680\",\"tag\":\"Materials Research\",\"weight\":3518.0},{\"id\":\"46998\",\"tag\":\"Anais da Academia Brasileira de Ci\u00eancias\",\"weight\":3443.0},{\"id\":\"80599\",\"tag\":\"Revista de Administra\u00e7\u00e3o de Empresas\",\"weight\":3296.0},{\"id\":\"45120\",\"tag\":\"Brazilian Journal of Biology\",\"weight\":3247.0},{\"id\":\"45118\",\"tag\":\"Brazilian Archives of Biology and Technology\",\"weight\":3195.0},{\"id\":\"45720\",\"tag\":\"Revista Brasileira de Engenharia Agr\u00edcola e Ambiental\",\"weight\":3185.0},{\"id\":\"44759\",\"tag\":\"Brazilian Journal of Medical and Biological Research\",\"weight\":3096.0},{\"id\":\"45139\",\"tag\":\"Brazilian Journal of Physics\",\"weight\":3092.0},{\"id\":\"45725\",\"tag\":\"Revista Brasileira de Fruticultura\",\"weight\":3067.0},{\"id\":\"53251\",\"tag\":\"Pesquisa Veterin\u00e1ria Brasileira\",\"weight\":3061.0}]);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_journal_document_count_chart = am5.Root.new(\"publisher_top_journal_document_count_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_journal_document_count_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_journal_document_count_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_journal_document_count_chart = rootpublisher_top_journal_document_count_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_journal_document_count_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_journal_document_count_chart = chartpublisher_top_journal_document_count_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_journal_document_count_chart, {}));\r\n    cursorpublisher_top_journal_document_count_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_journal_document_count_chart = am5xy.AxisRendererX.new(rootpublisher_top_journal_document_count_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_journal_document_count_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_journal_document_count_chart = chartpublisher_top_journal_document_count_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_journal_document_count_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_journal_document_count_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_document_count_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_journal_document_count_chart = chartpublisher_top_journal_document_count_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_journal_document_count_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_journal_document_count_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_journal_document_count_chart = chartpublisher_top_journal_document_count_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_journal_document_count_chart, {\r\n        name: \"Journal Publication Count\",\r\n        xAxis: xAxispublisher_top_journal_document_count_chart,\r\n        yAxis: yAxispublisher_top_journal_document_count_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_document_count_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_journal_document_count_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_journal_document_count_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_journal_document_count_chart.get(\"colors\").getIndex(seriespublisher_top_journal_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_journal_document_count_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_journal_document_count_chart.get(\"colors\").getIndex(seriespublisher_top_journal_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"Arquivos de Neuro-Psiquiatria\",\"value\":8571.0},{\"category\":\"Mem\u00f3rias do Instituto Oswaldo Cruz\",\"value\":8349.0},{\"category\":\"Cadernos de Sa\u00fade P\u00fablica\",\"value\":7935.0},{\"category\":\"Ci\u00eancia & Sa\u00fade Coletiva\",\"value\":6858.0},{\"category\":\"Revista Brasileira de Enfermagem\",\"value\":5838.0}];\r\n\r\n    xAxispublisher_top_journal_document_count_chart.data.setAll(data);\r\n    seriespublisher_top_journal_document_count_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_journal_document_count_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_journal_document_count_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_journal_document_count_chart.appear(1000);\r\n\r\n    chartpublisher_top_journal_document_count_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_journal_citations_chart = am5.Root.new(\"publisher_top_journal_citations_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_journal_citations_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_journal_citations_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_journal_citations_chart = rootpublisher_top_journal_citations_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_journal_citations_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_journal_citations_chart = chartpublisher_top_journal_citations_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_journal_citations_chart, {}));\r\n    cursorpublisher_top_journal_citations_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_journal_citations_chart = am5xy.AxisRendererX.new(rootpublisher_top_journal_citations_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_journal_citations_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_journal_citations_chart = chartpublisher_top_journal_citations_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_journal_citations_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_journal_citations_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_citations_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_journal_citations_chart = chartpublisher_top_journal_citations_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_journal_citations_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_journal_citations_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_journal_citations_chart = chartpublisher_top_journal_citations_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_journal_citations_chart, {\r\n        name: \"Journal Publication Citations\",\r\n        xAxis: xAxispublisher_top_journal_citations_chart,\r\n        yAxis: yAxispublisher_top_journal_citations_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_citations_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_journal_citations_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_journal_citations_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_journal_citations_chart.get(\"colors\").getIndex(seriespublisher_top_journal_citations_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_journal_citations_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_journal_citations_chart.get(\"colors\").getIndex(seriespublisher_top_journal_citations_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"Mem\u00f3rias do Instituto Oswaldo Cruz\",\"value\":96119.0},{\"category\":\"Cadernos de Sa\u00fade P\u00fablica\",\"value\":71114.0},{\"category\":\"Revista de Sa\u00fade P\u00fablica\",\"value\":55014.0},{\"category\":\"Brazilian Journal of Medical and Biological Research\",\"value\":48935.0},{\"category\":\"Journal of the Brazilian Chemical Society\",\"value\":42207.0}];\r\n\r\n    xAxispublisher_top_journal_citations_chart.data.setAll(data);\r\n    seriespublisher_top_journal_citations_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_journal_citations_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_journal_citations_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_journal_citations_chart.appear(1000);\r\n\r\n    chartpublisher_top_journal_citations_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_journal_citations_per_document_chart = am5.Root.new(\"publisher_top_journal_citations_per_document_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_journal_citations_per_document_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_journal_citations_per_document_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_journal_citations_per_document_chart = rootpublisher_top_journal_citations_per_document_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_journal_citations_per_document_chart = chartpublisher_top_journal_citations_per_document_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_journal_citations_per_document_chart, {}));\r\n    cursorpublisher_top_journal_citations_per_document_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_journal_citations_per_document_chart = am5xy.AxisRendererX.new(rootpublisher_top_journal_citations_per_document_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_journal_citations_per_document_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_journal_citations_per_document_chart = chartpublisher_top_journal_citations_per_document_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_journal_citations_per_document_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_citations_per_document_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_journal_citations_per_document_chart = chartpublisher_top_journal_citations_per_document_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_journal_citations_per_document_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_journal_citations_per_document_chart = chartpublisher_top_journal_citations_per_document_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n        name: \"Journal Publication Citations Per Document\",\r\n        xAxis: xAxispublisher_top_journal_citations_per_document_chart,\r\n        yAxis: yAxispublisher_top_journal_citations_per_document_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_journal_citations_per_document_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_journal_citations_per_document_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_journal_citations_per_document_chart.get(\"colors\").getIndex(seriespublisher_top_journal_citations_per_document_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_journal_citations_per_document_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_journal_citations_per_document_chart.get(\"colors\").getIndex(seriespublisher_top_journal_citations_per_document_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"Brazilian Journal of Medical and Biological Research\",\"value\":15.805878552971576},{\"category\":\"Mem\u00f3rias do Instituto Oswaldo Cruz\",\"value\":11.51263624386154},{\"category\":\"Revista Brasileira de Ci\u00eancia do Solo\",\"value\":10.864801078894134},{\"category\":\"Revista de Sa\u00fade P\u00fablica\",\"value\":10.531010719754978},{\"category\":\"Brazilian Journal of Microbiology\",\"value\":9.491973244147157}];\r\n\r\n    xAxispublisher_top_journal_citations_per_document_chart.data.setAll(data);\r\n    seriespublisher_top_journal_citations_per_document_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_journal_citations_per_document_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_journal_citations_per_document_chart.appear(1000);\r\n\r\n    chartpublisher_top_journal_citations_per_document_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootsubject_tag_cloud = am5.Root.new(\"subject_tag_cloud\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootsubject_tag_cloud.setThemes([\r\n        am5themes_Animated.new(rootsubject_tag_cloud)\r\n    ]);\r\n\r\n\r\n    \/\/ Add wrapper container\r\n    var containersubject_tag_cloud = rootsubject_tag_cloud.container.children.push(am5.Container.new(rootsubject_tag_cloud, {\r\n        width: am5.percent(100),\r\n        height: am5.percent(100),\r\n        layout: rootsubject_tag_cloud.verticalLayout\r\n    }));\r\n\r\n\r\n    \/\/ Add chart title\r\n    var title = containersubject_tag_cloud.children.push(am5.Label.new(rootsubject_tag_cloud, {\r\n        text: \"FapUNIFESP (SciELO) Top Keywords\",\r\n        fontSize: 20,\r\n        x: am5.percent(50),\r\n        centerX: am5.percent(50)\r\n    }));\r\n\r\n\r\n    \/\/ Add series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/\r\n    var seriessubject_tag_cloud = containersubject_tag_cloud.children.push(am5wc.WordCloud.new(rootsubject_tag_cloud, {\r\n        categoryField: \"tag\",\r\n        valueField: \"weight\",\r\n        calculateAggregates: true \/\/ this is needed for heat rules to work\r\n    }));\r\n\r\n\r\n    \/\/ Set up heat rules\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/#Via_heat_rules\r\n    seriessubject_tag_cloud.set(\"heatRules\", [{\r\n        target: seriessubject_tag_cloud.labels.template,\r\n        dataField: \"value\",\r\n        min: am5.color(0xFFD4C2),\r\n        max: am5.color(0xFF621F),\r\n        key: \"fill\"\r\n    }]);\r\n\r\n\r\n    \/\/ Configure labels\r\n    seriessubject_tag_cloud.labels.template.setAll({\r\n        paddingTop: 5,\r\n        paddingBottom: 5,\r\n        paddingLeft: 5,\r\n        paddingRight: 5,\r\n        fontFamily: \"Courier New\",\r\n        cursorOverStyle: \"pointer\"\r\n    });\r\n\r\n\r\n    \/\/ Add click event on words\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/word-cloud\/#Events\r\n    seriessubject_tag_cloud.labels.template.events.on(\"click\", function(ev) {\r\n        const id = ev.target.dataItem.dataContext[\"id\"];\r\n        debugger;\r\n        window.open(\"\/keyword\/\" + encodeURIComponent(id));\r\n    });\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootsubject_tag_cloud, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootsubject_tag_cloud, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Data from:\r\n    \/\/ https:\/\/insights.stackoverflow.com\/survey\/2021#section-most-popular-technologies-programming-scripting-and-markup-languages\r\n    seriessubject_tag_cloud.data.setAll([{\"id\":\"134302\",\"tag\":\"s\u00e3o paulo\",\"weight\":12076.0},{\"id\":\"745065\",\"tag\":\"sao paulo\",\"weight\":11959.0},{\"id\":\"71225\",\"tag\":\"rio de janeiro\",\"weight\":6468.0},{\"id\":\"423645\",\"tag\":\"rio grande\",\"weight\":5655.0},{\"id\":\"73283\",\"tag\":\"minas gerais\",\"weight\":4881.0},{\"id\":\"1078\",\"tag\":\"in vitro\",\"weight\":4581.0},{\"id\":\"149795\",\"tag\":\"rio grande do sul\",\"weight\":4304.0},{\"id\":\"426611\",\"tag\":\"de se\",\"weight\":3913.0},{\"id\":\"798852\",\"tag\":\"the mean\",\"weight\":2487.0},{\"id\":\"85071\",\"tag\":\"the state\",\"weight\":2375.0},{\"id\":\"784405\",\"tag\":\"de medicina\",\"weight\":2354.0},{\"id\":\"408565\",\"tag\":\"mato grosso\",\"weight\":2286.0},{\"id\":\"235717\",\"tag\":\"santa catarina\",\"weight\":2060.0},{\"id\":\"37\",\"tag\":\"quality of life\",\"weight\":2042.0},{\"id\":\"1435\",\"tag\":\"case report\",\"weight\":2039.0},{\"id\":\"407174\",\"tag\":\"significant difference\",\"weight\":1986.0},{\"id\":\"187086\",\"tag\":\"cross sectional\",\"weight\":1819.0},{\"id\":\"99\",\"tag\":\"risk factors\",\"weight\":1713.0},{\"id\":\"812\",\"tag\":\"health care\",\"weight\":1680.0},{\"id\":\"135481\",\"tag\":\"southern brazil\",\"weight\":1676.0},{\"id\":\"772128\",\"tag\":\"porto alegre\",\"weight\":1611.0},{\"id\":\"556605\",\"tag\":\"the world\",\"weight\":1599.0},{\"id\":\"3485619\",\"tag\":\"america latina\",\"weight\":1594.0},{\"id\":\"142353\",\"tag\":\"sectional study\",\"weight\":1546.0},{\"id\":\"103299\",\"tag\":\"control group\",\"weight\":1425.0},{\"id\":\"660259\",\"tag\":\"the impact\",\"weight\":1422.0},{\"id\":\"1\",\"tag\":\"public health\",\"weight\":1394.0},{\"id\":\"3501110\",\"tag\":\"belo horizonte\",\"weight\":1366.0},{\"id\":\"60\",\"tag\":\"diabetes mellitus\",\"weight\":1339.0},{\"id\":\"623101\",\"tag\":\"para determinar\",\"weight\":1288.0},{\"id\":\"163\",\"tag\":\"systematic review\",\"weight\":1257.0},{\"id\":\"3190\",\"tag\":\"experimental design\",\"weight\":1257.0},{\"id\":\"1561\",\"tag\":\"new species\",\"weight\":1224.0},{\"id\":\"791534\",\"tag\":\"the family\",\"weight\":1220.0},{\"id\":\"4904\",\"tag\":\"trypanosoma cruzi\",\"weight\":1080.0},{\"id\":\"3394\",\"tag\":\"literature review\",\"weight\":1061.0},{\"id\":\"887294\",\"tag\":\"mato grosso do sul\",\"weight\":1046.0},{\"id\":\"1952\",\"tag\":\"statistical analysis\",\"weight\":1040.0},{\"id\":\"29746\",\"tag\":\"dry matter\",\"weight\":991.0},{\"id\":\"4378\",\"tag\":\"data collection\",\"weight\":989.0},{\"id\":\"607626\",\"tag\":\"distrito federal\",\"weight\":982.0},{\"id\":\"240220\",\"tag\":\"esp\u00edrito santo\",\"weight\":971.0},{\"id\":\"2278377\",\"tag\":\"espirito santo\",\"weight\":958.0},{\"id\":\"2559\",\"tag\":\"case study\",\"weight\":921.0},{\"id\":\"226\",\"tag\":\"escherichia coli\",\"weight\":910.0},{\"id\":\"1985487\",\"tag\":\"hiv aids\",\"weight\":886.0},{\"id\":\"3081\",\"tag\":\"content analysis\",\"weight\":884.0},{\"id\":\"914925\",\"tag\":\"recursos humanos\",\"weight\":883.0},{\"id\":\"104\",\"tag\":\"physical activity\",\"weight\":882.0},{\"id\":\"938996\",\"tag\":\"selection of\",\"weight\":876.0},{\"id\":\"10391\",\"tag\":\"atlantic forest\",\"weight\":866.0},{\"id\":\"1481\",\"tag\":\"logistic regression\",\"weight\":857.0},{\"id\":\"88129\",\"tag\":\"northeastern brazil\",\"weight\":846.0},{\"id\":\"566881\",\"tag\":\"terapia intensiva\",\"weight\":840.0},{\"id\":\"3445046\",\"tag\":\"santa maria\",\"weight\":837.0},{\"id\":\"541739\",\"tag\":\"the south\",\"weight\":821.0},{\"id\":\"58224\",\"tag\":\"cross sectional study\",\"weight\":815.0},{\"id\":\"90041\",\"tag\":\"southeastern brazil\",\"weight\":813.0},{\"id\":\"781565\",\"tag\":\"polymerase chain\",\"weight\":790.0},{\"id\":\"1249\",\"tag\":\"intensive care\",\"weight\":777.0},{\"id\":\"577\",\"tag\":\"staphylococcus aureus\",\"weight\":762.0},{\"id\":\"369055\",\"tag\":\"factors associated\",\"weight\":746.0},{\"id\":\"1028\",\"tag\":\"body weight\",\"weight\":744.0},{\"id\":\"367\",\"tag\":\"body mass index\",\"weight\":738.0},{\"id\":\"4194\",\"tag\":\"qualitative study\",\"weight\":737.0},{\"id\":\"6735\",\"tag\":\"schistosoma mansoni\",\"weight\":737.0},{\"id\":\"11907\",\"tag\":\"chagas disease\",\"weight\":736.0},{\"id\":\"805337\",\"tag\":\"completely randomized design\",\"weight\":727.0},{\"id\":\"63\",\"tag\":\"electron microscopy\",\"weight\":721.0},{\"id\":\"903395\",\"tag\":\"a new species\",\"weight\":721.0},{\"id\":\"1551\",\"tag\":\"retrospective study\",\"weight\":713.0},{\"id\":\"21789\",\"tag\":\"health professionals\",\"weight\":710.0},{\"id\":\"2869\",\"tag\":\"magnetic resonance\",\"weight\":709.0},{\"id\":\"112\",\"tag\":\"computed tomography\",\"weight\":708.0},{\"id\":\"2221\",\"tag\":\"data analysis\",\"weight\":706.0},{\"id\":\"52335\",\"tag\":\"the elderly\",\"weight\":702.0},{\"id\":\"576\",\"tag\":\"polymerase chain reaction\",\"weight\":698.0},{\"id\":\"1171\",\"tag\":\"organic matter\",\"weight\":681.0},{\"id\":\"79\",\"tag\":\"mental health\",\"weight\":666.0},{\"id\":\"551\",\"tag\":\"decision making\",\"weight\":665.0},{\"id\":\"3383955\",\"tag\":\"politica publica\",\"weight\":665.0},{\"id\":\"27574\",\"tag\":\"web of science\",\"weight\":662.0},{\"id\":\"766745\",\"tag\":\"per capita\",\"weight\":652.0},{\"id\":\"636264\",\"tag\":\"scanning electron\",\"weight\":647.0},{\"id\":\"4358\",\"tag\":\"south america\",\"weight\":645.0},{\"id\":\"5937\",\"tag\":\"grain yield\",\"weight\":639.0},{\"id\":\"2151\",\"tag\":\"chemical composition\",\"weight\":624.0},{\"id\":\"5262\",\"tag\":\"comparative study\",\"weight\":622.0},{\"id\":\"6960\",\"tag\":\"children and adolescents\",\"weight\":606.0},{\"id\":\"12606\",\"tag\":\"body mass\",\"weight\":601.0}]);\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_subject_document_count_chart = am5.Root.new(\"publisher_top_subject_document_count_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_subject_document_count_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_subject_document_count_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_subject_document_count_chart = rootpublisher_top_subject_document_count_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_subject_document_count_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_subject_document_count_chart = chartpublisher_top_subject_document_count_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_subject_document_count_chart, {}));\r\n    cursorpublisher_top_subject_document_count_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_subject_document_count_chart = am5xy.AxisRendererX.new(rootpublisher_top_subject_document_count_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_subject_document_count_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_subject_document_count_chart = chartpublisher_top_subject_document_count_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_subject_document_count_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_subject_document_count_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_document_count_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_subject_document_count_chart = chartpublisher_top_subject_document_count_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_subject_document_count_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_subject_document_count_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_subject_document_count_chart = chartpublisher_top_subject_document_count_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_subject_document_count_chart, {\r\n        name: \"Keyword Publication Count\",\r\n        xAxis: xAxispublisher_top_subject_document_count_chart,\r\n        yAxis: yAxispublisher_top_subject_document_count_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_document_count_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_subject_document_count_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_subject_document_count_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_subject_document_count_chart.get(\"colors\").getIndex(seriespublisher_top_subject_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_subject_document_count_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_subject_document_count_chart.get(\"colors\").getIndex(seriespublisher_top_subject_document_count_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"s\u00e3o paulo\",\"value\":12076.0},{\"category\":\"sao paulo\",\"value\":11959.0},{\"category\":\"rio de janeiro\",\"value\":6468.0},{\"category\":\"rio grande\",\"value\":5655.0},{\"category\":\"minas gerais\",\"value\":4881.0},{\"category\":\"in vitro\",\"value\":4581.0},{\"category\":\"rio grande do sul\",\"value\":4304.0},{\"category\":\"de se\",\"value\":3913.0},{\"category\":\"the mean\",\"value\":2487.0},{\"category\":\"the state\",\"value\":2375.0}];\r\n\r\n    xAxispublisher_top_subject_document_count_chart.data.setAll(data);\r\n    seriespublisher_top_subject_document_count_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_subject_document_count_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_subject_document_count_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_subject_document_count_chart.appear(1000);\r\n\r\n    chartpublisher_top_subject_document_count_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_subject_citations_chart = am5.Root.new(\"publisher_top_subject_citations_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_subject_citations_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_subject_citations_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_subject_citations_chart = rootpublisher_top_subject_citations_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_subject_citations_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_subject_citations_chart = chartpublisher_top_subject_citations_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_subject_citations_chart, {}));\r\n    cursorpublisher_top_subject_citations_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_subject_citations_chart = am5xy.AxisRendererX.new(rootpublisher_top_subject_citations_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_subject_citations_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_subject_citations_chart = chartpublisher_top_subject_citations_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_subject_citations_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_subject_citations_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_citations_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_subject_citations_chart = chartpublisher_top_subject_citations_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_subject_citations_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_subject_citations_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_subject_citations_chart = chartpublisher_top_subject_citations_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_subject_citations_chart, {\r\n        name: \"Keyword Publication Citations\",\r\n        xAxis: xAxispublisher_top_subject_citations_chart,\r\n        yAxis: yAxispublisher_top_subject_citations_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_citations_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_subject_citations_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_subject_citations_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_subject_citations_chart.get(\"colors\").getIndex(seriespublisher_top_subject_citations_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_subject_citations_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_subject_citations_chart.get(\"colors\").getIndex(seriespublisher_top_subject_citations_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"s\u00e3o paulo\",\"value\":65798.0},{\"category\":\"sao paulo\",\"value\":64919.0},{\"category\":\"rio de janeiro\",\"value\":33647.0},{\"category\":\"rio grande\",\"value\":30884.0},{\"category\":\"in vitro\",\"value\":25509.0},{\"category\":\"minas gerais\",\"value\":25312.0},{\"category\":\"rio grande do sul\",\"value\":23849.0},{\"category\":\"de se\",\"value\":16019.0},{\"category\":\"chagas disease\",\"value\":14235.0},{\"category\":\"mato grosso\",\"value\":13912.0}];\r\n\r\n    xAxispublisher_top_subject_citations_chart.data.setAll(data);\r\n    seriespublisher_top_subject_citations_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_subject_citations_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_subject_citations_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_subject_citations_chart.appear(1000);\r\n\r\n    chartpublisher_top_subject_citations_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\nam5.ready(function() {\r\n\r\n    \/\/ Create root element\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/getting-started\/#Root_element\r\n    var rootpublisher_top_subject_citations_per_document_chart = am5.Root.new(\"publisher_top_subject_citations_per_document_chart\");\r\n\r\n\r\n    \/\/ Set themes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/themes\/\r\n    rootpublisher_top_subject_citations_per_document_chart.setThemes([\r\n        am5themes_Animated.new(rootpublisher_top_subject_citations_per_document_chart)\r\n    ]);\r\n\r\n\r\n    \/\/ Create chart\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/\r\n    var chartpublisher_top_subject_citations_per_document_chart = rootpublisher_top_subject_citations_per_document_chart.container.children.push(am5xy.XYChart.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n        panX: true,\r\n        panY: true,\r\n        wheelX: \"panX\",\r\n        wheelY: \"zoomX\"\r\n    }));\r\n\r\n    \/\/ Add cursor\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/cursor\/\r\n    var cursorpublisher_top_subject_citations_per_document_chart = chartpublisher_top_subject_citations_per_document_chart.set(\"cursor\", am5xy.XYCursor.new(rootpublisher_top_subject_citations_per_document_chart, {}));\r\n    cursorpublisher_top_subject_citations_per_document_chart.lineY.set(\"visible\", false);\r\n\r\n\r\n    \/\/ Create axes\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/axes\/\r\n    var xRendererpublisher_top_subject_citations_per_document_chart = am5xy.AxisRendererX.new(rootpublisher_top_subject_citations_per_document_chart, { minGridDistance: 30 });\r\n    xRendererpublisher_top_subject_citations_per_document_chart.labels.template.setAll({\r\n        paddingTop: 20\r\n    });\r\n\r\n    var xAxispublisher_top_subject_citations_per_document_chart = chartpublisher_top_subject_citations_per_document_chart.xAxes.push(am5xy.CategoryAxis.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n        maxDeviation: 0.3,\r\n        categoryField: \"category\",\r\n        renderer: xRendererpublisher_top_subject_citations_per_document_chart,\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_citations_per_document_chart, {})\r\n    }));\r\n\r\n    var yAxispublisher_top_subject_citations_per_document_chart = chartpublisher_top_subject_citations_per_document_chart.yAxes.push(am5xy.ValueAxis.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n        maxDeviation: 0.3,\r\n        renderer: am5xy.AxisRendererY.new(rootpublisher_top_subject_citations_per_document_chart, {})\r\n    }));\r\n\r\n\r\n    \/\/ Create series\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/charts\/xy-chart\/series\/\r\n    var seriespublisher_top_subject_citations_per_document_chart = chartpublisher_top_subject_citations_per_document_chart.series.push(am5xy.ColumnSeries.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n        name: \"Keyword Publication Citations Per Document\",\r\n        xAxis: xAxispublisher_top_subject_citations_per_document_chart,\r\n        yAxis: yAxispublisher_top_subject_citations_per_document_chart,\r\n        valueYField: \"value\",\r\n        sequencedInterpolation: true,\r\n        categoryXField: \"category\",\r\n        tooltip: am5.Tooltip.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n            labelText: \"{valueY}\"\r\n        })\r\n    }));\r\n\r\n    seriespublisher_top_subject_citations_per_document_chart.columns.template.setAll({ cornerRadiusTL: 5, cornerRadiusTR: 5 });\r\n    seriespublisher_top_subject_citations_per_document_chart.columns.template.adapters.add(\"fill\", (fill, target) => {\r\n        return chartpublisher_top_subject_citations_per_document_chart.get(\"colors\").getIndex(seriespublisher_top_subject_citations_per_document_chart.columns.indexOf(target));\r\n    });\r\n\r\n    seriespublisher_top_subject_citations_per_document_chart.columns.template.adapters.add(\"stroke\", (stroke, target) => {\r\n        return chartpublisher_top_subject_citations_per_document_chart.get(\"colors\").getIndex(seriespublisher_top_subject_citations_per_document_chart.columns.indexOf(target));\r\n    });\r\n\r\n\r\n    \/\/ Set data\r\n    var data = [{\"category\":\"chagas disease\",\"value\":19.341032608695652},{\"category\":\"trypanosoma cruzi\",\"value\":12.181481481481482},{\"category\":\"per capita\",\"value\":8.27760736196319},{\"category\":\"schistosoma mansoni\",\"value\":7.915875169606513},{\"category\":\"southeastern brazil\",\"value\":7.725707257072571},{\"category\":\"south america\",\"value\":7.257364341085271},{\"category\":\"risk factors\",\"value\":7.223000583771162},{\"category\":\"organic matter\",\"value\":7.173274596182085},{\"category\":\"polymerase chain reaction\",\"value\":6.988538681948424},{\"category\":\"chemical composition\",\"value\":6.708333333333333}];\r\n\r\n    xAxispublisher_top_subject_citations_per_document_chart.data.setAll(data);\r\n    seriespublisher_top_subject_citations_per_document_chart.data.setAll(data);\r\n\r\n\r\n    var exporting = am5plugins_exporting.Exporting.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n        menu: am5plugins_exporting.ExportingMenu.new(rootpublisher_top_subject_citations_per_document_chart, {\r\n            align: \"right\",\r\n            valign: \"bottom\"\r\n        })\r\n    });\r\n\r\n    \/\/ Make stuff animate on load\r\n    \/\/ https:\/\/www.amcharts.com\/docs\/v5\/concepts\/animations\/\r\n    seriespublisher_top_subject_citations_per_document_chart.appear(1000);\r\n\r\n    chartpublisher_top_subject_citations_per_document_chart.appear(1000, 100);\r\n\r\n\r\n}); \/\/ end am5.ready()\r\n    <\/script>\r\n    <h2>Introduction<\/h2>\r\n    <p>\r\n        This report provides a comprehensive analytics report of the publisher <b>FapUNIFESP (SciELO)<\/b> including basic bibliometric information, citation data, impact metrics, top journals, publication keywords, etc., over recent years. The <a href=\"https:\/\/crossref.org\" target=\"_blank\" ref=\"nofollow\" rel=\"noopener\">Crossref<\/a> database (up to the end of 2021) processed by <a target=\"_blank\" href=\"https:\/\/sciencegate.app\" rel=\"noopener\">ScienceGate<\/a> has been used for this report as the source of data.\r\n    <\/p>\r\n    <p>\r\n        <b>FapUNIFESP (SciELO)<\/b> has published 416820 documents so far, receiving a total of 1800500 citations. These numbers are equal to 0.34% and 0.16% of the total documents\r\n        and citations in the scientific community, respectively. <b>FapUNIFESP (SciELO)<\/b> has a score of 4.32 as a number of citations per document based on all recorded data. There are different types of documents published by <b>FapUNIFESP (SciELO)<\/b>.\r\n        In this regard, Journal Article, Chapter, Other, Book, Posted Content,  and Monograph a with the total document number of 408382, 5627, 5, 65, 1239,  and 1502 have the largest share, respectively. These numbers are equal to 97.98%, 1.35%, 0.00%, 0.02%, 0.30%,  and 0.36%\r\n        of the total documents published in <b>FapUNIFESP (SciELO)<\/b> so far, respectively. <b>FapUNIFESP (SciELO)<\/b> has been an active publisher from 1866-2021.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_doc_types_chart\"><\/div>\r\n    <\/div>\r\n    <h2>Basic Bibliometric Information<\/h2>\r\n    <p>\r\n        This section provides the bibliometrics data of <b>FapUNIFESP (SciELO)<\/b> over the last 11 years, including the number of published documents, total citations, citations per document, and scaled number of citations per document by year. Share of <b>FapUNIFESP (SciELO)<\/b>\r\n        documents and citations among all published scientific documents are also presented here. <b>FapUNIFESP (SciELO)<\/b> has the highest annual number of publications in 2011, with 21810\r\n        published documents. Most annual citations are also received in 2010, with 118634 citations. The highest citations per document&#8217;s scores, scaled by the number\r\n        of years ahead, are associated with 2020, with scores of 0.16.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_yearly_chart\"><\/div>\r\n    <\/div>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Year<\/th><th>Documents<\/th><th>Citations<\/th><th>Citations\/Documents<\/th><th>Average Citations\/Documents<\/th><th>Documents Share<\/th><th>Citations Share<\/th><\/tr><tr><td>2010<\/td><td>20991<\/td><td>118634<\/td><td>5.6517<\/td><td>0.5138<\/td><td>0.0059<\/td><td>0.0028<\/td><\/tr><tr><td>2011<\/td><td>21810<\/td><td>111116<\/td><td>5.0947<\/td><td>0.5095<\/td><td>0.0057<\/td><td>0.0027<\/td><\/tr><tr><td>2012<\/td><td>21441<\/td><td>97714<\/td><td>4.5573<\/td><td>0.5064<\/td><td>0.0053<\/td><td>0.0025<\/td><\/tr><tr><td>2013<\/td><td>20133<\/td><td>86442<\/td><td>4.2935<\/td><td>0.5367<\/td><td>0.0046<\/td><td>0.0023<\/td><\/tr><tr><td>2014<\/td><td>19376<\/td><td>75681<\/td><td>3.9059<\/td><td>0.5580<\/td><td>0.0042<\/td><td>0.0022<\/td><\/tr><tr><td>2015<\/td><td>19212<\/td><td>66878<\/td><td>3.4811<\/td><td>0.5802<\/td><td>0.0040<\/td><td>0.0021<\/td><\/tr><tr><td>2016<\/td><td>18849<\/td><td>50119<\/td><td>2.6590<\/td><td>0.5318<\/td><td>0.0036<\/td><td>0.0018<\/td><\/tr><tr><td>2017<\/td><td>18970<\/td><td>37279<\/td><td>1.9652<\/td><td>0.4913<\/td><td>0.0034<\/td><td>0.0016<\/td><\/tr><tr><td>2018<\/td><td>19620<\/td><td>22541<\/td><td>1.1489<\/td><td>0.3830<\/td><td>0.0033<\/td><td>0.0013<\/td><\/tr><tr><td>2019<\/td><td>18680<\/td><td>10127<\/td><td>0.5421<\/td><td>0.2711<\/td><td>0.0030<\/td><td>0.0010<\/td><\/tr><tr><td>2020<\/td><td>20336<\/td><td>3265<\/td><td>0.1606<\/td><td>0.1606<\/td><td>0.0029<\/td><td>0.0010<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n    <h2>Document Types<\/h2>\r\n    <p>\r\n        There are different types of documents published by publishers. In this section, the yearly publication data of <b>FapUNIFESP (SciELO)<\/b> are presented by document type, including Journal Articles, Chapters, Monographs, Posted Contents,  and Books.\r\n    <\/p>\r\n    <p>\r\n        The number of published documents by <b>FapUNIFESP (SciELO)<\/b> are 408382, 5627, 1502, 1239,  and 65 for Journal Articles, Chapters, Monographs, Posted Contents,  and Books, respectively. These numbers are equal to 0.45%, 0.04%, 0.26%, 0.15%,  and 0.01% of the whole published\r\n        Journal Articles, Chapters, Monographs, Posted Contents,  and Books in the database so far, respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_nonezero_document_count_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The number of received citations by Journal Articles, Chapters, Monographs, Posted Contents,  and Books of <b>FapUNIFESP (SciELO)<\/b> are 1797707, 330, 2306, 50,  and 107, respectively. These numbers are equal to 0.17%, 0.00%, 0.04%, 0.03%,  and 0.00% of the citations\r\n        received by whole Journal Articles, Chapters, Monographs, Posted Contents,  and Books of the database so far, respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_nonezero_document_citation_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The h-index value for published Journal Articles, Chapters, Monographs, Posted Contents,  and Books by <b>FapUNIFESP (SciELO)<\/b> are 164, 6, 21, 3,  and 5, respectively. The corresponding values for the whole data of the database are 3201, 588, 760, 79,  and 793,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_nonezero_document_hindex_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The g-index value for published Journal Articles, Chapters, Monographs, Posted Contents,  and Books by <b>FapUNIFESP (SciELO)<\/b> are 22, 3, 6, 2,  and 3, respectively. The corresponding values for the whole data of the database are 129, 48, 60, 14,  and 60,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_nonezero_document_gindex_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The score of citations per document for published Journal Articles, Chapters, Monographs, Posted Contents,  and Books by <b>FapUNIFESP (SciELO)<\/b> are 4.402, 0.059, 1.535, 0.040,  and 1.646, respectively. The corresponding values for the whole data of the database are 11.521, 1.016, 9.566, 0.197,  and 8.593,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_nonezero_document_citation_per_documents_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The highest number of annually published Journal Articles, Chapters, Monographs, Posted Contents,  and Books by <b>FapUNIFESP (SciELO)<\/b> are 21468, 1049, 136, 531,  and 9, respectively. The corresponding year of maximum publication for Journal Articles, Chapters, Monographs, Posted Contents,  and Books\r\n        are 2011, 2018, 2015, 2020,  and 2017, respectively.\r\n    <\/p>\r\n    <p>\r\n        The highest number of annual received citations by Journal Articles, Chapters, Monographs, Posted Contents,  and Books published in <b>FapUNIFESP (SciELO)<\/b> are 118426, 47, 157, 49,  and 31, respectively. The corresponding years of maximum received citations for Journal Articles, Chapters, Monographs, Posted Contents,  and Books\r\n        are 2010, 2015, 2010, 2020,  and 2015, respectively.\r\n    <\/p>\r\n    <p>\r\n        The highest values of citations per number of document for Journal Articles, Chapters, Monographs, Posted Contents,  and Books published in <b>FapUNIFESP (SciELO)<\/b> are 5.73, 0.21, 1.72, 0.09,  and 5.17, respectively. The corresponding years of maximum values\r\n        of citations per document for Journal Articles, Chapters, Monographs, Posted Contents,  and Books are 2010, 2010, 2012, 2020,  and 2015, respectively.\r\n    <\/p>\r\n    <h2>Impact Metrics<\/h2>\r\n    <p>\r\n        Various metrics and indicators are used to evaluate the impact and quality of publishers and journals. Here, h-index, g-index, and i-index are selected as impact evaluation metrics of the publisher <b>FapUNIFESP (SciELO)<\/b>.\r\n    <\/p>\r\n    <h3>H-index<\/h3>\r\n    <p>\r\n        H-index indicates the number of articles published by a journal\/publisher, h, that have been cited at least h times. h5-index and h10-index are the h-index for papers of a publishers\/journals published in the last 5 and 10 years, respectively. h-index,\r\n        h10-index, and h5-index of the documents published by <b>FapUNIFESP (SciELO)<\/b>, are 164, 90,  and 49, respectively. The corresponding values for the whole data of the database are 3269, 1489,  and 795, respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_hindex_chart\"><\/div>\r\n    <\/div>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Metric<\/th><th>FapUNIFESP (SciELO)<\/th><th>All Publishers<\/th><\/tr><tr><td>h-index<\/td><td>164<\/td><td>3269<\/td><\/tr><tr><td>h10-index<\/td><td>90<\/td><td>1489<\/td><\/tr><tr><td>h5-index<\/td><td>49<\/td><td>795<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n    <h3>G-index<\/h3>\r\n    <p>\r\n        The g-index indicator is the first g papers of a publisher\/journal (sorted by the highest to the lowest number of citations) that have cumulatively received at least g^2 citations. Again, g5-index and g10-index are the g-index for papers of a publishers\/journals\r\n        published in the last 5 and 10 years, respectively. G-index, g10-index, and g5-index of the documents published by <b>FapUNIFESP (SciELO)<\/b> are 22, 15,  and 11, respectively. The corresponding values for the whole data of the database are 131, 80,  and 55,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Metric<\/th><th>FapUNIFESP (SciELO)<\/th><th>All Publishers<\/th><\/tr><tr><td>g-index<\/td><td>22<\/td><td>131<\/td><\/tr><tr><td>g10-index<\/td><td>15<\/td><td>80<\/td><\/tr><tr><td>g5-index<\/td><td>11<\/td><td>55<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_gindex_chart\"><\/div>\r\n    <\/div>\r\n    <h3>I-n index<\/h3>\r\n    <p>\r\n        I-n index shows the number of publications of a publisher\/journal with at least n citations. Read another post <a href=\"https:\/\/www.sciencegate.app\/b\/how-to-evaluate-the-impact-of-research-works\/\" target=\"_blank\" rel=\"noopener\"> here <\/a>for more detailed information\r\n        on different research impact metrics. It is to be noted that, i10-index, i25-index, i50-index, i100-index, i250-index, i500-index, i1000-index, i2500-index, i5000-index,  and i10000-index of the documents published by <b>FapUNIFESP (SciELO)<\/b>, are 53191, 11235, 2474, 498, 60, 19, 1, 0, 0,  and 0, respectively. The corresponding values for the whole data of the database are\r\n        21796896, 10617845, 4822066, 1785083, 390499, 114230, 31648, 5505, 1423,  and 355, respectively.\r\n    <\/p>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Metric<\/th><th>FapUNIFESP (SciELO)<\/th><th>All Publishers<\/th><\/tr><tr><td>i10-index<\/td><td>53191<\/td><td>21796896<\/td><\/tr><tr><td>i25-index<\/td><td>11235<\/td><td>10617845<\/td><\/tr><tr><td>i50-index<\/td><td>2474<\/td><td>4822066<\/td><\/tr><tr><td>i100-index<\/td><td>498<\/td><td>1785083<\/td><\/tr><tr><td>i250-index<\/td><td>60<\/td><td>390499<\/td><\/tr><tr><td>i500-index<\/td><td>19<\/td><td>114230<\/td><\/tr><tr><td>i1000-index<\/td><td>1<\/td><td>31648<\/td><\/tr><tr><td>i2500-index<\/td><td>0<\/td><td>5505<\/td><\/tr><tr><td>i5000-index<\/td><td>0<\/td><td>1423<\/td><\/tr><tr><td>i10000-index<\/td><td>0<\/td><td>355<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_inindex_chart\"><\/div>\r\n    <\/div>\r\n    <h2>Top Journals<\/h2>\r\n    <p>\r\n        This section provides the basic bibliometrics data of the <b>FapUNIFESP (SciELO)<\/b> top journals, including the number of published documents, total citations, and citations per document. Share of documents and citations of each journal among all published documents\r\n        by <b>FapUNIFESP (SciELO)<\/b> is also presented here. In the following tag cloud chart, top journals are displayed based on the largest number of published documents.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"journal_tag_cloud\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        The Top 5 journals of <b>FapUNIFESP (SciELO)<\/b> based on the number of published documents are <a target='_blank' href='\/source\/45062' rel=\"noopener\">Arquivos de Neuro-Psiquiatria<\/a>, <a target='_blank' href='\/source\/46127' rel=\"noopener\">Mem\u00f3rias do Instituto Oswaldo Cruz<\/a>, <a target='_blank' href='\/source\/45363' rel=\"noopener\">Cadernos de Sa\u00fade P\u00fablica<\/a>, <a target='_blank' href='\/source\/45379' rel=\"noopener\">Ci\u00eancia &#038; Sa\u00fade Coletiva<\/a>,  and <a target='_blank' href='\/source\/70103' rel=\"noopener\">Revista Brasileira de Enfermagem<\/a>. The numbers of documents published so far by these top 5 journals are 8571, 8349, 7935, 6858,  and 5838, respectively.\r\n        These numbers are equal to 2.056%, 2.003%, 1.904%, 1.645%,  and 1.401% of the total documents published by <b>FapUNIFESP (SciELO)<\/b> so far, respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_journal_document_count_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        Concerning the number of received citations, the top 5 journals of <b>FapUNIFESP (SciELO)<\/b> are <a target='_blank' href='\/source\/46127' rel=\"noopener\">Mem\u00f3rias do Instituto Oswaldo Cruz<\/a>, <a target='_blank' href='\/source\/45363' rel=\"noopener\">Cadernos de Sa\u00fade P\u00fablica<\/a>, <a target='_blank' href='\/source\/45782' rel=\"noopener\">Revista de Sa\u00fade P\u00fablica<\/a>, <a target='_blank' href='\/source\/44759' rel=\"noopener\">Brazilian Journal of Medical and Biological Research<\/a>,  and <a target='_blank' href='\/source\/45586' rel=\"noopener\">Journal of the Brazilian Chemical Society<\/a>. The total number of citations received so far by these top 5 journals are 8349, 7935, 5224, 3096,  and 5819,\r\n        respectively. These numbers are equal to 0.464%, 0.441%, 0.290%, 0.172%,  and 0.323% of the total citations received by <b>FapUNIFESP (SciELO)<\/b> publications so far, respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_journal_citations_chart\"><\/div>\r\n    <\/div>\r\n    <p>\r\n        Regarding the number of citations received per document, the top 5 journals of <b>FapUNIFESP (SciELO)<\/b> are <a target='_blank' href='\/source\/44759' rel=\"noopener\">Brazilian Journal of Medical and Biological Research<\/a>, <a target='_blank' href='\/source\/46127' rel=\"noopener\">Mem\u00f3rias do Instituto Oswaldo Cruz<\/a>, <a target='_blank' href='\/source\/45718' rel=\"noopener\">Revista Brasileira de Ci\u00eancia do Solo<\/a>, <a target='_blank' href='\/source\/45782' rel=\"noopener\">Revista de Sa\u00fade P\u00fablica<\/a>,  and <a target='_blank' href='\/source\/648430214' rel=\"noopener\">Brazilian Journal of Microbiology<\/a>. The numbers of citations received per published document so far by these top 5 journals are 15.806, 11.513, 10.531, 10.865,  and 9.086,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_journal_citations_per_document_chart\"><\/div>\r\n    <\/div>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Journal Title<\/th><th>Documents<\/th><th>Documents Share<\/th><th>Citations<\/th><th>Citations Share<\/th><th>Citations\/Documents<\/th><th>Active Years<\/th><\/tr><tr><td><a target='_blank' href='\/source\/45062' rel=\"noopener\">Arquivos de Neuro-Psiquiatria<\/a><\/td><td>8571<\/td><td>0.0206<\/td><td>40650<\/td><td>0.0226<\/td><td>4.7427<\/td><td>1943-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/46127' rel=\"noopener\">Mem\u00f3rias do Instituto Oswaldo Cruz<\/a><\/td><td>8349<\/td><td>0.0200<\/td><td>96119<\/td><td>0.0534<\/td><td>11.5126<\/td><td>1909-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45363' rel=\"noopener\">Cadernos de Sa\u00fade P\u00fablica<\/a><\/td><td>7935<\/td><td>0.0190<\/td><td>71114<\/td><td>0.0395<\/td><td>8.9621<\/td><td>1985-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45379' rel=\"noopener\">Ci\u00eancia &#038; Sa\u00fade Coletiva<\/a><\/td><td>6858<\/td><td>0.0165<\/td><td>41918<\/td><td>0.0233<\/td><td>6.1123<\/td><td>1996-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/70103' rel=\"noopener\">Revista Brasileira de Enfermagem<\/a><\/td><td>5838<\/td><td>0.0140<\/td><td>11930<\/td><td>0.0066<\/td><td>2.0435<\/td><td>1972-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45362' rel=\"noopener\">Ci\u00eancia Rural<\/a><\/td><td>5384<\/td><td>0.0129<\/td><td>24418<\/td><td>0.0136<\/td><td>4.5353<\/td><td>1991-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45742' rel=\"noopener\">Revista da Sociedade Brasileira de Medicina Tropical<\/a><\/td><td>5240<\/td><td>0.0126<\/td><td>32564<\/td><td>0.0181<\/td><td>6.2145<\/td><td>1967-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45739' rel=\"noopener\">Revista Brasileira de Zootecnia<\/a><\/td><td>4871<\/td><td>0.0117<\/td><td>35487<\/td><td>0.0197<\/td><td>7.2854<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45782' rel=\"noopener\">Revista de Sa\u00fade P\u00fablica<\/a><\/td><td>5224<\/td><td>0.0125<\/td><td>55014<\/td><td>0.0306<\/td><td>10.5310<\/td><td>1967-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/47000' rel=\"noopener\">Arquivo Brasileiro de Medicina Veterin\u00e1ria e Zootecnia<\/a><\/td><td>4668<\/td><td>0.0112<\/td><td>12682<\/td><td>0.0070<\/td><td>2.7168<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45683' rel=\"noopener\">Pesquisa Agropecu\u00e1ria Brasileira<\/a><\/td><td>4510<\/td><td>0.0108<\/td><td>34112<\/td><td>0.0189<\/td><td>7.5636<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45706' rel=\"noopener\">Qu\u00edmica Nova<\/a><\/td><td>5638<\/td><td>0.0135<\/td><td>36149<\/td><td>0.0201<\/td><td>6.4117<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53240' rel=\"noopener\">Food Science and Technology<\/a><\/td><td>3945<\/td><td>0.0095<\/td><td>20185<\/td><td>0.0112<\/td><td>5.1166<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/218125' rel=\"noopener\">Bragantia<\/a><\/td><td>3909<\/td><td>0.0094<\/td><td>15657<\/td><td>0.0087<\/td><td>4.0054<\/td><td>1941-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/68950' rel=\"noopener\">Revista da Escola de Enfermagem da USP<\/a><\/td><td>3830<\/td><td>0.0092<\/td><td>13090<\/td><td>0.0073<\/td><td>3.4178<\/td><td>1967-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45680' rel=\"noopener\">Materials Research<\/a><\/td><td>3518<\/td><td>0.0084<\/td><td>26951<\/td><td>0.0150<\/td><td>7.6609<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/46998' rel=\"noopener\">Anais da Academia Brasileira de Ci\u00eancias<\/a><\/td><td>3443<\/td><td>0.0083<\/td><td>20170<\/td><td>0.0112<\/td><td>5.8583<\/td><td>2000-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/80599' rel=\"noopener\">Revista de Administra\u00e7\u00e3o de Empresas<\/a><\/td><td>3296<\/td><td>0.0079<\/td><td>5218<\/td><td>0.0029<\/td><td>1.5831<\/td><td>1961-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45120' rel=\"noopener\">Brazilian Journal of Biology<\/a><\/td><td>3247<\/td><td>0.0078<\/td><td>21101<\/td><td>0.0117<\/td><td>6.4986<\/td><td>2001-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45118' rel=\"noopener\">Brazilian Archives of Biology and Technology<\/a><\/td><td>3195<\/td><td>0.0077<\/td><td>21976<\/td><td>0.0122<\/td><td>6.8782<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45720' rel=\"noopener\">Revista Brasileira de Engenharia Agr\u00edcola e Ambiental<\/a><\/td><td>3185<\/td><td>0.0076<\/td><td>14358<\/td><td>0.0080<\/td><td>4.5080<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/44759' rel=\"noopener\">Brazilian Journal of Medical and Biological Research<\/a><\/td><td>3096<\/td><td>0.0074<\/td><td>48935<\/td><td>0.0272<\/td><td>15.8059<\/td><td>1997-2016<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45725' rel=\"noopener\">Revista Brasileira de Fruticultura<\/a><\/td><td>3067<\/td><td>0.0074<\/td><td>14335<\/td><td>0.0080<\/td><td>4.6739<\/td><td>2001-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/44958' rel=\"noopener\">Arquivos Brasileiros de Cardiologia<\/a><\/td><td>5329<\/td><td>0.0128<\/td><td>14287<\/td><td>0.0079<\/td><td>2.6810<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53251' rel=\"noopener\">Pesquisa Veterin\u00e1ria Brasileira<\/a><\/td><td>3061<\/td><td>0.0073<\/td><td>11622<\/td><td>0.0065<\/td><td>3.7968<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45586' rel=\"noopener\">Journal of the Brazilian Chemical Society<\/a><\/td><td>5819<\/td><td>0.0140<\/td><td>42207<\/td><td>0.0234<\/td><td>7.2533<\/td><td>1990-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45004' rel=\"noopener\">Acta Amazonica<\/a><\/td><td>3001<\/td><td>0.0072<\/td><td>17518<\/td><td>0.0097<\/td><td>5.8374<\/td><td>1971-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45718' rel=\"noopener\">Revista Brasileira de Ci\u00eancia do Solo<\/a><\/td><td>2966<\/td><td>0.0071<\/td><td>32225<\/td><td>0.0179<\/td><td>10.8648<\/td><td>1997-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45763' rel=\"noopener\">Revista do Instituto de Medicina Tropical de S\u00e3o Paulo<\/a><\/td><td>2939<\/td><td>0.0071<\/td><td>25213<\/td><td>0.0140<\/td><td>8.5788<\/td><td>1984-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45764' rel=\"noopener\">Revista Latino-Americana de Enfermagem<\/a><\/td><td>2886<\/td><td>0.0069<\/td><td>19128<\/td><td>0.0106<\/td><td>6.6279<\/td><td>1993-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/64709' rel=\"noopener\">Revista Panamericana de Salud P\u00fablica<\/a><\/td><td>3554<\/td><td>0.0085<\/td><td>17961<\/td><td>0.0100<\/td><td>5.0537<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45579' rel=\"noopener\">Genetics and Molecular Biology<\/a><\/td><td>2676<\/td><td>0.0064<\/td><td>24313<\/td><td>0.0135<\/td><td>9.0856<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/44999' rel=\"noopener\">Anais Brasileiros de Dermatologia<\/a><\/td><td>3037<\/td><td>0.0073<\/td><td>15384<\/td><td>0.0085<\/td><td>5.0655<\/td><td>2002-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/68934' rel=\"noopener\">Ci\u00eancia e Agrotecnologia<\/a><\/td><td>2450<\/td><td>0.0059<\/td><td>13672<\/td><td>0.0076<\/td><td>5.5804<\/td><td>2003-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/1634114747' rel=\"noopener\">Ci\u00eancia Rural<\/a><\/td><td>2438<\/td><td>0.0058<\/td><td>5399<\/td><td>0.0030<\/td><td>2.2145<\/td><td>2008-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45582' rel=\"noopener\">Hist\u00f3ria Ci\u00eancias Sa\u00fade-Manguinhos<\/a><\/td><td>2421<\/td><td>0.0058<\/td><td>4396<\/td><td>0.0024<\/td><td>1.8158<\/td><td>1994-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45798' rel=\"noopener\">Scientia Agricola<\/a><\/td><td>2383<\/td><td>0.0057<\/td><td>21783<\/td><td>0.0121<\/td><td>9.1410<\/td><td>1992-2018<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45700' rel=\"noopener\">Planta Daninha<\/a><\/td><td>2352<\/td><td>0.0056<\/td><td>12697<\/td><td>0.0071<\/td><td>5.3984<\/td><td>1978-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45737' rel=\"noopener\">Radiologia Brasileira<\/a><\/td><td>2339<\/td><td>0.0056<\/td><td>4863<\/td><td>0.0027<\/td><td>2.0791<\/td><td>2001-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45583' rel=\"noopener\">International braz j urol<\/a><\/td><td>2329<\/td><td>0.0056<\/td><td>11568<\/td><td>0.0064<\/td><td>4.9669<\/td><td>2003-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45381' rel=\"noopener\">Estudos Avan\u00e7ados<\/a><\/td><td>2327<\/td><td>0.0056<\/td><td>5342<\/td><td>0.0030<\/td><td>2.2957<\/td><td>1987-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45005' rel=\"noopener\">Acta Cirurgica Brasileira<\/a><\/td><td>2296<\/td><td>0.0055<\/td><td>10672<\/td><td>0.0059<\/td><td>4.6481<\/td><td>1997-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45734' rel=\"noopener\">Brazilian Journal of Psychiatry<\/a><\/td><td>2427<\/td><td>0.0058<\/td><td>20024<\/td><td>0.0111<\/td><td>8.2505<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45738' rel=\"noopener\">Revista Brasileira de Zoologia<\/a><\/td><td>2279<\/td><td>0.0055<\/td><td>16332<\/td><td>0.0091<\/td><td>7.1663<\/td><td>1982-2008<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53247' rel=\"noopener\">Horticultura Brasileira<\/a><\/td><td>2192<\/td><td>0.0053<\/td><td>9969<\/td><td>0.0055<\/td><td>4.5479<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45599' rel=\"noopener\">Jornal Brasileiro de Pneumologia<\/a><\/td><td>2242<\/td><td>0.0054<\/td><td>11660<\/td><td>0.0065<\/td><td>5.2007<\/td><td>2004-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53243' rel=\"noopener\">Revista do Col\u00e9gio Brasileiro de Cirurgi\u00f5es<\/a><\/td><td>2176<\/td><td>0.0052<\/td><td>4426<\/td><td>0.0025<\/td><td>2.0340<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/30364' rel=\"noopener\">Acta Botanica Brasilica<\/a><\/td><td>2172<\/td><td>0.0052<\/td><td>17329<\/td><td>0.0096<\/td><td>7.9784<\/td><td>1987-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/69978' rel=\"noopener\">Texto &#038; Contexto &#8211; Enfermagem<\/a><\/td><td>2150<\/td><td>0.0052<\/td><td>7637<\/td><td>0.0042<\/td><td>3.5521<\/td><td>2004-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/218166' rel=\"noopener\">Revista Brasileira de Ensino de F\u00edsica<\/a><\/td><td>2132<\/td><td>0.0051<\/td><td>1269<\/td><td>0.0007<\/td><td>0.5952<\/td><td>2001-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45800' rel=\"noopener\">Sao Paulo Medical Journal<\/a><\/td><td>2128<\/td><td>0.0051<\/td><td>11321<\/td><td>0.0063<\/td><td>5.3200<\/td><td>1994-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45727' rel=\"noopener\">Revista Brasileira de Ginecologia e Obstetr\u00edcia \/ RBGO Gynecology and Obstetrics<\/a><\/td><td>2858<\/td><td>0.0069<\/td><td>4270<\/td><td>0.0024<\/td><td>1.4941<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/60892' rel=\"noopener\">Revista Brasileira de Educa\u00e7\u00e3o M\u00e9dica<\/a><\/td><td>2107<\/td><td>0.0051<\/td><td>4627<\/td><td>0.0026<\/td><td>2.1960<\/td><td>1980-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45139' rel=\"noopener\">Brazilian Journal of Physics<\/a><\/td><td>3092<\/td><td>0.0074<\/td><td>15465<\/td><td>0.0086<\/td><td>5.0016<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/46999' rel=\"noopener\">Arquivos Brasileiros de Endocrinologia &#038; Metabologia<\/a><\/td><td>2074<\/td><td>0.0050<\/td><td>15147<\/td><td>0.0084<\/td><td>7.3033<\/td><td>1998-2014<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45000' rel=\"noopener\">Arquivos Brasileiros de Oftalmologia<\/a><\/td><td>3561<\/td><td>0.0085<\/td><td>6778<\/td><td>0.0038<\/td><td>1.9034<\/td><td>1990-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/135685' rel=\"noopener\">Psicologia Ci\u00eancia e Profiss\u00e3o<\/a><\/td><td>2001<\/td><td>0.0048<\/td><td>1841<\/td><td>0.0010<\/td><td>0.9200<\/td><td>1982-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45732' rel=\"noopener\">Revista Brasileira de Medicina do Esporte<\/a><\/td><td>1951<\/td><td>0.0047<\/td><td>5480<\/td><td>0.0030<\/td><td>2.8088<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/63249' rel=\"noopener\">Mat\u00e9ria (Rio de Janeiro)<\/a><\/td><td>1913<\/td><td>0.0046<\/td><td>1676<\/td><td>0.0009<\/td><td>0.8761<\/td><td>2006-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/648430214' rel=\"noopener\">Brazilian Journal of Microbiology<\/a><\/td><td>2990<\/td><td>0.0072<\/td><td>28381<\/td><td>0.0158<\/td><td>9.4920<\/td><td>2000-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45367' rel=\"noopener\">Engenharia Agr\u00edcola<\/a><\/td><td>1872<\/td><td>0.0045<\/td><td>6573<\/td><td>0.0037<\/td><td>3.5112<\/td><td>2004-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/72800' rel=\"noopener\">Sa\u00fade e Sociedade<\/a><\/td><td>1871<\/td><td>0.0045<\/td><td>4767<\/td><td>0.0026<\/td><td>2.5478<\/td><td>1992-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/201365' rel=\"noopener\">Rodrigu\u00e9sia<\/a><\/td><td>1797<\/td><td>0.0043<\/td><td>6814<\/td><td>0.0038<\/td><td>3.7919<\/td><td>1980-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/68937' rel=\"noopener\">Educar em Revista<\/a><\/td><td>1784<\/td><td>0.0043<\/td><td>1046<\/td><td>0.0006<\/td><td>0.5863<\/td><td>1981-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/305157' rel=\"noopener\">Escola Anna Nery<\/a><\/td><td>1775<\/td><td>0.0043<\/td><td>3632<\/td><td>0.0020<\/td><td>2.0462<\/td><td>2005-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45585' rel=\"noopener\">Journal of Applied Oral Science<\/a><\/td><td>1766<\/td><td>0.0042<\/td><td>15872<\/td><td>0.0088<\/td><td>8.9875<\/td><td>2003-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45707' rel=\"noopener\">Revista da Associa\u00e7\u00e3o M\u00e9dica Brasileira<\/a><\/td><td>4310<\/td><td>0.0103<\/td><td>11833<\/td><td>0.0066<\/td><td>2.7455<\/td><td>1996-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45708' rel=\"noopener\">Revista \u00c1rvore<\/a><\/td><td>1752<\/td><td>0.0042<\/td><td>10871<\/td><td>0.0060<\/td><td>6.2049<\/td><td>2002-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/300953' rel=\"noopener\">Brazilian Journal of Chemical Engineering<\/a><\/td><td>1957<\/td><td>0.0047<\/td><td>17631<\/td><td>0.0098<\/td><td>9.0092<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/64711' rel=\"noopener\">Salud P\u00fablica de M\u00e9xico<\/a><\/td><td>1830<\/td><td>0.0044<\/td><td>9869<\/td><td>0.0055<\/td><td>5.3929<\/td><td>1992-2019<\/td><\/tr><tr><td><a target='_blank' href='\/source\/98065' rel=\"noopener\">Pol\u00edmeros<\/a><\/td><td>1682<\/td><td>0.0040<\/td><td>8268<\/td><td>0.0046<\/td><td>4.9156<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45713' rel=\"noopener\">Brazilian Journal of Cardiovascular Surgery<\/a><\/td><td>2916<\/td><td>0.0070<\/td><td>3574<\/td><td>0.0020<\/td><td>1.2257<\/td><td>1986-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45119' rel=\"noopener\">Brazilian Dental Journal<\/a><\/td><td>1636<\/td><td>0.0039<\/td><td>14504<\/td><td>0.0081<\/td><td>8.8655<\/td><td>2002-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45723' rel=\"noopener\">Revista Brasileira de Epidemiologia<\/a><\/td><td>1629<\/td><td>0.0039<\/td><td>10376<\/td><td>0.0058<\/td><td>6.3696<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/218106' rel=\"noopener\">Acta Paulista de Enfermagem<\/a><\/td><td>1850<\/td><td>0.0044<\/td><td>5568<\/td><td>0.0031<\/td><td>3.0097<\/td><td>2005-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/218126' rel=\"noopener\">Brazilian Journal of Medical and Biological Research<\/a><\/td><td>1591<\/td><td>0.0038<\/td><td>10310<\/td><td>0.0057<\/td><td>6.4802<\/td><td>2006-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45360' rel=\"noopener\">Cer\u00e2mica<\/a><\/td><td>1564<\/td><td>0.0038<\/td><td>4742<\/td><td>0.0026<\/td><td>3.0320<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45370' rel=\"noopener\">Educa\u00e7\u00e3o &#038; Sociedade<\/a><\/td><td>1539<\/td><td>0.0037<\/td><td>5609<\/td><td>0.0031<\/td><td>3.6446<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/85147' rel=\"noopener\">Anais da Escola Superior de Agricultura Luiz de Queiroz<\/a><\/td><td>1513<\/td><td>0.0036<\/td><td>1104<\/td><td>0.0006<\/td><td>0.7297<\/td><td>1944-1991<\/td><\/tr><tr><td><a target='_blank' href='\/source\/299169' rel=\"noopener\">Revista Latinoamericana de Psicopatologia Fundamental<\/a><\/td><td>1418<\/td><td>0.0034<\/td><td>948<\/td><td>0.0005<\/td><td>0.6685<\/td><td>1998-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45060' rel=\"noopener\">Arquivos de Gastroenterologia<\/a><\/td><td>1411<\/td><td>0.0034<\/td><td>7231<\/td><td>0.0040<\/td><td>5.1247<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53242' rel=\"noopener\">Physis Revista de Sa\u00fade Coletiva<\/a><\/td><td>1407<\/td><td>0.0034<\/td><td>4620<\/td><td>0.0026<\/td><td>3.2836<\/td><td>1991-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/980132515' rel=\"noopener\">Biota Neotropica<\/a><\/td><td>1399<\/td><td>0.0034<\/td><td>9911<\/td><td>0.0055<\/td><td>7.0843<\/td><td>2001-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53250' rel=\"noopener\">Psicologia Teoria e Pesquisa<\/a><\/td><td>1398<\/td><td>0.0034<\/td><td>2528<\/td><td>0.0014<\/td><td>1.8083<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45766' rel=\"noopener\">Revista de Nutri\u00e7\u00e3o<\/a><\/td><td>1395<\/td><td>0.0033<\/td><td>8218<\/td><td>0.0046<\/td><td>5.8910<\/td><td>1997-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/298986' rel=\"noopener\">RBRH<\/a><\/td><td>1383<\/td><td>0.0033<\/td><td>1794<\/td><td>0.0010<\/td><td>1.2972<\/td><td>1996-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/46124' rel=\"noopener\">Educa\u00e7\u00e3o e Pesquisa<\/a><\/td><td>1341<\/td><td>0.0032<\/td><td>2872<\/td><td>0.0016<\/td><td>2.1417<\/td><td>1999-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45580' rel=\"noopener\">Gest\u00e3o &#038; Produ\u00e7\u00e3o<\/a><\/td><td>1320<\/td><td>0.0032<\/td><td>2818<\/td><td>0.0016<\/td><td>2.1348<\/td><td>1994-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45712' rel=\"noopener\">Brazilian Journal of Poultry Science<\/a><\/td><td>1311<\/td><td>0.0031<\/td><td>5776<\/td><td>0.0032<\/td><td>4.4058<\/td><td>2000-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53254' rel=\"noopener\">Psicologia &#038; Sociedade<\/a><\/td><td>1299<\/td><td>0.0031<\/td><td>2903<\/td><td>0.0016<\/td><td>2.2348<\/td><td>2002-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/104265' rel=\"noopener\">Revista Brasileira de Parasitologia Veterin\u00e1ria<\/a><\/td><td>1293<\/td><td>0.0031<\/td><td>6660<\/td><td>0.0037<\/td><td>5.1508<\/td><td>2007-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53248' rel=\"noopener\">Engenharia Sanitaria e Ambiental<\/a><\/td><td>1285<\/td><td>0.0031<\/td><td>2555<\/td><td>0.0014<\/td><td>1.9883<\/td><td>2004-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/68942' rel=\"noopener\">Neotropical Ichthyology<\/a><\/td><td>1276<\/td><td>0.0031<\/td><td>11581<\/td><td>0.0064<\/td><td>9.0760<\/td><td>2003-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/209526' rel=\"noopener\">Sa\u00fade em Debate<\/a><\/td><td>1401<\/td><td>0.0034<\/td><td>2152<\/td><td>0.0012<\/td><td>1.5360<\/td><td>2012-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/70324' rel=\"noopener\">Revista Paulista de Pediatria<\/a><\/td><td>1251<\/td><td>0.0030<\/td><td>3625<\/td><td>0.0020<\/td><td>2.8977<\/td><td>2007-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/53255' rel=\"noopener\">Interface &#8211; Comunica\u00e7\u00e3o Sa\u00fade Educa\u00e7\u00e3o<\/a><\/td><td>1249<\/td><td>0.0030<\/td><td>5670<\/td><td>0.0031<\/td><td>4.5396<\/td><td>1997-2017<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45578' rel=\"noopener\">Clinics<\/a><\/td><td>2875<\/td><td>0.0069<\/td><td>25278<\/td><td>0.0140<\/td><td>8.7923<\/td><td>2005-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/112325' rel=\"noopener\">Revista Ga\u00facha de Enfermagem<\/a><\/td><td>1234<\/td><td>0.0030<\/td><td>2593<\/td><td>0.0014<\/td><td>2.1013<\/td><td>2009-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/45604' rel=\"noopener\">Lua Nova Revista de Cultura e Pol\u00edtica<\/a><\/td><td>1216<\/td><td>0.0029<\/td><td>2107<\/td><td>0.0012<\/td><td>1.7327<\/td><td>1984-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/47001' rel=\"noopener\">Acta Ortop\u00e9dica Brasileira<\/a><\/td><td>1213<\/td><td>0.0029<\/td><td>3914<\/td><td>0.0022<\/td><td>3.2267<\/td><td>2000-2020<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n    <h2>Top Keywords<\/h2>\r\n    <p>\r\n        The Most used keywords are of particular importance for reviewing a publisher. This section provides detailed information about basic bibliometrics data of top used keywords in <b>FapUNIFESP (SciELO)<\/b>. The metrics used here are the number of documents, citations\r\n        and citations per document. Share of documents and citations of each keyword among whole published documents is also presented here. In the following tag cloud chart, top keywords are displayed based on the largest number of published documents.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"subject_tag_cloud\"><\/div>\r\n    <\/div>\r\n    <p>According to the number of published documents, the top 10 keywords of the publisher <b>FapUNIFESP (SciELO)<\/b> are <a target='_blank' href='\/keyword\/134302' rel=\"noopener\">s\u00e3o paulo<\/a>, <a target='_blank' href='\/keyword\/745065' rel=\"noopener\">sao paulo<\/a>, <a target='_blank' href='\/keyword\/71225' rel=\"noopener\">rio de janeiro<\/a>, <a target='_blank' href='\/keyword\/423645' rel=\"noopener\">rio grande<\/a>, <a target='_blank' href='\/keyword\/73283' rel=\"noopener\">minas gerais<\/a>, <a target='_blank' href='\/keyword\/1078' rel=\"noopener\">in vitro<\/a>, <a target='_blank' href='\/keyword\/149795' rel=\"noopener\">rio grande do sul<\/a>, <a target='_blank' href='\/keyword\/426611' rel=\"noopener\">de se<\/a>, <a target='_blank' href='\/keyword\/798852' rel=\"noopener\">the mean<\/a>,  and <a target='_blank' href='\/keyword\/85071' rel=\"noopener\">the state<\/a>, respectively. The number of published documents in which the mentioned 10 keywords are used are, 12076, 11959, 6468, 5655, 4881, 4581, 4304, 3913, 2487,  and 2375,\r\n        respectively.\r\n    <\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_subject_document_count_chart\"><\/div>\r\n    <\/div>\r\n    <p>Based on the number of received citations, the top 10 keywords of the publisher <b>FapUNIFESP (SciELO)<\/b> are <a target='_blank' href='\/keyword\/134302' rel=\"noopener\">s\u00e3o paulo<\/a>, <a target='_blank' href='\/keyword\/745065' rel=\"noopener\">sao paulo<\/a>, <a target='_blank' href='\/keyword\/71225' rel=\"noopener\">rio de janeiro<\/a>, <a target='_blank' href='\/keyword\/423645' rel=\"noopener\">rio grande<\/a>, <a target='_blank' href='\/keyword\/1078' rel=\"noopener\">in vitro<\/a>, <a target='_blank' href='\/keyword\/73283' rel=\"noopener\">minas gerais<\/a>, <a target='_blank' href='\/keyword\/149795' rel=\"noopener\">rio grande do sul<\/a>, <a target='_blank' href='\/keyword\/426611' rel=\"noopener\">de se<\/a>, <a target='_blank' href='\/keyword\/11907' rel=\"noopener\">chagas disease<\/a>,  and <a target='_blank' href='\/keyword\/408565' rel=\"noopener\">mato grosso<\/a>, respectively. The number of citations received by the documents in which the mentioned 10 keywords are\r\n        used are, 12076, 11959, 6468, 5655, 4581, 4881, 4304, 3913, 736,  and 2286, respectively.<\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_subject_citations_chart\"><\/div>\r\n    <\/div>\r\n    <p>Concerning the score of received citations per document, the top 10 keywords of the publisher <b>FapUNIFESP (SciELO)<\/b> are <a target='_blank' href='\/keyword\/11907' rel=\"noopener\">chagas disease<\/a>, <a target='_blank' href='\/keyword\/4904' rel=\"noopener\">trypanosoma cruzi<\/a>, <a target='_blank' href='\/keyword\/766745' rel=\"noopener\">per capita<\/a>, <a target='_blank' href='\/keyword\/6735' rel=\"noopener\">schistosoma mansoni<\/a>, <a target='_blank' href='\/keyword\/90041' rel=\"noopener\">southeastern brazil<\/a>, <a target='_blank' href='\/keyword\/4358' rel=\"noopener\">south america<\/a>, <a target='_blank' href='\/keyword\/99' rel=\"noopener\">risk factors<\/a>, <a target='_blank' href='\/keyword\/1171' rel=\"noopener\">organic matter<\/a>, <a target='_blank' href='\/keyword\/576' rel=\"noopener\">polymerase chain reaction<\/a>,  and <a target='_blank' href='\/keyword\/2151' rel=\"noopener\">chemical composition<\/a>, respectively. The score of citations received per document in which the mentioned\r\n        10 keywords are used are, 19.341, 12.181, 8.278, 7.916, 7.726, 7.257, 7.223, 7.173, 6.989,  and 6.708, respectively.<\/p>\r\n    <div class=\"chart_container\">\r\n        <div class=\"chart\" id=\"publisher_top_subject_citations_per_document_chart\"><\/div>\r\n    <\/div>\r\n    <div class=\"table_container\">\r\n        <div class='table-responsive'><table class='table'><tr><th>Keyword<\/th><th>Documents<\/th><th>Documents Share<\/th><th>Citations<\/th><th>Citations Share<\/th><th>Citations\/Documents<\/th><th>Active Years<\/th><th>Active Years For All Data<\/th><\/tr><tr><td><a target='_blank' href='\/keyword\/134302' rel=\"noopener\">s\u00e3o paulo<\/a><\/td><td>12076<\/td><td>0.2614<\/td><td>65798<\/td><td>0.5486<\/td><td>5.4487<\/td><td>1930-2020<\/td><td>1870-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/745065' rel=\"noopener\">sao paulo<\/a><\/td><td>11959<\/td><td>0.2609<\/td><td>64919<\/td><td>0.5498<\/td><td>5.4285<\/td><td>1930-2020<\/td><td>1870-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/71225' rel=\"noopener\">rio de janeiro<\/a><\/td><td>6468<\/td><td>0.2342<\/td><td>33647<\/td><td>0.4744<\/td><td>5.2021<\/td><td>1911-2020<\/td><td>1757-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/423645' rel=\"noopener\">rio grande<\/a><\/td><td>5655<\/td><td>0.2367<\/td><td>30884<\/td><td>0.4960<\/td><td>5.4614<\/td><td>1918-2020<\/td><td>1811-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/73283' rel=\"noopener\">minas gerais<\/a><\/td><td>4881<\/td><td>0.2711<\/td><td>25312<\/td><td>0.6136<\/td><td>5.1858<\/td><td>1934-2020<\/td><td>1900-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1078' rel=\"noopener\">in vitro<\/a><\/td><td>4581<\/td><td>0.0090<\/td><td>25509<\/td><td>0.0030<\/td><td>5.5684<\/td><td>1913-2020<\/td><td>1500-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/149795' rel=\"noopener\">rio grande do sul<\/a><\/td><td>4304<\/td><td>0.2886<\/td><td>23849<\/td><td>0.7323<\/td><td>5.5411<\/td><td>1939-2020<\/td><td>1869-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/426611' rel=\"noopener\">de se<\/a><\/td><td>3913<\/td><td>0.2113<\/td><td>16019<\/td><td>0.8140<\/td><td>4.0938<\/td><td>1937-2020<\/td><td>1688-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/798852' rel=\"noopener\">the mean<\/a><\/td><td>2487<\/td><td>0.0169<\/td><td>12993<\/td><td>0.0088<\/td><td>5.2244<\/td><td>1955-2020<\/td><td>1669-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/85071' rel=\"noopener\">the state<\/a><\/td><td>2375<\/td><td>0.0159<\/td><td>12592<\/td><td>0.0200<\/td><td>5.3019<\/td><td>1960-2020<\/td><td>1651-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/784405' rel=\"noopener\">de medicina<\/a><\/td><td>2354<\/td><td>0.2024<\/td><td>8640<\/td><td>0.6397<\/td><td>3.6703<\/td><td>1943-2020<\/td><td>1613-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/408565' rel=\"noopener\">mato grosso<\/a><\/td><td>2286<\/td><td>0.2369<\/td><td>13912<\/td><td>0.5268<\/td><td>6.0857<\/td><td>1928-2020<\/td><td>1917-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/235717' rel=\"noopener\">santa catarina<\/a><\/td><td>2060<\/td><td>0.2165<\/td><td>10382<\/td><td>0.5823<\/td><td>5.0398<\/td><td>1944-2020<\/td><td>1910-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/37' rel=\"noopener\">quality of life<\/a><\/td><td>2042<\/td><td>0.0122<\/td><td>11889<\/td><td>0.0064<\/td><td>5.8222<\/td><td>1991-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1435' rel=\"noopener\">case report<\/a><\/td><td>2039<\/td><td>0.0069<\/td><td>7784<\/td><td>0.0091<\/td><td>3.8176<\/td><td>1971-2020<\/td><td>1904-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/407174' rel=\"noopener\">significant difference<\/a><\/td><td>1986<\/td><td>0.0246<\/td><td>8779<\/td><td>0.0241<\/td><td>4.4204<\/td><td>1976-2020<\/td><td>1923-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/187086' rel=\"noopener\">cross sectional<\/a><\/td><td>1819<\/td><td>0.0128<\/td><td>5622<\/td><td>0.0063<\/td><td>3.0907<\/td><td>1985-2020<\/td><td>1886-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/99' rel=\"noopener\">risk factors<\/a><\/td><td>1713<\/td><td>0.0083<\/td><td>12373<\/td><td>0.0044<\/td><td>7.2230<\/td><td>1992-2020<\/td><td>1948-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/812' rel=\"noopener\">health care<\/a><\/td><td>1680<\/td><td>0.0093<\/td><td>6584<\/td><td>0.0049<\/td><td>3.9190<\/td><td>1972-2020<\/td><td>1906-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/135481' rel=\"noopener\">southern brazil<\/a><\/td><td>1676<\/td><td>0.2166<\/td><td>10386<\/td><td>0.1852<\/td><td>6.1969<\/td><td>1961-2020<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/772128' rel=\"noopener\">porto alegre<\/a><\/td><td>1611<\/td><td>0.2778<\/td><td>9000<\/td><td>0.6482<\/td><td>5.5866<\/td><td>1948-2020<\/td><td>1883-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/556605' rel=\"noopener\">the world<\/a><\/td><td>1599<\/td><td>0.0053<\/td><td>9582<\/td><td>0.0077<\/td><td>5.9925<\/td><td>1969-2020<\/td><td>1400-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3485619' rel=\"noopener\">america latina<\/a><\/td><td>1594<\/td><td>0.0740<\/td><td>5495<\/td><td>0.5178<\/td><td>3.4473<\/td><td>1967-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/142353' rel=\"noopener\">sectional study<\/a><\/td><td>1546<\/td><td>0.0203<\/td><td>4707<\/td><td>0.0132<\/td><td>3.0446<\/td><td>1998-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/103299' rel=\"noopener\">control group<\/a><\/td><td>1425<\/td><td>0.0214<\/td><td>7751<\/td><td>0.0275<\/td><td>5.4393<\/td><td>1980-2020<\/td><td>1899-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/660259' rel=\"noopener\">the impact<\/a><\/td><td>1422<\/td><td>0.0032<\/td><td>8613<\/td><td>0.0024<\/td><td>6.0570<\/td><td>1972-2020<\/td><td>1868-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1' rel=\"noopener\">public health<\/a><\/td><td>1394<\/td><td>0.0103<\/td><td>8461<\/td><td>0.0101<\/td><td>6.0696<\/td><td>1964-2020<\/td><td>1835-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3501110' rel=\"noopener\">belo horizonte<\/a><\/td><td>1366<\/td><td>0.3013<\/td><td>6999<\/td><td>0.7367<\/td><td>5.1237<\/td><td>1947-2020<\/td><td>1942-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/60' rel=\"noopener\">diabetes mellitus<\/a><\/td><td>1339<\/td><td>0.0107<\/td><td>7667<\/td><td>0.0052<\/td><td>5.7259<\/td><td>1963-2020<\/td><td>1811-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/623101' rel=\"noopener\">para determinar<\/a><\/td><td>1288<\/td><td>0.1340<\/td><td>7013<\/td><td>0.7901<\/td><td>5.4449<\/td><td>1938-2020<\/td><td>1938-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/163' rel=\"noopener\">systematic review<\/a><\/td><td>1257<\/td><td>0.0059<\/td><td>8082<\/td><td>0.0022<\/td><td>6.4296<\/td><td>1998-2020<\/td><td>1846-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3190' rel=\"noopener\">experimental design<\/a><\/td><td>1257<\/td><td>0.0520<\/td><td>3551<\/td><td>0.0203<\/td><td>2.8250<\/td><td>1978-2020<\/td><td>1940-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1561' rel=\"noopener\">new species<\/a><\/td><td>1224<\/td><td>0.0135<\/td><td>5615<\/td><td>0.0163<\/td><td>4.5874<\/td><td>1951-2020<\/td><td>1701-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/791534' rel=\"noopener\">the family<\/a><\/td><td>1220<\/td><td>0.0158<\/td><td>4585<\/td><td>0.0079<\/td><td>3.7582<\/td><td>1963-2020<\/td><td>1633-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4904' rel=\"noopener\">trypanosoma cruzi<\/a><\/td><td>1080<\/td><td>0.1078<\/td><td>13156<\/td><td>0.0780<\/td><td>12.1815<\/td><td>1930-2020<\/td><td>1923-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3394' rel=\"noopener\">literature review<\/a><\/td><td>1061<\/td><td>0.0096<\/td><td>4949<\/td><td>0.0064<\/td><td>4.6645<\/td><td>1969-2020<\/td><td>1904-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/887294' rel=\"noopener\">mato grosso do sul<\/a><\/td><td>1046<\/td><td>0.2706<\/td><td>6800<\/td><td>0.6861<\/td><td>6.5010<\/td><td>1981-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1952' rel=\"noopener\">statistical analysis<\/a><\/td><td>1040<\/td><td>0.0194<\/td><td>6278<\/td><td>0.0157<\/td><td>6.0365<\/td><td>1976-2020<\/td><td>1856-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/29746' rel=\"noopener\">dry matter<\/a><\/td><td>991<\/td><td>0.0524<\/td><td>4025<\/td><td>0.0261<\/td><td>4.0616<\/td><td>1968-2020<\/td><td>1893-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4378' rel=\"noopener\">data collection<\/a><\/td><td>989<\/td><td>0.0126<\/td><td>3024<\/td><td>0.0143<\/td><td>3.0576<\/td><td>1999-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/607626' rel=\"noopener\">distrito federal<\/a><\/td><td>982<\/td><td>0.2432<\/td><td>5381<\/td><td>0.8577<\/td><td>5.4796<\/td><td>1943-2020<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/240220' rel=\"noopener\">esp\u00edrito santo<\/a><\/td><td>971<\/td><td>0.2249<\/td><td>4523<\/td><td>0.5760<\/td><td>4.6581<\/td><td>1937-2020<\/td><td>1933-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2278377' rel=\"noopener\">espirito santo<\/a><\/td><td>958<\/td><td>0.2249<\/td><td>4373<\/td><td>0.5713<\/td><td>4.5647<\/td><td>1937-2020<\/td><td>1933-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2559' rel=\"noopener\">case study<\/a><\/td><td>921<\/td><td>0.0022<\/td><td>2257<\/td><td>0.0011<\/td><td>2.4506<\/td><td>1989-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/226' rel=\"noopener\">escherichia coli<\/a><\/td><td>910<\/td><td>0.0065<\/td><td>4905<\/td><td>0.0016<\/td><td>5.3901<\/td><td>1955-2020<\/td><td>1902-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1985487' rel=\"noopener\">hiv aids<\/a><\/td><td>886<\/td><td>0.0352<\/td><td>4906<\/td><td>0.0297<\/td><td>5.5372<\/td><td>1992-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3081' rel=\"noopener\">content analysis<\/a><\/td><td>884<\/td><td>0.0238<\/td><td>1616<\/td><td>0.0085<\/td><td>1.8281<\/td><td>1997-2020<\/td><td>1939-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/914925' rel=\"noopener\">recursos humanos<\/a><\/td><td>883<\/td><td>0.1965<\/td><td>3838<\/td><td>0.8596<\/td><td>4.3465<\/td><td>1964-2020<\/td><td>1954-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/104' rel=\"noopener\">physical activity<\/a><\/td><td>882<\/td><td>0.0094<\/td><td>4449<\/td><td>0.0036<\/td><td>5.0442<\/td><td>1988-2020<\/td><td>1880-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/938996' rel=\"noopener\">selection of<\/a><\/td><td>876<\/td><td>0.0072<\/td><td>4334<\/td><td>0.0039<\/td><td>4.9475<\/td><td>1961-2020<\/td><td>1794-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/10391' rel=\"noopener\">atlantic forest<\/a><\/td><td>866<\/td><td>0.1762<\/td><td>5061<\/td><td>0.1225<\/td><td>5.8441<\/td><td>1982-2020<\/td><td>1982-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1481' rel=\"noopener\">logistic regression<\/a><\/td><td>857<\/td><td>0.0175<\/td><td>4733<\/td><td>0.0133<\/td><td>5.5228<\/td><td>1990-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/88129' rel=\"noopener\">northeastern brazil<\/a><\/td><td>846<\/td><td>0.2106<\/td><td>4605<\/td><td>0.1661<\/td><td>5.4433<\/td><td>1967-2020<\/td><td>1921-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/566881' rel=\"noopener\">terapia intensiva<\/a><\/td><td>840<\/td><td>0.1829<\/td><td>3216<\/td><td>0.7555<\/td><td>3.8286<\/td><td>1972-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3445046' rel=\"noopener\">santa maria<\/a><\/td><td>837<\/td><td>0.1534<\/td><td>4769<\/td><td>0.4539<\/td><td>5.6977<\/td><td>1955-2020<\/td><td>1828-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/541739' rel=\"noopener\">the south<\/a><\/td><td>821<\/td><td>0.0090<\/td><td>5218<\/td><td>0.0091<\/td><td>6.3557<\/td><td>1960-2020<\/td><td>1500-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/58224' rel=\"noopener\">cross sectional study<\/a><\/td><td>815<\/td><td>0.0133<\/td><td>1937<\/td><td>0.0059<\/td><td>2.3767<\/td><td>1999-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/90041' rel=\"noopener\">southeastern brazil<\/a><\/td><td>813<\/td><td>0.2190<\/td><td>6281<\/td><td>0.2046<\/td><td>7.7257<\/td><td>1987-2020<\/td><td>1932-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/781565' rel=\"noopener\">polymerase chain<\/a><\/td><td>790<\/td><td>0.0151<\/td><td>5111<\/td><td>0.0063<\/td><td>6.4696<\/td><td>1989-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1249' rel=\"noopener\">intensive care<\/a><\/td><td>777<\/td><td>0.0105<\/td><td>3831<\/td><td>0.0051<\/td><td>4.9305<\/td><td>1985-2020<\/td><td>1960-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/577' rel=\"noopener\">staphylococcus aureus<\/a><\/td><td>762<\/td><td>0.0122<\/td><td>4488<\/td><td>0.0047<\/td><td>5.8898<\/td><td>1946-2020<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/369055' rel=\"noopener\">factors associated<\/a><\/td><td>746<\/td><td>0.0141<\/td><td>3271<\/td><td>0.0068<\/td><td>4.3847<\/td><td>1996-2020<\/td><td>1914-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1028' rel=\"noopener\">body weight<\/a><\/td><td>744<\/td><td>0.0138<\/td><td>3611<\/td><td>0.0053<\/td><td>4.8535<\/td><td>1967-2020<\/td><td>1863-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/367' rel=\"noopener\">body mass index<\/a><\/td><td>738<\/td><td>0.0168<\/td><td>4675<\/td><td>0.0082<\/td><td>6.3347<\/td><td>1993-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4194' rel=\"noopener\">qualitative study<\/a><\/td><td>737<\/td><td>0.0153<\/td><td>1565<\/td><td>0.0053<\/td><td>2.1235<\/td><td>2002-2020<\/td><td>1923-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/6735' rel=\"noopener\">schistosoma mansoni<\/a><\/td><td>737<\/td><td>0.0964<\/td><td>5834<\/td><td>0.0462<\/td><td>7.9159<\/td><td>1943-2020<\/td><td>1912-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/11907' rel=\"noopener\">chagas disease<\/a><\/td><td>736<\/td><td>0.1205<\/td><td>14235<\/td><td>0.1361<\/td><td>19.3410<\/td><td>1973-2020<\/td><td>1931-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/805337' rel=\"noopener\">completely randomized design<\/a><\/td><td>727<\/td><td>0.1088<\/td><td>1786<\/td><td>0.3888<\/td><td>2.4567<\/td><td>1997-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/63' rel=\"noopener\">electron microscopy<\/a><\/td><td>721<\/td><td>0.0061<\/td><td>4667<\/td><td>0.0033<\/td><td>6.4730<\/td><td>1973-2020<\/td><td>1934-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/903395' rel=\"noopener\">a new species<\/a><\/td><td>721<\/td><td>0.0160<\/td><td>2927<\/td><td>0.0192<\/td><td>4.0596<\/td><td>1958-2020<\/td><td>1744-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1551' rel=\"noopener\">retrospective study<\/a><\/td><td>713<\/td><td>0.0130<\/td><td>3000<\/td><td>0.0092<\/td><td>4.2076<\/td><td>1988-2020<\/td><td>1940-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/21789' rel=\"noopener\">health professionals<\/a><\/td><td>710<\/td><td>0.0395<\/td><td>1964<\/td><td>0.0176<\/td><td>2.7662<\/td><td>1998-2020<\/td><td>1900-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2869' rel=\"noopener\">magnetic resonance<\/a><\/td><td>709<\/td><td>0.0039<\/td><td>4112<\/td><td>0.0014<\/td><td>5.7997<\/td><td>1990-2020<\/td><td>1936-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/112' rel=\"noopener\">computed tomography<\/a><\/td><td>708<\/td><td>0.0072<\/td><td>3126<\/td><td>0.0031<\/td><td>4.4153<\/td><td>1990-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2221' rel=\"noopener\">data analysis<\/a><\/td><td>706<\/td><td>0.0074<\/td><td>2099<\/td><td>0.0040<\/td><td>2.9731<\/td><td>1997-2020<\/td><td>1930-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/52335' rel=\"noopener\">the elderly<\/a><\/td><td>702<\/td><td>0.0111<\/td><td>3370<\/td><td>0.0052<\/td><td>4.8006<\/td><td>1991-2020<\/td><td>1902-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/576' rel=\"noopener\">polymerase chain reaction<\/a><\/td><td>698<\/td><td>0.0175<\/td><td>4878<\/td><td>0.0068<\/td><td>6.9885<\/td><td>1989-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1171' rel=\"noopener\">organic matter<\/a><\/td><td>681<\/td><td>0.0147<\/td><td>4885<\/td><td>0.0052<\/td><td>7.1733<\/td><td>1962-2020<\/td><td>1500-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/79' rel=\"noopener\">mental health<\/a><\/td><td>666<\/td><td>0.0044<\/td><td>3682<\/td><td>0.0031<\/td><td>5.5285<\/td><td>1993-2020<\/td><td>1881-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/551' rel=\"noopener\">decision making<\/a><\/td><td>665<\/td><td>0.0036<\/td><td>2185<\/td><td>0.0014<\/td><td>3.2857<\/td><td>1995-2020<\/td><td>1900-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3383955' rel=\"noopener\">politica publica<\/a><\/td><td>665<\/td><td>0.1196<\/td><td>2526<\/td><td>0.8096<\/td><td>3.7985<\/td><td>1993-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/27574' rel=\"noopener\">web of science<\/a><\/td><td>662<\/td><td>0.0736<\/td><td>2157<\/td><td>0.0938<\/td><td>3.2583<\/td><td>2002-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/766745' rel=\"noopener\">per capita<\/a><\/td><td>652<\/td><td>0.0437<\/td><td>5397<\/td><td>0.0671<\/td><td>8.2776<\/td><td>1967-2020<\/td><td>1898-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/636264' rel=\"noopener\">scanning electron<\/a><\/td><td>647<\/td><td>0.0088<\/td><td>3893<\/td><td>0.0090<\/td><td>6.0170<\/td><td>1973-2020<\/td><td>1942-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4358' rel=\"noopener\">south america<\/a><\/td><td>645<\/td><td>0.0281<\/td><td>4681<\/td><td>0.0229<\/td><td>7.2574<\/td><td>1969-2020<\/td><td>1698-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5937' rel=\"noopener\">grain yield<\/a><\/td><td>639<\/td><td>0.0446<\/td><td>2561<\/td><td>0.0228<\/td><td>4.0078<\/td><td>1977-2020<\/td><td>1907-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2151' rel=\"noopener\">chemical composition<\/a><\/td><td>624<\/td><td>0.0137<\/td><td>4186<\/td><td>0.0085<\/td><td>6.7083<\/td><td>1968-2020<\/td><td>1811-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5262' rel=\"noopener\">comparative study<\/a><\/td><td>622<\/td><td>0.0040<\/td><td>3801<\/td><td>0.0028<\/td><td>6.1109<\/td><td>1981-2020<\/td><td>1879-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/6960' rel=\"noopener\">children and adolescents<\/a><\/td><td>606<\/td><td>0.0134<\/td><td>2730<\/td><td>0.0040<\/td><td>4.5050<\/td><td>1996-2020<\/td><td>1891-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/12606' rel=\"noopener\">body mass<\/a><\/td><td>601<\/td><td>0.0131<\/td><td>3570<\/td><td>0.0055<\/td><td>5.9401<\/td><td>1993-2020<\/td><td>1918-2020<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n<\/body>\r\n\r\n<\/html><!-- \/ wp:html-->\n","protected":false},"excerpt":{"rendered":"<p>FapUNIFESP (SciELO) analytics report presents the basic bibliometric information, citation data, impact metrics, top journals, publication keywords, etc. of the publisher, over recent years.<\/p>\n","protected":false},"author":1,"featured_media":646,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog<\/title>\r\n<meta name=\"description\" content=\"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog\" \/>\r\n<meta property=\"og:description\" content=\"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ScienceGate | Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2021-10-27T06:03:21+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2022-01-24T15:01:22+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1495\" \/>\r\n\t<meta property=\"og:image:height\" content=\"995\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr. Arnaud Brousseau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"34 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/#website\",\"url\":\"https:\/\/www.sciencegate.app\/b\/\",\"name\":\"ScienceGate | Blog\",\"description\":\"Academic Search Engine\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sciencegate.app\/b\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png\",\"contentUrl\":\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png\",\"width\":1495,\"height\":995},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#webpage\",\"url\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/\",\"name\":\"FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#primaryimage\"},\"datePublished\":\"2021-10-27T06:03:21+00:00\",\"dateModified\":\"2022-01-24T15:01:22+00:00\",\"author\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748\"},\"description\":\"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sciencegate.app\/b\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FapUNIFESP (SciELO) Bibliometric Report\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748\",\"name\":\"Dr. Arnaud Brousseau\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9654062534cb68fb2f8eefe2da43b204?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9654062534cb68fb2f8eefe2da43b204?s=96&d=mm&r=g\",\"caption\":\"Dr. Arnaud Brousseau\"},\"sameAs\":[\"https:\/\/www.sciencegate.app\/b\"],\"url\":\"https:\/\/www.sciencegate.app\/b\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog","description":"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/","og_locale":"en_US","og_type":"article","og_title":"FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog","og_description":"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.","og_url":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/","og_site_name":"ScienceGate | Blog","article_published_time":"2021-10-27T06:03:21+00:00","article_modified_time":"2022-01-24T15:01:22+00:00","og_image":[{"width":1495,"height":995,"url":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dr. Arnaud Brousseau","Est. reading time":"34 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.sciencegate.app\/b\/#website","url":"https:\/\/www.sciencegate.app\/b\/","name":"ScienceGate | Blog","description":"Academic Search Engine","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sciencegate.app\/b\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png","contentUrl":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/FapUNIFESP.png","width":1495,"height":995},{"@type":"WebPage","@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#webpage","url":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/","name":"FapUNIFESP (SciELO) Bibliometric Report - ScienceGate | Blog","isPartOf":{"@id":"https:\/\/www.sciencegate.app\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#primaryimage"},"datePublished":"2021-10-27T06:03:21+00:00","dateModified":"2022-01-24T15:01:22+00:00","author":{"@id":"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748"},"description":"FapUNIFESP analytics report presents the basic bibliometric information, impact metrics, top journals, keywords, etc. of the publisher.","breadcrumb":{"@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-530\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sciencegate.app\/b\/"},{"@type":"ListItem","position":2,"name":"FapUNIFESP (SciELO) Bibliometric Report"}]},{"@type":"Person","@id":"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748","name":"Dr. Arnaud Brousseau","image":{"@type":"ImageObject","@id":"https:\/\/www.sciencegate.app\/b\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/9654062534cb68fb2f8eefe2da43b204?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9654062534cb68fb2f8eefe2da43b204?s=96&d=mm&r=g","caption":"Dr. Arnaud Brousseau"},"sameAs":["https:\/\/www.sciencegate.app\/b"],"url":"https:\/\/www.sciencegate.app\/b\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts\/549"}],"collection":[{"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/comments?post=549"}],"version-history":[{"count":1,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts\/549\/revisions"}],"predecessor-version":[{"id":647,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts\/549\/revisions\/647"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/media\/646"}],"wp:attachment":[{"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/media?parent=549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/categories?post=549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/tags?post=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}