{"id":2460,"date":"2026-02-25T19:12:39","date_gmt":"2026-02-25T19:12:39","guid":{"rendered":"https:\/\/www.nmp.unirc.it\/?page_id=2460"},"modified":"2026-03-31T19:28:36","modified_gmt":"2026-03-31T19:28:36","slug":"registration-portal-2","status":"publish","type":"page","link":"https:\/\/www.nmp.unirc.it\/?page_id=2460","title":{"rendered":"REGISTRATION PORTAL"},"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 NMP GUIDELINES --- *\/\n    .nmp-guide-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.7;\n        color: var(--text-dark);\n        background-color: var(--white);\n        box-sizing: border-box;\n        width: 100%;\n    }\n\n    .nmp-guide-wrapper * { box-sizing: border-box; }\n\n    .nmp-guide-wrapper h1, .nmp-guide-wrapper h2, .nmp-guide-wrapper h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        margin-bottom: 1rem;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .nmp-guide-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: 3rem;\n        position: relative;\n        overflow: hidden;\n    }\n    .nmp-guide-hero::before {\n        content: '\\f15c'; \/* Icona Documento *\/\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    .nmp-guide-hero h1 { font-size: 2.5rem; text-transform: uppercase; color: #fff; margin-bottom: 0.5rem; }\n    .nmp-guide-hero p { font-size: 1.2rem; color: var(--accent); font-weight: 600; margin:0;}\n\n    .nmp-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .nmp-deadline-alert {\n        background: #fff8e1;\n        border: 2px dashed var(--accent);\n        color: var(--primary);\n        text-align: center;\n        padding: 1rem;\n        border-radius: 12px;\n        font-weight: 700;\n        font-size: 1.2rem;\n        margin-bottom: 3rem;\n    }\n    .nmp-deadline-alert i { color: #d32f2f; margin-right: 10px; }\n\n    \/* --- BOX CONTENUTI --- *\/\n    .nmp-guide-section {\n        background: var(--white);\n        border: 1px solid #eee;\n        border-radius: var(--radius);\n        padding: 2.5rem;\n        margin-bottom: 2.5rem;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n    }\n    \n    .nmp-guide-section.highlight {\n        background: var(--bg-soft);\n        border: 2px solid var(--accent);\n        box-shadow: 0 10px 30px rgba(255, 193, 7, 0.1);\n    }\n\n    .nmp-section-title {\n        color: var(--primary);\n        font-size: 1.6rem;\n        border-bottom: 2px solid var(--primary-light);\n        padding-bottom: 12px;\n        margin-bottom: 20px;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n    }\n    .nmp-section-title i { color: var(--accent); font-size: 1.8rem; }\n\n    .nmp-quote {\n        background: #fff;\n        border-left: 4px solid var(--primary);\n        padding: 15px 20px;\n        margin: 20px 0;\n        font-style: italic;\n        color: #555;\n        font-size: 0.95rem;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    }\n\n    \/* --- LISTE E TESTI --- *\/\n    .nmp-guide-wrapper ul, .nmp-guide-wrapper ol {\n        margin-bottom: 1.5rem;\n        padding-left: 20px;\n    }\n    .nmp-guide-wrapper li { margin-bottom: 10px; }\n\n    \/* --- BOTTONI DOWNLOAD --- *\/\n    .nmp-btn-download {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: var(--primary-light);\n        color: var(--primary);\n        padding: 12px 20px;\n        border-radius: 8px;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 0.9rem;\n        margin: 5px 10px 10px 0;\n        border: 1px solid #d9edf2;\n        transition: all 0.3s;\n    }\n    .nmp-btn-download:hover { \n        background: var(--primary); \n        color: var(--white); \n        transform: translateY(-2px);\n    }\n\n    \/* --- CALL TO ACTION FINALE --- *\/\n    .nmp-big-btn {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 15px;\n        background: var(--accent);\n        color: var(--primary);\n        font-family: 'Montserrat', sans-serif;\n        font-size: 1.4rem;\n        font-weight: 800;\n        text-transform: uppercase;\n        padding: 20px 40px;\n        border-radius: 50px;\n        text-decoration: none;\n        margin: 4rem auto;\n        max-width: 600px;\n        box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);\n        transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .nmp-big-btn i { font-size: 1.8rem; }\n    .nmp-big-btn:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 35px rgba(255, 193, 7, 0.6);\n        color: var(--primary);\n    }\n\n    @media screen and (max-width: 768px) {\n        .nmp-guide-hero h1 { font-size: 2rem; }\n        .nmp-section-title { font-size: 1.3rem; }\n        .nmp-guide-section { padding: 1.5rem; }\n        .nmp-big-btn { font-size: 1.1rem; padding: 15px 20px; flex-direction: column; text-align:center;}\n    }\n<\/style>\n\n<div class=\"nmp-guide-wrapper\">\n\n    <div class=\"nmp-guide-hero\">\n        <h1>Final Submission Guidelines<\/h1>\n        <p>Please read these instructions carefully before proceeding.<\/p>\n    <\/div>\n\n    <div class=\"nmp-container\">\n\n        <div class=\"nmp-deadline-alert\">\n            <i class=\"fa-solid fa-bell\"><\/i> FINAL CAMERA-READY DEADLINE: April 01, 2026\n        <\/div>\n\n        <div class=\"nmp-guide-section\">\n            <h2 class=\"nmp-section-title\"><i class=\"fa-solid fa-file-pdf\"><\/i> 1. Manuscript Preparation<\/h2>\n            <p>Your paper will be included in the NMP2026 proceedings published by <strong>Springer Nature<\/strong> in the <em>Lecture Notes in Networks and Systems<\/em> series.<\/p>\n            <ul>\n                <li>You must prepare and upload the final <strong>Source File (Word .docx or .docm)<\/strong> and the <strong>Camera-Ready PDF<\/strong>.<\/li>\n                <li><strong>Crucial:<\/strong> We strongly recommend that all paper authors include their affiliation and e-mail address in the manuscript. The Corresponding Author&#8217;s e-mail address must be clearly visible, as Springer Nature will use it to provide a free copy of the eBook.<\/li>\n                <li>All authors will be offered a 40% discount on any eBook or print book order from Springer&#8217;s web shop.<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"nmp-guide-section highlight\">\n            <h2 class=\"nmp-section-title\"><i class=\"fa-solid fa-universal-access\"><\/i> 2. MANDATORY: Alt Text for Images &#038; Figures<\/h2>\n            <p>In accordance with the <strong>EU Accessibility Act<\/strong> and Web Content Accessibility Guidelines (WCAG), your publication must be accessible to all readers. Textual substitutes (Alt Text) are required for all non-text content, such as figures, illustrations, and tables in image formats.<\/p>\n            \n            <div class=\"nmp-quote\">\n                <strong>Message from Springer Nature:<\/strong><br>\n                &#8220;Alt Text helps users with visual or cognitive disabilities, enhances audiobooks, supports users with poor internet access, and makes your book more searchable on Google. We request that Alt Text for all figures be submitted in an <strong>Excel file<\/strong> together with your final manuscript.&#8221;\n            <\/div>\n\n            <div style=\"background: rgba(255, 193, 7, 0.15); padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 8px; margin-top: 20px;\">\n                <h3 style=\"color:var(--primary); font-size:1.1rem; margin-top:0; margin-bottom:10px;\"><i class=\"fa-solid fa-headset\"><\/i> Need help with Alt Text?<\/h3>\n                <p style=\"margin: 0; font-size: 0.95rem;\">\n                    You must provide the Alt Text for your images in an Excel file and upload it in the submission portal below. <br><br>\n                    <strong>If you need help generating the Alt Text, you can easily use freely available AI platforms (such as ChatGPT, Gemini, or Copilot). Simply upload your image to the AI and ask it to &#8220;generate a brief, descriptive Alt Text for this image&#8221;. Then, copy the result into your Excel template.  \n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"nmp-guide-section\">\n            <h2 class=\"nmp-section-title\"><i class=\"fa-solid fa-file-signature\"><\/i> 3. Mandatory Legal Agreements<\/h2>\n            <p>All authors submitting papers must grant Springer specific permission to publish the work. This is a legal requirement. <strong>Both forms below must be downloaded, filled out, signed by the Corresponding Author, and uploaded as PDF files in the submission portal.<\/strong><\/p>\n            <p><em>(Note: You will also find these templates directly inside the online submission form).<\/em><\/p>\n            \n            <div style=\"margin-top: 20px;\">\n                <a href=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/02\/Springer-Contributor-Agreement.docx\" class=\"nmp-btn-download\" target=\"_blank\"><i class=\"fa-solid fa-download\"><\/i> Springer Contributor Agreement<\/a>\n                <a href=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/02\/NMP2026_Editors-agreement.docx\" class=\"nmp-btn-download\" target=\"_blank\"><i class=\"fa-solid fa-download\"><\/i> Editors Agreement<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"nmp-guide-section\">\n            <h2 class=\"nmp-section-title\"><i class=\"fa-regular fa-copyright\"><\/i> 4. Third-Party Permissions (If Applicable)<\/h2>\n            <p>If your manuscript includes third-party content (material not originally created by you, such as text passages, figures, photos, screenshots from the Internet, etc.) or sensitive images containing identifiable persons, you must obtain permission.<\/p>\n            <ul>\n                <li>Use the <strong>Permission Request Form<\/strong> for copyrighted materials.<\/li>\n                <li>Use the <strong>Release Request Form<\/strong> for interviews or photographs of identifiable individuals.<\/li>\n            <\/ul>\n            \n            <div style=\"margin-top: 20px;\">\n                <a href=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/02\/Permission-Request-Form.docx\" class=\"nmp-btn-download\" target=\"_blank\"><i class=\"fa-solid fa-download\"><\/i> Permission Request Form<\/a>\n                <a href=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/02\/Release-Request-Form.docx\" class=\"nmp-btn-download\" target=\"_blank\"><i class=\"fa-solid fa-download\"><\/i> Release Request Form<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"nmp-guide-section\">\n            <h2 class=\"nmp-section-title\"><i class=\"fa-solid fa-credit-card\"><\/i> 5. Registration &#038; Payment<\/h2>\n            <p>The submission process concludes with the registration and payment step. <\/p>\n            <p>Remember that the base registration fee covers the publication of ONE paper (maximum 10 pages) and the participation of ONE author. Co-authors attending the event must register as Guests. Extra pages will incur an additional fee, which will be automatically calculated within the portal. \n            <p>Payment is made via Bank Transfer. The exact total amount and the official bank details (IBAN) will be dynamically displayed at the end of the form based on your specific selections, right before the final upload.<\/p>\n        <\/div>\n\n        <a href=\"https:\/\/www.nmp.unirc.it\/?page_id=2453\" class=\"nmp-big-btn\">\n            <i class=\"fa-solid fa-paper-plane\"><\/i>\n            Access the Submission Portal\n        <\/a>\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Final Submission Guidelines Please read these instructions carefully before proceeding. FINAL CAMERA-READY DEADLINE: April 01, 2026 1. Manuscript Preparation Your paper will be included in the NMP2026 proceedings published by Springer Nature in the Lecture Notes in Networks and Systems series. You must prepare and upload the final Source File (Word .docx or .docm) and [&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-2460","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>REGISTRATION PORTAL - 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=2460\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"REGISTRATION PORTAL - NMP2026\" \/>\n<meta property=\"og:description\" content=\"Final Submission Guidelines Please read these instructions carefully before proceeding. FINAL CAMERA-READY DEADLINE: April 01, 2026 1. Manuscript Preparation Your paper will be included in the NMP2026 proceedings published by Springer Nature in the Lecture Notes in Networks and Systems series. You must prepare and upload the final Source File (Word .docx or .docm) and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nmp.unirc.it\/?page_id=2460\" \/>\n<meta property=\"og:site_name\" content=\"NMP2026\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T19:28:36+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=2460\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2460\",\"name\":\"REGISTRATION PORTAL - NMP2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\"},\"datePublished\":\"2026-02-25T19:12:39+00:00\",\"dateModified\":\"2026-03-31T19:28:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2460#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2460\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2460#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"REGISTRATION PORTAL\"}]},{\"@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":"REGISTRATION PORTAL - 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=2460","og_locale":"en_US","og_type":"article","og_title":"REGISTRATION PORTAL - NMP2026","og_description":"Final Submission Guidelines Please read these instructions carefully before proceeding. FINAL CAMERA-READY DEADLINE: April 01, 2026 1. Manuscript Preparation Your paper will be included in the NMP2026 proceedings published by Springer Nature in the Lecture Notes in Networks and Systems series. You must prepare and upload the final Source File (Word .docx or .docm) and [&hellip;]","og_url":"https:\/\/www.nmp.unirc.it\/?page_id=2460","og_site_name":"NMP2026","article_modified_time":"2026-03-31T19:28:36+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=2460","url":"https:\/\/www.nmp.unirc.it\/?page_id=2460","name":"REGISTRATION PORTAL - NMP2026","isPartOf":{"@id":"https:\/\/www.nmp.unirc.it\/#website"},"datePublished":"2026-02-25T19:12:39+00:00","dateModified":"2026-03-31T19:28:36+00:00","breadcrumb":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=2460#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nmp.unirc.it\/?page_id=2460"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2460#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nmp.unirc.it\/"},{"@type":"ListItem","position":2,"name":"REGISTRATION PORTAL"}]},{"@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\/2460","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=2460"}],"version-history":[{"count":5,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2460\/revisions"}],"predecessor-version":[{"id":2644,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2460\/revisions\/2644"}],"wp:attachment":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}