Skip to content

Commit 4440a29

Browse files
authored
Merge pull request #1214 from thewtex/dicom-acknowledgments
docs(dicom): add acknowledgments to package documentation
2 parents dcd8101 + 5e7ed78 commit 4440a29

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

packages/dicom/python/itkwasm-dicom/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,22 @@ Read files and images related to DICOM file format.
1212
```sh
1313
pip install itkwasm-dicom
1414
```
15+
16+
## Acknowledgments
17+
18+
`itkwasm-dicom` stands on the shoulders of the following giants:
19+
20+
- [ITK](https://docs.itk.org/)
21+
- [GDCM](https://sourceforge.net/projects/gdcm/)
22+
- [DCMTK](https://dicom.offis.de/dcmtk.php.en)
23+
- [DCMQI](https://github.com/QIICR/dcmqi)
24+
25+
The versions of libraries are the following:
26+
27+
- [ITK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
28+
- [GDCM (vendored in
29+
ITK)](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
30+
- [DCMTK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L15-L16)
31+
- [DCMQI](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/packages/dicom/dcmtk/CMakeLists.txt#L16-L17)
32+
33+
Development of this library was supported by [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov/), and has been funded in whole or in part with Federal funds from the National Cancer Institute, National Institutes of Health, under Task Order No. HHSN26110071 under Contract No. HHSN261201500003l.

packages/dicom/typescript/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,3 +569,22 @@ async function readImageDicomFileSeriesNode(
569569
| :---------------: | :--------------: | :---------------------- |
570570
| `outputImage` | *Image* | Output image volume |
571571
| `sortedFilenames` | *JsonCompatible* | Output sorted filenames |
572+
573+
## Acknowledgments
574+
575+
`@itk-wasm/dicom` stands on the shoulders of the following giants:
576+
577+
- [ITK](https://docs.itk.org/)
578+
- [GDCM](https://sourceforge.net/projects/gdcm/)
579+
- [DCMTK](https://dicom.offis.de/dcmtk.php.en)
580+
- [DCMQI](https://github.com/QIICR/dcmqi)
581+
582+
The versions of libraries are the following:
583+
584+
- [ITK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
585+
- [GDCM (vendored in
586+
ITK)](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
587+
- [DCMTK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L15-L16)
588+
- [DCMQI](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/packages/dicom/dcmtk/CMakeLists.txt#L16-L17)
589+
590+
Development of this library was supported by [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov/), and has been funded in whole or in part with Federal funds from the National Cancer Institute, National Institutes of Health, under Task Order No. HHSN26110071 under Contract No. HHSN261201500003l.

0 commit comments

Comments
 (0)