").addClass("authors-list").appendTo(art)
for (const author of authors) {
const liauth = $("").addClass("author-item")
const spanAuth = $("").text(String.raw`${author.given} ${author.family}`).appendTo(liauth)
if (author.sequence === "first") {
$(spanAuth).after($("").text("*"))
}
var notifycontent = $("").addClass("author-info")
$("").text(String.raw`${author.given} ${author.family}`).appendTo(notifycontent)
ulaff = $("
").addClass("affiliation-list").appendTo(notifycontent)
for (const a of author.affiliation) {
$("").text(a.name).appendTo(ulaff)
}
if (author["authenticated-orcid"]) {
const html = String.raw`