Skip to content

Commit 56d2389

Browse files
committed
[ADD] Zenodo Documentation
1 parent 583dbb1 commit 56d2389

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,33 @@ Below are the key functionalities encapsulated within the pipeline:
2525

2626
Encompassing these modules, the data pipeline provides a robust framework for effectively managing medical imaging data. Whether it involves anonymizing patient information, encrypting identifiers, extracting metadata, or processing imaging data, the pipeline offers a versatile solution tailored to meet the intricate [demands of medical and biomedical imaging](https://medium.com/oppr/medical-imaging-downloader-for-cornerstonejs-and-orthanc-d08c3a508d9b) workflows ([10.1007/s10278-021-00522-6](https://doi.org/10.1007/s10278-021-00522-6)). With its modular architecture, the pipeline facilitates seamless integration into existing healthcare systems and can be customized to accommodate specific use cases and requirements.
2727

28+
## Citing
29+
30+
We kindly ask **scientific works and studies** that make use of the repository to cite it in their associated publications. Similarly, we ask **open-source** and **closed-source** works that make use of the repository to warn us about this use.
31+
32+
You can cite our work using the following BibTeX entry:
33+
34+
```
35+
@software{calisto_2026_19439016,
36+
author = {Calisto, Francisco Maria},
37+
title = {Data Pipeline for Multimodal Breast Imaging
38+
Analysis
39+
},
40+
month = apr,
41+
year = 2026,
42+
publisher = {Zenodo},
43+
version = {v0.6.1-beta},
44+
doi = {10.5281/zenodo.19439016},
45+
url = {https://doi.org/10.5281/zenodo.19439016},
46+
swhid = {swh:1:dir:803095e3225db9dbc64a3a80c223a8a7a0e91435
47+
;origin=https://doi.org/10.5281/zenodo.19438921;vi
48+
sit=swh:1:snp:93e1bb01a4af033581d565ec1af3aed2d95f
49+
40e0;anchor=swh:1:rel:b064c2f70cfe1900bc48aed79602
50+
82c281a8cbb6;path=MIMBCD-UI-data-pipeline-10cb0b1
51+
},
52+
}
53+
```
54+
2855
## Modules
2956

3057
- `identifier.py`: This script processes DICOM files in the "checking" folder by extracting the SOP Instance UID and comparing it to files in the "raw" folder. If a match is found, it renames the file with the corresponding Anonymized Patient ID and moves it to the "identified" folder.

0 commit comments

Comments
 (0)