{"id":205,"date":"2023-10-04T08:45:20","date_gmt":"2023-10-04T08:45:20","guid":{"rendered":"https:\/\/www.nmp.unirc.it\/?page_id=205"},"modified":"2026-01-31T11:20:35","modified_gmt":"2026-01-31T11:20:35","slug":"symposiums-fees","status":"publish","type":"page","link":"https:\/\/www.nmp.unirc.it\/?page_id=205","title":{"rendered":"SYMPOSIUM REGISTRATION"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    \/* --- STILI GENERALI --- *\/\n    .nmp-reg-wrapper {\n        --primary: #004d61;       \n        --primary-light: #e6f2f5;\n        --accent: #ffc107;        \n        --text-dark: #2c3e50;\n        --bg-soft: #f9fbfd;\n        --white: #ffffff;\n        --radius: 16px; \n        \n        font-family: 'Open Sans', sans-serif;\n        line-height: 1.6;\n        color: var(--text-dark);\n        background-color: var(--white);\n        box-sizing: border-box;\n        width: 100%;\n    }\n\n    .nmp-reg-wrapper * { box-sizing: border-box; }\n\n    .nmp-reg-wrapper h1, .nmp-reg-wrapper h2, .nmp-reg-wrapper h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        margin-bottom: 1rem;\n    }\n\n    \/* --- HERO --- *\/\n    .nmp-reg-hero {\n        background: linear-gradient(135deg, var(--primary) 0%, #003342 100%);\n        color: var(--white);\n        padding: 4rem 1rem;\n        text-align: center;\n        border-radius: 0 0 30px 30px;\n        margin-bottom: 4rem;\n        position: relative;\n        overflow: hidden;\n    }\n    .nmp-reg-hero::before {\n        content: '\\f007'; \n        font-family: \"Font Awesome 6 Free\"; \n        font-weight: 900;\n        position: absolute;\n        top: -20px; right: -20px;\n        font-size: 15rem;\n        opacity: 0.05;\n        color: white;\n    }\n\n    .nmp-reg-hero h1 { font-size: 2.5rem; text-transform: uppercase; color: #fff; margin-bottom: 0.5rem; }\n    .nmp-reg-hero p { font-size: 1.2rem; color: var(--accent); font-weight: 600; }\n\n    .nmp-container {\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* --- PRICING CARDS --- *\/\n    .nmp-pricing-grid {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 30px;\n        margin-bottom: 4rem;\n    }\n\n    .nmp-price-card {\n        background: #fff;\n        border-radius: var(--radius);\n        padding: 2rem;\n        width: 320px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        border: 1px solid #eee;\n        transition: transform 0.3s ease;\n        position: relative;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .nmp-price-card:hover {\n        transform: translateY(-10px);\n        border-color: var(--accent);\n    }\n\n    .nmp-card-header {\n        text-align: center;\n        border-bottom: 2px solid #f0f0f0;\n        padding-bottom: 1.5rem;\n        margin-bottom: 1.5rem;\n    }\n    .nmp-card-icon {\n        font-size: 3rem;\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n    .nmp-card-title {\n        font-size: 1.5rem;\n        color: var(--primary);\n        margin: 0;\n    }\n    .nmp-card-subtitle {\n        font-size: 0.9rem;\n        color: #777;\n        font-style: italic;\n    }\n\n    .nmp-price-row {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 10px;\n        padding: 10px;\n        background: var(--bg-soft);\n        border-radius: 8px;\n    }\n    .nmp-price-label { font-weight: 600; font-size: 0.9rem; }\n    .nmp-price-amount { font-weight: 800; font-size: 1.2rem; color: var(--primary); }\n    .nmp-price-online { color: #666; font-size: 1.1rem; }\n\n    .nmp-features-list {\n        list-style: none;\n        padding: 0;\n        margin-top: auto; \n    }\n    .nmp-features-list li {\n        margin-bottom: 8px;\n        font-size: 0.9rem;\n        color: #555;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n    .nmp-features-list li i { color: #28a745; }\n\n    .nmp-badge-best {\n        background: var(--accent);\n        color: var(--primary);\n        font-weight: bold;\n        text-transform: uppercase;\n        font-size: 0.8rem;\n        padding: 5px 15px;\n        border-radius: 20px;\n        position: absolute;\n        top: -12px;\n        left: 50%;\n        transform: translateX(-50%);\n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n\n    \/* --- SECTION: WHAT'S INCLUDED (ORIZZONTALE) --- *\/\n    .nmp-include-section {\n        background-color: var(--primary-light);\n        padding: 3rem 1rem;\n        border-radius: var(--radius);\n        margin-bottom: 4rem;\n        text-align: center;\n    }\n    \n    .nmp-include-grid {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 30px;\n        margin-top: 2rem;\n    }\n    \n    .nmp-include-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 10px;\n        width: 140px;\n    }\n    \n    .nmp-include-icon {\n        font-size: 2rem;\n        color: var(--primary);\n        background: white;\n        width: 70px; height: 70px;\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        transition: transform 0.3s;\n    }\n    .nmp-include-item:hover .nmp-include-icon {\n        transform: scale(1.1);\n        color: var(--accent);\n    }\n    \n    .nmp-include-text { \n        font-weight: 700; \n        font-size: 0.9rem; \n        color: var(--primary);\n        line-height: 1.2;\n    }\n\n    \/* --- EXTRA COSTS --- *\/\n    .nmp-extra-container {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-bottom: 4rem;\n    }\n    .nmp-extra-tile {\n        background: #fff;\n        border: 2px dashed #ddd; \n        border-radius: var(--radius);\n        padding: 1.5rem;\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        transition: border-color 0.3s;\n    }\n    .nmp-extra-tile:hover { border-color: var(--accent); }\n    .nmp-tile-icon { font-size: 1.5rem; color: #888; }\n    .nmp-tile-content h4 { margin: 0; color: var(--primary); font-size: 1.1rem; }\n    .nmp-tile-content p { margin: 0; font-size: 0.85rem; color: #666; }\n    .nmp-tile-price { margin-left: auto; font-weight: 800; color: var(--accent); font-size: 1.2rem; }\n\n    \/* --- TIMELINE SUBMISSION --- *\/\n    .nmp-timeline-wrapper {\n        position: relative;\n        margin: 3rem 0;\n        padding: 0 10px;\n    }\n    .nmp-timeline-line {\n        position: absolute;\n        top: 40px; left: 10%; right: 10%;\n        height: 4px;\n        background: #e0e0e0;\n        z-index: 0;\n    }\n    \n    .nmp-timeline-steps {\n        display: flex;\n        justify-content: space-between;\n        position: relative;\n        z-index: 1;\n    }\n    \n    .nmp-time-step {\n        background: white;\n        width: 30%;\n        text-align: center;\n        padding: 1rem;\n        border-radius: var(--radius);\n        box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        border: 1px solid #eee;\n    }\n\n    .nmp-step-bubble {\n        width: 80px; height: 80px;\n        background: var(--primary);\n        color: white;\n        border-radius: 50%;\n        margin: -50px auto 15px auto; \n        display: flex; align-items: center; justify-content: center;\n        font-size: 2rem;\n        border: 5px solid white;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n    }\n    \n    .nmp-step-bubble.accent { background: var(--accent); color: var(--primary); }\n\n    .nmp-btn {\n        display: inline-block;\n        background: var(--primary);\n        color: white;\n        padding: 8px 20px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 0.9rem;\n        margin-top: 10px;\n        transition: all 0.3s;\n    }\n    .nmp-btn:hover { transform: scale(1.05); background: #003342; }\n\n    \/* --- MOBILE FIX --- *\/\n    @media screen and (max-width: 768px) {\n        .nmp-reg-wrapper { overflow-x: hidden; }\n        .nmp-timeline-line { display: none; }\n        .nmp-timeline-steps { flex-direction: column; gap: 40px; }\n        .nmp-time-step { width: 100%; margin-top: 20px; }\n        .nmp-reg-hero h1 { font-size: 1.8rem; }\n        .nmp-pricing-grid { flex-direction: column; align-items: center; }\n        .nmp-price-card { width: 100%; max-width: 350px; }\n        .nmp-extra-container { grid-template-columns: 1fr; }\n        \n        .nmp-include-grid { gap: 20px; }\n        .nmp-include-item { width: 45%; }\n    }\n<\/style>\n\n<div class=\"nmp-reg-wrapper\">\n\n    <div class=\"nmp-reg-hero\">\n        <h1>Registration &#038; Fees<\/h1>\n        <p>Join us at #NMP2026<\/p>\n    <\/div>\n\n    <div class=\"nmp-container\">\n\n        <h2 style=\"text-align:center; color:var(--primary); margin-bottom:40px;\">Choose your Participation<\/h2>\n        \n        <div class=\"nmp-pricing-grid\">\n            <div class=\"nmp-price-card\">\n                <div class=\"nmp-card-header\">\n                    <i class=\"fa-solid fa-user-tie nmp-card-icon\"><\/i>\n                    <h3 class=\"nmp-card-title\">Senior<\/h3>\n                    <span class=\"nmp-card-subtitle\">Regular Participants<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\">\n                    <span class=\"nmp-price-label\"><i class=\"fa-solid fa-location-dot\"><\/i> In Presence<\/span>\n                    <span class=\"nmp-price-amount\">320\u20ac<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\">\n                    <span class=\"nmp-price-label\"><i class=\"fa-solid fa-laptop\"><\/i> Online<\/span>\n                    <span class=\"nmp-price-online\">240\u20ac<\/span>\n                <\/div>\n                <div style=\"text-align:center; font-size:0.85rem; color:#666; margin-top:10px; border-top:1px dashed #eee; padding-top:10px;\">\n                    <strong>Reduced*:<\/strong> 250\u20ac (In Presence) \/ 160\u20ac (Online)\n                <\/div>\n                <ul class=\"nmp-features-list\">\n                    <li><i class=\"fa-solid fa-check\"><\/i> Paper Presentation<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Springer Publication<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Coffee Breaks (In Presence)<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"nmp-price-card\" style=\"border: 2px solid var(--primary);\">\n                <div class=\"nmp-badge-best\">Best for Students<\/div>\n                <div class=\"nmp-card-header\">\n                    <i class=\"fa-solid fa-user-graduate nmp-card-icon\" style=\"color:var(--accent);\"><\/i>\n                    <h3 class=\"nmp-card-title\">Early Career**<\/h3>\n                    <span class=\"nmp-card-subtitle\">Under 35 \/ PhD Students<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\" style=\"background:#fff8e1;\">\n                    <span class=\"nmp-price-label\"><i class=\"fa-solid fa-location-dot\"><\/i> In Presence<\/span>\n                    <span class=\"nmp-price-amount\">190\u20ac<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\">\n                    <span class=\"nmp-price-label\"><i class=\"fa-solid fa-laptop\"><\/i> Online<\/span>\n                    <span class=\"nmp-price-online\">130\u20ac<\/span>\n                <\/div>\n                <div style=\"text-align:center; font-size:0.85rem; color:#666; margin-top:10px; border-top:1px dashed #eee; padding-top:10px;\">\n                    <strong>Reduced*:<\/strong> 140\u20ac (In Presence) \/ 110\u20ac (Online)\n                <\/div>\n                <ul class=\"nmp-features-list\">\n                    <li><i class=\"fa-solid fa-check\"><\/i> Paper Presentation<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Springer Publication<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Reduced Fees applied<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"nmp-price-card\">\n                <div class=\"nmp-card-header\">\n                    <i class=\"fa-solid fa-users nmp-card-icon\" style=\"color:#888;\"><\/i>\n                    <h3 class=\"nmp-card-title\" style=\"color:#666;\">Guest<\/h3>\n                    <span class=\"nmp-card-subtitle\">Accompanying Person<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\">\n                    <span class=\"nmp-price-label\">Fee<\/span>\n                    <span class=\"nmp-price-amount\" style=\"color:#666;\">110\u20ac<\/span>\n                <\/div>\n                <p style=\"font-size:0.85rem; color:#666; text-align:center; margin-top:10px;\">Access to social events only.<br>(No kit\/proceedings)<\/p>\n            <\/div>\n        <\/div>\n\n        <p style=\"text-align:center; font-size:0.9rem; color:#666; margin-top:-20px; margin-bottom:4rem;\">\n            * Reduced fee conditions apply. Members of the scientific partnership and invited authors. &nbsp; ** Early Career: Under 35 \/ PhD without permanent contract.<br>\n            <strong>Note:<\/strong> Fee covers contribution of max 10 pages.\n        <\/p>\n\n        <div class=\"nmp-include-section\">\n            <h3 style=\"color:var(--primary); margin-bottom:0;\">What is Included?<\/h3>\n            <p style=\"font-size:0.9rem; margin-bottom:10px;\">Registration includes ASTRI membership for the event.<\/p>\n            \n            <div class=\"nmp-include-grid\">\n                <div class=\"nmp-include-item\">\n                    <div class=\"nmp-include-icon\"><i class=\"fa-solid fa-microphone-lines\"><\/i><\/div>\n                    <span class=\"nmp-include-text\">Paper<br>Presentation<\/span>\n                <\/div>\n                <div class=\"nmp-include-item\">\n                    <div class=\"nmp-include-icon\"><i class=\"fa-solid fa-book-open\"><\/i><\/div>\n                    <span class=\"nmp-include-text\">Proceedings<br>File<\/span>\n                <\/div>\n                <div class=\"nmp-include-item\">\n                    <div class=\"nmp-include-icon\"><i class=\"fa-solid fa-certificate\"><\/i><\/div>\n                    <span class=\"nmp-include-text\">Publication<br>(LNNS)<\/span>\n                <\/div>\n                <div class=\"nmp-include-item\">\n                    <div class=\"nmp-include-icon\"><i class=\"fa-solid fa-mug-hot\"><\/i><\/div>\n                    <span class=\"nmp-include-text\">Coffee<br>Breaks<\/span>\n                <\/div>\n                <div class=\"nmp-include-item\">\n                    <div class=\"nmp-include-icon\"><i class=\"fa-solid fa-id-card\"><\/i><\/div>\n                    <span class=\"nmp-include-text\">Access to<br>Sessions<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h3 style=\"color:var(--primary); margin-bottom:20px;\"><i class=\"fa-solid fa-plus-circle\"><\/i> Extra Options<\/h3>\n        <div class=\"nmp-extra-container\">\n            <div class=\"nmp-extra-tile\">\n                <i class=\"fa-solid fa-file-circle-plus nmp-tile-icon\"><\/i>\n                <div class=\"nmp-tile-content\">\n                    <h4>Extra Pages<\/h4>\n                    <p>Max 4 pages over limit.<\/p>\n                <\/div>\n                <div class=\"nmp-tile-price\">40\u20ac<span style=\"font-size:0.7rem; font-weight:normal; color:#666;\">\/page<\/span><\/div>\n            <\/div>\n\n            <div class=\"nmp-extra-tile\">\n                <i class=\"fa-solid fa-copy nmp-tile-icon\"><\/i>\n                <div class=\"nmp-tile-content\">\n                    <h4>Additional Paper<\/h4>\n                    <p>Same author (Max 2).<\/p>\n                <\/div>\n                <div class=\"nmp-tile-price\">320\u20ac<\/div>\n            <\/div>\n\n            <div class=\"nmp-extra-tile\" style=\"grid-column: 1 \/ -1;\">\n                <i class=\"fa-solid fa-lock-open nmp-tile-icon\" style=\"color:var(--accent);\"><\/i>\n                <div class=\"nmp-tile-content\">\n                    <h4>Open Access Publication<\/h4>\n                    <p>Standard Chapter: <strong>2.500\u20ac<\/strong> &nbsp;|&nbsp; Large Chapter: <strong>3.000\u20ac<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 style=\"text-align:center; color:var(--primary); margin-top:4rem;\">How to Submit<\/h2>\n        <div class=\"nmp-timeline-wrapper\">\n            <div class=\"nmp-timeline-line\"><\/div>\n            \n            <div class=\"nmp-timeline-steps\">\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble\"><i class=\"fa-solid fa-user-plus\"><\/i><\/div>\n                    <h3>1. Register<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Create an account on the Platform. Select &#8220;Make a new submission&#8221;.<\/p>\n                    <a href=\"https:\/\/easychair.org\/conferences\/?conf=nmp2026\" target=\"_blank\" class=\"nmp-btn\">Go to Platform<\/a>\n                <\/div>\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble\"><i class=\"fa-solid fa-file-word\"><\/i><\/div>\n                    <h3>2. Prepare<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Use the Template Packet. Length: 6-10 pages. .docm format.<\/p>\n                    <a href=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/01\/template_NMP2026.zip\" class=\"nmp-btn\" style=\"background:#666;\">Download Template<\/a>\n                <\/div>\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble accent\"><i class=\"fa-solid fa-upload\"><\/i><\/div>\n                    <h3>3. Submit<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Upload your file.<\/p>\n                    <p style=\"color:#d32f2f; font-weight:800; font-size:0.9rem; margin-top:5px;\">Deadline: Feb 02, 2026<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div style=\"text-align:center; margin-top:3rem; padding:20px; background:#f0f4f8; border-radius:12px;\">\n            <p style=\"margin:0; color:#555;\">Payment instructions will be given by <strong>February 2026<\/strong>. <br>The definitive programme will be available by <strong>April 2026<\/strong>.<\/p>\n        <\/div>\n\n        <!-- =======================\n                 FAQ SECTION\n        ======================== -->\n        <style>\n          .nmp-faq-section{\n            margin-top: 4rem;\n            margin-bottom: 2rem;\n            background: var(--bg-soft);\n            border: 1px solid #eee;\n            border-radius: var(--radius);\n            padding: 2rem 1.5rem;\n          }\n\n          .nmp-faq-title{\n            text-align:center;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n          }\n\n          .nmp-faq-subtitle{\n            text-align:center;\n            margin-top: 0;\n            color: #666;\n            font-size: 0.95rem;\n          }\n\n          .nmp-faq-list{\n            max-width: 900px;\n            margin: 1.5rem auto 0 auto;\n          }\n\n          details.nmp-faq-item{\n            background: var(--white);\n            border: 1px solid #eee;\n            border-radius: 12px;\n            margin-bottom: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.04);\n          }\n\n          details.nmp-faq-item summary{\n            cursor: pointer;\n            padding: 14px 16px;\n            font-weight: 700;\n            color: var(--primary);\n            list-style: none;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 12px;\n          }\n\n          details.nmp-faq-item summary::-webkit-details-marker{ display:none; }\n\n          .nmp-faq-q{\n            display:flex;\n            align-items:center;\n            gap: 10px;\n          }\n\n          .nmp-faq-q i{\n            color: var(--accent);\n            font-size: 1rem;\n          }\n\n          .nmp-faq-chevron{\n            color: #888;\n            transition: transform 0.2s ease;\n          }\n\n          details.nmp-faq-item[open] .nmp-faq-chevron{\n            transform: rotate(180deg);\n          }\n\n          .nmp-faq-answer{\n            padding: 0 16px 16px 16px;\n            color:#444;\n            font-size: 0.95rem;\n            line-height: 1.65;\n          }\n\n          .nmp-faq-answer a{\n            color: var(--primary);\n            font-weight: 700;\n            text-decoration: underline;\n          }\n\n          .nmp-faq-note{\n            margin-top: 14px;\n            padding: 12px 14px;\n            background: var(--primary-light);\n            border-radius: 12px;\n            border: 1px solid #d9edf2;\n            color: #2c3e50;\n            font-size: 0.92rem;\n          }\n        <\/style>\n\n        <div class=\"nmp-faq-section\">\n          <h2 class=\"nmp-faq-title\">FAQ<\/h2>\n          <p class=\"nmp-faq-subtitle\">Frequently asked questions about submissions, registration and chair benefits<\/p>\n\n          <div class=\"nmp-faq-list\">\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> Can I submit an abstract only?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                No. NMP2026 accepts <strong>full paper submissions only<\/strong>. Abstract-only submissions are not allowed.\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> Is the deadline extension (Jan 23, 2026) open to new submissions?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                Yes. The extended deadline is <strong>open to all authors<\/strong>, including <strong>new paper submissions<\/strong>.\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> Where do I submit my paper?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                Submissions are handled exclusively via EasyChair:\n                <a href=\"https:\/\/easychair.org\/conferences\/?conf=nmp2026\" target=\"_blank\" rel=\"noopener\">https:\/\/easychair.org\/conferences\/?conf=nmp2026<\/a>.\n                <div class=\"nmp-faq-note\">\n                  You can also follow the step-by-step procedure available on the NMP2026 website (How to Submit).\n                <\/div>\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> How do I select my Thematic Session (track)?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                During submission on EasyChair, authors will be asked to select the appropriate <strong>Thematic Session (TS)<\/strong> from a dropdown list.\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> When and how will payment instructions be provided?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                Payment instructions (fees, deadlines, and payment details) will be published by <strong>February 2026<\/strong>.\n                After paper acceptance, the Organizing Committee will provide all necessary information and the required steps to complete registration and upload any requested documents.\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> What is the \u201c1 free publication for session chairs\u201d rule?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                The benefit refers to <strong>one (1) free publication per Thematic Session<\/strong> in total, to be shared among the session organizers (not one per organizer).\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> Do session chairs have to pay the registration fee?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                In connection with the free publication benefit, <strong>one session organizer per Thematic Session is exempt from the registration fee<\/strong>, limited to the paper that benefits from the free publication.\n                Any additional participation (e.g., additional papers or registrations) follows the standard registration conditions.\n              <\/div>\n            <\/details>\n\n            <details class=\"nmp-faq-item\">\n              <summary>\n                <span class=\"nmp-faq-q\"><i class=\"fa-solid fa-circle-question\"><\/i> What happens after a paper is accepted?<\/span>\n                <i class=\"fa-solid fa-chevron-down nmp-faq-chevron\"><\/i>\n              <\/summary>\n              <div class=\"nmp-faq-answer\">\n                After acceptance, authors will be asked to upload the camera-ready material and any required documents (e.g., agreements and proof of payment) through EasyChair, according to the instructions that will be communicated by the Organizing Committee.\n              <\/div>\n            <\/details>\n\n          <\/div>\n        <\/div>\n        <!-- =======================\n               END FAQ SECTION\n        ======================== -->\n\n    <\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Registration &#038; Fees Join us at #NMP2026 Choose your Participation Senior Regular Participants In Presence 320\u20ac Online 240\u20ac Reduced*: 250\u20ac (In Presence) \/ 160\u20ac (Online) Paper Presentation Springer Publication Coffee Breaks (In Presence) Best for Students Early Career** Under 35 \/ PhD Students In Presence 190\u20ac Online 130\u20ac Reduced*: 140\u20ac (In Presence) \/ 110\u20ac (Online) [&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-205","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SYMPOSIUM REGISTRATION - NMP2026<\/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:\/\/www.nmp.unirc.it\/?page_id=205\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SYMPOSIUM REGISTRATION - NMP2026\" \/>\n<meta property=\"og:description\" content=\"Registration &#038; Fees Join us at #NMP2026 Choose your Participation Senior Regular Participants In Presence 320\u20ac Online 240\u20ac Reduced*: 250\u20ac (In Presence) \/ 160\u20ac (Online) Paper Presentation Springer Publication Coffee Breaks (In Presence) Best for Students Early Career** Under 35 \/ PhD Students In Presence 190\u20ac Online 130\u20ac Reduced*: 140\u20ac (In Presence) \/ 110\u20ac (Online) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nmp.unirc.it\/?page_id=205\" \/>\n<meta property=\"og:site_name\" content=\"NMP2026\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-31T11:20:35+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=205\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=205\",\"name\":\"SYMPOSIUM REGISTRATION - NMP2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\"},\"datePublished\":\"2023-10-04T08:45:20+00:00\",\"dateModified\":\"2026-01-31T11:20:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=205#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=205\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=205#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SYMPOSIUM REGISTRATION\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"name\":\"NMP2026\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\",\"name\":\"NMP2026\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"width\":570,\"height\":438,\"caption\":\"NMP2026\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SYMPOSIUM REGISTRATION - NMP2026","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:\/\/www.nmp.unirc.it\/?page_id=205","og_locale":"en_US","og_type":"article","og_title":"SYMPOSIUM REGISTRATION - NMP2026","og_description":"Registration &#038; Fees Join us at #NMP2026 Choose your Participation Senior Regular Participants In Presence 320\u20ac Online 240\u20ac Reduced*: 250\u20ac (In Presence) \/ 160\u20ac (Online) Paper Presentation Springer Publication Coffee Breaks (In Presence) Best for Students Early Career** Under 35 \/ PhD Students In Presence 190\u20ac Online 130\u20ac Reduced*: 140\u20ac (In Presence) \/ 110\u20ac (Online) [&hellip;]","og_url":"https:\/\/www.nmp.unirc.it\/?page_id=205","og_site_name":"NMP2026","article_modified_time":"2026-01-31T11:20:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nmp.unirc.it\/?page_id=205","url":"https:\/\/www.nmp.unirc.it\/?page_id=205","name":"SYMPOSIUM REGISTRATION - NMP2026","isPartOf":{"@id":"https:\/\/www.nmp.unirc.it\/#website"},"datePublished":"2023-10-04T08:45:20+00:00","dateModified":"2026-01-31T11:20:35+00:00","breadcrumb":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=205#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nmp.unirc.it\/?page_id=205"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.nmp.unirc.it\/?page_id=205#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nmp.unirc.it\/"},{"@type":"ListItem","position":2,"name":"SYMPOSIUM REGISTRATION"}]},{"@type":"WebSite","@id":"https:\/\/www.nmp.unirc.it\/#website","url":"https:\/\/www.nmp.unirc.it\/","name":"NMP2026","description":"","publisher":{"@id":"https:\/\/www.nmp.unirc.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nmp.unirc.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.nmp.unirc.it\/#organization","name":"NMP2026","url":"https:\/\/www.nmp.unirc.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/","url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","contentUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","width":570,"height":438,"caption":"NMP2026"},"image":{"@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=205"}],"version-history":[{"count":5,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/205\/revisions"}],"predecessor-version":[{"id":2437,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/205\/revisions\/2437"}],"wp:attachment":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}