From e41792573c1cb38f763bc8a0cba10d2553fbfc14 Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Tue, 30 Nov 2021 10:55:18 +0100
Subject: [PATCH] reorganizes sidebar links

---
 publish.sh   | 2 +-
 site/en.adoc | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/publish.sh b/publish.sh
index 41d5a26..62119a6 100755
--- a/publish.sh
+++ b/publish.sh
@@ -20,7 +20,7 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages
 
 #   link to corpus exploration interface in sidebar
 
-sed -i -e '520 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a></li>' site/en.html
+sed -i -e '517 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a></li>' site/en.html
 
 # read-section
 
diff --git a/site/en.adoc b/site/en.adoc
index 13a84e5..8fbefaa 100644
--- a/site/en.adoc
+++ b/site/en.adoc
@@ -33,8 +33,10 @@ To that end, we will apply natural language processing and document representati
 
 The huge orthographic variety of Alsatian presents specific challenges for Natural Language Processing (*NLP*), as is the case for any *low-resource language*. These challenges highlight needs which are only partially addressed by existing text analysis tools, mainly geared towards majority languages. The project will exploit and contribute to the resources created by the link:http://restaure.unistra.fr/[RESTAURE^] project, on NLP for France's regional languages.
 
+
 == Outputs
 
+[discrete]
 === Publications and contributions to conferences
 
 * Pablo Ruiz, Carole Werner, Delphine Bernhard, Pascale Erhart, Dominique Huck. (2021). MeThAL : Ressources numériques pour une relecture du théâtre en alsacien. Poster presented at _10 ans avec CAHIER : Des corpus d'auteurs pour les humanités numériques à leur exploitation numérique_, June 2021, Bordeaux, France. link:https://doi.org/10.5281/zenodo.4908212[⟨10.5281/zenodo.4908212⟩,role=external,window=_blank]. ⟨hal-03255403⟩
-- 
GitLab