Difference between revisions of "2016 Winter Project Week/Projects/Workflows"

From NAMIC Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
==Key Investigators==
 
==Key Investigators==
<!-- Add a bulleted list of investigators and their institutions here -->
+
* Raúl San José
 +
* Jorge Onieva
  
 
==Project Description==
 
==Project Description==
Line 13: Line 14:
 
! style="text-align: left; width:27%" |      Objective
 
! style="text-align: left; width:27%" |      Objective
 
<!-- Add a bulleted list of key points -->
 
<!-- Add a bulleted list of key points -->
*  
+
* Implement a reusable mechanism to work with workflows in Slicer that navigate between different modules
 +
* Implement an easily extensible and customizable GUI
  
 
! style="text-align: left; width:27%" |      Approach, Plan
 
! style="text-align: left; width:27%" |      Approach, Plan
 
<!-- Add a bulleted list of key points -->
 
<!-- Add a bulleted list of key points -->
*  
+
* Discuss what would be the best approach from a GUI point of view
 +
* Implement an abstract module class that other modules could instantiate to implement a custom workflow
 +
* Discuss what would be the best way of persisting the state of the workflow (see [[2016_Winter_Project_Week/Projects/Data_Persisting|Data Persisting]] project)
  
 
! style="text-align: left; width:27%" |      Progress
 
! style="text-align: left; width:27%" |      Progress

Revision as of 15:59, 21 December 2015

Home < 2016 Winter Project Week < Projects < Workflows

Key Investigators

  • Raúl San José
  • Jorge Onieva

Project Description

Objective
  • Implement a reusable mechanism to work with workflows in Slicer that navigate between different modules
  • Implement an easily extensible and customizable GUI
Approach, Plan
  • Discuss what would be the best approach from a GUI point of view
  • Implement an abstract module class that other modules could instantiate to implement a custom workflow
  • Discuss what would be the best way of persisting the state of the workflow (see Data Persisting project)
Progress

Background and References