function createPubliUI(publi,sets=new Map(),toolTips=false) { const art = $("
").addClass("publi") art.className = "publi" if (sets.has(publi.DOI)) { $("

").text(sets.get(publi.DOI)).appendTo(art) } $("", { href: publi.URL, target: "_blank" }).html($("

").text(publi.title)).appendTo(art) const authors = publi.author const ulauthors = $("