• About Me
  • Research
  • Talks and Media
  • Blog on Data
  • Projects
    • Water Integrity Risk Index (WIRI)
    • Data Viz Book
    • Fintech Sandboxes (FIRSA)
    • easytable (R package)
    • AI, Work, and Gender
  • Substack
<% function authorText(author) { if (!author) return ""; if (typeof author === "string") return author; if (Array.isArray(author)) { return author.map(a => { if (typeof a === "string") return a; if (a && typeof a === "object" && a.name) return a.name; return ""; }).filter(Boolean).join(", "); } if (typeof author === "object" && author.name) return author.name; return String(author); } %>
<% for (const item of items) { %>
> <% if (item.image) { %>
<%- item['image-alt'] || item.title || '' %>
<% } %>

<%= item.title %>

<% if (item.subtitle) { %>
<%= item.subtitle %>
<% } %> <% if (item.categories && item.categories.length) { %>
<% for (const cat of item.categories) { %> <%= cat %> <% } %>
<% } %> <% if (item.description) { %>
<%= item.description %>
<% } %>
<% if (item.date) { %>
<%= item.date %>
<% } %> <% if (item.author) { %>
<%= authorText(item.author) %>
<% } %> <% if (item.recording || item["external-link"]) { %>
<% if (item.recording) { %> Watch recording <% } %> <% if (item["external-link"]) { %> External link <% } %>
<% } %>
<% } %>
  • © 2026 - Alfredo Hernández Sánchez - CC BY-NC 4.0 License

Powered by: Logo