yousefkotp commited on
Commit
c025f8a
·
verified ·
1 Parent(s): 3647e24

docs: update arXiv link (2603.27048)

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -171,10 +171,9 @@ model-index:
171
 
172
  # MOOZY: A Patient-First Foundation Model for Computational Pathology
173
 
174
- <!-- TODO: update arXiv URL when paper is posted -->
175
  <p align="center">
176
  <a href="https://atlasanalyticslab.github.io/MOOZY/"><img src="https://img.shields.io/badge/Project-Page-4285F4?logo=googlechrome&logoColor=white" alt="Project Page"></a>
177
- <a href="https://arxiv.org/abs/XXXX.XXXXX"><img src="https://img.shields.io/badge/arXiv-XXXX.XXXXX-B31B1B?logo=arxiv" alt="arXiv"></a>
178
  <a href="https://github.com/AtlasAnalyticsLab/MOOZY"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a>
179
  <!-- TODO: update PyPI badge once first version is published -->
180
  <a href="https://pypi.org/project/moozy/"><img src="https://img.shields.io/pypi/v/moozy?logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
@@ -274,12 +273,11 @@ This repository includes 333 task definitions in the `tasks/` directory. Each ta
274
 
275
  ## Citation
276
 
277
- <!-- TODO: update arXiv ID when paper is posted -->
278
  ```bibtex
279
  @article{kotp2026moozy,
280
  title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
281
  author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
282
- journal = {arXiv preprint arXiv:XXXX.XXXXX},
283
  year = {2026}
284
  }
285
  ```
 
171
 
172
  # MOOZY: A Patient-First Foundation Model for Computational Pathology
173
 
 
174
  <p align="center">
175
  <a href="https://atlasanalyticslab.github.io/MOOZY/"><img src="https://img.shields.io/badge/Project-Page-4285F4?logo=googlechrome&logoColor=white" alt="Project Page"></a>
176
+ <a href="https://arxiv.org/abs/2603.27048"><img src="https://img.shields.io/badge/arXiv-2603.27048-B31B1B?logo=arxiv" alt="arXiv"></a>
177
  <a href="https://github.com/AtlasAnalyticsLab/MOOZY"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a>
178
  <!-- TODO: update PyPI badge once first version is published -->
179
  <a href="https://pypi.org/project/moozy/"><img src="https://img.shields.io/pypi/v/moozy?logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
 
273
 
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
  ```