10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 10:47:42 +02:00

Enable picture and abstract for others publications

This commit is contained in:
Mickaël Véril 2021-12-01 20:10:10 +01:00
parent e8aa3011d8
commit 1fdb7facf9

View File

@ -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