Skip to content

Commit 29ecddd

Browse files
committed
docs: add Acknowledgments to Python online docs
Re: #1207
1 parent 6467849 commit 29ecddd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Acknowledgments
2+
3+
`itkwasm-dicom` stands on the shoulders of the following giants:
4+
5+
- [ITK](https://docs.itk.org/)
6+
- [GDCM](https://sourceforge.net/projects/gdcm/)
7+
- [DCMTK](https://dicom.offis.de/dcmtk.php.en)
8+
- [DCMQI](https://github.com/QIICR/dcmqi)
9+
10+
The versions of libraries are the following:
11+
12+
- [ITK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
13+
- [GDCM (vendored in
14+
ITK)](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L18-L19)
15+
- [DCMTK](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/itk_wasm_env.bash#L15-L16)
16+
- [DCMQI](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/packages/dicom/dcmtk/CMakeLists.txt#L16-L17)
17+
18+
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+

packages/dicom/python/itkwasm-dicom/docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@ await micropip.install('itkwasm-dicom')
3232

3333
apidocs/index.rst
3434
itkwasm docs <https://itkwasm.readthedocs.io/>
35-
```
35+
```
36+
37+
```{toctree}
38+
:hidden:
39+
:maxdepth: 3
40+
:caption: 🙏 Acknowledgements
41+
42+
acknowledgments
43+
```

0 commit comments

Comments
 (0)