Author collaborations

edited September 2016 in Share Your Work

Interactive visualisation of author collaborations in a publication repository made with ProcessingJS:

http://www.zora.uzh.ch/cgi/collaborations/view?author=Price, B

The Processing code is available at

https://github.com/eprintsug/collaborations/tree/master/Processing/ConWheel

Explanation

Collaborations of an author are visualised on a wheel. You can explore them using the mouse and the keyboard.

Mouse:

left click: 1st click select node, 2nd click rotate node to active position

right click: unselect node

click on publication count: gets publications of the author on the active position

click on node beneath publication count: goes to collaboration visualisation of the author on the active position

Keys:

0 : reset wheel rotatation

Cursor →↓ : rotate anti-clockwise

Cursor ←↑ : rotate clockwise

a-z : jump to letter

  • : increase curvature

  • : decrease curvature

= : default curvature

Comments

Sign In or Register to comment.