Difference between revisions of "2010 Winter Project Week xnatfs"
From NAMIC Wiki
Johnpaulett (talk | contribs) (Created page with '__NOTOC__ <gallery> Image:PW-SLC2010.png|Projects List Image:genuFAp.jpg|... Image:genuFA.jpg|... </gallery> ==Key Investigators== * Dan Bl…') |
Johnpaulett (talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | ... | + | Integrate Dan's work on [http://code.google.com/p/xnatfs/ xnatfs], a Webdav server for XNAT's [http://nrg.wikispaces.com/XNAT+REST+API REST API], into the the core XNAT distribution. |
</div> | </div> | ||
Line 23: | Line 23: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | .. | + | Consolidation of current capabilities into a polished version that can be distributed as a core (though experimental) component of the impending XNAT 1.4 release. |
− | |||
</div> | </div> | ||
Line 30: | Line 29: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | . | + | xnatfs currently models the REST API as a Webdav filesystem and provides access to search results within this filesystem. |
+ | |||
+ | We have successfully embedded xnatfs inside a standard XNAT installation. | ||
+ | We [http://code.google.com/p/xnatfs/wiki/ToDosAndNiceToHave identified] and started working on usability and performance aspects. | ||
</div> | </div> | ||
</div> | </div> | ||
Line 37: | Line 39: | ||
<div style="width: 97%; float: left;"> | <div style="width: 97%; float: left;"> | ||
− | http://code.google.com/p/xnatfs/ | + | Project Page: http://code.google.com/p/xnatfs/ |
− | hg clone https://xnatfs.googlecode.com/hg/ xnatfs | + | Source code: |
+ | <pre>hg clone https://xnatfs.googlecode.com/hg/ xnatfs</pre> | ||
</div> | </div> |
Latest revision as of 15:58, 8 January 2010
Home < 2010 Winter Project Week xnatfsKey Investigators
- Dan Blezek
- John Paulett
- Tim Olsen
- Dan Marcus
Objective
Integrate Dan's work on xnatfs, a Webdav server for XNAT's REST API, into the the core XNAT distribution.
Approach, Plan
Consolidation of current capabilities into a polished version that can be distributed as a core (though experimental) component of the impending XNAT 1.4 release.
Progress
xnatfs currently models the REST API as a Webdav filesystem and provides access to search results within this filesystem.
We have successfully embedded xnatfs inside a standard XNAT installation.
We identified and started working on usability and performance aspects.
Project Page: http://code.google.com/p/xnatfs/
Source code:
hg clone https://xnatfs.googlecode.com/hg/ xnatfs