yousefkotp commited on
Commit
192e027
·
verified ·
1 Parent(s): c025f8a

docs: update citation to arXiv @misc format

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -274,11 +274,14 @@ This repository includes 333 task definitions in the `tasks/` directory. Each ta
274
  ## Citation
275
 
276
  ```bibtex
277
- @article{kotp2026moozy,
278
- title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
279
- author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
280
- journal = {arXiv preprint arXiv:2603.27048},
281
- year = {2026}
 
 
 
282
  }
283
  ```
284
 
 
274
  ## Citation
275
 
276
  ```bibtex
277
+ @misc{kotp2026moozypatientfirstfoundationmodel,
278
+ title={MOOZY: A Patient-First Foundation Model for Computational Pathology},
279
+ author={Yousef Kotp and Vincent Quoc-Huy Trinh and Christopher Pal and Mahdi S. Hosseini},
280
+ year={2026},
281
+ eprint={2603.27048},
282
+ archivePrefix={arXiv},
283
+ primaryClass={cs.CV},
284
+ url={https://arxiv.org/abs/2603.27048},
285
  }
286
  ```
287