From 7a6d9abd8b234d912ba5aeeea8831168306277e4 Mon Sep 17 00:00:00 2001 From: fattori_g Date: Wed, 25 Jun 2025 00:09:20 +0200 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index d229c0d..a48e2c4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,34 @@ In addition to DRT generation, the framework extends [ITKTwoProjectionRegistrati Work in progress — requirements and example code to be added. +## Citation + +If you use this code or method in your research, please cite the following paper: + +> **Giovanni Fattori, Riccardo Via, et al.** +> *Topogram and 3DCT geometry calibration for image-guided proton therapy with in-room CT-on-rails* +> *Physics and Imaging in Radiation Oncology*, 2025. +> [https://doi.org/10.1016/j.phro.2025.100799](https://doi.org/10.1016/j.phro.2025.100799) + +
+BibTeX + +```bibtex +@article{Fattori2025, + author = {Giovanni Fattori and Riccardo Via and others}, + title = {Topogram and 3DCT geometry calibration for image-guided proton therapy with in-room CT-on-rails}, + journal = {Physics and Imaging in Radiation Oncology}, + year = {2025}, + doi = {10.1016/j.phro.2025.100799} +} +``` + +
+ +## Requirements + +Work in progress — requirements and example code to be added. + ## Contributors - Giovanni Fattori