-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ff0e74
commit 68c6794
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it as below. | ||
title: ChRIS User Interface | ||
version: 2.0.0 | ||
date-released: 2024-11-04 | ||
repository-code: https://github.com/FNNDSC/ChRIS_ui | ||
license: MIT | ||
type: software | ||
authors: | ||
- family-names: Gideon | ||
given-names: Pinto | ||
- family-names: Zhang | ||
given-names: Jennings | ||
orcid: https://orcid.org/0000-0001-6473-3316 | ||
- family-names: Pienaar | ||
given-names: Rudolph | ||
orcid: https://orcid.org/0000-0002-8684-3185 | ||
keywords: | ||
- ChRIS | ||
- web-based user interface | ||
- medical imaging | ||
- DICOM | ||
- PACS | ||
abstract: | | ||
ChRIS_ui is the reference user interface for the ChRIS project. This interface is a web-based | ||
and communicates with the core underlying backend (CUBE) to provide a full and rich interface | ||
experience, including an internal filesystem browser, many built-in image file type rendering | ||
support, management of computational workflows, sharing of data and results, and much more. | ||
references: | ||
- type: software | ||
title: "ChRIS Backend" | ||
url: "https://github.com/FNNDSC/ChRIS_ultron_backEnd" |