@@ -40,7 +40,8 @@ <h1 class="hero-title">MOOZY</h1>
4040 </ p >
4141
4242 < div class ="link-row ">
43- < a href ="# "> 📄 Paper</ a >
43+ <!-- TODO: update Paper href to arXiv URL when paper is posted -->
44+ < a href ="https://arxiv.org/abs/XXXX.XXXXX "> 📄 Paper</ a >
4445 < a href ="https://github.com/AtlasAnalyticsLab/MOOZY "> 💻 Code</ a >
4546 < a href ="https://huggingface.co/AtlasAnalyticsLab/MOOZY "> 🤗 Model</ a >
4647 < a href ="https://pypi.org/project/moozy/ "> 📦 PyPI</ a >
@@ -359,13 +360,15 @@ <h2 class="section-heading">Embedding Quality</h2>
359360</ section >
360361
361362<!-- ============ BIBTEX ============ -->
363+ <!-- TODO: update citation with arXiv ID and journal field when paper is posted -->
362364< section class ="section section-alt ">
363365 < div class ="container " style ="max-width:700px ">
364366 < h2 class ="section-heading "> Citation</ h2 >
365- < div class ="bibtex-block "> < button class ="copy-btn "> Copy</ button > < code > @article{moozy2026,
366- title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
367- author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
368- year = {2026}
367+ < div class ="bibtex-block "> < button class ="copy-btn "> Copy</ button > < code > @article{kotp2026moozy,
368+ title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
369+ author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
370+ journal = {arXiv preprint arXiv:XXXX.XXXXX},
371+ year = {2026}
369372}</ code > </ div >
370373 </ div >
371374</ section >
0 commit comments