{"id":923,"date":"2025-03-14T09:29:32","date_gmt":"2025-03-14T09:29:32","guid":{"rendered":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026-archive\/?page_id=923"},"modified":"2026-03-25T10:37:18","modified_gmt":"2026-03-25T10:37:18","slug":"indicative-programme","status":"publish","type":"page","link":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/","title":{"rendered":"Program"},"content":{"rendered":"\n<p class=\"has-medium-font-size\"><\/p>\n\n\n\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Conference Agenda<\/title>\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');\n\n    \/* Reset for WordPress embedding *\/\n    .conference-schedule * {\n      box-sizing: border-box;\n    }\n\n    .conference-schedule {\n      font-family: 'Inter', system-ui, sans-serif;\n      color: #334155;\n      background: transparent;\n      margin: 0;\n      padding: 10px 0;\n      font-size: 15px;\n      line-height: 1.5;\n    }\n\n    \/* New Layout Styles *\/\n    .schedule-row {\n      display: flex;\n      margin-bottom: 20px;\n      align-items: stretch;\n      gap: 0;\n    }\n\n    .time-column {\n      flex: 0 0 90px;\n      background-color: #0d0d95; \/* Solid Purple from image *\/\n      color: white;\n      display: flex;\n      justify-content: center;\n      align-items: flex-start;\n      padding-top: 24px;\n      font-weight: 700;\n      font-size: 1.1em;\n      border-top-left-radius: 4px;\n      border-bottom-left-radius: 4px;\n    }\n\n    .session-content {\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .event-card {\n      position: relative;\n      background: #ffffff;\n      border: 1px solid #333333; \/* Dark border as requested *\/\n      border-radius: 0 4px 4px 0; \/* Square left corners often look good next to flat bars *\/\n      box-shadow: none; \/* Removed shadow *\/\n      margin-bottom: 0; \/* spacing handled by row or gap *\/\n      padding: 24px;\n      transition: all 0.2s ease;\n      height: 100%;\n    }\n\n    \/* Override previous styles *\/\n    .timeline {\n      padding-left: 0;\n      margin-left: 0;\n      border-left: none;\n    }\n    .timeline::before { display: none; }\n    .event-card:hover { transform: none; box-shadow: none; border-color: #000; }\n    .event-time {\n      display: inline-block;\n      background: #f1f5f9;\n      color: #334155;\n      font-family: 'JetBrains Mono', monospace;\n      font-weight: 600;\n      font-size: 0.85em;\n      padding: 4px 8px;\n      border-radius: 4px;\n      margin-bottom: 12px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .agenda-container {\n      max-width: 100%;\n      margin: 0 auto;\n      padding: 0 16px;\n    }\n\n    .agenda-title {\n      text-align: center;\n      font-size: 1.75em;\n      font-weight: 700;\n      color: #1e293b;\n      margin-bottom: 24px;\n      padding-top: 0;\n      padding-bottom: 0;\n      letter-spacing: -0.01em;\n      position: relative;\n    }\n\n    .agenda-title::after {\n      display: none;\n    }\n\n    .tabs {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 24px;\n      gap: 4px;\n      padding: 4px;\n      background: #f1f5f9;\n      border-radius: 8px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .tab-button {\n      background: transparent;\n      border: none;\n      padding: 8px 16px;\n      font-size: 0.9em;\n      font-weight: 500;\n      color: #64748b;\n      cursor: pointer;\n      border-radius: 6px;\n      transition: all 0.2s ease;\n      font-family: inherit;\n    }\n\n    .tab-button.active {\n      color: #0f172a;\n      background: #ffffff;\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n      font-weight: 600;\n    }\n\n    .tab-button:hover:not(.active) {\n      color: #334155;\n      background: rgba(255, 255, 255, 0.5);\n    }\n\n    .tab-content {\n      display: none;\n    }\n\n    .tab-content.active {\n      display: block;\n    }\n\n    .timeline {\n      position: relative;\n      padding-left: 20px;\n      margin-left: 0;\n      border-left: 2px solid #e2e8f0;\n    }\n\n    .timeline::before {\n      display: none; \/* Removed the old gradient line *\/\n    }\n\n    .event-card {\n      position: relative;\n      background: #ffffff;\n      border-radius: 8px;\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n      margin-bottom: 12px;\n      padding: 16px;\n      border: 1px solid #e2e8f0;\n      transition: border-color 0.2s;\n    }\n\n    \/* Remove excessive decorations *\/\n    .event-card::before,\n    .event-card::after {\n      display: none;\n    }\n\n    .event-card:last-child {\n      margin-bottom: 0;\n    }\n\n    .event-card:hover {\n      border-color: #cbd5e1;\n      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    }\n\n    .event-time {\n      display: inline-block;\n      background: #f1f5f9;\n      color: #475569;\n      font-family: 'JetBrains Mono', monospace;\n      font-weight: 500;\n      font-size: 0.85em;\n      padding: 4px 8px;\n      border-radius: 4px;\n      margin-bottom: 8px;\n      border: 1px solid #e2e8f0;\n      box-shadow: none;\n    }\n\n    .event-content {\n      flex: 1;\n    }\n\n    .event-title {\n      font-size: 1.1em;\n      font-weight: 600;\n      margin-bottom: 4px;\n      color: #0f172a;\n      line-height: 1.3;\n    }\n\n    .event-detail {\n      font-size: 0.9em;\n      color: #475569;\n      line-height: 1.5;\n      margin-top: 8px;\n    }\n\n    .event-detail em {\n      color: #64748b;\n      font-style: italic;\n      font-weight: 400;\n      background: transparent;\n      padding: 0;\n      border-radius: 0;\n      margin: 0;\n    }\n\n    .event-detail strong {\n      color: #334155;\n      font-weight: 600;\n    }\n\n    .session-format {\n      font-size: 0.85em;\n      font-weight: 400;\n      color: #64748b;\n    }\n\n    .talk-schedule {\n      margin-top: 16px;\n      background: transparent;\n      padding: 0;\n      border: none;\n      border-radius: 0;\n\n      \/* Grid Layout for Cards *\/\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n    }\n\n    .talk-item, .panel-item {\n      background: #ffffff;\n      border: 1px solid #e2e8f0;\n      border-radius: 8px;\n      padding: 16px;\n      margin-bottom: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n      height: 100%;\n    }\n\n    .talk-item:last-child, .panel-item:last-child {\n      border-bottom: 1px solid #e2e8f0;\n      padding-bottom: 16px;\n      margin-bottom: 0;\n    }\n\n    .talk-item:hover, .panel-item:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n      border-color: #cbd5e1;\n    }\n\n    .talk-time {\n      width: 100%;\n      min-width: 0;\n      font-family: 'JetBrains Mono', monospace;\n      font-size: 0.8em;\n      color: #64748b;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .talk-time::before {\n      content: '\ud83d\udd52';\n      font-size: 1.1em;\n      opacity: 0.7;\n      filter: grayscale(100%);\n    }\n\n    .talk-title {\n      flex: 1;\n      color: #1e293b;\n      font-size: 1em;\n      font-weight: 600;\n      line-height: 1.4;\n    }\n\n    .panel-role {\n      width: 100%;\n      min-width: 0;\n      color: #7c3aed; \/* Distinctive color for role *\/\n      font-weight: 700;\n      font-size: 0.85em;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 4px;\n    }\n\n    .panel-person {\n      flex: 1;\n      color: #334155;\n      font-size: 1em;\n      font-weight: 500;\n    }\n\n    \/* Special styling for break\/meal cards - minimal *\/\n    .break-card {\n      background: #f0fdf4 !important;\n      border-color: #dcfce7 !important;\n    }\n\n    .break-card::before, .break-card::after {\n      display: none !important;\n    }\n\n    .break-card .event-time {\n      background: #dcfce7;\n      color: #166534;\n      border-color: #bbf7d0;\n      box-shadow: none;\n    }\n\n    .break-card .event-title {\n      color: #166534;\n    }\n\n    \/* WordPress Penny theme compatibility *\/\n    .conference-schedule p,\n    .conference-schedule h1,\n    .conference-schedule h2,\n    .conference-schedule h3 {\n      margin: 0;\n      padding: 0;\n    }\n\n    .conference-schedule a:not(.speaker-link):not([href*=\"thelowlab\"]) {\n      color: #2563eb;\n      text-decoration: none;\n    }\n\n    .conference-schedule a:hover {\n      text-decoration: underline;\n    }\n\n    \/* Styled speaker link *\/\n    .speaker-link {\n      color: #2563eb;\n      font-weight: 600;\n      text-decoration: none;\n    }\n\n    .speaker-link:hover,\n    .speaker-link:focus {\n      color: #1d4ed8;\n      text-decoration: underline;\n    }\n\n    \/* Utility: italicize talk titles without badge styling *\/\n    .title-italic {\n      font-style: italic;\n    }\n\n    @media (max-width: 768px) {\n      .schedule-row {\n        flex-direction: column;\n      }\n      .time-column {\n        flex: 0 0 auto;\n        width: 100%;\n        padding: 10px 16px;\n        flex-direction: row;\n        justify-content: flex-start;\n        align-items: center;\n        border-radius: 4px 4px 0 0;\n      }\n      .event-card {\n        border-radius: 0 0 4px 4px;\n        border-top: none;\n      }\n      .agenda-container {\n        padding: 0 10px;\n      }\n\n      .agenda-title {\n        font-size: 1.5em;\n        margin-bottom: 20px;\n      }\n\n      .timeline {\n        padding-left: 10px;\n        border-left: none; \/* Remove line on mobile to save space *\/\n      }\n\n      .event-card {\n        padding: 12px;\n        margin-bottom: 10px;\n      }\n\n      .event-time {\n        font-size: 0.8em;\n        padding: 2px 6px;\n      }\n\n      .tabs {\n        flex-wrap: wrap;\n        gap: 4px;\n      }\n\n      .tab-button {\n        padding: 6px 12px;\n        font-size: 0.9em;\n        flex: 1 1 auto; \/* Make buttons flex but not stack purely vertical unless needed *\/\n        text-align: center;\n      }\n\n      .talk-item,\n      .panel-item {\n        flex-direction: column;\n        gap: 2px;\n      }\n\n      .talk-time,\n      .panel-role {\n        min-width: unset;\n        font-size: 0.8em;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .conference-schedule {\n        padding: 10px 0;\n      }\n\n      .agenda-title {\n        font-size: 1.4em;\n      }\n\n      .talk-schedule {\n        padding: 8px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"conference-schedule\">\n    <div class=\"agenda-container\">\n      <div class=\"agenda-title\">Conference Program<\/div>\n\n    <div class=\"tabs\">\n      <button class=\"tab-button active\" onclick=\"showTab('day1')\">11 November 2026<\/button>\n      <button class=\"tab-button\" onclick=\"showTab('day2')\">12 November 2026<\/button>\n      <button class=\"tab-button\" onclick=\"showTab('day3')\">13 November 2026<\/button>\n    <\/div>\n\n    <div id=\"day1\" class=\"tab-content active\">\n      <!-- 12:00 Registration & Coffee -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">12:00<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n            <div class=\"event-time\">12:00 \u2013 12:30<\/div>\n            <div class=\"event-title\">Registration &#038; Coffee<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 12:30 Welcome -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">12:30<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">12:30 \u2013 12:40<\/div>\n            <div class=\"event-title\">Welcome<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 12:40 Keynote -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">12:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">12:40 \u2013 13:40<\/div>\n            <div class=\"event-title\">Keynote Session \u2013 Speaker Name <\/div>\n            <div class=\"event-detail\">\n              <div style=\"display: flex; align-items: center; gap: 16px; margin-top: 8px;\">\n                <a href=\"#\" target=\"_blank\" style=\"flex-shrink: 0;\">\n                  <img decoding=\"async\" src=\"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg\" alt=\"Keynote Speaker\" style=\"width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 2px solid #667eea; cursor: pointer; transition: border-color 0.2s;\">\n                <\/a>\n                <div>\n                  <h4 style=\"margin: 0 0 8px 0; color: #667eea; font-weight: 600; font-size: 1.1em;\">Keynote presentation <\/h4>\n                  <p style=\"margin: 0 0 8px 0; line-height: 1.6; text-align: justify;\">abstract<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 13:40 Talk Session 1 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">13:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">13:40 \u2013 15:10<\/div>\n            <div class=\"event-title\">Talk Session 1 &#8211; <em class=\"session-format\">(Diamond: 20 min talk, 10 min Q&#038;A)<\/em> <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>13:40 \u2013 14:10<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 1<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>14:10 \u2013 14:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 2<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>14:30 \u2013 14:50<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 3<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>14:50 \u2013 15:10<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 4<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 15:10 Coffee -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">15:10<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">15:10 \u2013 15:30<\/div>\n            <div class=\"event-title\">\u2615 Coffee<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 15:30 Talk Session 2 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">15:30<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">15:30 \u2013 17:00<\/div>\n            <div class=\"event-title\">Talk Session 2 &#8211; <em class=\"session-format\">(Diamond: 20 min talk, 10 min Q&#038;A)<\/em> <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>15:30 \u2013 16:00<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 5<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:00 \u2013 16:20<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 6<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:20 \u2013 16:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 7<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:40 \u2013 17:00<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 8<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div id=\"day2\" class=\"tab-content\">\n      <!-- 09:00 Talk Session 4 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">09:00<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">09:00 \u2013 10:30<\/div>\n            <div class=\"event-title\">Talk Session 4 &#8211; <em class=\"session-format\">(Diamond: 20 min talk, 10 min Q&#038;A)<\/em> <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:00 \u2013 09:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 12<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:30 \u2013 09:50<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 13<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:50 \u2013 10:10<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 14<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>10:10 \u2013 10:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 15<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 10:30 Coffee -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">10:30<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">10:30 \u2013 11:20<\/div>\n            <div class=\"event-title\">\u2615 Coffee &#038; Posters<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 11:20 Talk Session 5 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">11:20<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">11:20 \u2013 12:40<\/div>\n            <div class=\"event-title\">Talk Session 5 &#8211; <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>11:20 \u2013 11:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 16<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>11:40 \u2013 12:00<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 17<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>12:20 \u2013 12:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 18<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 12:40 Lunch -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">12:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">12:40 \u2013 13:40<\/div>\n            <div class=\"event-title\">\ud83c\udf7d\ufe0f Lunch<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 13:40 Talk Session 6 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">13:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">13:40 \u2013 15:10<\/div>\n            <div class=\"event-title\">Talk Session 6 &#8211; <em class=\"session-format\">(Diamond: 20 min talk, 10 min Q&#038;A)<\/em> <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>13:40 \u2013 14:10<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 19<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>14:10 \u2013 14:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 20<\/div>\n                <\/div>\n\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>14:30 \u2013 14:50<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 21<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 15:10 Coffee & Posters -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">15:10<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">15:10 \u2013 16:00<\/div>\n            <div class=\"event-title\">\u2615 Coffee &#038; Posters<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 16:00 Talk Session 7 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">16:00<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">16:00 \u2013 17:00<\/div>\n            <div class=\"event-title\">Talk Session 7 &#8211; <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:00 \u2013 16:20<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 23<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:20 \u2013 16:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 24<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>16:40 \u2013 17:00<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 25<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 18:00 Conference Dinner -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">18:00<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">18:00 \u2013 20:00<\/div>\n            <div class=\"event-title\">\ud83c\udf7d\ufe0f Conference Dinner at St James Park<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div id=\"day3\" class=\"tab-content\">\n      <!-- 09:00 Talk Session 8 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">09:00<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">09:00 \u2013 10:30<\/div>\n            <div class=\"event-title\">Talk Session 8 &#8211; <em class=\"session-format\">(Diamond: 20 min talk, 10 min Q&#038;A)<\/em> <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:00 \u2013 09:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 27<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:30 \u2013 09:50<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 28<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>09:50 \u2013 10:10<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 29<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>10:10 \u2013 10:30<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 30<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 10:30 Coffee -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">10:30<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">10:30 \u2013 11:20<\/div>\n            <div class=\"event-title\">\u2615 Coffee &#038; Posters<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 11:20 Talk Session 9 -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">11:20<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">11:20 \u2013 12:40<\/div>\n            <div class=\"event-title\">Talk Session 9 &#8211; <em class=\"session-format\">(15 min talk, 5 min Q&#038;A)<\/em><\/div>\n            <div class=\"event-detail\">\n              <strong>Chair:<\/strong> Chair Name<br>\n              <div class=\"talk-schedule\">\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>11:20 \u2013 11:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 31<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>11:40 \u2013 12:00<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 32<\/div>\n                <\/div>\n                <div class=\"talk-item\">\n                  <div class=\"talk-time\"><strong>12:20 \u2013 12:40<\/strong><\/div>\n                  <div class=\"talk-title\">Selected Talk 33<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 12:40 Lunch -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">12:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card break-card\">\n             <div class=\"event-time\">12:40 \u2013 13:40<\/div>\n            <div class=\"event-title\">\ud83c\udf7d\ufe0f Lunch<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 13:40 Careers Panel -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">13:40<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">13:40 \u2013 15:10<\/div>\n            <div class=\"event-title\">Careers Panel<\/div>\n            <div class=\"event-detail\">\n              <strong>Lead:<\/strong> Panel Lead<br>\n\n              <div class=\"talk-schedule\">\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Academic Professor:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 1<\/strong><\/div>\n                <\/div>\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Industry Team Leader:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 2<\/strong><\/div>\n                <\/div>\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Facility Manager:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 3<\/strong><\/div>\n                <\/div>\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Beamline Scientist:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 4<\/strong><\/div>\n                <\/div>\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Research Associate:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 5<\/strong><\/div>\n                <\/div>\n                <div class=\"panel-item\">\n                  <div class=\"panel-role\"><strong>Software Engineer:<\/strong><\/div>\n                  <div class=\"panel-person\"><strong>Panelist 6<\/strong><\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 15:10 Prizes & Close -->\n      <div class=\"schedule-row\">\n        <div class=\"time-column\">15:10<\/div>\n        <div class=\"session-content\">\n          <div class=\"event-card\">\n             <div class=\"event-time\">15:10 \u2013 15:30<\/div>\n            <div class=\"event-title\">Prizes &#038; Close<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    function showTab(tabId) {\n      \/\/ Hide all tab contents\n      const tabContents = document.querySelectorAll('.tab-content');\n      tabContents.forEach(content => {\n        content.classList.remove('active');\n      });\n\n      \/\/ Remove active class from all tab buttons\n      const tabButtons = document.querySelectorAll('.tab-button');\n      tabButtons.forEach(button => {\n        button.classList.remove('active');\n      });\n\n      \/\/ Show selected tab content\n      document.getElementById(tabId).classList.add('active');\n\n      \/\/ Add active class to clicked button\n      event.target.classList.add('active');\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Conference Agenda Conference Program 11 November 2026 12 November 2026 13 November 2026 12:00 12:00 \u2013 12:30 Registration &#038; Coffee 12:30 12:30 \u2013 12:40 Welcome 12:40 12:40 \u2013 13:40 Keynote Session \u2013 Speaker Name Keynote presentation abstract 13:40 13:40 \u2013 15:10 Talk Session 1 &#8211; (Diamond: 20 min talk, 10 min Q&#038;A) (15 min talk, &hellip; <\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-923","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Program - CCP4 Northern Conference 2026<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Program - CCP4 Northern Conference 2026\" \/>\n<meta property=\"og:description\" content=\"Conference Agenda Conference Program 11 November 2026 12 November 2026 13 November 2026 12:00 12:00 \u2013 12:30 Registration &#038; Coffee 12:30 12:30 \u2013 12:40 Welcome 12:40 12:40 \u2013 13:40 Keynote Session \u2013 Speaker Name Keynote presentation abstract 13:40 13:40 \u2013 15:10 Talk Session 1 &#8211; (Diamond: 20 min talk, 10 min Q&#038;A) (15 min talk, &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/\" \/>\n<meta property=\"og:site_name\" content=\"CCP4 Northern Conference 2026\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T10:37:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/\",\"url\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/\",\"name\":\"Program - CCP4 Northern Conference 2026\",\"isPartOf\":{\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg\",\"datePublished\":\"2025-03-14T09:29:32+00:00\",\"dateModified\":\"2026-03-25T10:37:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage\",\"url\":\"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg\",\"contentUrl\":\"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/#website\",\"url\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/\",\"name\":\"CCP4 Northern Conference 2026\",\"description\":\"CCP4 Northern Conference 2025\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Program - CCP4 Northern Conference 2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/","og_locale":"en_GB","og_type":"article","og_title":"Program - CCP4 Northern Conference 2026","og_description":"Conference Agenda Conference Program 11 November 2026 12 November 2026 13 November 2026 12:00 12:00 \u2013 12:30 Registration &#038; Coffee 12:30 12:30 \u2013 12:40 Welcome 12:40 12:40 \u2013 13:40 Keynote Session \u2013 Speaker Name Keynote presentation abstract 13:40 13:40 \u2013 15:10 Talk Session 1 &#8211; (Diamond: 20 min talk, 10 min Q&#038;A) (15 min talk, &hellip;","og_url":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/","og_site_name":"CCP4 Northern Conference 2026","article_modified_time":"2026-03-25T10:37:18+00:00","og_image":[{"url":"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/","url":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/","name":"Program - CCP4 Northern Conference 2026","isPartOf":{"@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage"},"image":{"@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage"},"thumbnailUrl":"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg","datePublished":"2025-03-14T09:29:32+00:00","dateModified":"2026-03-25T10:37:18+00:00","breadcrumb":{"@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#primaryimage","url":"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg","contentUrl":"https:\/\/st3.depositphotos.com\/9998432\/13335\/v\/450\/depositphotos_133352010-stock-illustration-default-placeholder-man-and-woman.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/indicative-programme\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/"},{"@type":"ListItem","position":2,"name":"Program"}]},{"@type":"WebSite","@id":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/#website","url":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/","name":"CCP4 Northern Conference 2026","description":"CCP4 Northern Conference 2025","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/pages\/923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/comments?post=923"}],"version-history":[{"count":101,"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/pages\/923\/revisions"}],"predecessor-version":[{"id":2018,"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/pages\/923\/revisions\/2018"}],"wp:attachment":[{"href":"https:\/\/nusbf.ncl.ac.uk\/ccp4-northern-conference-2026\/wp-json\/wp\/v2\/media?parent=923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}