You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the OSIPI DCE Challenge as the initial realistic workflow for dashboard development:
Select the OSIPI DCE Challenge use case.
Show dataset/paper/source metadata.
Let the user point the dashboard to a local copy of the data.
Generate or edit the OSIPY YAML/configuration.
Validate the configuration.
Run or mock-run the OSIPY workflow.
Inspect outputs, especially Ktrans maps and optionally scoring results.
The challenge repository is public and contains useful material for development:
ChallengeDICOMData/
additionalDROData/
Scoring/challengeScoring.py
Scoring/Masks/
OSIPI_DCE_Challenge_Guidelines.pdf
expected maps/arrays such as Ktrans, vp, kep, AIF, and R10
The GitHub repo is large, around 2.3 GB. For dashboard development we should probably avoid making the dashboard depend on large binary data stored directly in GitHub.
Recommended data-location pattern:
keep code, metadata, manifests, small examples, and documentation in GitHub;
use OSF/TCIA/Zenodo or another citable data repository as the canonical data source for large data;
have the dashboard work with a locally downloaded copy of the data;
include a small fixture/demo path for fast UI development.
Dashboard implementation direction
Add a first Use case / dataset selection card for the OSIPI DCE Challenge.
Initial UI fields could include:
use case name;
modality: DCE-MRI;
source links: paper, GitHub, OSF(Open Science Framework)/TCIA(The Cancer Imaging Archive) if applicable;
Context
Suggestion to use the OSIPI DCE challenge dataset as the first realistic data example for developing the OSIPY dashboard.
Relevant links
Proposed first dashboard use case
Use the OSIPI DCE Challenge as the initial realistic workflow for dashboard development:
Ktransmaps and optionally scoring results.The challenge repository is public and contains useful material for development:
ChallengeDICOMData/additionalDROData/Scoring/challengeScoring.pyScoring/Masks/OSIPI_DCE_Challenge_Guidelines.pdfKtrans,vp,kep,AIF, andR10The GitHub repo is large, around 2.3 GB. For dashboard development we should probably avoid making the dashboard depend on large binary data stored directly in GitHub.
Recommended data-location pattern:
Dashboard implementation direction
Add a first Use case / dataset selection card for the OSIPI DCE Challenge.
Initial UI fields could include:
Ktrans,vp,kep, scoring outputs;First flow:
Acceptance criteria
Ktransmap inspection, scoring, or a step-by-step combination.