From b9c025ad796aa5dcd08ba94edaf0594a277518f0 Mon Sep 17 00:00:00 2001 From: Jeff Carpenter Date: Wed, 11 Feb 2026 22:52:00 +0000 Subject: [PATCH] Add citation guide to README PiperOrigin-RevId: 868855610 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7ddd6dc..1bd08f4 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,16 @@ pull requests and report bugs. If you encounter any issues, please report them on our [GitHub Issues](https://github.com/google/parallax/issues) page. + +## Citing Parallax + +To cite Parallax please use this citation: + +```bibtex +@software{parallax2026, + title = {{Parallax}}, + author = {Carpenter, Jeff and Yan, Stella and Liu, Dangyi and others}, + year = {2026}, + url = {https://github.com/google/parallax}, +} +```