{"id":1757,"date":"2026-02-27T14:40:26","date_gmt":"2026-02-27T13:40:26","guid":{"rendered":"https:\/\/eventi-area2.invalsi.it\/?page_id=1757"},"modified":"2026-03-09T11:37:31","modified_gmt":"2026-03-09T10:37:31","slug":"domanda-di-iscrizione-allalbo-dei-revisori","status":"publish","type":"page","link":"https:\/\/eventi-area2.invalsi.it\/en\/domanda-di-iscrizione-allalbo-dei-revisori\/","title":{"rendered":"DOMANDA DI ISCRIZIONE ALL&#8217;ALBO DEI REVISORI"},"content":{"rendered":"<h2 class=\"wp-block-heading has-text-align-center\">APPLICATION FOR THE REGISTER OF REVIEWERS<\/h2>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1756-o1\" lang=\"it-IT\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/1757#wpcf7-f1756-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/1757#wpcf7-f1756-o1\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"1756\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1756-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<p><script>\n document.addEventListener( 'wpcf7mailsent', function( event ) {\n setTimeout(function(){\n location = 'https:\/\/www.invalsi.it';},2000);\n alert(\"THANK YOU FOR SUBMITTING YOUR APPLICATION.\");\n }, false );\n document.addEventListener( 'wpcf7invalid', function( event ) {\n alert(\"COMPLETE THE MANDATORY FIELDS MARKED WITH *.\");\n \/\/window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });\n \/\/}, false );\n \n setTimeout(function(){\n const lmnt = document.getElementsByClassName(\"wpcf7-not-valid-tip\");\n const element = Array.from(lmnt);\n \/*console.log(\"element: \"+*\/ element[0].scrollIntoView(false);\n },0);\n }, false );\n\n document.addEventListener(\"DOMContentLoaded\", function () {\n document.addEventListener(\"submit\", function (e) {\n\n const form = e.target;\n\n if (!form.classList.contains(\"wpcf7-form\")) return;\n\n const hiddenInput = form.querySelector(\"#selected_items\");\n\n if (!hiddenInput || hiddenInput.value.trim() === \"\") {\n\n e.preventDefault();\n e.stopPropagation();\n\n alert(\"Please select at least one research area.\");\n\n }\n\n }, true); \/\/ capture phase\n});\n\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n const available = document.getElementById(\"availableItems\");\n const dropZone = document.getElementById(\"dropZone\");\n const hiddenInput = document.getElementById(\"selected_items\");\n\n if (!available || !dropZone) return;\n\n \/* -------------------------\n DRAG\n ------------------------- *\/\n\n document.querySelectorAll(\".draggable\").forEach(el => {\n el.addEventListener(\"dragstart\", function (ev) {\n ev.dataTransfer.setData(\"text\/plain\", el.id);\n });\n });\n\n function allowDrop(ev) {\n ev.preventDefault();\n }\n\n available.addEventListener(\"dragover\", allowDrop);\n dropZone.addEventListener(\"dragover\", allowDrop);\n\n \/* -------------------------\n DROP IN DROPZONE\n ------------------------- *\/\n \n function highlightCategory(category) {\n\n const title = dropZone.querySelector(\n `[data-drop-category=\"${category}\"]`\n );\n\n if (!title) return;\n\n title.classList.add(\"drop-category-highlight\");\n\n setTimeout(() => {\n title.classList.remove(\"drop-category-highlight\");\n }, 700);\n\n }\n\n dropZone.addEventListener(\"drop\", function (ev) {\n\n ev.preventDefault();\n\n const id = ev.dataTransfer.getData(\"text\/plain\");\n const element = document.getElementById(id);\n\n if (!element) return;\n\n ensureCategoryTitle(element);\n\n insertIntoDropzone(element);\n\n highlightCategory(element.dataset.category);\n\n updateHiddenField();\n\n });\n\n \/* -------------------------\n DROP BACK TO ORIGINAL\n ------------------------- *\/\n\n available.addEventListener(\"drop\", function (ev) {\n\n ev.preventDefault();\n\n const id = ev.dataTransfer.getData(\"text\/plain\");\n const element = document.getElementById(id);\n\n if (!element) return;\n\n restoreOriginalPosition(element);\n\n removeTitleIfEmpty(element.dataset.category);\n\n updateHiddenField();\n\n });\n\n \/* -------------------------\n CATEGORY TITLE\n ------------------------- *\/\n\n function ensureCategoryTitle(element) {\n\n const category = element.dataset.category;\n\n if (dropZone.querySelector(`[data-drop-category=\"${category}\"]`))\n return;\n\n const categoryContainer = available.querySelector(\n `.category[data-category=\"${category}\"]`\n );\n\n const titleText = categoryContainer.dataset.title;\n\n const title = document.createElement(\"div\");\n title.textContent = titleText;\n title.className = \"drop-category-title\";\n title.dataset.dropCategory = category;\n\n const categoryNumber = parseInt(titleText);\n\n const existingTitles = dropZone.querySelectorAll(\".drop-category-title\");\n\n let inserted = false;\n\n existingTitles.forEach(existing => {\n\n const existingNumber = parseInt(existing.textContent);\n\n if (!inserted && existingNumber > categoryNumber) {\n\n dropZone.insertBefore(title, existing);\n inserted = true;\n\n }\n\n });\n\n if (!inserted) {\n dropZone.appendChild(title);\n }\n}\n\n function removeTitleIfEmpty(category) {\n\n const remaining = dropZone.querySelectorAll(\n `.draggable[data-category=\"${category}\"]`\n );\n\n if (remaining.length > 0) return;\n\n const title = dropZone.querySelector(\n `[data-drop-category=\"${category}\"]`\n );\n\n if (title) title.remove();\n }\n\n \/* -------------------------\n INSERT IN CORRECT GROUP\n ------------------------- *\/\n\n function insertIntoDropzone(element) {\n\n const category = element.dataset.category;\n\n const title = dropZone.querySelector(\n `[data-drop-category=\"${category}\"]`\n );\n\n if (!title) {\n dropZone.appendChild(element);\n return;\n }\n\n let next = title.nextElementSibling;\n\n while (next && next.classList.contains(\"draggable\")) {\n\n if (next.dataset.category !== category) break;\n\n next = next.nextElementSibling;\n }\n\n dropZone.insertBefore(element, next);\n }\n\n \/* -------------------------\n RESTORE ORIGINAL ORDER\n ------------------------- *\/\n\n function restoreOriginalPosition(element) {\n\n const category = element.dataset.category;\n const order = parseInt(element.dataset.order);\n\n const container = available.querySelector(\n `.category[data-category=\"${category}\"]`\n );\n\n const siblings = container.querySelectorAll(\".draggable\");\n\n let inserted = false;\n\n siblings.forEach(sib => {\n\n const sibOrder = parseInt(sib.dataset.order);\n\n if (!inserted && sibOrder > order) {\n container.insertBefore(element, sib);\n inserted = true;\n }\n\n });\n\n if (!inserted) container.appendChild(element);\n }\n\n \/* -------------------------\n UPDATE HIDDEN FIELD\n ------------------------- *\/\n\n function updateHiddenField() {\n\n const selected = dropZone.querySelectorAll(\".draggable\");\n\n if (selected.length === 0) {\n hiddenInput.value = \"\";\n return;\n }\n\n let grouped = {};\n\n selected.forEach(item => {\n\n const category = item.dataset.category;\n\n if (!grouped[category]) grouped[category] = [];\n\n grouped[category].push(item.textContent.trim());\n\n });\n\n let output = \"\";\n\n Object.keys(grouped).forEach(category => {\n\n const categoryContainer = available.querySelector(\n `.category[data-category=\"${category}\"]`\n );\n\n const title = categoryContainer.dataset.title;\n\n output += title + \":\\n\";\n\n grouped[category].forEach(item => {\n output += \"- \" + item + \"\\n\";\n });\n\n output += \"\\n\";\n\n });\n\n hiddenInput.value = output.trim();\n }\n\n});\n\/\/FINE DRAG&DROP\n\ndocument.addEventListener('DOMContentLoaded', function() {\n\n const ruoloRadios = document.querySelectorAll('input[name=\"ruolo\"]');\n const profBox = document.getElementById('professore-tipo');\n const profRadios = document.querySelectorAll('input[name=\"prof_tipo\"]');\n const altroBox = document.getElementById('ruolo-altro-box');\n const altroInput = document.querySelector('input[name=\"ruolo_altro\"]');\n\n const referaggioRadios = document.querySelectorAll('input[name=\"referaggio\"]');\n const RefAltroBox = document.getElementById('referaggio-altro-box');\n\n function selezionaNo() {\n const noRadio = document.querySelector('input[name=\"prof_tipo\"][value=\"No\"]');\n if(noRadio){\n noRadio.checked = true;\n }\n }\n\n \/\/ All'avvio imposta \"No\"\n selezionaNo();\n\n ruoloRadios.forEach(radio => {\n radio.addEventListener('change', function() {\n\n \/\/ Reset visibilit\u00e0\n profBox.style.display = 'none';\n altroBox.style.display = 'none';\n\n if(altroInput) altroInput.value = '';\n\n \/\/ Se Professore universitario\n if(this.value === 'University Professor'){\n profBox.style.display = 'block';\n\n \/\/ Deseleziona \"No\"\n const noRadio = document.querySelector('input[name=\"prof_tipo\"][value=\"No\"]');\n if(noRadio) noRadio.checked = false;\n } \n else {\n \/\/ Se NON Professore \u2192 seleziona automaticamente \"No\"\n selezionaNo();\n }\n\n \/\/ Se Altro\n if(this.value === 'Other (please specify)'){\n altroBox.style.display = 'block';\n }\n\n });\n });\n \n referaggioRadios.forEach(radio => {\n radio.addEventListener('change', function() {\n\n RefAltroBox.style.display = 'none';\n \n \/\/ Se S\u00ec\n if(this.value === 'Yes'){\n RefAltroBox.style.display = 'block';\n }\n\n });\n });\n});\n\n<\/script>\n<\/p>\n<div>\n\t<p style=\"text-align: center; font-size: 20px;\"><b>General informations<\/b>\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>First Name*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Last name*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"nome\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"nome\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"cognome\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"cognome\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Born in*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>On*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"citta_nascita\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"citta_nascita\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"date-birth\"><input class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" min=\"1920-01-01\" max=\"2006-12-31\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"date\" name=\"date-birth\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<th colspan=\"2\" style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Tax code*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td colspan=\"2\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"cod-fisc\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"cod-fisc\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t<p>Resident in*\n\t\t\t<\/p>\n\t\t<\/th>\n\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t<p>Province*\n\t\t\t<\/p>\n\t\t<\/th>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"citta_residenza\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"citta_residenza\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"prov_residenza\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"prov_residenza\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Address*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>No*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"via_residenza\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"via_residenza\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"num-civ\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"num-civ\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Postcode*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Telephone (including Country code)*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"cap\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"cap\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"telefono\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"telefono\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t<p>Email*\n\t\t\t<\/p>\n\t\t<\/th>\n\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t<p>Certified email (if available)\n\t\t\t<\/p>\n\t\t<\/th>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"pec\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"pec\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p style=\"text-align: center; font-size: 20px;\"><strong>REQUESTS<\/strong>\n\t<\/p>\n\t<p style=\"text-align: center;\">to be registered in the Register of Reviewers for the assignment of anonymous peer-review tasks for articles to be published in the INVALSI Scientific Journal, in the following section(s) (as referred to in Article 1, paragraph 1 of the Public Notice) - (tick the relevant box\/boxes):\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<th style=\"text-align: center; background: #015196;\">\n\t\t\t\t<p>Scientific Area - Disciplinary Sector Groups - Competition sectors*\n\t\t\t\t<\/p>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"sezioni\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"A) 11 - 11\/PAED-01 PEDAGOGY AND HISTORY OF PEDAGOGY AND EDUCATION - 11\/D1 PEDAGOGY AND HISTORY OF PEDAGOGY\" \/><span class=\"wpcf7-list-item-label\">A) 11 - 11\/PAED-01 PEDAGOGY AND HISTORY OF PEDAGOGY AND EDUCATION - 11\/D1 PEDAGOGY AND HISTORY OF PEDAGOGY<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"B) 11 - 11\/PAED-02 EDUCATIONAL RESEARCH, DIDACTICS, SPECIAL PEDAGOGY AND EXPERIMENTAL PEDAGOGY - 11\/D2 DIDACTICS, SPECIAL PEDAGOGY AND EDUCATIONAL RESEARCH\" \/><span class=\"wpcf7-list-item-label\">B) 11 - 11\/PAED-02 EDUCATIONAL RESEARCH, DIDACTICS, SPECIAL PEDAGOGY AND EXPERIMENTAL PEDAGOGY - 11\/D2 DIDACTICS, SPECIAL PEDAGOGY AND EDUCATIONAL RESEARCH<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"C) 11 - 11\/PSIC-01 GENERAL PSYCHOLOGY, NEUROPSYCHOLOGY AND COGNITIVE NEUROSCIENCE, PSYCHOMETRICS - PSIC-01\/A GENERAL PSYCHOLOGY; PSIC-01\/B NEUROPSYCHOLOGY AND COGNITIVE NEUROSCIENCE; PSIC-01\/C PSYCHOMETRICS\" \/><span class=\"wpcf7-list-item-label\">C) 11 - 11\/PSIC-01 GENERAL PSYCHOLOGY, NEUROPSYCHOLOGY AND COGNITIVE NEUROSCIENCE, PSYCHOMETRICS - PSIC-01\/A GENERAL PSYCHOLOGY; PSIC-01\/B NEUROPSYCHOLOGY AND COGNITIVE NEUROSCIENCE; PSIC-01\/C PSYCHOMETRICS<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"D) 11 - 11\/PSIC-02 DEVELOPMENTAL AND EDUCATIONAL PSYCHOLOGY - PSIC-02\/A DEVELOPMENTAL AND EDUCATIONAL PSYCHOLOGY\" \/><span class=\"wpcf7-list-item-label\">D) 11 - 11\/PSIC-02 DEVELOPMENTAL AND EDUCATIONAL PSYCHOLOGY - PSIC-02\/A DEVELOPMENTAL AND EDUCATIONAL PSYCHOLOGY<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"E) 11 - 11\/PSIC-03 SOCIAL, LABOUR AND ORGANISATIONAL PSYCHOLOGY - PSIC-03\/A SOCIAL PSYCHOLOGY; PSIC-03\/B LABOUR AND ORGANISATIONAL PSYCHOLOGY\" \/><span class=\"wpcf7-list-item-label\">E) 11 - 11\/PSIC-03 SOCIAL, LABOUR AND ORGANISATIONAL PSYCHOLOGY - PSIC-03\/A SOCIAL PSYCHOLOGY; PSIC-03\/B LABOUR AND ORGANISATIONAL PSYCHOLOGY<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"F) 13 - 13\/STAT-01 STATISTICS - 13\/D1 - STATISTICS\" \/><span class=\"wpcf7-list-item-label\">F) 13 - 13\/STAT-01 STATISTICS - 13\/D1 - STATISTICS<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"G) 13 - 13\/STAT-02 ECONOMIC STATISTICS - 13\/D2 ECONOMIC STATISTICS\" \/><span class=\"wpcf7-list-item-label\">G) 13 - 13\/STAT-02 ECONOMIC STATISTICS - 13\/D2 ECONOMIC STATISTICS<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"H) 13 - 13\/STAT-03 DEMOGRAPHY AND SOCIAL STATISTICS - 13\/D3 DEMOGRAPHY AND SOCIAL STATISTICS\" \/><span class=\"wpcf7-list-item-label\">H) 13 - 13\/STAT-03 DEMOGRAPHY AND SOCIAL STATISTICS - 13\/D3 DEMOGRAPHY AND SOCIAL STATISTICS<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"I) 14 - 14\/GSPS-05 GENERAL SOCIOLOGY - 14\/C1 GENERAL SOCIOLOGY\" \/><span class=\"wpcf7-list-item-label\">I) 14 - 14\/GSPS-05 GENERAL SOCIOLOGY - 14\/C1 GENERAL SOCIOLOGY<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"checkbox\" name=\"sezioni[]\" value=\"J) 14 - 14\/GSPS-06 SOCIOLOGY OF CULTURAL AND COMMUNICATION PROCESSES - 14\/C2 SOCIOLOGY OF CULTURAL AND COMMUNICATION PROCESSES\" \/><span class=\"wpcf7-list-item-label\">J) 14 - 14\/GSPS-06 SOCIOLOGY OF CULTURAL AND COMMUNICATION PROCESSES - 14\/C2 SOCIOLOGY OF CULTURAL AND COMMUNICATION PROCESSES<\/span><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<div class=\"drag-container\">\n\t\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t\t<tr>\n\t\t\t\t<th colspan=\"2\" style=\"text-align: center; background: #015196;\">\n\t\t\t\t\t<p>AREAS OF EXPERTISE*\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/th>\n\t\t\t<\/tr>\n\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<div id=\"availableItems\" class=\"available-items\">\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat1\" data-title=\"1. Assessment and Evaluation\">\n\t\t\t\t\t\t\t<p><strong>1. Assessment and Evaluation<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item1\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat1\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Educational measurement and psychometrics\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item2\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat1\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Student learning assessment (literacy, numeracy)\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item3\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat1\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Standardized testing and national\/international assessments\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item4\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat1\" data-order=\"4\">\n\t\t\t\t\t\t\t\t<p>Assessment data analysis\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item5\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat1\" data-order=\"5\">\n\t\t\t\t\t\t\t\t<p>Validity and reliability of measurement instruments\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat2\" data-title=\"2. Educational Policy and School Systems\">\n\t\t\t\t\t\t\t<p><strong>2. Educational Policy and School Systems<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item6\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat2\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Analysis of school systems\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item7\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat2\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Educational policy and school improvement\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item8\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat2\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Inclusion and equity in education\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item9\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat2\" data-order=\"4\">\n\t\t\t\t\t\t\t\t<p>Policy monitoring and evaluation\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat3\" data-title=\"3. Statistics and Research Methodology in Education\">\n\t\t\t\t\t\t\t<p><strong>3. Statistics and Research Methodology in Education<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item10\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat3\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Quantitative methods (regression models, multilevel models, longitudinal analysis,\u2026)\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item11\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat3\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Qualitative and mixed methods research\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item12\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat3\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Data science and analysis of large educational datasets\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat4\" data-title=\"4. Gender Studies in Education\">\n\t\t\t\t\t\t\t<p><strong>4. Gender Studies in Education<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item13\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat4\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Gender equity in schools\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item14\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat4\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Gendered learning experiences and outcomes\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item15\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat4\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Policies and interventions to address gender disparities\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item16\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat4\" data-order=\"4\">\n\t\t\t\t\t\t\t\t<p>Intersectionality and diversity in educational contexts\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat5\" data-title=\"5. Psychology of Education\">\n\t\t\t\t\t\t\t<p><strong>5. Psychology of Education<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item17\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat5\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Motivation, self-regulation, and mindset\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item18\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat5\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Student behavior and attitudes\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item19\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat5\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Disability and special educational needs\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat6\" data-title=\"6. Cross-cutting Competencies\">\n\t\t\t\t\t\t\t<p><strong>6. Cross-cutting Competencies<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item20\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat6\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>International comparative education\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item21\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat6\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Educational leadership\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item22\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat6\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Teacher professional development\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item23\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat6\" data-order=\"4\">\n\t\t\t\t\t\t\t\t<p>Educational innovation and experimental interventions\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"category\" data-category=\"cat7\" data-title=\"7. Teaching and Learning\">\n\t\t\t\t\t\t\t<p><strong>7. Teaching and Learning<\/strong>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<div id=\"item24\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat7\" data-order=\"1\">\n\t\t\t\t\t\t\t\t<p>Subject-specific pedagogy (Italian, mathematics, English)\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item25\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat7\" data-order=\"2\">\n\t\t\t\t\t\t\t\t<p>Teaching and learning in primary and secondary schools\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item26\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat7\" data-order=\"3\">\n\t\t\t\t\t\t\t\t<p>Innovative teaching methodologies\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div id=\"item27\" class=\"draggable\" draggable=\"true\"\n           data-category=\"cat7\" data-order=\"4\">\n\t\t\t\t\t\t\t\t<p>Digital learning and educational technologies\n\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<div id=\"dropZone\" class=\"dropzone\">\n\t\t\t\t\t\t<p><span style=\"color: grey;\">Drag here your selected research areas<\/span>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"drag-error\" style=\"color:red; display:none;\">\n\t\t\t\t\t\t<p>Please select at least one research area.\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t<\/table>\n\t<\/div>\n<input class=\"wpcf7-form-control wpcf7-hidden\" id=\"selected_items\" value=\"\" type=\"hidden\" name=\"selected_items\" \/>\n\t<p>&nbsp\n\t<\/p>\n\t<p style=\"text-align: center;\">For this purpose, under the own responsibility and aware of the criminal penalties provided for by Art. 76 of Presidential Decree No. 445\/2000 in cases of false statements and false documentation, pursuant to Articles 46 and 47 of Presidential Decree No. 445\/2000, the undersigned\n\t<\/p>\n\t<p style=\"text-align: center; font-size: 20px;\"><strong>HEREBY DECLARES*<\/strong>\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"possesso_requisiti\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"possesso_requisiti[]\" value=\"1) Possession of the following requirements, as provided for in Article 2, paragraph 1 of the Public Notice:\" \/><span class=\"wpcf7-list-item-label\">1) Possession of the following requirements, as provided for in Article 2, paragraph 1 of the Public Notice:<\/span><\/span><\/span><\/span><span style=\"margin-left: 52px;\">a. qualified and documented experience in the section of the Register for which registration is requested;<\/span><br \/>\n<span style=\"margin-left: 52px;\">b. experience in academic publishing and\/or peer review.<\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><label>2. Affiliation:<span class=\"wpcf7-form-control-wrap\" data-name=\"institute_app\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"institute_app\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"a. University (please specify):\">a. University (please specify):<\/option><option value=\"b. Research institution (please specify):\">b. Research institution (please specify):<\/option><option value=\"c. Other (please specify):\">c. Other (please specify):<\/option><\/select><\/span><\/label>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t\t<td>\n\t\t\t\t<p><label>University, Institution, Other*:<span class=\"wpcf7-form-control-wrap\" data-name=\"institute_spec\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"institute_spec\" \/><\/span><\/label>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>3. Position (tick the relevant box):\n\t\t\t\t<\/p>\n\t\t\t\t<div class=\"ruolo-wrapper\">\n\n <!-- Radio principale obbligatoria -->\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"ruolo\"><span class=\"wpcf7-form-control wpcf7-radio ruolo-radio\" id=\"ruolo\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"ruolo\" value=\"University Professor\" \/><span class=\"wpcf7-list-item-label\">University Professor<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"ruolo\" value=\"Researcher\" \/><span class=\"wpcf7-list-item-label\">Researcher<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"ruolo\" value=\"PhD Candidate\" \/><span class=\"wpcf7-list-item-label\">PhD Candidate<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"ruolo\" value=\"Research Fellow\/Contract Researcher\/Research Grant Holder\" \/><span class=\"wpcf7-list-item-label\">Research Fellow\/Contract Researcher\/Research Grant Holder<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"ruolo\" value=\"Other (please specify)\" \/><span class=\"wpcf7-list-item-label\">Other (please specify)<\/span><\/span><\/span><\/span>\n\t\t\t\t\t<\/p>\n\n <!-- Radio secondaria Professore (nascosta inizialmente) -->\n\t\t\t\t\t<div id=\"professore-tipo\" class=\"sub-field\" style=\"display:none;\">\n\t\t\t\t\t\t<p>Tipologia:<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"prof_tipo\"><span class=\"wpcf7-form-control wpcf7-radio prof-tipo\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"prof_tipo\" value=\"Full Professor\" \/><span class=\"wpcf7-list-item-label\">Full Professor<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"prof_tipo\" value=\"Associate Professor\" \/><span class=\"wpcf7-list-item-label\">Associate Professor<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"prof_tipo\" value=\"Emeritus Professor\" \/><span class=\"wpcf7-list-item-label\">Emeritus Professor<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"prof_tipo\" value=\"No\" \/><span class=\"wpcf7-list-item-label\">No<\/span><\/span><\/span><\/span>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\n <!-- Campo Altro (nascosto inizialmente) -->\n\t\t\t\t\t<div id=\"ruolo-altro-box\" class=\"sub-field\" style=\"display:none;\">\n\t\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"ruolo_altro\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Please specify\" value=\"\" type=\"text\" name=\"ruolo_altro\" \/><\/span>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>4. Number of publications in books and\/or scientific journals (tick the relevant box):\n\t\t\t\t<\/p>\n\t\t\t\t<div class=\"ruolo-wrapper\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"pubblicazioni\"><span class=\"wpcf7-form-control wpcf7-radio\" id=\"pubblicazioni\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"pubblicazioni\" value=\"None\" \/><span class=\"wpcf7-list-item-label\">None<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"pubblicazioni\" value=\"1-5 publications\" \/><span class=\"wpcf7-list-item-label\">1-5 publications<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"pubblicazioni\" value=\"6-10 publications\" \/><span class=\"wpcf7-list-item-label\">6-10 publications<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"pubblicazioni\" value=\"11-20 publications\" \/><span class=\"wpcf7-list-item-label\">11-20 publications<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"pubblicazioni\" value=\"21-50 publications\" \/><span class=\"wpcf7-list-item-label\">21-50 publications<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"pubblicazioni\" value=\"More than 50 publications\" \/><span class=\"wpcf7-list-item-label\">More than 50 publications<\/span><\/span><\/span><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>5. Peer-review experience (tick the relevant box):\n\t\t\t\t<\/p>\n\t\t\t\t<div class=\"ruolo-wrapper\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"referaggio\"><span class=\"wpcf7-form-control wpcf7-radio\" id=\"referaggio\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"referaggio\" value=\"Yes\" \/><span class=\"wpcf7-list-item-label\">Yes<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"referaggio\" value=\"No\" \/><span class=\"wpcf7-list-item-label\">No<\/span><\/span><\/span><\/span><br \/>\n<!-- Campo Altro (nascosto inizialmente) -->\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div id=\"referaggio-altro-box\" class=\"sub-field\" style=\"display:none;\">\n\t\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"si_referaggio\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Specify journal\/series separated by &#039;;&#039;\" value=\"\" type=\"text\" name=\"si_referaggio\" \/><\/span>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>6. English language proficiency \u2013 reading (tick the relevant box):\n\t\t\t\t<\/p>\n\t\t\t\t<div class=\"ruolo-wrapper\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"inglese-rea\"><span class=\"wpcf7-form-control wpcf7-radio\" id=\"inglese-rea\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"inglese-rea\" value=\"None\" \/><span class=\"wpcf7-list-item-label\">None<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"inglese-rea\" value=\"Basic (A1-A2)\" \/><span class=\"wpcf7-list-item-label\">Basic (A1-A2)<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"inglese-rea\" value=\"Intermediate (B1-B2)\" \/><span class=\"wpcf7-list-item-label\">Intermediate (B1-B2)<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"inglese-rea\" value=\"Advanced (C1-C2)\" \/><span class=\"wpcf7-list-item-label\">Advanced (C1-C2)<\/span><\/span><\/span><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>7. English language proficiency \u2013 writing (tick the relevant box):\n\t\t\t\t<\/p>\n\t\t\t\t<div class=\"ruolo-wrapper\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"inglese-wri\"><span class=\"wpcf7-form-control wpcf7-radio\" id=\"inglese-wri\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"inglese-wri\" value=\"None\" \/><span class=\"wpcf7-list-item-label\">None<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"inglese-wri\" value=\"Basic (A1-A2)\" \/><span class=\"wpcf7-list-item-label\">Basic (A1-A2)<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"inglese-wri\" value=\"Intermediate (B1-B2)\" \/><span class=\"wpcf7-list-item-label\">Intermediate (B1-B2)<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"inglese-wri\" value=\"Advanced (C1-C2)\" \/><span class=\"wpcf7-list-item-label\">Advanced (C1-C2)<\/span><\/span><\/span><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"variazioni_recapiti\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"variazioni_recapiti[]\" value=\"8. To undertake to promptly notify INVALSI in writing of any changes to the contact details provided.\" \/><span class=\"wpcf7-list-item-label\">8. To undertake to promptly notify INVALSI in writing of any changes to the contact details provided.<\/span><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>9.\n\t\t\t\t<\/p>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"acconsente\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"acconsente[]\" value=\"I hereby expressly declare that I read the Information about the processing of my personal data pursuant to Article 13 of Regulation (EU) 2016\/679 and Legislative Decree No. 196\/2003, as amended.;\" \/><span class=\"wpcf7-list-item-label\">I hereby expressly declare that I read the Information about the processing of my personal data pursuant to Article 13 of Regulation (EU) 2016\/679 and Legislative Decree No. 196\/2003, as amended.;<\/span><\/span><\/span><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"conforme\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"conforme[]\" value=\"Furthermore, pursuant to Articles 46 and 47 of Presidential Decree No. 445\/2000, I declare that the information provided in this submission and in the attached documentation is true and accurate. I am aware that INVALSI may verify the truthfulness of the declarations made. Should any declaration prove to be false, the applicant\u2014without prejudice to criminal liability under Article 76 of Presidential Decree No. 445\/2000\u2014may lose any benefits resulting from measures adopted on the basis of such declarations.\" \/><span class=\"wpcf7-list-item-label\">Furthermore, pursuant to Articles 46 and 47 of Presidential Decree No. 445\/2000, I declare that the information provided in this submission and in the attached documentation is true and accurate. I am aware that INVALSI may verify the truthfulness of the declarations made. Should any declaration prove to be false, the applicant\u2014without prejudice to criminal liability under Article 76 of Presidential Decree No. 445\/2000\u2014may lose any benefits resulting from measures adopted on the basis of such declarations.<\/span><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<p style=\"text-align: center; font-size: 20px;\"><strong>ATTACHES*<\/strong>\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>1. a professional CV (PDF format), dated and signed (handwritten or digital signature), indicating relevant experience relating to the section of the Register for which registration is requested;<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"file-cv\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file wpcf7-validates-as-required\" accept=\".pdf\" aria-required=\"true\" aria-invalid=\"false\" type=\"file\" name=\"file-cv\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t\t<p>2. a legible front-and-back copy of a valid identity document.<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"file-idc\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file wpcf7-validates-as-required\" accept=\".pdf\" aria-required=\"true\" aria-invalid=\"false\" type=\"file\" name=\"file-idc\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p>&nbsp\n\t<\/p>\n\t<p>&nbsp\n\t<\/p>\n\t<table class=\"cand-ejere\" style=\"border: 2px solid black;\">\n\t\t<tr>\n\t\t\t<td>\n\t\t\t\t<p>10. <a href=\"https:\/\/eventi-area2.invalsi.it\/wp-content\/uploads\/2026\/04\/INFORMATIVA-SUL-TRATTAMENTO-DEI-DATI-PERSONALI_RIVISTA_REVISORI.pdf\" target=\"_blank\"><u>Privacy policy<\/u><\/a>.\n\t\t\t\t<\/p>\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy_policy_revisori\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"privacy_policy_revisori[]\" value=\"I declare that I have read the privacy policy pursuant to Article 13 of EU Regulation 2016\/679.\" \/><span class=\"wpcf7-list-item-label\">I declare that I have read the privacy policy pursuant to Article 13 of EU Regulation 2016\/679.<\/span><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/table>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>APPLICATION FOR THE REGISTER OF REVIEWERS<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template_page-full-width.php","meta":[],"_links":{"self":[{"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/pages\/1757"}],"collection":[{"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/comments?post=1757"}],"version-history":[{"count":2,"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/pages\/1757\/revisions"}],"predecessor-version":[{"id":1986,"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/pages\/1757\/revisions\/1986"}],"wp:attachment":[{"href":"https:\/\/eventi-area2.invalsi.it\/en\/wp-json\/wp\/v2\/media?parent=1757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}