Skip to content

Commit

Permalink
Merge pull request #1214 from thewtex/dicom-acknowledgments
Browse files Browse the repository at this point in the history
docs(dicom): add acknowledgments to package documentation
  • Loading branch information
thewtex authored Aug 29, 2024
2 parents dcd8101 + 5e7ed78 commit 4440a29
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/dicom/python/itkwasm-dicom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@ Read files and images related to DICOM file format.
```sh
pip install itkwasm-dicom
```

## Acknowledgments

`itkwasm-dicom` stands on the shoulders of the following giants:

- [ITK](https://docs.itk.org/)
- [GDCM](https://sourceforge.net/projects/gdcm/)
- [DCMTK](https://dicom.offis.de/dcmtk.php.en)
- [DCMQI](https://github.com/QIICR/dcmqi)

The versions of libraries are the following:

- [ITK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
- [GDCM (vendored in
ITK)](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
- [DCMTK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L15-L16)
- [DCMQI](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/packages/dicom/dcmtk/CMakeLists.txt#L16-L17)

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.
19 changes: 19 additions & 0 deletions packages/dicom/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,22 @@ async function readImageDicomFileSeriesNode(
| :---------------: | :--------------: | :---------------------- |
| `outputImage` | *Image* | Output image volume |
| `sortedFilenames` | *JsonCompatible* | Output sorted filenames |
## Acknowledgments
`@itk-wasm/dicom` stands on the shoulders of the following giants:
- [ITK](https://docs.itk.org/)
- [GDCM](https://sourceforge.net/projects/gdcm/)
- [DCMTK](https://dicom.offis.de/dcmtk.php.en)
- [DCMQI](https://github.com/QIICR/dcmqi)
The versions of libraries are the following:
- [ITK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
- [GDCM (vendored in
ITK)](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
- [DCMTK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L15-L16)
- [DCMQI](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/packages/dicom/dcmtk/CMakeLists.txt#L16-L17)
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 comments on commit 4440a29

Please sign in to comment.