Skip to content

Demo plugin to show very basic integration of girder and XTK

Notifications You must be signed in to change notification settings

zachmullen/xtk_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xtk_demo

Demo plugin to show very basic integration of girder and XTK

Installation

  1. install plugins and its prerequisites:
cd /path/to/girder/plugins
git clone https://github.com/zachmullen/xtk_demo
cd xtk_demo
npm install

cd /path/to/girder
grunt
  1. enable the plugin through the Admin Console

girder-enable-xtk-plugin

  1. upload data. For example MRHead.nrrd

  2. Add XTK metadata to newly created item.

Possible value for XTK metadata are:

{"type": "volume"}
{"type": "volume2d"}
{"type": "mesh"}

Note: mesh type will not work for MRHead.nrrd

  1. Refresh the page. Et voila.

Examples

Type: volume

girder-xtk-type-volume

Type: volume2d

girder-xtk-type-volume2d

About

Demo plugin to show very basic integration of girder and XTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published