From b1f8de5f96cdbb1ea2ab125cfd1ee1764e25c150 Mon Sep 17 00:00:00 2001 From: Zixuan Pan Date: Sun, 9 Nov 2025 23:43:05 -0600 Subject: [PATCH] update citation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8538de9..9ae1b74 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,17 @@ bash train.sh ``` The script will load the pre-trained model and perform evaluation on the test set, saving results and logs as configured. +## Cite +If you find this repository useful, please use the following BibTeX entry for citation. +``` +@article{pan2025autoqc, + title={AutoQC-Bench: a diffusion model and benchmark for automatic quality control in high-throughput microscopy}, + author={Pan, Zixuan and Sonneck, Justin and Nagel, Dennis and Hasenberg, Anja and Gunzer, Matthias and Shi, Yiyu and Chen, Jianxu}, + journal={npj Imaging}, + volume={3}, + number={1}, + pages={57}, + year={2025}, + publisher={Nature Publishing Group UK London} +} +``` \ No newline at end of file