{"id":535,"date":"2021-05-15T08:00:26","date_gmt":"2021-05-15T08:00:26","guid":{"rendered":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/"},"modified":"2022-01-26T18:03:41","modified_gmt":"2022-01-26T18:03:41","slug":"bibliometric-report-publisher-3677","status":"publish","type":"post","link":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/","title":{"rendered":"AMPCo 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.15839727215495317,\"category\":\"Journal Article\",\"value\":145233.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: \"AMPCo 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: \"AMPCo 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.7302512302512302,\"category\":\"2010\",\"value\":702.0},{\"value1\":0.7553250345781466,\"category\":\"2011\",\"value\":723.0},{\"value1\":0.9561527581329562,\"category\":\"2012\",\"value\":707.0},{\"value1\":0.8471458046767538,\"category\":\"2013\",\"value\":727.0},{\"value1\":0.7346345514950166,\"category\":\"2014\",\"value\":688.0},{\"value1\":0.8151571164510166,\"category\":\"2015\",\"value\":541.0},{\"value1\":1.1455337690631808,\"category\":\"2016\",\"value\":459.0},{\"value1\":1.0953436807095345,\"category\":\"2017\",\"value\":451.0},{\"value1\":1.3318713450292397,\"category\":\"2018\",\"value\":456.0},{\"value1\":0.9180327868852459,\"category\":\"2019\",\"value\":427.0},{\"value1\":1.9297423887587821,\"category\":\"2020\",\"value\":427.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\":91689079.0,\"category\":\"Journal Articles\",\"value\":145233.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: \"AMPCo 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\":278449.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: \"AMPCo 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\":124.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: \"AMPCo 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\":19.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: \"AMPCo 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.52094076547546,\"category\":\"Journal Articles\",\"value\":1.9172570972161975}];\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: \"AMPCo 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_3677\":124.0,\"p_all\":3269.0},{\"category\":\"h10-index\",\"p_3677\":59.0,\"p_all\":1489.0},{\"category\":\"h5-index\",\"p_3677\":34.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('AMPCo','p_3677');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_3677\":19.0,\"p_all\":131.0},{\"category\":\"g10-index\",\"p_3677\":11.0,\"p_all\":80.0},{\"category\":\"g5-index\",\"p_3677\":8.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('AMPCo','p_3677');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_3677\":7138.0,\"p_all\":21796896.0},{\"category\":\"i25-index\",\"p_3677\":2488.0,\"p_all\":10617845.0},{\"category\":\"i50-index\",\"p_3677\":825.0,\"p_all\":4822066.0},{\"category\":\"i100-index\",\"p_3677\":208.0,\"p_all\":1785083.0},{\"category\":\"i250-index\",\"p_3677\":24.0,\"p_all\":390499.0},{\"category\":\"i500-index\",\"p_3677\":4.0,\"p_all\":114230.0},{\"category\":\"i1000-index\",\"p_3677\":2.0,\"p_all\":31648.0},{\"category\":\"i2500-index\",\"p_3677\":0.0,\"p_all\":5505.0},{\"category\":\"i5000-index\",\"p_3677\":0.0,\"p_all\":1423.0},{\"category\":\"i10000-index\",\"p_3677\":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('AMPCo','p_3677');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: \"AMPCo 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\":\"141645\",\"tag\":\"The Medical Journal of Australia\",\"weight\":145300.0},{\"id\":\"171045\",\"tag\":\"MJA Open\",\"weight\":11.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\":\"The Medical Journal of Australia\",\"value\":145300.0},{\"category\":\"MJA Open\",\"value\":11.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\":\"The Medical Journal of Australia\",\"value\":278400.0},{\"category\":\"MJA Open\",\"value\":92.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\":\"MJA Open\",\"value\":8.363636363636363},{\"category\":\"The Medical Journal of Australia\",\"value\":1.9160357880247763}];\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: \"AMPCo 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\":\"793683\",\"tag\":\"new south\",\"weight\":2067.0},{\"id\":\"621739\",\"tag\":\"south wales\",\"weight\":2065.0},{\"id\":\"232388\",\"tag\":\"new south wales\",\"weight\":2064.0},{\"id\":\"2050739\",\"tag\":\"the university\",\"weight\":1427.0},{\"id\":\"239681\",\"tag\":\"post graduate\",\"weight\":1339.0},{\"id\":\"659\",\"tag\":\"general practice\",\"weight\":952.0},{\"id\":\"288185\",\"tag\":\"book reviews\",\"weight\":854.0},{\"id\":\"48041\",\"tag\":\"south australia\",\"weight\":665.0},{\"id\":\"3213\",\"tag\":\"medical association\",\"weight\":655.0},{\"id\":\"12723\",\"tag\":\"western australia\",\"weight\":525.0},{\"id\":\"1\",\"tag\":\"public health\",\"weight\":504.0},{\"id\":\"7704\",\"tag\":\"annual meeting\",\"weight\":494.0},{\"id\":\"12245\",\"tag\":\"national health\",\"weight\":484.0},{\"id\":\"3209\",\"tag\":\"new zealand\",\"weight\":457.0},{\"id\":\"812\",\"tag\":\"health care\",\"weight\":456.0},{\"id\":\"10648\",\"tag\":\"general practitioners\",\"weight\":413.0},{\"id\":\"69300\",\"tag\":\"british medical association\",\"weight\":395.0},{\"id\":\"738\",\"tag\":\"medical education\",\"weight\":360.0},{\"id\":\"1673\",\"tag\":\"heart disease\",\"weight\":351.0},{\"id\":\"123224\",\"tag\":\"paediatric society\",\"weight\":323.0},{\"id\":\"5720\",\"tag\":\"medical research\",\"weight\":322.0},{\"id\":\"79\",\"tag\":\"mental health\",\"weight\":299.0},{\"id\":\"67741\",\"tag\":\"new guinea\",\"weight\":289.0},{\"id\":\"353286\",\"tag\":\"the past\",\"weight\":279.0},{\"id\":\"7\",\"tag\":\"breast cancer\",\"weight\":270.0},{\"id\":\"23872\",\"tag\":\"orthopaedic surgery\",\"weight\":267.0},{\"id\":\"3056\",\"tag\":\"medical students\",\"weight\":258.0},{\"id\":\"15990\",\"tag\":\"medical practice\",\"weight\":247.0},{\"id\":\"489865\",\"tag\":\"notice board\",\"weight\":240.0},{\"id\":\"1816\",\"tag\":\"general practitioner\",\"weight\":228.0},{\"id\":\"543322\",\"tag\":\"the future\",\"weight\":227.0},{\"id\":\"3024\",\"tag\":\"health service\",\"weight\":225.0},{\"id\":\"636054\",\"tag\":\"in pregnancy\",\"weight\":223.0},{\"id\":\"365604\",\"tag\":\"x ray\",\"weight\":220.0},{\"id\":\"107\",\"tag\":\"myocardial infarction\",\"weight\":217.0},{\"id\":\"355388\",\"tag\":\"obstetrics and gynaecology\",\"weight\":199.0},{\"id\":\"5548\",\"tag\":\"special reference\",\"weight\":192.0},{\"id\":\"60\",\"tag\":\"diabetes mellitus\",\"weight\":191.0},{\"id\":\"27049\",\"tag\":\"medical service\",\"weight\":190.0},{\"id\":\"385005\",\"tag\":\"alfred hospital\",\"weight\":188.0},{\"id\":\"61304\",\"tag\":\"northern territory\",\"weight\":181.0},{\"id\":\"1069\",\"tag\":\"peptic ulcer\",\"weight\":180.0},{\"id\":\"3640\",\"tag\":\"pulmonary tuberculosis\",\"weight\":179.0},{\"id\":\"432686\",\"tag\":\"medical sciences\",\"weight\":179.0},{\"id\":\"83844\",\"tag\":\"diagnosis and treatment\",\"weight\":178.0},{\"id\":\"578531\",\"tag\":\"medical practitioners\",\"weight\":176.0},{\"id\":\"45515\",\"tag\":\"medical profession\",\"weight\":173.0},{\"id\":\"170169\",\"tag\":\"biological chemistry\",\"weight\":171.0},{\"id\":\"425387\",\"tag\":\"the public\",\"weight\":169.0},{\"id\":\"4828\",\"tag\":\"health services\",\"weight\":166.0},{\"id\":\"20\",\"tag\":\"rheumatoid arthritis\",\"weight\":163.0},{\"id\":\"2153\",\"tag\":\"national health service\",\"weight\":160.0},{\"id\":\"4615\",\"tag\":\"physical therapy\",\"weight\":160.0},{\"id\":\"1877\",\"tag\":\"surgical treatment\",\"weight\":155.0},{\"id\":\"5580\",\"tag\":\"medical school\",\"weight\":155.0},{\"id\":\"885\",\"tag\":\"nervous system\",\"weight\":152.0},{\"id\":\"2875\",\"tag\":\"blood transfusion\",\"weight\":151.0},{\"id\":\"252\",\"tag\":\"blood pressure\",\"weight\":150.0},{\"id\":\"386\",\"tag\":\"emergency department\",\"weight\":150.0},{\"id\":\"614329\",\"tag\":\"relief fund\",\"weight\":148.0},{\"id\":\"300\",\"tag\":\"primary care\",\"weight\":147.0},{\"id\":\"335625\",\"tag\":\"recent advances\",\"weight\":146.0},{\"id\":\"2768569\",\"tag\":\"house of representatives\",\"weight\":146.0},{\"id\":\"14714\",\"tag\":\"preventive medicine\",\"weight\":139.0},{\"id\":\"1810\",\"tag\":\"clinical practice\",\"weight\":138.0},{\"id\":\"7420\",\"tag\":\"general hospital\",\"weight\":134.0},{\"id\":\"15430\",\"tag\":\"oral contraceptives\",\"weight\":134.0},{\"id\":\"34129\",\"tag\":\"controlled trial\",\"weight\":132.0},{\"id\":\"196612\",\"tag\":\"text book\",\"weight\":132.0},{\"id\":\"278954\",\"tag\":\"royal prince alfred hospital\",\"weight\":130.0},{\"id\":\"336649\",\"tag\":\"medical services\",\"weight\":130.0},{\"id\":\"127588\",\"tag\":\"evidence based\",\"weight\":126.0},{\"id\":\"82642\",\"tag\":\"international congress\",\"weight\":122.0},{\"id\":\"2206\",\"tag\":\"hepatitis c\",\"weight\":121.0},{\"id\":\"3089\",\"tag\":\"health insurance\",\"weight\":120.0},{\"id\":\"785617\",\"tag\":\"nose and throat\",\"weight\":119.0},{\"id\":\"3648\",\"tag\":\"hepatitis b\",\"weight\":118.0},{\"id\":\"651917\",\"tag\":\"torres strait\",\"weight\":116.0},{\"id\":\"635\",\"tag\":\"renal failure\",\"weight\":113.0},{\"id\":\"5904\",\"tag\":\"infectious diseases\",\"weight\":113.0},{\"id\":\"919632\",\"tag\":\"western australian\",\"weight\":113.0},{\"id\":\"322\",\"tag\":\"cardiovascular disease\",\"weight\":113.0},{\"id\":\"577\",\"tag\":\"staphylococcus aureus\",\"weight\":112.0},{\"id\":\"556605\",\"tag\":\"the world\",\"weight\":112.0},{\"id\":\"738855\",\"tag\":\"randomised controlled\",\"weight\":112.0},{\"id\":\"73\",\"tag\":\"colorectal cancer\",\"weight\":110.0},{\"id\":\"589\",\"tag\":\"coronary heart disease\",\"weight\":106.0},{\"id\":\"24995\",\"tag\":\"malignant disease\",\"weight\":106.0},{\"id\":\"227797\",\"tag\":\"book series\",\"weight\":105.0},{\"id\":\"660259\",\"tag\":\"the impact\",\"weight\":104.0},{\"id\":\"827\",\"tag\":\"medical journal\",\"weight\":100.0},{\"id\":\"23704\",\"tag\":\"torres strait islander\",\"weight\":100.0},{\"id\":\"11194\",\"tag\":\"hydatid disease\",\"weight\":99.0},{\"id\":\"20253\",\"tag\":\"papua new guinea\",\"weight\":98.0},{\"id\":\"99\",\"tag\":\"risk factors\",\"weight\":97.0},{\"id\":\"312540\",\"tag\":\"medical appointment\",\"weight\":97.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\":\"new south\",\"value\":2067.0},{\"category\":\"south wales\",\"value\":2065.0},{\"category\":\"new south wales\",\"value\":2064.0},{\"category\":\"the university\",\"value\":1427.0},{\"category\":\"post graduate\",\"value\":1339.0},{\"category\":\"general practice\",\"value\":952.0},{\"category\":\"book reviews\",\"value\":854.0},{\"category\":\"south australia\",\"value\":665.0},{\"category\":\"medical association\",\"value\":655.0},{\"category\":\"western australia\",\"value\":525.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\":\"general practice\",\"value\":4899.0},{\"category\":\"health care\",\"value\":4410.0},{\"category\":\"new south\",\"value\":3753.0},{\"category\":\"south wales\",\"value\":3753.0},{\"category\":\"new south wales\",\"value\":3753.0},{\"category\":\"mental health\",\"value\":3676.0},{\"category\":\"randomised controlled\",\"value\":3328.0},{\"category\":\"western australia\",\"value\":3269.0},{\"category\":\"controlled trial\",\"value\":2717.0},{\"category\":\"emergency department\",\"value\":2688.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\":\"randomised controlled\",\"value\":29.714285714285715},{\"category\":\"risk factors\",\"value\":26.216494845360824},{\"category\":\"controlled trial\",\"value\":20.583333333333332},{\"category\":\"emergency department\",\"value\":17.92},{\"category\":\"staphylococcus aureus\",\"value\":16.883928571428573},{\"category\":\"evidence based\",\"value\":12.468253968253968},{\"category\":\"mental health\",\"value\":12.294314381270903},{\"category\":\"hepatitis c\",\"value\":11.975206611570249},{\"category\":\"western australian\",\"value\":10.690265486725664},{\"category\":\"northern territory\",\"value\":10.58011049723757}];\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>AMPCo<\/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>AMPCo<\/b> has published 145233 documents so far, receiving a total of 278449 citations. These numbers are equal to 0.12% and 0.03% of the total documents\r\n        and citations in the scientific community, respectively. <b>AMPCo<\/b> has a score of 1.92 as a number of citations per document based on all recorded data. There are different types of documents published by <b>AMPCo<\/b>.\r\n        In this regard, ,  and Journal Article a with the total document number of ,  and 145233 have the largest share, respectively. These numbers are equal to ,  and 100.00%\r\n        of the total documents published in <b>AMPCo<\/b> so far, respectively. <b>AMPCo<\/b> has been an active publisher from 1914-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>AMPCo<\/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>AMPCo<\/b>\r\n        documents and citations among all published scientific documents are also presented here. <b>AMPCo<\/b> has the highest annual number of publications in 2013, with 727\r\n        published documents. Most annual citations are also received in 2010, with 5639 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 1.93.\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>702<\/td><td>5639<\/td><td>8.0328<\/td><td>0.7303<\/td><td>0.0002<\/td><td>0.0001<\/td><\/tr><tr><td>2011<\/td><td>723<\/td><td>5461<\/td><td>7.5533<\/td><td>0.7553<\/td><td>0.0002<\/td><td>0.0001<\/td><\/tr><tr><td>2012<\/td><td>707<\/td><td>6084<\/td><td>8.6054<\/td><td>0.9562<\/td><td>0.0002<\/td><td>0.0002<\/td><\/tr><tr><td>2013<\/td><td>727<\/td><td>4927<\/td><td>6.7772<\/td><td>0.8471<\/td><td>0.0002<\/td><td>0.0001<\/td><\/tr><tr><td>2014<\/td><td>688<\/td><td>3538<\/td><td>5.1424<\/td><td>0.7346<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2015<\/td><td>541<\/td><td>2646<\/td><td>4.8909<\/td><td>0.8152<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2016<\/td><td>459<\/td><td>2629<\/td><td>5.7277<\/td><td>1.1455<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2017<\/td><td>451<\/td><td>1976<\/td><td>4.3814<\/td><td>1.0953<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2018<\/td><td>456<\/td><td>1822<\/td><td>3.9956<\/td><td>1.3319<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2019<\/td><td>427<\/td><td>784<\/td><td>1.8361<\/td><td>0.9180<\/td><td>0.0001<\/td><td>0.0001<\/td><\/tr><tr><td>2020<\/td><td>427<\/td><td>824<\/td><td>1.9297<\/td><td>1.9297<\/td><td>0.0001<\/td><td>0.0002<\/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>AMPCo<\/b> are presented by document type, including ,  and Journal Articles.\r\n    <\/p>\r\n    <p>\r\n        The number of published documents by <b>AMPCo<\/b> are ,  and 145233 for ,  and Journal Articles, respectively. These numbers are equal to ,  and 0.16% of the whole published\r\n        ,  and Journal Articles 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 ,  and Journal Articles of <b>AMPCo<\/b> are ,  and 278449, respectively. These numbers are equal to ,  and 0.03% of the citations\r\n        received by whole ,  and Journal Articles 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 ,  and Journal Articles by <b>AMPCo<\/b> are ,  and 124, respectively. The corresponding values for the whole data of the database are ,  and 3201,\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 ,  and Journal Articles by <b>AMPCo<\/b> are ,  and 19, respectively. The corresponding values for the whole data of the database are ,  and 129,\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 ,  and Journal Articles by <b>AMPCo<\/b> are ,  and 1.917, respectively. The corresponding values for the whole data of the database are ,  and 11.521,\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 ,  and Journal Articles by <b>AMPCo<\/b> are ,  and 727, respectively. The corresponding year of maximum publication for ,  and Journal Articles\r\n        are ,  and 2013, respectively.\r\n    <\/p>\r\n    <p>\r\n        The highest number of annual received citations by ,  and Journal Articles published in <b>AMPCo<\/b> are ,  and 6084, respectively. The corresponding years of maximum received citations for ,  and Journal Articles\r\n        are ,  and 2012, respectively.\r\n    <\/p>\r\n    <p>\r\n        The highest values of citations per number of document for ,  and Journal Articles published in <b>AMPCo<\/b> are ,  and 8.61, respectively. The corresponding years of maximum values\r\n        of citations per document for ,  and Journal Articles are ,  and 2012, 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>AMPCo<\/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>AMPCo<\/b>, are 124, 59,  and 34, 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>AMPCo<\/th><th>All Publishers<\/th><\/tr><tr><td>h-index<\/td><td>124<\/td><td>3269<\/td><\/tr><tr><td>h10-index<\/td><td>59<\/td><td>1489<\/td><\/tr><tr><td>h5-index<\/td><td>34<\/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>AMPCo<\/b> are 19, 11,  and 8, 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>AMPCo<\/th><th>All Publishers<\/th><\/tr><tr><td>g-index<\/td><td>19<\/td><td>131<\/td><\/tr><tr><td>g10-index<\/td><td>11<\/td><td>80<\/td><\/tr><tr><td>g5-index<\/td><td>8<\/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>AMPCo<\/b>, are 7138, 2488, 825, 208, 24, 4, 2, 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>AMPCo<\/th><th>All Publishers<\/th><\/tr><tr><td>i10-index<\/td><td>7138<\/td><td>21796896<\/td><\/tr><tr><td>i25-index<\/td><td>2488<\/td><td>10617845<\/td><\/tr><tr><td>i50-index<\/td><td>825<\/td><td>4822066<\/td><\/tr><tr><td>i100-index<\/td><td>208<\/td><td>1785083<\/td><\/tr><tr><td>i250-index<\/td><td>24<\/td><td>390499<\/td><\/tr><tr><td>i500-index<\/td><td>4<\/td><td>114230<\/td><\/tr><tr><td>i1000-index<\/td><td>2<\/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>AMPCo<\/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>AMPCo<\/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>AMPCo<\/b> based on the number of published documents are <a target='_blank' href='\/source\/141645' rel=\"noopener\">The Medical Journal of Australia<\/a>,  and <a target='_blank' href='\/source\/171045' rel=\"noopener\">MJA Open<\/a>. The numbers of documents published so far by these top 5 journals are 145300,  and 11, respectively.\r\n        These numbers are equal to 100.046%,  and 0.008% of the total documents published by <b>AMPCo<\/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>AMPCo<\/b> are <a target='_blank' href='\/source\/141645' rel=\"noopener\">The Medical Journal of Australia<\/a>,  and <a target='_blank' href='\/source\/171045' rel=\"noopener\">MJA Open<\/a>. The total number of citations received so far by these top 5 journals are 145300,  and 11,\r\n        respectively. These numbers are equal to 52.182%,  and 0.004% of the total citations received by <b>AMPCo<\/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>AMPCo<\/b> are <a target='_blank' href='\/source\/171045' rel=\"noopener\">MJA Open<\/a>,  and <a target='_blank' href='\/source\/141645' rel=\"noopener\">The Medical Journal of Australia<\/a>. The numbers of citations received per published document so far by these top 5 journals are 8.364,  and 1.916,\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\/141645' rel=\"noopener\">The Medical Journal of Australia<\/a><\/td><td>145300<\/td><td>1.0005<\/td><td>278400<\/td><td>0.9998<\/td><td>1.9160<\/td><td>1914-2020<\/td><\/tr><tr><td><a target='_blank' href='\/source\/171045' rel=\"noopener\">MJA Open<\/a><\/td><td>11<\/td><td>0.0001<\/td><td>92<\/td><td>0.0003<\/td><td>8.3636<\/td><td>2012-2012<\/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>AMPCo<\/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>AMPCo<\/b> are <a target='_blank' href='\/keyword\/793683' rel=\"noopener\">new south<\/a>, <a target='_blank' href='\/keyword\/621739' rel=\"noopener\">south wales<\/a>, <a target='_blank' href='\/keyword\/232388' rel=\"noopener\">new south wales<\/a>, <a target='_blank' href='\/keyword\/2050739' rel=\"noopener\">the university<\/a>, <a target='_blank' href='\/keyword\/239681' rel=\"noopener\">post graduate<\/a>, <a target='_blank' href='\/keyword\/659' rel=\"noopener\">general practice<\/a>, <a target='_blank' href='\/keyword\/288185' rel=\"noopener\">book reviews<\/a>, <a target='_blank' href='\/keyword\/48041' rel=\"noopener\">south australia<\/a>, <a target='_blank' href='\/keyword\/3213' rel=\"noopener\">medical association<\/a>,  and <a target='_blank' href='\/keyword\/12723' rel=\"noopener\">western australia<\/a>, respectively. The number of published documents in which the mentioned 10 keywords are used are, 2067, 2065, 2064, 1427, 1339, 952, 854, 665, 655,  and 525,\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>AMPCo<\/b> are <a target='_blank' href='\/keyword\/659' rel=\"noopener\">general practice<\/a>, <a target='_blank' href='\/keyword\/812' rel=\"noopener\">health care<\/a>, <a target='_blank' href='\/keyword\/793683' rel=\"noopener\">new south<\/a>, <a target='_blank' href='\/keyword\/621739' rel=\"noopener\">south wales<\/a>, <a target='_blank' href='\/keyword\/232388' rel=\"noopener\">new south wales<\/a>, <a target='_blank' href='\/keyword\/79' rel=\"noopener\">mental health<\/a>, <a target='_blank' href='\/keyword\/738855' rel=\"noopener\">randomised controlled<\/a>, <a target='_blank' href='\/keyword\/12723' rel=\"noopener\">western australia<\/a>, <a target='_blank' href='\/keyword\/34129' rel=\"noopener\">controlled trial<\/a>,  and <a target='_blank' href='\/keyword\/386' rel=\"noopener\">emergency department<\/a>, respectively. The number of citations received by the documents in which the mentioned 10 keywords are\r\n        used are, 952, 456, 2067, 2065, 2064, 299, 112, 525, 132,  and 150, 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>AMPCo<\/b> are <a target='_blank' href='\/keyword\/738855' rel=\"noopener\">randomised controlled<\/a>, <a target='_blank' href='\/keyword\/99' rel=\"noopener\">risk factors<\/a>, <a target='_blank' href='\/keyword\/34129' rel=\"noopener\">controlled trial<\/a>, <a target='_blank' href='\/keyword\/386' rel=\"noopener\">emergency department<\/a>, <a target='_blank' href='\/keyword\/577' rel=\"noopener\">staphylococcus aureus<\/a>, <a target='_blank' href='\/keyword\/127588' rel=\"noopener\">evidence based<\/a>, <a target='_blank' href='\/keyword\/79' rel=\"noopener\">mental health<\/a>, <a target='_blank' href='\/keyword\/2206' rel=\"noopener\">hepatitis c<\/a>, <a target='_blank' href='\/keyword\/919632' rel=\"noopener\">western australian<\/a>,  and <a target='_blank' href='\/keyword\/61304' rel=\"noopener\">northern territory<\/a>, respectively. The score of citations received per document in which the mentioned\r\n        10 keywords are used are, 29.714, 26.216, 20.583, 17.920, 16.884, 12.468, 12.294, 11.975, 10.690,  and 10.580, 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\/793683' rel=\"noopener\">new south<\/a><\/td><td>2067<\/td><td>0.1002<\/td><td>3753<\/td><td>0.0286<\/td><td>1.8157<\/td><td>1914-2020<\/td><td>1790-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/621739' rel=\"noopener\">south wales<\/a><\/td><td>2065<\/td><td>0.1230<\/td><td>3753<\/td><td>0.0362<\/td><td>1.8174<\/td><td>1914-2020<\/td><td>1723-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/232388' rel=\"noopener\">new south wales<\/a><\/td><td>2064<\/td><td>0.1297<\/td><td>3753<\/td><td>0.0373<\/td><td>1.8183<\/td><td>1914-2020<\/td><td>1790-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2050739' rel=\"noopener\">the university<\/a><\/td><td>1427<\/td><td>0.0177<\/td><td>105<\/td><td>0.0007<\/td><td>0.0736<\/td><td>1914-2011<\/td><td>1645-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/239681' rel=\"noopener\">post graduate<\/a><\/td><td>1339<\/td><td>0.2591<\/td><td>9<\/td><td>0.0024<\/td><td>0.0067<\/td><td>1917-1966<\/td><td>1883-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/659' rel=\"noopener\">general practice<\/a><\/td><td>952<\/td><td>0.0479<\/td><td>4899<\/td><td>0.0282<\/td><td>5.1460<\/td><td>1915-2020<\/td><td>1823-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/288185' rel=\"noopener\">book reviews<\/a><\/td><td>854<\/td><td>0.0039<\/td><td>17<\/td><td>0.0009<\/td><td>0.0199<\/td><td>1961-2000<\/td><td>1789-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/48041' rel=\"noopener\">south australia<\/a><\/td><td>665<\/td><td>0.0888<\/td><td>2404<\/td><td>0.0396<\/td><td>3.6150<\/td><td>1914-2020<\/td><td>1836-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3213' rel=\"noopener\">medical association<\/a><\/td><td>655<\/td><td>0.0634<\/td><td>54<\/td><td>0.0033<\/td><td>0.0824<\/td><td>1914-2017<\/td><td>1828-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/12723' rel=\"noopener\">western australia<\/a><\/td><td>525<\/td><td>0.0337<\/td><td>3269<\/td><td>0.0186<\/td><td>6.2267<\/td><td>1914-2020<\/td><td>1835-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1' rel=\"noopener\">public health<\/a><\/td><td>504<\/td><td>0.0037<\/td><td>868<\/td><td>0.0010<\/td><td>1.7222<\/td><td>1914-2020<\/td><td>1835-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/7704' rel=\"noopener\">annual meeting<\/a><\/td><td>494<\/td><td>0.0092<\/td><td>14<\/td><td>0.0002<\/td><td>0.0283<\/td><td>1914-1977<\/td><td>1500-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/12245' rel=\"noopener\">national health<\/a><\/td><td>484<\/td><td>0.0205<\/td><td>356<\/td><td>0.0017<\/td><td>0.7355<\/td><td>1918-2020<\/td><td>1856-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3209' rel=\"noopener\">new zealand<\/a><\/td><td>457<\/td><td>0.0051<\/td><td>2513<\/td><td>0.0036<\/td><td>5.4989<\/td><td>1914-2020<\/td><td>1804-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/812' rel=\"noopener\">health care<\/a><\/td><td>456<\/td><td>0.0025<\/td><td>4410<\/td><td>0.0033<\/td><td>9.6711<\/td><td>1956-2020<\/td><td>1906-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/10648' rel=\"noopener\">general practitioners<\/a><\/td><td>413<\/td><td>0.0367<\/td><td>2324<\/td><td>0.0279<\/td><td>5.6271<\/td><td>1924-2020<\/td><td>1826-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/69300' rel=\"noopener\">british medical association<\/a><\/td><td>395<\/td><td>0.0982<\/td><td>9<\/td><td>0.0056<\/td><td>0.0228<\/td><td>1914-1979<\/td><td>1836-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/738' rel=\"noopener\">medical education<\/a><\/td><td>360<\/td><td>0.0112<\/td><td>589<\/td><td>0.0042<\/td><td>1.6361<\/td><td>1914-2020<\/td><td>1826-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1673' rel=\"noopener\">heart disease<\/a><\/td><td>351<\/td><td>0.0044<\/td><td>1951<\/td><td>0.0015<\/td><td>5.5584<\/td><td>1914-2020<\/td><td>1835-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/123224' rel=\"noopener\">paediatric society<\/a><\/td><td>323<\/td><td>0.6473<\/td><td>25<\/td><td>0.1033<\/td><td>0.0774<\/td><td>1915-1966<\/td><td>1895-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5720' rel=\"noopener\">medical research<\/a><\/td><td>322<\/td><td>0.0286<\/td><td>174<\/td><td>0.0017<\/td><td>0.5404<\/td><td>1914-2020<\/td><td>1884-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/79' rel=\"noopener\">mental health<\/a><\/td><td>299<\/td><td>0.0020<\/td><td>3676<\/td><td>0.0031<\/td><td>12.2943<\/td><td>1947-2020<\/td><td>1881-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/67741' rel=\"noopener\">new guinea<\/a><\/td><td>289<\/td><td>0.0177<\/td><td>1489<\/td><td>0.0158<\/td><td>5.1522<\/td><td>1916-2019<\/td><td>1805-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/353286' rel=\"noopener\">the past<\/a><\/td><td>279<\/td><td>0.0026<\/td><td>346<\/td><td>0.0005<\/td><td>1.2401<\/td><td>1916-2018<\/td><td>1752-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/7' rel=\"noopener\">breast cancer<\/a><\/td><td>270<\/td><td>0.0009<\/td><td>1740<\/td><td>0.0004<\/td><td>6.4444<\/td><td>1948-2020<\/td><td>1880-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/23872' rel=\"noopener\">orthopaedic surgery<\/a><\/td><td>267<\/td><td>0.0613<\/td><td>44<\/td><td>0.0014<\/td><td>0.1648<\/td><td>1918-1998<\/td><td>1863-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3056' rel=\"noopener\">medical students<\/a><\/td><td>258<\/td><td>0.0077<\/td><td>793<\/td><td>0.0051<\/td><td>3.0736<\/td><td>1916-2020<\/td><td>1824-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/15990' rel=\"noopener\">medical practice<\/a><\/td><td>247<\/td><td>0.0314<\/td><td>624<\/td><td>0.0193<\/td><td>2.5263<\/td><td>1915-2020<\/td><td>1829-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/489865' rel=\"noopener\">notice board<\/a><\/td><td>240<\/td><td>0.2037<\/td><td>16<\/td><td>0.1194<\/td><td>0.0667<\/td><td>1980-1994<\/td><td>1953-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1816' rel=\"noopener\">general practitioner<\/a><\/td><td>228<\/td><td>0.0418<\/td><td>552<\/td><td>0.0156<\/td><td>2.4211<\/td><td>1918-2020<\/td><td>1839-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/543322' rel=\"noopener\">the future<\/a><\/td><td>227<\/td><td>0.0009<\/td><td>774<\/td><td>0.0006<\/td><td>3.4097<\/td><td>1917-2020<\/td><td>1676-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3024' rel=\"noopener\">health service<\/a><\/td><td>225<\/td><td>0.0093<\/td><td>492<\/td><td>0.0035<\/td><td>2.1867<\/td><td>1918-2020<\/td><td>1888-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/636054' rel=\"noopener\">in pregnancy<\/a><\/td><td>223<\/td><td>0.0051<\/td><td>1828<\/td><td>0.0041<\/td><td>8.1973<\/td><td>1916-2020<\/td><td>1849-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/365604' rel=\"noopener\">x ray<\/a><\/td><td>220<\/td><td>0.0007<\/td><td>193<\/td><td>0.0000<\/td><td>0.8773<\/td><td>1915-2015<\/td><td>1896-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/107' rel=\"noopener\">myocardial infarction<\/a><\/td><td>217<\/td><td>0.0021<\/td><td>1382<\/td><td>0.0008<\/td><td>6.3687<\/td><td>1941-2020<\/td><td>1929-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/355388' rel=\"noopener\">obstetrics and gynaecology<\/a><\/td><td>199<\/td><td>0.0773<\/td><td>12<\/td><td>0.0034<\/td><td>0.0603<\/td><td>1914-2019<\/td><td>1875-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5548' rel=\"noopener\">special reference<\/a><\/td><td>192<\/td><td>0.0047<\/td><td>859<\/td><td>0.0020<\/td><td>4.4740<\/td><td>1914-1987<\/td><td>1842-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/60' rel=\"noopener\">diabetes mellitus<\/a><\/td><td>191<\/td><td>0.0015<\/td><td>1457<\/td><td>0.0010<\/td><td>7.6283<\/td><td>1919-2020<\/td><td>1811-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/27049' rel=\"noopener\">medical service<\/a><\/td><td>190<\/td><td>0.0326<\/td><td>78<\/td><td>0.0060<\/td><td>0.4105<\/td><td>1916-2020<\/td><td>1828-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/385005' rel=\"noopener\">alfred hospital<\/a><\/td><td>188<\/td><td>0.5875<\/td><td>143<\/td><td>0.4525<\/td><td>0.7606<\/td><td>1914-2003<\/td><td>1894-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/61304' rel=\"noopener\">northern territory<\/a><\/td><td>181<\/td><td>0.0576<\/td><td>1915<\/td><td>0.0906<\/td><td>10.5801<\/td><td>1915-2020<\/td><td>1866-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1069' rel=\"noopener\">peptic ulcer<\/a><\/td><td>180<\/td><td>0.0196<\/td><td>219<\/td><td>0.0026<\/td><td>1.2167<\/td><td>1927-2006<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3640' rel=\"noopener\">pulmonary tuberculosis<\/a><\/td><td>179<\/td><td>0.0114<\/td><td>109<\/td><td>0.0012<\/td><td>0.6089<\/td><td>1914-2007<\/td><td>1854-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/432686' rel=\"noopener\">medical sciences<\/a><\/td><td>179<\/td><td>0.0298<\/td><td>15<\/td><td>0.0017<\/td><td>0.0838<\/td><td>1920-2020<\/td><td>1824-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/83844' rel=\"noopener\">diagnosis and treatment<\/a><\/td><td>178<\/td><td>0.0052<\/td><td>416<\/td><td>0.0011<\/td><td>2.3371<\/td><td>1918-2019<\/td><td>1824-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/578531' rel=\"noopener\">medical practitioners<\/a><\/td><td>176<\/td><td>0.0979<\/td><td>257<\/td><td>0.0519<\/td><td>1.4602<\/td><td>1914-2020<\/td><td>1803-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/45515' rel=\"noopener\">medical profession<\/a><\/td><td>173<\/td><td>0.0447<\/td><td>157<\/td><td>0.0204<\/td><td>0.9075<\/td><td>1914-2020<\/td><td>1818-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/170169' rel=\"noopener\">biological chemistry<\/a><\/td><td>171<\/td><td>0.1957<\/td><td>15<\/td><td>0.0029<\/td><td>0.0877<\/td><td>1915-1949<\/td><td>1897-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/425387' rel=\"noopener\">the public<\/a><\/td><td>169<\/td><td>0.0021<\/td><td>193<\/td><td>0.0007<\/td><td>1.1420<\/td><td>1914-2020<\/td><td>1673-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4828' rel=\"noopener\">health services<\/a><\/td><td>166<\/td><td>0.0044<\/td><td>833<\/td><td>0.0035<\/td><td>5.0181<\/td><td>1924-2020<\/td><td>1890-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/20' rel=\"noopener\">rheumatoid arthritis<\/a><\/td><td>163<\/td><td>0.0021<\/td><td>518<\/td><td>0.0004<\/td><td>3.1779<\/td><td>1923-2017<\/td><td>1863-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2153' rel=\"noopener\">national health service<\/a><\/td><td>160<\/td><td>0.0253<\/td><td>11<\/td><td>0.0003<\/td><td>0.0688<\/td><td>1918-2002<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/4615' rel=\"noopener\">physical therapy<\/a><\/td><td>160<\/td><td>0.0125<\/td><td>13<\/td><td>0.0002<\/td><td>0.0813<\/td><td>1927-1989<\/td><td>1913-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1877' rel=\"noopener\">surgical treatment<\/a><\/td><td>155<\/td><td>0.0030<\/td><td>199<\/td><td>0.0005<\/td><td>1.2839<\/td><td>1914-2014<\/td><td>1810-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5580' rel=\"noopener\">medical school<\/a><\/td><td>155<\/td><td>0.0110<\/td><td>216<\/td><td>0.0035<\/td><td>1.3935<\/td><td>1918-2020<\/td><td>1823-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/885' rel=\"noopener\">nervous system<\/a><\/td><td>152<\/td><td>0.0016<\/td><td>175<\/td><td>0.0001<\/td><td>1.1513<\/td><td>1916-2005<\/td><td>1750-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2875' rel=\"noopener\">blood transfusion<\/a><\/td><td>151<\/td><td>0.0119<\/td><td>240<\/td><td>0.0023<\/td><td>1.5894<\/td><td>1916-2001<\/td><td>1891-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/252' rel=\"noopener\">blood pressure<\/a><\/td><td>150<\/td><td>0.0013<\/td><td>743<\/td><td>0.0005<\/td><td>4.9533<\/td><td>1921-2020<\/td><td>1874-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/386' rel=\"noopener\">emergency department<\/a><\/td><td>150<\/td><td>0.0027<\/td><td>2688<\/td><td>0.0065<\/td><td>17.9200<\/td><td>1973-2020<\/td><td>1961-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/614329' rel=\"noopener\">relief fund<\/a><\/td><td>148<\/td><td>0.2508<\/td><td>0<\/td><td>0.0000<\/td><td>0.0000<\/td><td>1915-1974<\/td><td>1848-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/300' rel=\"noopener\">primary care<\/a><\/td><td>147<\/td><td>0.0022<\/td><td>1415<\/td><td>0.0021<\/td><td>9.6259<\/td><td>1975-2020<\/td><td>1941-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/335625' rel=\"noopener\">recent advances<\/a><\/td><td>146<\/td><td>0.0029<\/td><td>43<\/td><td>0.0000<\/td><td>0.2945<\/td><td>1919-2020<\/td><td>1848-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2768569' rel=\"noopener\">house of representatives<\/a><\/td><td>146<\/td><td>0.0635<\/td><td>5<\/td><td>0.0006<\/td><td>0.0342<\/td><td>1947-1972<\/td><td>1811-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/14714' rel=\"noopener\">preventive medicine<\/a><\/td><td>139<\/td><td>0.0416<\/td><td>30<\/td><td>0.0035<\/td><td>0.2158<\/td><td>1916-2002<\/td><td>1865-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/1810' rel=\"noopener\">clinical practice<\/a><\/td><td>138<\/td><td>0.0021<\/td><td>1046<\/td><td>0.0013<\/td><td>7.5797<\/td><td>1947-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/7420' rel=\"noopener\">general hospital<\/a><\/td><td>134<\/td><td>0.0078<\/td><td>323<\/td><td>0.0049<\/td><td>2.4104<\/td><td>1914-2004<\/td><td>1819-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/15430' rel=\"noopener\">oral contraceptives<\/a><\/td><td>134<\/td><td>0.0202<\/td><td>173<\/td><td>0.0017<\/td><td>1.2910<\/td><td>1962-2002<\/td><td>1960-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/34129' rel=\"noopener\">controlled trial<\/a><\/td><td>132<\/td><td>0.0014<\/td><td>2717<\/td><td>0.0013<\/td><td>20.5833<\/td><td>1961-2020<\/td><td>1949-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/196612' rel=\"noopener\">text book<\/a><\/td><td>132<\/td><td>0.0255<\/td><td>0<\/td><td>0.0000<\/td><td>0.0000<\/td><td>1921-1966<\/td><td>1801-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/278954' rel=\"noopener\">royal prince alfred hospital<\/a><\/td><td>130<\/td><td>0.6500<\/td><td>45<\/td><td>0.6250<\/td><td>0.3462<\/td><td>1914-1973<\/td><td>1904-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/336649' rel=\"noopener\">medical services<\/a><\/td><td>130<\/td><td>0.0118<\/td><td>77<\/td><td>0.0023<\/td><td>0.5923<\/td><td>1915-2020<\/td><td>1842-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/82642' rel=\"noopener\">international congress<\/a><\/td><td>122<\/td><td>0.0106<\/td><td>4<\/td><td>0.0004<\/td><td>0.0328<\/td><td>1921-1999<\/td><td>1859-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/2206' rel=\"noopener\">hepatitis c<\/a><\/td><td>121<\/td><td>0.0017<\/td><td>1449<\/td><td>0.0011<\/td><td>11.9752<\/td><td>1989-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3089' rel=\"noopener\">health insurance<\/a><\/td><td>120<\/td><td>0.0061<\/td><td>67<\/td><td>0.0006<\/td><td>0.5583<\/td><td>1924-2016<\/td><td>1886-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/785617' rel=\"noopener\">nose and throat<\/a><\/td><td>119<\/td><td>0.0378<\/td><td>5<\/td><td>0.0007<\/td><td>0.0420<\/td><td>1915-2012<\/td><td>1883-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/3648' rel=\"noopener\">hepatitis b<\/a><\/td><td>118<\/td><td>0.0020<\/td><td>875<\/td><td>0.0009<\/td><td>7.4153<\/td><td>1973-2020<\/td><td>1969-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/651917' rel=\"noopener\">torres strait<\/a><\/td><td>116<\/td><td>0.0465<\/td><td>1113<\/td><td>0.0879<\/td><td>9.5948<\/td><td>1967-2020<\/td><td>1847-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/635' rel=\"noopener\">renal failure<\/a><\/td><td>113<\/td><td>0.0034<\/td><td>780<\/td><td>0.0017<\/td><td>6.9027<\/td><td>1938-2018<\/td><td>1925-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/5904' rel=\"noopener\">infectious diseases<\/a><\/td><td>113<\/td><td>0.0042<\/td><td>633<\/td><td>0.0021<\/td><td>5.6018<\/td><td>1914-2020<\/td><td>1823-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/919632' rel=\"noopener\">western australian<\/a><\/td><td>113<\/td><td>0.0403<\/td><td>1208<\/td><td>0.0377<\/td><td>10.6903<\/td><td>1914-2019<\/td><td>1875-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/577' rel=\"noopener\">staphylococcus aureus<\/a><\/td><td>112<\/td><td>0.0018<\/td><td>1891<\/td><td>0.0020<\/td><td>16.8839<\/td><td>1930-2019<\/td><td>1889-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/127588' rel=\"noopener\">evidence based<\/a><\/td><td>126<\/td><td>0.0021<\/td><td>1571<\/td><td>0.0024<\/td><td>12.4683<\/td><td>1995-2020<\/td><td>1893-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/556605' rel=\"noopener\">the world<\/a><\/td><td>112<\/td><td>0.0004<\/td><td>159<\/td><td>0.0001<\/td><td>1.4196<\/td><td>1928-2019<\/td><td>1400-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/738855' rel=\"noopener\">randomised controlled<\/a><\/td><td>112<\/td><td>0.0044<\/td><td>3328<\/td><td>0.0051<\/td><td>29.7143<\/td><td>1993-2020<\/td><td>1972-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/73' rel=\"noopener\">colorectal cancer<\/a><\/td><td>110<\/td><td>0.0011<\/td><td>924<\/td><td>0.0007<\/td><td>8.4000<\/td><td>1978-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/589' rel=\"noopener\">coronary heart disease<\/a><\/td><td>106<\/td><td>0.0045<\/td><td>945<\/td><td>0.0015<\/td><td>8.9151<\/td><td>1954-2013<\/td><td>1929-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/24995' rel=\"noopener\">malignant disease<\/a><\/td><td>106<\/td><td>0.0285<\/td><td>127<\/td><td>0.0031<\/td><td>1.1981<\/td><td>1915-1987<\/td><td>1833-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/227797' rel=\"noopener\">book series<\/a><\/td><td>105<\/td><td>0.0967<\/td><td>4<\/td><td>0.0176<\/td><td>0.0381<\/td><td>1954-1964<\/td><td>1896-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/660259' rel=\"noopener\">the impact<\/a><\/td><td>104<\/td><td>0.0002<\/td><td>991<\/td><td>0.0003<\/td><td>9.5288<\/td><td>1951-2020<\/td><td>1868-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/827' rel=\"noopener\">medical journal<\/a><\/td><td>100<\/td><td>0.0143<\/td><td>55<\/td><td>0.0081<\/td><td>0.5500<\/td><td>1914-2018<\/td><td>1823-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/23704' rel=\"noopener\">torres strait islander<\/a><\/td><td>100<\/td><td>0.0605<\/td><td>772<\/td><td>0.1202<\/td><td>7.7200<\/td><td>1998-2020<\/td><td>1970-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/322' rel=\"noopener\">cardiovascular disease<\/a><\/td><td>113<\/td><td>0.0021<\/td><td>1000<\/td><td>0.0009<\/td><td>8.8496<\/td><td>1933-2020<\/td><td>1905-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/11194' rel=\"noopener\">hydatid disease<\/a><\/td><td>99<\/td><td>0.0441<\/td><td>281<\/td><td>0.0142<\/td><td>2.8384<\/td><td>1919-2013<\/td><td>1850-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/20253' rel=\"noopener\">papua new guinea<\/a><\/td><td>98<\/td><td>0.0090<\/td><td>563<\/td><td>0.0082<\/td><td>5.7449<\/td><td>1955-2019<\/td><td>1919-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/99' rel=\"noopener\">risk factors<\/a><\/td><td>97<\/td><td>0.0005<\/td><td>2543<\/td><td>0.0009<\/td><td>26.2165<\/td><td>1962-2019<\/td><td>1948-2020<\/td><\/tr><tr><td><a target='_blank' href='\/keyword\/312540' rel=\"noopener\">medical appointment<\/a><\/td><td>97<\/td><td>0.4389<\/td><td>9<\/td><td>0.0179<\/td><td>0.0928<\/td><td>1914-1964<\/td><td>1869-2020<\/td><\/tr><\/table><\/div>\r\n    <\/div>\r\n<\/body>\r\n\r\n<\/html><!-- \/ wp:html-->\n","protected":false},"excerpt":{"rendered":"<p>AMPCo 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":781,"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>AMPCo Bibliometric Report - ScienceGate | Blog<\/title>\r\n<meta name=\"description\" content=\"AMPCo 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-3677\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"AMPCo Bibliometric Report - ScienceGate | Blog\" \/>\r\n<meta property=\"og:description\" content=\"AMPCo 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-3677\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ScienceGate | Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2021-05-15T08:00:26+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2022-01-26T18:03:41+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.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=\"29 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-3677\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.png\",\"contentUrl\":\"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.png\",\"width\":1495,\"height\":995},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#webpage\",\"url\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/\",\"name\":\"AMPCo Bibliometric Report - ScienceGate | Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#primaryimage\"},\"datePublished\":\"2021-05-15T08:00:26+00:00\",\"dateModified\":\"2022-01-26T18:03:41+00:00\",\"author\":{\"@id\":\"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748\"},\"description\":\"AMPCo 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-3677\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sciencegate.app\/b\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AMPCo 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":"AMPCo Bibliometric Report - ScienceGate | Blog","description":"AMPCo 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-3677\/","og_locale":"en_US","og_type":"article","og_title":"AMPCo Bibliometric Report - ScienceGate | Blog","og_description":"AMPCo 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-3677\/","og_site_name":"ScienceGate | Blog","article_published_time":"2021-05-15T08:00:26+00:00","article_modified_time":"2022-01-26T18:03:41+00:00","og_image":[{"width":1495,"height":995,"url":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dr. Arnaud Brousseau","Est. reading time":"29 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-3677\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.png","contentUrl":"https:\/\/www.sciencegate.app\/b\/wp-content\/uploads\/2022\/01\/AMPCo-.png","width":1495,"height":995},{"@type":"WebPage","@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#webpage","url":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/","name":"AMPCo Bibliometric Report - ScienceGate | Blog","isPartOf":{"@id":"https:\/\/www.sciencegate.app\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#primaryimage"},"datePublished":"2021-05-15T08:00:26+00:00","dateModified":"2022-01-26T18:03:41+00:00","author":{"@id":"https:\/\/www.sciencegate.app\/b\/#\/schema\/person\/e92dae492966826f7d03130d64e63748"},"description":"AMPCo 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-3677\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sciencegate.app\/b\/bibliometric-report-publisher-3677\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sciencegate.app\/b\/"},{"@type":"ListItem","position":2,"name":"AMPCo 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\/535"}],"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=535"}],"version-history":[{"count":1,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts\/535\/revisions"}],"predecessor-version":[{"id":782,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/posts\/535\/revisions\/782"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/media\/781"}],"wp:attachment":[{"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/media?parent=535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/categories?post=535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sciencegate.app\/b\/wp-json\/wp\/v2\/tags?post=535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}