From 2c9ef8b46123fc95bfa18940bdf3a17cee137fe8 Mon Sep 17 00:00:00 2001
From: Frederic Bechet <frederic.bechet@lis-lab.fr>
Date: Fri, 6 May 2022 13:29:32 +0200
Subject: [PATCH] Update README.md

---
 README.md | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 6e4b552..69f24ed 100644
--- a/README.md
+++ b/README.md
@@ -24,25 +24,21 @@ Please cite this reference for any publication using the DECODA data:
 
 Frederic Bechet, Benjamin Maza, Nicolas Bigouroux, Thierry Bazillon, Marc El-Bèze, Renato De Mori, and Eric Arbillot. 2012. DECODA: a call-centre human-human spoken conversation corpus. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12), pages 1343–1347, Istanbul, Turkey. European Language Resources Association (ELRA)
 
-`
+
+<code>
 @inproceedings{bechet-etal-2012-decoda,
-    title = "{DECODA}: a call-centre human-human spoken conversation corpus",
-    author = "Bechet, Frederic  and
-      Maza, Benjamin  and
-      Bigouroux, Nicolas  and
-      Bazillon, Thierry  and
-      El-B{\`e}ze, Marc  and
-      De Mori, Renato  and
-      Arbillot, Eric",
-    booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
-    month = may,
-    year = "2012",
-    address = "Istanbul, Turkey",
-    publisher = "European Language Resources Association (ELRA)",
-    url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/684_Paper.pdf",
-    pages = "1343--1347"
+  title = "{DECODA}: a call-centre human-human spoken conversation corpus",
+  author = "Bechet, Frederic  and Maza, Benjamin  and Bigouroux, Nicolas  and Bazillon, Thierry  and El-Beze, Marc  and De Mori, Renato  and Arbillot, Eric",
+  booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
+  month = may,
+  year = "2012",
+  address = "Istanbul, Turkey",
+  publisher = "European Language Resources Association (ELRA)",
+  url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/684_Paper.pdf",
+  pages = "1343--1347"
 }
-`
+</code>
+
 ## License
 
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">DECODA Corpus</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">ANR DECODA  Ref: 2009 CORD 005 01</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://aclanthology.org/L12-1399" rel="dct:source">https://aclanthology.org/L12-1399</a>.
-- 
GitLab