Skip to content

Commit d26250b

Browse files
committed
Fix citation formatting.
1 parent ae3aa1c commit d26250b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ npm run start
295295
<p> If you would like to cite this work, please use the following reference:</p>
296296
<CodeBlock
297297
language="bibtex"
298-
code={`@misc{davalos2025webeyetrackscalableeyetrackingbrowser,\ntitle={WEBEYETRACK: Scalable Eye-Tracking for the Browser via On-Device Few-Shot Personalization},\nauthor={Eduardo Davalos and Yike Zhang and Namrata Srivastava and Yashvitha Thatigotla and Jorge A. Salas and Sara McFadden and Sun-Joo Cho and Amanda Goodwin and Ashwin TS and Gautam Biswas},\nyear={2025},\neprint={2508.19544},\narchivePrefix={arXiv},\nprimaryClass={cs.CV},\nurl={https://arxiv.org/abs/2508.19544}}`} />
298+
code={`@misc{davalos2025webeyetrack,\n\ttitle={WEBEYETRACK: Scalable Eye-Tracking for the Browser via On-Device Few-Shot Personalization},\n\tauthor={Eduardo Davalos and Yike Zhang and Namrata Srivastava and Yashvitha Thatigotla and Jorge A. Salas and Sara McFadden and Sun-Joo Cho and Amanda Goodwin and Ashwin TS and Gautam Biswas},\n\tyear={2025},\n\teprint={2508.19544},\n\tarchivePrefix={arXiv},\n\tprimaryClass={cs.CV},\n\turl={https://arxiv.org/abs/2508.19544}\n}`} />
299299
</div>
300300
</Section>
301301

0 commit comments

Comments
 (0)