Overview.

Measuring scholarly impact has been a topic of much interest in recent years. While many use the citation count as a primary indicator of a publications impact, the quality and impact of those citations will vary. Additionally, it is often difficult to see where a paper sits among other papers in the same research area. Questions we wished to answer through this visualization were: is a publication cited less than publications in the field?; is a publication cited by high or low impact publications?; and can we visually compare the impact of publications across a result set? In this work we address the above questions through a new visualization of publication impact. Our technique has been applied to the visualization of citation information in INSPIREHEP (www.inspirehep.net), the largest high energy physics publication repository.

Citing and further reading

E. Maguire, J. Martin Montull, and G. Louppe, Visualization of Publication Impact, In Proceedings of EuroVis 2016, Short Paper (2016)

arXiv:1605.06242v1

Impact Graph

ImpactGraph.draw_impact_graph('data/838712.json', "#impact_graph_chart", {
        width: 600,
        height: 300,
        show_axes: true,
        node_scaling: 0.012,
        y_scale: 'log' // or linear,
        'content-type': 'application/x-impact.graph+json'
    });

Impact Glyph (or Glaph)

ImpactGraph.draw_impact_summary('data/author.json', "#impact_graph_chart", {
        width: 600,
        height: 300,
        show_axes: true,
        node_scaling: 0.012,
        y_scale: 'log',
        'content-type': 'application/x-impact.graph+json'
    });

Impact Collection

ImpactGraph.draw_impact_summary('data/author.json', "#impact_graph_chart", {
        width: 600,
        height: 300,
        show_axes: true,
        node_scaling: 0.012,
        y_scale: 'log',
        'content-type': 'application/x-impact.graph+json'
    });

Authors and Contributors

Created by @eamonnmag with contributions from @jmartinm.