" + "In " + paperObj["full venue"]; } function paperLinks (paperObj) { var links = ""; for (link in paperObj["links"]) { if (links != "") { links += ", "; } links += "" + link + ""; } if (links != "") { links = "
" + "[" + links + "]" } return links; } function paperAward (paperObj) { if (!("award" in paperObj) || !paperObj["award"]) { return ""; } return '
' + paperObj["award"] + ''; } function paperReprString (paperObj) { return "
'); document.write(paperObj["venue"]); document.write(" | "); document.write(""); document.write("" + paperObj["title"] + " "); document.write(paperAuthors(paperObj) + paperLinks(paperObj)); document.write(" | "); document.write("
'); if ("main-coauthor" in paperObj && paperObj["main-coauthor"] && paperObj["rank"].includes(": A")) { document.write("✓"); } document.write(" | "); document.write(''); document.write(index.toString() + ')'); index = index + 1; document.write(" | "); document.write(''); document.write(paperObj["rank"]); document.write(" | "); document.write(''); document.write(paperObj["venue"]); document.write(" | "); document.write(""); document.write(paperObj["authors"].map(authorHighlightAnton).join(', ') + ". "); document.write(paperObj["title"]); document.write(" | "); document.write("