Meurs Challenger is an online graph visualization program, with data analysis and browsing.[1]

Meurs Challenger
Developer(s)Meurs HRM
Written inActionScript
Operating systemCross-platform
TypeVisualization
Websitewww.q1000.ro/challenger/

The software supports several graph layout algorithms, and allows the user to interact with the nodes. The displayed data can be filtered using textual search, node and edge type, or based on the graph distance between nodes. Written in ActionScript, the program runs on Windows, Linux, macOS and other platforms that support the Adobe Flash Player.

Meurs Challenger was the winner at the 2011 edition of the International Symposium on Graph Drawing, in the large graph category.[2]

It is publicly available as a Facebook application, which displays the network graph of the user's friends.[3]

Implementation approach edit

The main problem in network visualization is to reduce data complexity by projecting a multivariate data matrix onto a lower-dimensional planar display space,[4] which is achieved by proper node positioning.

Meurs Challenger addresses this by combining several different approaches:

  • force-based algorithms
  • modularization techniques
  • clustering
  • node overlap minimization, which is achieved by guaranteeing a minimum edge length between two linked nodes
  • edge length uniformization, using an algorithm that minimizes the total edge length discrepancy of the projected graph
  • grid-based layouts

See also edit

Notes edit

  1. ^ Zelina et al. (2011).
  2. ^ Duncan et al. (2011).
  3. ^ Visualization of the Week: Clustering your social graph - O'Reilly Radar, Radar.oreilly.com, 2012-04-06, retrieved 2012-05-03
  4. ^ Salvini, Gnos & Fabrikant (2011).

External links edit

References edit