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