From 6480389778bbe0b87f3a7cac461f22c98dd0f2a0 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 12 Feb 2021 06:08:43 -0500 Subject: [PATCH] chore: add acknowledgment of IDC (#2255) * add acknowldgment of IDC resolves #1136 * Fix typo + remove IDC ack example Co-authored-by: igoroctaviano --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11827e7e3..e31af4e0d 100644 --- a/README.md +++ b/README.md @@ -248,9 +248,6 @@ To acknowledge the OHIF Viewer in an academic publication, please cite > > _Cancer Research_, November 1 2017 (77) (21) e119-e122 DOI: > [10.1158/0008-5472.CAN-17-0334](https://www.doi.org/10.1158/0008-5472.CAN-17-0334) -> -> NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical -> Research under Task Order HHSN26100071 from NCI. **Note:** If you use or find this repository helpful, please take the time to star this repository on Github. This is an easy way for us to assess adoption @@ -261,6 +258,22 @@ Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, under a [grant to Dr. Gordon Harris at Massachusetts General Hospital (U24 CA199460)](https://projectreporter.nih.gov/project_info_description.cfm?aid=8971104). +## Projects that contributed to OHIF Viewer + +The following is a (partial) list of projects that contributed resources towards +development of OHIF Viewer: + +- [NCI Imaging Data Commons (IDC) project](https://imaging.datacommons.cancer.gov/) + supported development of new features and bug fixes marked with + ["IDC:priority"](https://github.com/OHIF/Viewers/issues?q=is%3Aissue+is%3Aopen+label%3AIDC%3Apriority), + ["IDC:candidate"](https://github.com/OHIF/Viewers/issues?q=is%3Aissue+is%3Aopen+label%3AIDC%3Acandidate) + or + ["IDC:collaboration"](https://github.com/OHIF/Viewers/issues?q=is%3Aissue+is%3Aopen+label%3AIDC%3Acollaboration). + NCI Imaging Data Commons is supported by the contract number 19X037Q from + Leidos Biomedical Research under Task Order HHSN26100071 from NCI. + [IDC Viewer](https://learn.canceridc.dev/portal/visualization) is a customized + version of the OHIF Viewer. + ## License MIT © [OHIF](https://github.com/OHIF)