{"id":319,"date":"2026-05-05T13:50:02","date_gmt":"2026-05-05T13:50:02","guid":{"rendered":"https:\/\/nia.ucd.ie\/?page_id=319"},"modified":"2026-05-05T13:50:04","modified_gmt":"2026-05-05T13:50:04","slug":"nia-conferences","status":"publish","type":"page","link":"https:\/\/nia.ucd.ie\/?page_id=319","title":{"rendered":"NIA Conferences"},"content":{"rendered":"\n\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 Timeline 2026<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', system-ui, sans-serif;\n        }\n\n        body {\n            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n            color: #e2e8f0;\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n\n        .table-container {\n            width: 100%;\n            max-width: 1400px;\n            background: rgba(30, 41, 59, 0.8);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 30px;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);\n            border: 1px solid rgba(100, 116, 139, 0.3);\n            overflow: hidden;\n        }\n\n        .table-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 2px solid rgba(94, 234, 212, 0.3);\n        }\n\n        .table-header h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            background: linear-gradient(90deg, #5eead4, #38bdf8);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .table-header h1 i {\n            font-size: 2.2rem;\n        }\n\n        .table-header p {\n            color: #94a3b8;\n            font-size: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 15px;\n            border: 1px solid rgba(100, 116, 139, 0.2);\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 1200px;\n        }\n\n        thead {\n            background: linear-gradient(90deg, #0f766e, #0369a1);\n            color: white;\n        }\n\n        th {\n            padding: 22px 18px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.05rem;\n            letter-spacing: 0.5px;\n            border-right: 1px solid rgba(255, 255, 255, 0.1);\n            position: relative;\n        }\n\n        th:last-child {\n            border-right: none;\n        }\n\n        th i {\n            margin-right: 10px;\n            font-size: 1.1rem;\n        }\n\n        tbody tr {\n            border-bottom: 1px solid rgba(100, 116, 139, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        tbody tr:hover {\n            background: rgba(56, 189, 248, 0.08);\n            transform: translateY(-2px);\n        }\n\n        td {\n            padding: 20px 18px;\n            border-right: 1px solid rgba(100, 116, 139, 0.1);\n        }\n\n        td:last-child {\n            border-right: none;\n        }\n\n        .conference-name {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #5eead4;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .conference-name i {\n            color: #38bdf8;\n            font-size: 1.2rem;\n        }\n\n        .location {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            color: #cbd5e1;\n        }\n\n        .location i {\n            color: #f87171;\n        }\n\n        .date-cell {\n            position: relative;\n            padding-left: 28px;\n        }\n\n        .date-cell i {\n            position: absolute;\n            left: 0;\n            top: 22px;\n            color: #fbbf24;\n        }\n\n        .deadline {\n            font-weight: 600;\n            color: #fef3c7;\n        }\n\n        .deadline.firm {\n            background: rgba(220, 38, 38, 0.15);\n            padding: 4px 10px;\n            border-radius: 20px;\n            display: inline-block;\n            font-size: 0.9rem;\n        }\n\n        .deadline.extended {\n            background: rgba(245, 158, 11, 0.15);\n            padding: 4px 10px;\n            border-radius: 20px;\n            display: inline-block;\n            font-size: 0.9rem;\n        }\n\n        .deadline.new {\n            background: rgba(34, 197, 94, 0.15);\n            padding: 4px 10px;\n            border-radius: 20px;\n            display: inline-block;\n            font-size: 0.9rem;\n        }\n\n        .results {\n            line-height: 1.6;\n        }\n\n        .notification {\n            color: #86efac;\n            font-weight: 500;\n        }\n\n        .camera-ready {\n            color: #fca5a5;\n            font-size: 0.95rem;\n        }\n\n        .conference-dates {\n            font-weight: 700;\n            color: #a78bfa;\n            font-size: 1.05rem;\n        }\n\n        .footer-note {\n            margin-top: 25px;\n            text-align: center;\n            color: #94a3b8;\n            font-size: 0.9rem;\n            padding-top: 15px;\n            border-top: 1px solid rgba(100, 116, 139, 0.2);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 10px;\n        }\n\n        @media (max-width: 1400px) {\n            .table-container {\n                padding: 20px;\n            }\n            \n            th, td {\n                padding: 18px 15px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .table-header {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 15px;\n            }\n            \n            .table-header h1 {\n                font-size: 2rem;\n            }\n            \n            body {\n                padding: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"table-container\">\n        <div class=\"table-header\">\n            <h1><i class=\"fas fa-calendar-alt\"><\/i> 2026 Conference Timeline<\/h1>\n            <p><i class=\"fas fa-info-circle\"><\/i> All dates are subject to change<\/p>\n        <\/div>\n        \n        <div class=\"table-wrapper\">\n            <table>\n                <thead>\n                    <tr>\n                        <th><i class=\"fas fa-microphone\"><\/i> Conference<\/th>\n                        <th><i class=\"fas fa-map-marker-alt\"><\/i> Location<\/th>\n                        <th><i class=\"fas fa-paper-plane\"><\/i> Main Track Deadline<\/th>\n                        <th><i class=\"fas fa-chalkboard-teacher\"><\/i> Workshop Deadline<\/th>\n                        <th><i class=\"fas fa-bell\"><\/i> Results &#038; Notification<\/th>\n                        <th><i class=\"fas fa-calendar-day\"><\/i> Conference Dates<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-satellite-dish\"><\/i> IEEE ICC 2026<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> Glasgow, Scotland, UK<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline firm\">10 Nov 2025 (firm)<\/span><\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline firm\">31 Jan 2026 (firm)<\/span><\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Acceptance: 19 Jan 2026<\/div>\n                            <div class=\"camera-ready\">Camera ready: 13 Feb 2026<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">24\u201328 May 2026<\/div><\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-wifi\"><\/i> IEEE WCNC 2026<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> Kuala Lumpur, Malaysia<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-minus\"><\/i> Not available<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline firm\">12 Jan 2026 (final)<\/span><\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Acceptance: 11 Jan 2026<\/div>\n                            <div class=\"camera-ready\">Camera ready: 07 Feb 2026<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">13\u201316 Apr 2026<\/div><\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-network-wired\"><\/i> IEEE CCNC 2026<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> Las Vegas, NV, USA<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> 01 Jul 2025<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-minus\"><\/i> Not available<\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Notification: 31 Jul 2025<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">09\u201312 Jan 2026<\/div><\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-tower-cell\"><\/i> EuCNC &#038; 6G Summit 2026<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> M\u00e1laga, Spain<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline new\">06 Feb 2026 (new)<\/span><\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline new\">06 Feb 2026 (new)<\/span><\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Not available<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">02\u201305 Jun 2026<\/div><\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-cloud\"><\/i> IEEE NetSoft 2026<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> Berlin, Germany<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> 12 Jan 2026<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-minus\"><\/i> Not available<\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Notification: 23 Mar 2026<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">From 29 Jun 2026<\/div><\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td><div class=\"conference-name\"><i class=\"fas fa-car\"><\/i> IEEE VTC 2026 Spring<\/div><\/td>\n                        <td><div class=\"location\"><i class=\"fas fa-flag\"><\/i> Nice, France<\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline extended\">04 Jan 2026 (extended)<\/span><\/div><\/td>\n                        <td><div class=\"date-cell\"><i class=\"far fa-calendar-check\"><\/i> <span class=\"deadline extended\">08 Feb 2026 (extended)<\/span><\/div><\/td>\n                        <td><div class=\"results\">\n                            <div class=\"notification\">Notification: 28 Feb 2026<\/div>\n                            <div class=\"camera-ready\">Final submission: 29 Mar 2026<\/div>\n                        <\/div><\/td>\n                        <td><div class=\"conference-dates\">09\u201312 Jun 2026<\/div><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        \n        <div class=\"footer-note\">\n            <i class=\"fas fa-exclamation-circle\"><\/i>\n            <span>Please verify deadlines on official conference websites as dates may change<\/span>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Conference Timeline 2026 2026 Conference Timeline All dates are subject to change Conference Location Main Track Deadline Workshop Deadline Results &#038; Notification Conference Dates IEEE ICC 2026 Glasgow, Scotland, UK 10 Nov 2025 (firm) 31 Jan 2026 (firm) Acceptance: 19 Jan 2026 Camera ready: 13 Feb 2026 24\u201328 May 2026 IEEE WCNC 2026 Kuala Lumpur, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-319","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NIA Conferences - Network Inteligence and Automation Lab<\/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:\/\/nia.ucd.ie\/?page_id=319\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NIA Conferences - Network Inteligence and Automation Lab\" \/>\n<meta property=\"og:description\" content=\"Conference Timeline 2026 2026 Conference Timeline All dates are subject to change Conference Location Main Track Deadline Workshop Deadline Results &#038; Notification Conference Dates IEEE ICC 2026 Glasgow, Scotland, UK 10 Nov 2025 (firm) 31 Jan 2026 (firm) Acceptance: 19 Jan 2026 Camera ready: 13 Feb 2026 24\u201328 May 2026 IEEE WCNC 2026 Kuala Lumpur, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nia.ucd.ie\/?page_id=319\" \/>\n<meta property=\"og:site_name\" content=\"Network Inteligence and Automation Lab\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T13:50:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/?page_id=319\",\"url\":\"https:\\\/\\\/nia.ucd.ie\\\/?page_id=319\",\"name\":\"NIA Conferences - Network Inteligence and Automation Lab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#website\"},\"datePublished\":\"2026-05-05T13:50:02+00:00\",\"dateModified\":\"2026-05-05T13:50:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/?page_id=319#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nia.ucd.ie\\\/?page_id=319\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/?page_id=319#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nia.ucd.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"NIA Conferences\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#website\",\"url\":\"https:\\\/\\\/nia.ucd.ie\\\/\",\"name\":\"Network Inteligence and Automation Lab\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nia.ucd.ie\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#organization\",\"name\":\"Network Inteligence and Automation Lab\",\"url\":\"https:\\\/\\\/nia.ucd.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nia.ucd.ie\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/NIA-LOGOt-Photoroom.png\",\"contentUrl\":\"https:\\\/\\\/nia.ucd.ie\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/NIA-LOGOt-Photoroom.png\",\"width\":1280,\"height\":720,\"caption\":\"Network Inteligence and Automation Lab\"},\"image\":{\"@id\":\"https:\\\/\\\/nia.ucd.ie\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NIA Conferences - Network Inteligence and Automation Lab","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:\/\/nia.ucd.ie\/?page_id=319","og_locale":"en_US","og_type":"article","og_title":"NIA Conferences - Network Inteligence and Automation Lab","og_description":"Conference Timeline 2026 2026 Conference Timeline All dates are subject to change Conference Location Main Track Deadline Workshop Deadline Results &#038; Notification Conference Dates IEEE ICC 2026 Glasgow, Scotland, UK 10 Nov 2025 (firm) 31 Jan 2026 (firm) Acceptance: 19 Jan 2026 Camera ready: 13 Feb 2026 24\u201328 May 2026 IEEE WCNC 2026 Kuala Lumpur, [&hellip;]","og_url":"https:\/\/nia.ucd.ie\/?page_id=319","og_site_name":"Network Inteligence and Automation Lab","article_modified_time":"2026-05-05T13:50:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nia.ucd.ie\/?page_id=319","url":"https:\/\/nia.ucd.ie\/?page_id=319","name":"NIA Conferences - Network Inteligence and Automation Lab","isPartOf":{"@id":"https:\/\/nia.ucd.ie\/#website"},"datePublished":"2026-05-05T13:50:02+00:00","dateModified":"2026-05-05T13:50:04+00:00","breadcrumb":{"@id":"https:\/\/nia.ucd.ie\/?page_id=319#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nia.ucd.ie\/?page_id=319"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nia.ucd.ie\/?page_id=319#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nia.ucd.ie\/"},{"@type":"ListItem","position":2,"name":"NIA Conferences"}]},{"@type":"WebSite","@id":"https:\/\/nia.ucd.ie\/#website","url":"https:\/\/nia.ucd.ie\/","name":"Network Inteligence and Automation Lab","description":"","publisher":{"@id":"https:\/\/nia.ucd.ie\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nia.ucd.ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nia.ucd.ie\/#organization","name":"Network Inteligence and Automation Lab","url":"https:\/\/nia.ucd.ie\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nia.ucd.ie\/#\/schema\/logo\/image\/","url":"https:\/\/nia.ucd.ie\/wp-content\/uploads\/2025\/07\/NIA-LOGOt-Photoroom.png","contentUrl":"https:\/\/nia.ucd.ie\/wp-content\/uploads\/2025\/07\/NIA-LOGOt-Photoroom.png","width":1280,"height":720,"caption":"Network Inteligence and Automation Lab"},"image":{"@id":"https:\/\/nia.ucd.ie\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/pages\/319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=319"}],"version-history":[{"count":6,"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/pages\/319\/revisions"}],"predecessor-version":[{"id":325,"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=\/wp\/v2\/pages\/319\/revisions\/325"}],"wp:attachment":[{"href":"https:\/\/nia.ucd.ie\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}