ngaggion commited on
Commit
d7d81fd
·
verified ·
1 Parent(s): 46cda15

Update citation

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -258,13 +258,15 @@ if __name__ == "__main__":
258
  This model was trained following the procedure explained on:
259
 
260
  ```
261
- @misc{gaggion2022ISBI,
262
- title={Multi-center anatomical segmentation with heterogeneous labels via landmark-based models},
263
- author={Nicolás Gaggion and Maria Vakalopoulou and Diego H. Milone and Enzo Ferrante},
264
- year={2022},
265
- eprint={2211.07395},
266
- archivePrefix={arXiv},
267
- primaryClass={eess.IV}
 
 
268
  }
269
  ```
270
 
 
258
  This model was trained following the procedure explained on:
259
 
260
  ```
261
+ @INPROCEEDINGS{gaggion2022ISBI,
262
+ author={Gaggion, Nicolás and Vakalopoulou, Maria and Milone, Diego H. and Ferrante, Enzo},
263
+ booktitle={2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI)},
264
+ title={Multi-Center Anatomical Segmentation with Heterogeneous Labels Via Landmark-Based Models},
265
+ year={2023},
266
+ volume={},
267
+ number={},
268
+ pages={1-5},
269
+ doi={10.1109/ISBI53787.2023.10230691}
270
  }
271
  ```
272