Home > vivo_org_chart

vivo_org_chart

Vivo_org_chart is a project mainly written in Ruby, based on the BSD-3-Clause license.

Ruby scripts to generate graphs of the organizations hierarchy from Vivo

VIVO Org Chart Creator

This gem facilitates crawling and extracting the organization structure from Vivo.

INSTALLATION

gem sources -a http://gems.github.com gem install arockwell-vivo_org_chart

This gem requires rdf-raptor, ruby-graphviz, and mechanize.

EXAMPLES

serialize_graph.rb crawls the organization structure and outputs the data as rdf in N3 format.

create_graph_output.rb reads the serialized output and displays the grah in serveral difference formats.