From 1fdb7facf94d1ed0ec9a308c36f41635a3d1e322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Wed, 1 Dec 2021 20:10:10 +0100 Subject: [PATCH] Enable picture and abstract for others publications --- content/references.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references.html b/content/references.html index 41528729..6e6467cc 100644 --- a/content/references.html +++ b/content/references.html @@ -56,7 +56,7 @@ draft: false const uoopublis = await PubliData.loadManyAsync(odois) const opublis = uoopublis.sort((puba, pubb) => pubUtils.parseDate(pubUtils.bestDate(puba).dateInfo) - pubUtils.parseDate(pubUtils.bestDate(pubb).dateInfo)) for (const publi of opublis) { - const art = await createPubliUI(publi, true, !myDB.others.includes(publi.DOI)) + const art = await createPubliUI(publi, true, true) $(art).appendTo("#publis_other") } const rdois = myDB.reviews