From 73417d004f80953bf3731c82b5ce21b9f2f2971c Mon Sep 17 00:00:00 2001 From: Decoupes Remy <remy.decoupes@gmail.com> Date: Tue, 11 Apr 2023 15:24:35 +0200 Subject: [PATCH] citation: add release date --- CITATION.cff | 3 ++- README.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 2f3b938..374c527 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,4 +20,5 @@ authors: [ ] repository-code: "https://github.com/tetis-nlp/pratical-session-nlp-for-one-health-murdoch-mood" doi: "10.5281/zenodo.7817685" -license: "GNU GPLv3" \ No newline at end of file +license: "GNU GPLv3" +date-released: 2023-04-11 \ No newline at end of file diff --git a/README.md b/README.md index 8c3f6cf..172de0b 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,13 @@ Speakers: ## Cite this work ```latex -@software{Decoupes_Practical_Session_NLP, +@software{Decoupes_Practical_Session_NLP_2023, author = {Decoupes, Rémy and Teisseire, Maguelonne}, doi = {10.5281/zenodo.7817685}, license = {GNU GPLv3}, title = {{Practical Session NLP for One Health}}, url = {https://github.com/tetis-nlp/pratical-session-nlp-for-one-health-murdoch-mood}, - version = {1.0.0} + version = {1.0.0}, + year = {2023} } ``` \ No newline at end of file -- GitLab