From e77ed17c4c2bc2f709fec7a0f6ff18687e9034ef Mon Sep 17 00:00:00 2001 From: Yann SOULLARD <yann.soullard@univ-rouen.fr> Date: Fri, 25 Jan 2019 09:19:16 +0100 Subject: [PATCH] URL in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d870e..52b3fab 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,10 @@ CTCModel is under the terms of the GPL-3.0 licence. <code> @misc{ctcmodel, author = {Soullard, Yann and Ruffino, Cyprien and Paquet, Thierry}, -howpublished = {$\backslash$url{\{}https://arxiv.org/link}, title = {{CTCModel: Connectionist Temporal Classification in Keras}}, -year = {2018} +year = {2018}, +ee = {https://arxiv.org/abs/1901.07957}, +archivePrefix = {arXiv} } </code> ) -- GitLab