mjordan / islandora_whole_object

Renders various representations (JSON-LD, etc.) of an Islandora object.
GNU General Public License v2.0
3 stars 3 forks source link

Visualize a node's JSON-LD #1

Open mjordan opened 6 years ago

mjordan commented 6 years ago

https://github.com/scienceai/jsonld-vis is a Javascript library for visualizing JSON-LD. Loks pretty cool. I've added scaffolding to be able to use this library, but am holding off for now because I don't want to spend any time on figuring out everything involved in installing it using yarn or npm. See relevant comments in js/islandora_whole_object.js and islandora_whole_object_page_attachments().

mjordan commented 3 years ago

jsonld-vis is available via CDN at https://cdn.jsdelivr.net/npm/jsonld-vis@2.1.0/dist/index.min.js. d3 is available at https://cdnjs.cloudflare.com/ajax/libs/d3/6.5.0/d3.min.js.