Giter Site home page Giter Site logo

xnat-dashboards / xnat-dashboards Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 4.0 4.72 MB

Dashboards for XNAT

License: MIT License

Python 33.74% CSS 43.48% JavaScript 7.74% HTML 14.76% Shell 0.28%
xnat neuroscience neuroimaging flask plotly python gsoc-2020

xnat-dashboards's Introduction

main Coverage Status MIT License version

Dashboards for XNAT

Dashboards for XNAT is a framework for extensive exploration, review and monitoring of large neuroimaging datasets hosted on an XNAT instance. The project was initiated in 2020 during the Google Summer of Code program by Mohammad Asif Hashmi.

The project is now maintained by Greg Operto, Jordi Huguet and Marina Garcia Prat of the BarcelonaBeta Brain Research Center (BBRC).

The project was designed to be compatible with any generic XNAT instance. However, to date the development version includes some features that are specific to BBRC. While future work will alleviate that specificity, it is worth underlining that the project provides a framework to build tailored visualizations rather than ready-made dashboards to use off the shelf.

Built with

Prerequisite

A running XNAT instance and read access rights to it are required prior to using Dashboards for XNAT.

Installation

Installation from source is advised at this current stage of development of the project.

However, version v0.3 of Dashboards for XNAT can be installed using pip. That version was released at the end of the Google Summer of Code 2020.

pip install xnat-dashboards

Tests

Running the test suite requires the following:

  • python-nose v1.2.1+
  • coveralls

Run the tests with the following command:

nosetests xnat-dashboards/tests

Documentation

While the project has gone under a significant refactoring process over the last months and require new efforts on documentation, the original materials are still available along with a user guide and a developer guide.

xnat-dashboards's People

Contributors

hashmi-masif avatar jhuguetn avatar marinagrprat avatar xgrg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

xnat-dashboards's Issues

[`ScanTypeGraph`] Some scan types are missing

Some random scan types were missing from ScanTypeGraph, both at global and project-specific level. Those scan types missing are not excluded from the whitelist.json.

Sorting dicts by using aggregate values (ie. integers) as keys is not a good idea, since they can very well be non-unique and thus unsuited as keys. We lose graph items having the very same aggregate values (ie. scans of a given type). See below,

sd = OrderedDict(sorted({v: k for k, v in g['count'].items()}.items()))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.