georgeyiasemis commited on
Commit
912fe05
·
verified ·
1 Parent(s): 855c92e

Add DIRECT JOSS citation to model card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -81,6 +81,26 @@ The first argument is the **prediction output directory**.
81
 
82
  ## Citation
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  ```bibtex
85
  @inproceedings{moriakov2026modconv,
86
  title={Conditional Learned Reconstruction for Medical Imaging},
 
81
 
82
  ## Citation
83
 
84
+ If you use these models or [DIRECT](https://github.com/NKI-AI/direct), please cite the DIRECT toolkit and the method paper(s) below.
85
+
86
+ ### DIRECT
87
+
88
+ ```bibtex
89
+ @article{DIRECTTOOLKIT,
90
+ title={DIRECT: Deep Image REConstruction Toolkit},
91
+ author={Yiasemis, George and Moriakov, Nikita and Karkalousos, Dimitrios and Caan, Matthan and Teuwen, Jonas},
92
+ journal={Journal of Open Source Software},
93
+ volume={7},
94
+ number={73},
95
+ pages={4278},
96
+ year={2022},
97
+ doi={10.21105/joss.04278},
98
+ url={https://doi.org/10.21105/joss.04278}
99
+ }
100
+ ```
101
+
102
+ ### Method
103
+
104
  ```bibtex
105
  @inproceedings{moriakov2026modconv,
106
  title={Conditional Learned Reconstruction for Medical Imaging},