diff --git a/publications.html b/publications.html index 1997cb6..195bc2c 100644 --- a/publications.html +++ b/publications.html @@ -44,6 +44,7 @@
+

pink square Sébastien Puma Emmanuel Sander Matthieu Saumard Isabelle Barbet Aurélien Latouche. Reconsidering conceptual knowledge: Heterogeneity of its components. Journal of Experimental Child Psychology, 2023, 227, pp.105587. diff --git a/src/js/index/index.js b/src/js/index/index.js index 6248fd6..ff7ed2c 100644 --- a/src/js/index/index.js +++ b/src/js/index/index.js @@ -27,7 +27,7 @@ function displayWord() { setTimeout(() => { wordElement.classList.add('show'); - }, 100); + }, 1000); }); } diff --git a/src/js/publication/publicaton.js b/src/js/publication/publicaton.js deleted file mode 100644 index e69de29..0000000