From 02f14e2d23f6c6b76a9ee6733a68b7fcae324670 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Thu, 21 Nov 2024 11:16:32 +0100 Subject: [PATCH] add citation file Signed-off-by: Michele Dolfi --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..2a7ca30e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Docling +message: 'If you use Docling, please consider citing as below.' +type: software +authors: + - name: Docling Team +identifiers: + - type: url + value: 'https://arxiv.org/abs/2408.09869' + description: 'arXiv:2408.09869' +repository-code: 'https://github.com/DS4SD/docling' +license: MIT