-
{recentNews.map((n, i) =>
-
{recentPubs.map((pub, i) => (
// HomeView — landing page: About, Recent News, Recent Publications. const HV = window.WINTELAcademicDesignSystem_045d4f; // A Recent-Publications row: title, authors, then a journal tag right after // the author list. No status pill. function RecentPub({ pub }) { const owner = (pub.a || []).find((x) => x.owner); const ownerName = owner ? owner.name : 'A. Celik'; const authors = (pub.a || []).map((x) => x.name); const VenueTag = window.VenueTag; const venueTag = window.venueTag; const info = venueTag ? venueTag(pub) : { short: pub.v, full: pub.v }; const TopicTag = window.TopicTag; const topics = window.topicsFor ? window.topicsFor(pub) : []; return (