Skip to content

Commit dea6d56

Browse files
committed
docs: add TODO markers for arXiv paper link and update citation key
1 parent 9435b5b commit dea6d56

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ <h1 class="hero-title">MOOZY</h1>
4040
</p>
4141

4242
<div class="link-row">
43-
<a href="#">&#128196; Paper</a>
43+
<!-- TODO: update Paper href to arXiv URL when paper is posted -->
44+
<a href="https://arxiv.org/abs/XXXX.XXXXX">&#128196; Paper</a>
4445
<a href="https://github.com/AtlasAnalyticsLab/MOOZY">&#128187; Code</a>
4546
<a href="https://huggingface.co/AtlasAnalyticsLab/MOOZY">&#129303; Model</a>
4647
<a href="https://pypi.org/project/moozy/">&#128230; 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

Comments
 (0)