use techreport bibtex type

Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
Michele Dolfi 2024-08-20 10:59:30 +02:00 committed by GitHub
parent 4f40a84809
commit f48ec7aae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
}
```