From aad80696e608c9c76ecebadc0131521257770d00 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:04:24 +0200 Subject: [PATCH] format citation info as bibtex --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a183c6..77d7e44 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,13 @@ uses the original (RGB) image despite any binarization that may have occured in ## How to cite If you find this tool useful in your work, please consider citing our paper: -``` -@article{rezanezhad2023eynollah, - title = {Document Layout Analysis with Deep Learning and Heuristics}, - author = {Rezanezhad, Vahid and Baierer, Konstantin and Gerber, Mike and Labusch, Kai and Neudecker, Clemens}, +```bibtex +@inproceedings{rezanezhad2023eynollah, + title = {Document Layout Analysis with Deep Learning and Heuristics}, + author = {Rezanezhad, Vahid and Baierer, Konstantin and Gerber, Mike and Labusch, Kai and Neudecker, Clemens}, booktitle = {Proceedings of the 7th International Workshop on Historical Document Imaging and Processing {HIP} 2023, - San José, US, August 25-26, 2023, ACM.}, - year = {2023}, - url = {https://doi.org/10.1145/3604951.3605513} + San José, US, August 25-26, 2023, ACM.}, + year = {2023}, + url = {https://doi.org/10.1145/3604951.3605513} } ``` -```