From f48ec7aae3fc75742421b7d9c3132becf6f1e675 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:59:30 +0200 Subject: [PATCH] use techreport bibtex type Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 75c58b4d..12c7dc91 100644 --- a/README.md +++ b/README.md @@ -135,15 +135,15 @@ Please read [Contributing to Docling](https://github.com/DS4SD/docling/blob/main If you use Docling in your projects, please consider citing the following: ```bib -@software{Docling, -author = {Deep Search Team}, -month = {8}, -title = {{Docling Technical Report}}, -url={https://arxiv.org/abs/2408.09869}, -eprint={2408.09869}, -doi = "10.48550/arXiv.2408.09869", -version = {1.0.0}, -year = {2024} +@techreport{Docling, + author = {Deep Search Team}, + month = {8}, + title = {{Docling Technical Report}}, + url={https://arxiv.org/abs/2408.09869}, + eprint={2408.09869}, + doi = "10.48550/arXiv.2408.09869", + version = {1.0.0}, + year = {2024} } ```