From 9315c6774033794f0442217952deda0922ad5c44 Mon Sep 17 00:00:00 2001 From: ppaanngggg Date: Mon, 8 Apr 2024 15:38:27 +0800 Subject: [PATCH] Update CITATION.cff --- CITATION.cff | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c442cf9..7012634 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,9 @@ -@software{hantian_layoutreader_Software_2024, - author = {Hantian Pang}, - title = {Faster LayoutReader based on LayoutLMv3}, - url = {https://github.com/ppaanngggg/layoutreader}, - version = {1.0.0}, - date = {2024-02-28}, -} \ No newline at end of file +cff-version: 1.2.0 +message: "If this model helps you, please cite it." +authors: +- family-names: "Pang" + given-names: "Hantian" +title: "Faster LayoutReader based on LayoutLMv3" +version: 1.0.0 +date-released: 2024-02-28 +url: "https://github.com/ppaanngggg/layoutreader"