{"id":7075,"date":"2024-04-08T13:00:10","date_gmt":"2024-04-08T11:00:10","guid":{"rendered":"https:\/\/www.icrea.cat\/icreas\/"},"modified":"2024-12-16T17:36:14","modified_gmt":"2024-12-16T16:36:14","slug":"icreas","status":"publish","type":"page","link":"https:\/\/www.icrea.cat\/es\/comunidad\/icreas\/","title":{"rendered":"ICREAs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7075\" class=\"elementor elementor-7075 elementor-1635\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e85eb6 e-flex e-con-boxed e-con e-parent\" data-id=\"1e85eb6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cda6b2b elementor-widget elementor-widget-widget_new_hero\" data-id=\"cda6b2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"widget_new_hero.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"row-icreas-hero\" id=\"icrea-content\">\n                        <div id=\"card-hero-0\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/23962?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-1\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/53663?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-2\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/25095?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-3\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/23900?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-4\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/25099?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-5\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/24089?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-6\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/24040?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n                                <div id=\"card-hero-7\" class=\"card-hero\">\n                <figure style=\"background-image: url('https:\/\/api.icrea.cat\/api\/show-file\/44967?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq')\"><\/figure>\n            <\/div>\n            <\/div>\n\n<script>\n    function reloadIcreas( index) {\n        const filters = {\n            'total_icreas': 1,\n        }\n\n        jQuery(function($) {\n            $.ajax({\n                url: '\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'reload_data',\n                    url: 'icreas\/get-eight-icreas',\n                    template: 'templates\/icreas\/icreas_hero_list_content.php',\n                    filters: JSON.stringify(filters),\n                },\n                success: function(response) {\n                    $(`#card-hero-${index} figure`).addClass(\"salida\");\n\n                    setTimeout(function() {\n                        $(`#card-hero-${index} figure`).css('background-image', `url('${response}')`);\n                    }, 400);\n                    setTimeout(function() {\n                        $(`#card-hero-${index} figure`).removeClass(\"salida\");\n                    }, 1000);\n                   \n                },\n            })\n        })\n    }\n\n    window.onload = function() {\n        setInterval(() => {\n            let options = [0, 1, 2, 3, 4, 5, 6, 7]\n            for (let i = 0; i <= 1; i++) {\n                let divCount = options.length;\n                let randomDivIndex = Math.floor(Math.random() * divCount);\n                options.slice(divCount, 1)\n                reloadIcreasFun(options[randomDivIndex])\n            }\n        }, 3000);\n    }\n\n    function reloadIcreasFun(index) {\n        const randomDiv = document.getElementById('card-hero-' + index);\n        reloadIcreas(index);\n    }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c22a89 e-flex e-con-boxed e-con e-parent\" data-id=\"5c22a89\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4322bbf e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"4322bbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:5}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb626ef elementor-widget elementor-widget-heading\" data-id=\"eb626ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Los <mark>ICREAs<\/mark><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7afaa98 elementor-widget elementor-widget-text-editor\" data-id=\"7afaa98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Los Profesores de Investigaci\u00f3n de ICREA forman una vibrante comunidad de cient\u00edficos e investigadores en todas las \u00e1reas del conocimiento que contribuyen al avance de la humanidad explorando, interpretando y cuestionando. Eche un vistazo y conozca sus sorprendentes descubrimientos y hallazgos. <\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-addc098 elementor-widget elementor-widget-heading\" data-id=\"addc098\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Buscar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-993e657 e-flex e-con-boxed e-con e-parent\" data-id=\"993e657\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0fc15cc e-flex e-con-boxed e-con e-child\" data-id=\"0fc15cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-009f18b elementor-widget elementor-widget-widget_icreas_search\" data-id=\"009f18b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"widget_icreas_search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<form class=\"form-icrea-search\" onsubmit=\"sendfilters()\">\n    <div class=\"col-4\">\n        <label for=\"\">Nombre<\/label>\n        <input type=\"text\" id=\"icrea_input_text_name\" name=\"icrea_input_text_name\">\n    <\/div>\n    <div class=\"col-4\">\n        <label for=\"\">Instituci\u00f3n de acogida<\/label>\n        <select class=\"select2\" name=\"icrea_input_select_institutions\" id=\"icrea_input_select_institutions\">\n            <option value=\"\" selected>Todas<\/option>\n                            <option class=\"select2-title\" value=\"University\" disabled>University<\/option>\n                                    <option id=\"host_117\" value=\"117\">Universitat de Barcelona<\/option>\n                                    <option id=\"host_100\" value=\"100\">Universitat Aut\u00f2noma de Barcelona<\/option>\n                                    <option id=\"host_150\" value=\"150\">Universitat Polit\u00e8cnica de Catalunya<\/option>\n                                    <option id=\"host_166\" value=\"166\">Universitat Pompeu Fabra<\/option>\n                                    <option id=\"host_200\" value=\"200\">Universitat de Lleida<\/option>\n                                    <option id=\"host_136\" value=\"136\">Universitat de Girona<\/option>\n                                    <option id=\"host_179\" value=\"179\">Universitat Rovira i Virgili<\/option>\n                                    <option id=\"host_456\" value=\"456\">Universitat Oberta de Catalunya<\/option>\n                                    <option id=\"host_210586\" value=\"210586\">Universitat de Vic - Universitat Central de Catalunya<\/option>\n                                            <option class=\"select2-title\" value=\"CERCA\" disabled>CERCA<\/option>\n                                    <option id=\"host_300\" value=\"300\">Institut de Ci\u00e8ncies Fot\u00f2niques<\/option>\n                                    <option id=\"host_361\" value=\"361\">Institut d'Investigaci\u00f3 Biom\u00e8dica de Bellvitge<\/option>\n                                    <option id=\"host_276\" value=\"276\">Institut Catal\u00e0 de Paleoecologia Humana i Evoluci\u00f3 Social<\/option>\n                                    <option id=\"host_400\" value=\"400\">Institut de Salut Global Barcelona<\/option>\n                                    <option id=\"host_77\" value=\"77\">Centre de Regulaci\u00f3 Gen\u00f2mica<\/option>\n                                    <option id=\"host_246\" value=\"246\">Fundaci\u00f3 de Recerca Cl\u00ednic Barcelona-Institut d'Investigacions Biom\u00e8diques August Pi i Sunyer<\/option>\n                                    <option id=\"host_436\" value=\"436\">Institut de Recerca en Energia de Catalunya<\/option>\n                                    <option id=\"host_231031\" value=\"231031\">Internet i Innovaci\u00f3 Digital a Catalunya<\/option>\n                                    <option id=\"host_388\" value=\"388\">Centre de Recerca Ecol\u00f2gica i Aplicacions Forestals<\/option>\n                                    <option id=\"host_330\" value=\"330\">Institut Catal\u00e0 de Nanoci\u00e8ncia i Nanotecnologia<\/option>\n                                    <option id=\"host_94\" value=\"94\">IrsiCaixa Immunopathology Research Institute<\/option>\n                                    <option id=\"host_280\" value=\"280\">Institut Catal\u00e0 d'Investigaci\u00f3 Qu\u00edmica<\/option>\n                                    <option id=\"host_256\" value=\"256\">Centre de Recerca Matem\u00e0tica<\/option>\n                                    <option id=\"host_314\" value=\"314\">Institut Catal\u00e0 de Paleontologia Miquel Crusafont<\/option>\n                                    <option id=\"host_324\" value=\"324\">Centre Internacional de M\u00e8todes Num\u00e8rics a Enginyeria<\/option>\n                                    <option id=\"host_375\" value=\"375\">Institut Catal\u00e0 de Recerca de l'Aigua<\/option>\n                                    <option id=\"host_215\" value=\"215\">Institut de Bioenginyeria de Catalunya<\/option>\n                                    <option id=\"host_1400\" value=\"1400\">Hospital del Mar Research Institute<\/option>\n                                    <option id=\"host_442\" value=\"442\">Institut de Recerca contra la Leuc\u00e8mia Josep Carreras<\/option>\n                                    <option id=\"host_417\" value=\"417\">Vall d'Hebron Institut d'Oncologia<\/option>\n                                    <option id=\"host_270\" value=\"270\">Institut de Recerca Biom\u00e8dica<\/option>\n                                    <option id=\"host_285\" value=\"285\">Vall d'Hebron Institut de Recerca<\/option>\n                                    <option id=\"host_155134\" value=\"155134\">Centre de Recerca en Economia Internacional<\/option>\n                                    <option id=\"host_218514\" value=\"218514\">Institut d'Investigaci\u00f3 en Ci\u00e8ncies de la Salut Germans Trias i Pujol<\/option>\n                                    <option id=\"host_207\" value=\"207\">Institut de F\u00edsica d'Altes Energies<\/option>\n                                    <option id=\"host_341\" value=\"341\">Institut Catal\u00e0 d'Arqueologia Cl\u00e0ssica<\/option>\n                                    <option id=\"host_24066\" value=\"24066\">Institut de Recerca del Hospital de la Santa Creu i Sant Pau<\/option>\n                                    <option id=\"host_17566\" value=\"17566\">Centre d'Estudis Demogr\u00e0fics<\/option>\n                                    <option id=\"host_392\" value=\"392\">Centre de Recerca en Agrigen\u00f2mica<\/option>\n                                            <option class=\"select2-title\" value=\"CSIC\" disabled>CSIC<\/option>\n                                    <option id=\"host_238\" value=\"238\">Institut de Biologia Molecular de Barcelona<\/option>\n                                    <option id=\"host_429\" value=\"429\">Institut de Biologia Evolutiva<\/option>\n                                    <option id=\"host_317\" value=\"317\">Instituci\u00f3 Mil\u00e0 i Fontanals<\/option>\n                                    <option id=\"host_320\" value=\"320\">Institut de Ci\u00e8ncies del Mar<\/option>\n                                    <option id=\"host_232\" value=\"232\">Institut de Ci\u00e8ncia de Materials de Barcelona<\/option>\n                                    <option id=\"host_449\" value=\"449\">Centre d'Estudis Avan\u00e7ats de Blanes<\/option>\n                                    <option id=\"host_371\" value=\"371\">Institut de Ci\u00e8ncies de l'Espai<\/option>\n                                    <option id=\"host_227\" value=\"227\">Institut d'An\u00e0lisi Econ\u00f2mica<\/option>\n                                            <option class=\"select2-title\" value=\"Other Research Centres\" disabled>Other Research Centres<\/option>\n                                    <option id=\"host_349\" value=\"349\">Barcelona Supercomputing Center - Centro Nacional de Supercomputaci\u00f3n<\/option>\n                                    <option id=\"host_25183\" value=\"25183\">Centre Nacional d'An\u00e0lisi Gen\u00f3mica<\/option>\n                                    <option id=\"host_343399\" value=\"343399\">Parc de Salut Mar<\/option>\n                                    <\/select>\n    <\/div>\n    <div class=\"col-4\">\n        <label for=\"\">Palabras clave<\/label>\n        <input type=\"text\" id=\"icrea_input_text_keywords\" name=\"icrea_input_text_keywords\">\n    <\/div>\n    <div class=\"col-4\">\n        <label for=\"\">\u00c1rea<\/label>\n        <select class=\"select2\" name=\"icrea_input_select_areas\" id=\"icrea_input_select_areas\">\n            <option value=\"\" selected>Todas<\/option>\n                            <option id=\"area_70\" value=\"70\">Social & Behavioural Sciences<\/option>\n                            <option id=\"area_71\" value=\"71\">Humanities<\/option>\n                            <option id=\"area_72\" value=\"72\">Experimental Sciences & Mathematics<\/option>\n                            <option id=\"area_73\" value=\"73\">Engineering Sciences<\/option>\n                            <option id=\"area_74\" value=\"74\">Life & Medical Sciences<\/option>\n                    <\/select>\n    <\/div>\n    <div class=\"col-4\">\n        <label for=\"\">Panel ERC<\/label>\n        <select class=\"select2\" name=\"icrea_input_select_ercs\" id=\"icrea_input_select_ercs\">\n            <option value=\"\" selected>Todos<\/option>\n                            <option id=\"erc_298\" value=\"298\">LS - Life Sciences<\/option>\n                            <option id=\"erc_299\" value=\"299\">LS1 - Molecules of Life: Biological Mechanisms, Structures and Functions<\/option>\n                            <option id=\"erc_300\" value=\"300\">LS1_1 - Macromolecular complexes including interactions involving nucleic acids, proteins, lipids and carbohydrates<\/option>\n                            <option id=\"erc_309\" value=\"309\">LS1_10 - Synthetic biology<\/option>\n                            <option id=\"erc_310\" value=\"310\">LS1_11 - Chemical biology<\/option>\n                            <option id=\"erc_311\" value=\"311\">LS1_12 - Protein design<\/option>\n                            <option id=\"erc_312\" value=\"312\">LS1_13 - Early translational research and drug design<\/option>\n                            <option id=\"erc_313\" value=\"313\">LS1_14 - Innovative methods and modelling in molecular, structural and synthetic biology<\/option>\n                            <option id=\"erc_301\" value=\"301\">LS1_2 - Biochemistry<\/option>\n                            <option id=\"erc_302\" value=\"302\">LS1_3 - DNA and RNA biology<\/option>\n                            <option id=\"erc_303\" value=\"303\">LS1_4 - Protein biology<\/option>\n                            <option id=\"erc_304\" value=\"304\">LS1_5 - Lipid biology<\/option>\n                            <option id=\"erc_305\" value=\"305\">LS1_6 - Glycobiology<\/option>\n                            <option id=\"erc_306\" value=\"306\">LS1_7 - Molecular biophysics, biomechanics, bioenergetics<\/option>\n                            <option id=\"erc_307\" value=\"307\">LS1_8 - Structural biology<\/option>\n                            <option id=\"erc_308\" value=\"308\">LS1_9 - Molecular mechanisms of signalling processes<\/option>\n                            <option id=\"erc_314\" value=\"314\">LS2 - Integrative Biology: from Genes and Genomes to Systems<\/option>\n                            <option id=\"erc_315\" value=\"315\">LS2_1 - Genetics<\/option>\n                            <option id=\"erc_324\" value=\"324\">LS2_10 - Glycomics\/Lipidomics<\/option>\n                            <option id=\"erc_325\" value=\"325\">LS2_11 - Bioinformatics and computational biology<\/option>\n                            <option id=\"erc_326\" value=\"326\">LS2_12 - Biostatistics<\/option>\n                            <option id=\"erc_327\" value=\"327\">LS2_13 - Systems biology<\/option>\n                            <option id=\"erc_328\" value=\"328\">LS2_14 - Genetic diseases<\/option>\n                            <option id=\"erc_329\" value=\"329\">LS2_15 - Integrative biology for personalised medicine<\/option>\n                            <option id=\"erc_330\" value=\"330\">LS2_16 - Innovative methods and modelling in integrative biology<\/option>\n                            <option id=\"erc_316\" value=\"316\">LS2_2 - Gene editing<\/option>\n                            <option id=\"erc_317\" value=\"317\">LS2_3 - Epigenetics<\/option>\n                            <option id=\"erc_318\" value=\"318\">LS2_4 - Gene regulation<\/option>\n                            <option id=\"erc_319\" value=\"319\">LS2_5 - Genomics<\/option>\n                            <option id=\"erc_320\" value=\"320\">LS2_6 - Metagenomics<\/option>\n                            <option id=\"erc_321\" value=\"321\">LS2_7 - Transcriptomics<\/option>\n                            <option id=\"erc_322\" value=\"322\">LS2_8 - Proteomics<\/option>\n                            <option id=\"erc_323\" value=\"323\">LS2_9 - Metabolomics<\/option>\n                            <option id=\"erc_331\" value=\"331\">LS3 - Cellular, Developmental and Regenerative Biology<\/option>\n                            <option id=\"erc_332\" value=\"332\">LS3_1 - Cell cycle, cell division and growth<\/option>\n                            <option id=\"erc_341\" value=\"341\">LS3_10 - Developmental genetics<\/option>\n                            <option id=\"erc_342\" value=\"342\">LS3_11 - Evolution of developmental strategies<\/option>\n                            <option id=\"erc_343\" value=\"343\">LS3_12 - Organoids<\/option>\n                            <option id=\"erc_344\" value=\"344\">LS3_13 - Stem cells<\/option>\n                            <option id=\"erc_345\" value=\"345\">LS3_14 - Regeneration<\/option>\n                            <option id=\"erc_346\" value=\"346\">LS3_15 - Development of cell-based therapeutic approaches for tissue regeneration<\/option>\n                            <option id=\"erc_347\" value=\"347\">LS3_16 - Functional imaging of cells and tissues<\/option>\n                            <option id=\"erc_348\" value=\"348\">LS3_17 - Theoretical modelling in cellular, developmental and regenerative biology<\/option>\n                            <option id=\"erc_333\" value=\"333\">LS3_2 - Cell senescence, cell death, autophagy, cell ageing<\/option>\n                            <option id=\"erc_334\" value=\"334\">LS3_3 - Cell behaviour, including control of cell shape, cell migration<\/option>\n                            <option id=\"erc_335\" value=\"335\">LS3_4 - Cell junctions, cell adhesion, the extracellular matrix, cell communication<\/option>\n                            <option id=\"erc_336\" value=\"336\">LS3_5 - Cell signalling and signal transduction, exosome biology<\/option>\n                            <option id=\"erc_337\" value=\"337\">LS3_6 - Organelle biology and trafficking<\/option>\n                            <option id=\"erc_338\" value=\"338\">LS3_7 - Mechanobiology of cells, tissues and organs<\/option>\n                            <option id=\"erc_339\" value=\"339\">LS3_8 - Embryogenesis, pattern formation, morphogenesis<\/option>\n                            <option id=\"erc_340\" value=\"340\">LS3_9 - Cell differentiation, formation of tissues and organs<\/option>\n                            <option id=\"erc_349\" value=\"349\">LS4 - Physiology in Health, Disease and Ageing<\/option>\n                            <option id=\"erc_350\" value=\"350\">LS4_1 - Organ and tissue physiology and pathophysiology<\/option>\n                            <option id=\"erc_359\" value=\"359\">LS4_10 - The cardiovascular system and cardiovascular diseases<\/option>\n                            <option id=\"erc_360\" value=\"360\">LS4_11 - Haematopoiesis and blood diseases<\/option>\n                            <option id=\"erc_361\" value=\"361\">LS4_12 - Cancer<\/option>\n                            <option id=\"erc_362\" value=\"362\">LS4_13 - Other non-communicable diseases (except disorders of the nervous system and immunity-related diseases)<\/option>\n                            <option id=\"erc_351\" value=\"351\">LS4_2 - Comparative physiology<\/option>\n                            <option id=\"erc_352\" value=\"352\">LS4_3 - Physiology of ageing<\/option>\n                            <option id=\"erc_353\" value=\"353\">LS4_4 - Endocrinology<\/option>\n                            <option id=\"erc_354\" value=\"354\">LS4_5 - Non-hormonal mechanisms of inter-organ and tissue communication<\/option>\n                            <option id=\"erc_355\" value=\"355\">LS4_6 - Microbiome and host physiology<\/option>\n                            <option id=\"erc_356\" value=\"356\">LS4_7 - Nutrition and exercise physiology<\/option>\n                            <option id=\"erc_357\" value=\"357\">LS4_8 - Impact of stress (including environmental stress) on physiology<\/option>\n                            <option id=\"erc_358\" value=\"358\">LS4_9 - Metabolism and metabolic disorders, including diabetes and obesity<\/option>\n                            <option id=\"erc_363\" value=\"363\">LS5 - Neuroscience and Disorders of the Nervous System<\/option>\n                            <option id=\"erc_364\" value=\"364\">LS5_1 - Neuronal cells<\/option>\n                            <option id=\"erc_373\" value=\"373\">LS5_10 - Ageing of the nervous system<\/option>\n                            <option id=\"erc_374\" value=\"374\">LS5_11 - Neurological and neurodegenerative disorders<\/option>\n                            <option id=\"erc_375\" value=\"375\">LS5_12 - Mental disorders<\/option>\n                            <option id=\"erc_376\" value=\"376\">LS5_13 - Nervous system injuries and trauma, stroke<\/option>\n                            <option id=\"erc_377\" value=\"377\">LS5_14 - Repair and regeneration of the nervous system<\/option>\n                            <option id=\"erc_378\" value=\"378\">LS5_15 - Neuroimmunology, neuroinflammation<\/option>\n                            <option id=\"erc_379\" value=\"379\">LS5_16 - Systems and computational neuroscience<\/option>\n                            <option id=\"erc_380\" value=\"380\">LS5_17 - Imaging in neuroscience<\/option>\n                            <option id=\"erc_381\" value=\"381\">LS5_18 - Innovative methods and tools for neuroscience<\/option>\n                            <option id=\"erc_365\" value=\"365\">LS5_2 - Glial cells and neuronal-glial communication<\/option>\n                            <option id=\"erc_366\" value=\"366\">LS5_3 - Neural development and related disorders<\/option>\n                            <option id=\"erc_367\" value=\"367\">LS5_4 - Neural stem cells<\/option>\n                            <option id=\"erc_368\" value=\"368\">LS5_5 - Neural networks and plasticity<\/option>\n                            <option id=\"erc_369\" value=\"369\">LS5_6 - Neurovascular biology and blood-brain barrier<\/option>\n                            <option id=\"erc_370\" value=\"370\">LS5_7 - Sensory systems, sensation and perception, including pain<\/option>\n                            <option id=\"erc_371\" value=\"371\">LS5_8 - Neural basis of behaviour<\/option>\n                            <option id=\"erc_372\" value=\"372\">LS5_9 - Neural basis of cognition<\/option>\n                            <option id=\"erc_382\" value=\"382\">LS6 - Immunity, Infection and Immunotherapy<\/option>\n                            <option id=\"erc_383\" value=\"383\">LS6_1 - Innate immunity<\/option>\n                            <option id=\"erc_392\" value=\"392\">LS6_10 - Vaccine development<\/option>\n                            <option id=\"erc_393\" value=\"393\">LS6_11 - Innovative immunological tools and approaches, including therapies<\/option>\n                            <option id=\"erc_384\" value=\"384\">LS6_2 - Adaptive immunity<\/option>\n                            <option id=\"erc_385\" value=\"385\">LS6_3 - Regulation of the immune response<\/option>\n                            <option id=\"erc_386\" value=\"386\">LS6_4 - Immune-related diseases<\/option>\n                            <option id=\"erc_387\" value=\"387\">LS6_5 - Biology of pathogens (e.g. bacteria, viruses, parasites, fungi)<\/option>\n                            <option id=\"erc_388\" value=\"388\">LS6_6 - Infectious diseases<\/option>\n                            <option id=\"erc_389\" value=\"389\">LS6_7 - Mechanisms of infection<\/option>\n                            <option id=\"erc_390\" value=\"390\">LS6_8 - Biological basis of prevention and treatment of infection<\/option>\n                            <option id=\"erc_391\" value=\"391\">LS6_9 - Antimicrobials, antimicrobial resistance<\/option>\n                            <option id=\"erc_394\" value=\"394\">LS7 - Prevention, Diagnosis and Treatment of Human Diseases<\/option>\n                            <option id=\"erc_395\" value=\"395\">LS7_1 - Medical imaging for prevention, diagnosis and monitoring of diseases<\/option>\n                            <option id=\"erc_404\" value=\"404\">LS7_10 - Preventative and prognostic medicine<\/option>\n                            <option id=\"erc_405\" value=\"405\">LS7_11 - Environmental health, occupational medicine<\/option>\n                            <option id=\"erc_406\" value=\"406\">LS7_12 - Health care, including care for the ageing population<\/option>\n                            <option id=\"erc_407\" value=\"407\">LS7_13 - Palliative medicine<\/option>\n                            <option id=\"erc_408\" value=\"408\">LS7_14 - Digital medicine, e-medicine, medical applications of artificial intelligence<\/option>\n                            <option id=\"erc_409\" value=\"409\">LS7_15 - Medical ethics<\/option>\n                            <option id=\"erc_396\" value=\"396\">LS7_2 - Medical technologies and tools (including genetic tools and biomarkers) for prevention, diagnosis, monitoring and treatment of diseases<\/option>\n                            <option id=\"erc_397\" value=\"397\">LS7_3 - Nanomedicine<\/option>\n                            <option id=\"erc_398\" value=\"398\">LS7_4 - Regenerative medicine<\/option>\n                            <option id=\"erc_399\" value=\"399\">LS7_5 - Applied gene, cell and immune therapies<\/option>\n                            <option id=\"erc_400\" value=\"400\">LS7_6 - Other medical therapeutic interventions, including transplantation<\/option>\n                            <option id=\"erc_401\" value=\"401\">LS7_7 - Pharmacology and toxicology<\/option>\n                            <option id=\"erc_402\" value=\"402\">LS7_8 - Effectiveness of interventions, including resistance to therapies<\/option>\n                            <option id=\"erc_403\" value=\"403\">LS7_9 - Public health and epidemiology<\/option>\n                            <option id=\"erc_410\" value=\"410\">LS8 - Environmental Biology, Ecology and Evolution<\/option>\n                            <option id=\"erc_411\" value=\"411\">LS8_1 - Ecosystem and community ecology, macroecology<\/option>\n                            <option id=\"erc_420\" value=\"420\">LS8_10 - Ecology and evolution of species interactions<\/option>\n                            <option id=\"erc_421\" value=\"421\">LS8_11 - Behavioural ecology and evolution<\/option>\n                            <option id=\"erc_422\" value=\"422\">LS8_12 - Microbial ecology and evolution<\/option>\n                            <option id=\"erc_423\" value=\"423\">LS8_13 - Marine biology and ecology<\/option>\n                            <option id=\"erc_424\" value=\"424\">LS8_14 - Ecophysiology, from organisms to ecosystems<\/option>\n                            <option id=\"erc_425\" value=\"425\">LS8_15 - Theoretical developments and modelling in environmental biology, ecology, and evolution<\/option>\n                            <option id=\"erc_412\" value=\"412\">LS8_2 - Biodiversity<\/option>\n                            <option id=\"erc_413\" value=\"413\">LS8_3 - Conservation biology<\/option>\n                            <option id=\"erc_414\" value=\"414\">LS8_4 - Population biology, population dynamics, population genetics<\/option>\n                            <option id=\"erc_415\" value=\"415\">LS8_5 - Biological aspects of environmental change, including climate change<\/option>\n                            <option id=\"erc_416\" value=\"416\">LS8_6 - Evolutionary ecology<\/option>\n                            <option id=\"erc_417\" value=\"417\">LS8_7 - Evolutionary genetics<\/option>\n                            <option id=\"erc_418\" value=\"418\">LS8_8 - Phylogenetics, systematics, comparative biology<\/option>\n                            <option id=\"erc_419\" value=\"419\">LS8_9 - Macroevolution and paleobiology<\/option>\n                            <option id=\"erc_426\" value=\"426\">LS9 - Biotechnology and Biosystems Engineering<\/option>\n                            <option id=\"erc_427\" value=\"427\">LS9_1 - Bioengineering for synthetic and chemical biology<\/option>\n                            <option id=\"erc_436\" value=\"436\">LS9_10 - Veterinary and applied animal sciences<\/option>\n                            <option id=\"erc_437\" value=\"437\">LS9_11 - Biomass production and utilisation, biofuels<\/option>\n                            <option id=\"erc_438\" value=\"438\">LS9_12 - Ecotoxicology, biohazards and biosafety<\/option>\n                            <option id=\"erc_428\" value=\"428\">LS9_2 - Applied genetics, gene editing and transgenic organisms<\/option>\n                            <option id=\"erc_429\" value=\"429\">LS9_3 - Bioengineering of cells, tissues, organs and organisms<\/option>\n                            <option id=\"erc_430\" value=\"430\">LS9_4 - Microbial biotechnology and bioengineering<\/option>\n                            <option id=\"erc_431\" value=\"431\">LS9_5 - Food biotechnology and bioengineering<\/option>\n                            <option id=\"erc_432\" value=\"432\">LS9_6 - Marine biotechnology and bioengineering<\/option>\n                            <option id=\"erc_433\" value=\"433\">LS9_7 - Environmental biotechnology and bioengineering<\/option>\n                            <option id=\"erc_434\" value=\"434\">LS9_8 - Applied plant sciences, plant breeding, agroecology and soil biology<\/option>\n                            <option id=\"erc_435\" value=\"435\">LS9_9 - Plant pathology and pest resistance<\/option>\n                            <option id=\"erc_104\" value=\"104\">PE - Physical Sciences and Engineering<\/option>\n                            <option id=\"erc_105\" value=\"105\">PE1 - Mathematics: All areas of mathematics, pure and applied, plus mathematical foundations of computer science, mathematical physics and statistics<\/option>\n                            <option id=\"erc_261\" value=\"261\">PE10 - Earth System Science: Physical geography, geology, geophysics, atmospheric sciences, oceanography, climatology, cryology, ecology, global environmental change, biogeochemical cycles, natural...<\/option>\n                            <option id=\"erc_262\" value=\"262\">PE10_1 - Atmospheric chemistry, atmospheric composition, air pollution<\/option>\n                            <option id=\"erc_271\" value=\"271\">PE10_10 - Mineralogy, petrology, igneous petrology, metamorphic petrology<\/option>\n                            <option id=\"erc_272\" value=\"272\">PE10_11 - Geochemistry, cosmochemistry, crystal chemistry, isotope geochemistry, thermodynamics<\/option>\n                            <option id=\"erc_273\" value=\"273\">PE10_12 - Sedimentology, soil science, palaeontology, earth evolution<\/option>\n                            <option id=\"erc_274\" value=\"274\">PE10_13 - Physical geography, geomorphology<\/option>\n                            <option id=\"erc_275\" value=\"275\">PE10_14 - Earth observations from space\/remote sensing<\/option>\n                            <option id=\"erc_276\" value=\"276\">PE10_15 - Geomagnetism, palaeomagnetism<\/option>\n                            <option id=\"erc_277\" value=\"277\">PE10_16 - Ozone, upper atmosphere, ionosphere<\/option>\n                            <option id=\"erc_278\" value=\"278\">PE10_17 - Hydrology, hydrogeology, engineering and environmental geology, water and soil pollution<\/option>\n                            <option id=\"erc_279\" value=\"279\">PE10_18 - Cryosphere, dynamics of snow and ice cover, sea ice, permafrosts and ice sheets<\/option>\n                            <option id=\"erc_280\" value=\"280\">PE10_19 - Planetary geology and geophysics<\/option>\n                            <option id=\"erc_263\" value=\"263\">PE10_2 - Meteorology, atmospheric physics and dynamics<\/option>\n                            <option id=\"erc_281\" value=\"281\">PE10_20 - Geohazards<\/option>\n                            <option id=\"erc_282\" value=\"282\">PE10_21 - Earth system modelling and interactions<\/option>\n                            <option id=\"erc_264\" value=\"264\">PE10_3 - Climatology and climate change<\/option>\n                            <option id=\"erc_265\" value=\"265\">PE10_4 - Terrestrial ecology, land cover change<\/option>\n                            <option id=\"erc_266\" value=\"266\">PE10_5 - Geology, tectonics, volcanology<\/option>\n                            <option id=\"erc_267\" value=\"267\">PE10_6 - Palaeoclimatology, palaeoecology<\/option>\n                            <option id=\"erc_268\" value=\"268\">PE10_7 - Physics of earth\u2019s interior, seismology, geodynamics<\/option>\n                            <option id=\"erc_269\" value=\"269\">PE10_8 - Oceanography (physical, chemical, biological, geological)<\/option>\n                            <option id=\"erc_270\" value=\"270\">PE10_9 - Biogeochemistry, biogeochemical cycles, environmental chemistry<\/option>\n                            <option id=\"erc_106\" value=\"106\">PE1_1 - Logic and foundations<\/option>\n                            <option id=\"erc_283\" value=\"283\">PE11 - Materials Engineering: Advanced materials development: performance enhancement, modelling, large-scale preparation, modification, tailoring, optimisation, novel and combined use of materials, etc.<\/option>\n                            <option id=\"erc_115\" value=\"115\">PE1_10 - ODE and dynamical systems<\/option>\n                            <option id=\"erc_116\" value=\"116\">PE1_11 - Theoretical aspects of partial differential equations<\/option>\n                            <option id=\"erc_284\" value=\"284\">PE11_1 - Engineering of biomaterials, biomimetic, bioinspired and bio-enabled materials<\/option>\n                            <option id=\"erc_293\" value=\"293\">PE11_10 - Soft materials engineering, e.g. gels, foams, colloids<\/option>\n                            <option id=\"erc_294\" value=\"294\">PE11_11 - Porous materials engineering, e.g. covalent-organic, metal-organic, porous aromatic frameworks<\/option>\n                            <option id=\"erc_295\" value=\"295\">PE11_12 - Semi-conducting and magnetic materials engineering<\/option>\n                            <option id=\"erc_296\" value=\"296\">PE11_13 - Metamaterials engineering<\/option>\n                            <option id=\"erc_297\" value=\"297\">PE11_14 - Computational methods for materials engineering<\/option>\n                            <option id=\"erc_117\" value=\"117\">PE1_12 - Mathematical physics<\/option>\n                            <option id=\"erc_285\" value=\"285\">PE11_2 - Engineering of metals and alloys<\/option>\n                            <option id=\"erc_118\" value=\"118\">PE1_13 - Probability<\/option>\n                            <option id=\"erc_286\" value=\"286\">PE11_3 - Engineering of ceramics and glasses<\/option>\n                            <option id=\"erc_119\" value=\"119\">PE1_14 - Mathematical statistics<\/option>\n                            <option id=\"erc_287\" value=\"287\">PE11_4 - Engineering of polymers and plastics<\/option>\n                            <option id=\"erc_120\" value=\"120\">PE1_15 - Generic statistical methodology and modelling<\/option>\n                            <option id=\"erc_288\" value=\"288\">PE11_5 - Engineering of composites and hybrid materials<\/option>\n                            <option id=\"erc_121\" value=\"121\">PE1_16 - Discrete mathematics and combinatorics<\/option>\n                            <option id=\"erc_289\" value=\"289\">PE11_6 - Engineering of carbon materials<\/option>\n                            <option id=\"erc_122\" value=\"122\">PE1_17 - Mathematical aspects of computer science<\/option>\n                            <option id=\"erc_290\" value=\"290\">PE11_7 - Engineering of metal oxides<\/option>\n                            <option id=\"erc_123\" value=\"123\">PE1_18 - Numerical analysis<\/option>\n                            <option id=\"erc_291\" value=\"291\">PE11_8 - Engineering of alternative established or emergent materials<\/option>\n                            <option id=\"erc_124\" value=\"124\">PE1_19 - Scientific computing and data processing<\/option>\n                            <option id=\"erc_292\" value=\"292\">PE11_9 - Nanomaterials engineering, e.g. nanoparticles, nanoporous materials, 1D & 2D nanomaterials<\/option>\n                            <option id=\"erc_107\" value=\"107\">PE1_2 - Algebra<\/option>\n                            <option id=\"erc_125\" value=\"125\">PE1_20 - Control theory and optimisation and operational research<\/option>\n                            <option id=\"erc_126\" value=\"126\">PE1_21 - Application of mathematics in sciences<\/option>\n                            <option id=\"erc_127\" value=\"127\">PE1_22 - Application of mathematics in industry and society<\/option>\n                            <option id=\"erc_108\" value=\"108\">PE1_3 - Number theory<\/option>\n                            <option id=\"erc_109\" value=\"109\">PE1_4 - Algebraic and complex geometry<\/option>\n                            <option id=\"erc_110\" value=\"110\">PE1_5 - Lie groups, Lie algebras<\/option>\n                            <option id=\"erc_111\" value=\"111\">PE1_6 - Geometry and global analysis<\/option>\n                            <option id=\"erc_112\" value=\"112\">PE1_7 - Topology<\/option>\n                            <option id=\"erc_113\" value=\"113\">PE1_8 - Analysis<\/option>\n                            <option id=\"erc_114\" value=\"114\">PE1_9 - Operator algebras and functional analysis<\/option>\n                            <option id=\"erc_128\" value=\"128\">PE2 - Fundamental Constituents of Matter: Particle, nuclear, plasma, atomic, molecular, gas, and optical physics<\/option>\n                            <option id=\"erc_129\" value=\"129\">PE2_1 - Theory of fundamental interactions<\/option>\n                            <option id=\"erc_138\" value=\"138\">PE2_10 - Atomic, molecular physics<\/option>\n                            <option id=\"erc_139\" value=\"139\">PE2_11 - Ultra-cold atoms and molecules<\/option>\n                            <option id=\"erc_140\" value=\"140\">PE2_12 - Optics, non-linear optics and nano-optics<\/option>\n                            <option id=\"erc_141\" value=\"141\">PE2_13 - Quantum optics and quantum information<\/option>\n                            <option id=\"erc_142\" value=\"142\">PE2_14 - Lasers, ultra-short lasers and laser physics<\/option>\n                            <option id=\"erc_143\" value=\"143\">PE2_15 - Thermodynamics<\/option>\n                            <option id=\"erc_144\" value=\"144\">PE2_16 - Non-linear physics<\/option>\n                            <option id=\"erc_145\" value=\"145\">PE2_17 - Metrology and measurement<\/option>\n                            <option id=\"erc_146\" value=\"146\">PE2_18 - Equilibrium and non-equilibrium statistical mechanics: steady states and dynamics<\/option>\n                            <option id=\"erc_130\" value=\"130\">PE2_2 - Phenomenology of fundamental interactions<\/option>\n                            <option id=\"erc_131\" value=\"131\">PE2_3 - Experimental particle physics with accelerators<\/option>\n                            <option id=\"erc_132\" value=\"132\">PE2_4 - Experimental particle physics without accelerators<\/option>\n                            <option id=\"erc_133\" value=\"133\">PE2_5 - Classical and quantum physics of gravitational interactions<\/option>\n                            <option id=\"erc_134\" value=\"134\">PE2_6 - Nuclear, hadron and heavy ion physics<\/option>\n                            <option id=\"erc_135\" value=\"135\">PE2_7 - Nuclear and particle astrophysics<\/option>\n                            <option id=\"erc_136\" value=\"136\">PE2_8 - Gas and plasma physics<\/option>\n                            <option id=\"erc_137\" value=\"137\">PE2_9 - Electromagnetism<\/option>\n                            <option id=\"erc_147\" value=\"147\">PE3 - Condensed Matter Physics: Structure, electronic properties, fluids, nanosciences, biological physics<\/option>\n                            <option id=\"erc_148\" value=\"148\">PE3_1 - Structure of solids, material growth and characterisation<\/option>\n                            <option id=\"erc_157\" value=\"157\">PE3_10 - Nanophysics: nanoelectronics, nanophotonics, nanomagnetism, nanoelectromechanics<\/option>\n                            <option id=\"erc_158\" value=\"158\">PE3_11 - Mesoscopic quantum physics and solid-state quantum technologies<\/option>\n                            <option id=\"erc_159\" value=\"159\">PE3_12 - Molecular electronics<\/option>\n                            <option id=\"erc_160\" value=\"160\">PE3_13 - Structure and dynamics of disordered systems, e.g. soft matter (gels, colloids, liquid crystals), granular matter, liquids, glasses, defects<\/option>\n                            <option id=\"erc_161\" value=\"161\">PE3_14 - Fluid dynamics (physics)<\/option>\n                            <option id=\"erc_162\" value=\"162\">PE3_15 - Statistical physics: phase transitions, condensed matter systems, models of complex systems, interdisciplinary applications<\/option>\n                            <option id=\"erc_163\" value=\"163\">PE3_16 - Physics of biological systems<\/option>\n                            <option id=\"erc_149\" value=\"149\">PE3_2 - Mechanical and acoustical properties of condensed matter, Lattice dynamics<\/option>\n                            <option id=\"erc_150\" value=\"150\">PE3_3 - Transport properties of condensed matter<\/option>\n                            <option id=\"erc_151\" value=\"151\">PE3_4 - Electronic properties of materials, surfaces, interfaces, nanostructures<\/option>\n                            <option id=\"erc_152\" value=\"152\">PE3_5 - Physical properties of semiconductors and insulators<\/option>\n                            <option id=\"erc_153\" value=\"153\">PE3_6 - Macroscopic quantum phenomena, e.g. superconductivity, superfluidity, quantum Hall effect<\/option>\n                            <option id=\"erc_154\" value=\"154\">PE3_7 - Spintronics<\/option>\n                            <option id=\"erc_155\" value=\"155\">PE3_8 - Magnetism and strongly correlated systems<\/option>\n                            <option id=\"erc_156\" value=\"156\">PE3_9 - Condensed matter \u2013 beam interactions (photons, electrons, etc.)<\/option>\n                            <option id=\"erc_164\" value=\"164\">PE4 - Physical and Analytical Chemical Sciences: Analytical chemistry, chemical theory, physical chemistry\/chemical physics<\/option>\n                            <option id=\"erc_165\" value=\"165\">PE4_1 - Physical chemistry<\/option>\n                            <option id=\"erc_174\" value=\"174\">PE4_10 - Heterogeneous catalysis<\/option>\n                            <option id=\"erc_175\" value=\"175\">PE4_11 - Physical chemistry of biological systems<\/option>\n                            <option id=\"erc_176\" value=\"176\">PE4_12 - Chemical reactions: mechanisms, dynamics, kinetics and catalytic reactions<\/option>\n                            <option id=\"erc_177\" value=\"177\">PE4_13 - Theoretical and computational chemistry<\/option>\n                            <option id=\"erc_178\" value=\"178\">PE4_14 - Radiation and Nuclear chemistry<\/option>\n                            <option id=\"erc_179\" value=\"179\">PE4_15 - Photochemistry<\/option>\n                            <option id=\"erc_180\" value=\"180\">PE4_16 - Corrosion<\/option>\n                            <option id=\"erc_181\" value=\"181\">PE4_17 - Characterisation methods of materials<\/option>\n                            <option id=\"erc_182\" value=\"182\">PE4_18 - Environment chemistry<\/option>\n                            <option id=\"erc_166\" value=\"166\">PE4_2 - Spectroscopic and spectrometric techniques<\/option>\n                            <option id=\"erc_167\" value=\"167\">PE4_3 - Molecular architecture and Structure<\/option>\n                            <option id=\"erc_168\" value=\"168\">PE4_4 - Surface science and nanostructures<\/option>\n                            <option id=\"erc_169\" value=\"169\">PE4_5 - Analytical chemistry<\/option>\n                            <option id=\"erc_170\" value=\"170\">PE4_6 - Chemical physics<\/option>\n                            <option id=\"erc_171\" value=\"171\">PE4_7 - Chemical instrumentation<\/option>\n                            <option id=\"erc_172\" value=\"172\">PE4_8 - Electrochemistry, electrodialysis, microfluidics, sensors<\/option>\n                            <option id=\"erc_173\" value=\"173\">PE4_9 - Method development in chemistry<\/option>\n                            <option id=\"erc_183\" value=\"183\">PE5 - Synthetic Chemistry and Materials: New materials and new synthetic approaches, structure-properties relations, solid state chemistry, molecular architecture, organic chemistry<\/option>\n                            <option id=\"erc_184\" value=\"184\">PE5_1 - Structural properties of materials<\/option>\n                            <option id=\"erc_193\" value=\"193\">PE5_10 - Colloid chemistry<\/option>\n                            <option id=\"erc_194\" value=\"194\">PE5_11 - Biological chemistry and chemical biology<\/option>\n                            <option id=\"erc_195\" value=\"195\">PE5_12 - Chemistry of condensed matter<\/option>\n                            <option id=\"erc_196\" value=\"196\">PE5_13 - Homogeneous catalysis<\/option>\n                            <option id=\"erc_197\" value=\"197\">PE5_14 - Macromolecular chemistry<\/option>\n                            <option id=\"erc_198\" value=\"198\">PE5_15 - Polymer chemistry<\/option>\n                            <option id=\"erc_199\" value=\"199\">PE5_16 - Supramolecular chemistry<\/option>\n                            <option id=\"erc_200\" value=\"200\">PE5_17 - Organic chemistry<\/option>\n                            <option id=\"erc_201\" value=\"201\">PE5_18 - Medicinal chemistry<\/option>\n                            <option id=\"erc_185\" value=\"185\">PE5_2 - Solid state materials chemistry<\/option>\n                            <option id=\"erc_186\" value=\"186\">PE5_3 - Surface modification<\/option>\n                            <option id=\"erc_187\" value=\"187\">PE5_4 - Thin films<\/option>\n                            <option id=\"erc_188\" value=\"188\">PE5_5 - Ionic liquids<\/option>\n                            <option id=\"erc_189\" value=\"189\">PE5_6 - New materials: oxides, alloys, composite, organic-inorganic hybrid, nanoparticles<\/option>\n                            <option id=\"erc_190\" value=\"190\">PE5_7 - Biomaterials synthesis<\/option>\n                            <option id=\"erc_191\" value=\"191\">PE5_8 - Intelligent materials synthesis \u2013 self assembled materials<\/option>\n                            <option id=\"erc_192\" value=\"192\">PE5_9 - Coordination chemistry<\/option>\n                            <option id=\"erc_202\" value=\"202\">PE6 - Computer Science and Informatics: Informatics and information systems, computer science, scientific computing, intelligent systems<\/option>\n                            <option id=\"erc_203\" value=\"203\">PE6_1 - Computer architecture, embedded systems, operating systems<\/option>\n                            <option id=\"erc_212\" value=\"212\">PE6_10 - Web and information systems, data management systems, information retrieval and digital libraries, data fusion<\/option>\n                            <option id=\"erc_213\" value=\"213\">PE6_11 - Machine learning, statistical data processing and applications using signal processing (e.g. speech, image, video)<\/option>\n                            <option id=\"erc_214\" value=\"214\">PE6_12 - Scientific computing, simulation and modelling tools<\/option>\n                            <option id=\"erc_215\" value=\"215\">PE6_13 - Bioinformatics, bio-inspired computing, and natural computing<\/option>\n                            <option id=\"erc_216\" value=\"216\">PE6_14 - Quantum computing (formal methods, algorithms and other computer science aspects)<\/option>\n                            <option id=\"erc_204\" value=\"204\">PE6_2 - Distributed systems, parallel computing, sensor networks, cyber-physical systems<\/option>\n                            <option id=\"erc_205\" value=\"205\">PE6_3 - Software engineering, programming languages and systems<\/option>\n                            <option id=\"erc_206\" value=\"206\">PE6_4 - Theoretical computer science, formal methods, automata<\/option>\n                            <option id=\"erc_207\" value=\"207\">PE6_5 - Security, privacy, cryptology, quantum cryptography<\/option>\n                            <option id=\"erc_208\" value=\"208\">PE6_6 - Algorithms and complexity, distributed, parallel and network algorithms, algorithmic game theory<\/option>\n                            <option id=\"erc_209\" value=\"209\">PE6_7 - Artificial intelligence, intelligent systems, natural language processing<\/option>\n                            <option id=\"erc_210\" value=\"210\">PE6_8 - Computer graphics, computer vision, multimedia, computer games<\/option>\n                            <option id=\"erc_211\" value=\"211\">PE6_9 - Human computer interaction and interface, visualisation<\/option>\n                            <option id=\"erc_217\" value=\"217\">PE7 - Systems and Communication Engineering: Electrical, electronic, communication, optical and systems engineering<\/option>\n                            <option id=\"erc_218\" value=\"218\">PE7_1 - Control engineering<\/option>\n                            <option id=\"erc_227\" value=\"227\">PE7_10 - Robotics<\/option>\n                            <option id=\"erc_228\" value=\"228\">PE7_11 - Components and systems for applications (in e.g. medicine, biology, environment)<\/option>\n                            <option id=\"erc_229\" value=\"229\">PE7_12 - Electrical energy production, distribution, application<\/option>\n                            <option id=\"erc_219\" value=\"219\">PE7_2 - Electrical engineering: power components and\/or systems<\/option>\n                            <option id=\"erc_220\" value=\"220\">PE7_3 - Simulation engineering and modelling<\/option>\n                            <option id=\"erc_221\" value=\"221\">PE7_4 - (Micro and nano) systems engineering<\/option>\n                            <option id=\"erc_222\" value=\"222\">PE7_5 - (Micro and nano) electronic, optoelectronic and photonic components<\/option>\n                            <option id=\"erc_223\" value=\"223\">PE7_6 - Communication systems, wireless technology, high-frequency technology<\/option>\n                            <option id=\"erc_224\" value=\"224\">PE7_7 - Signal processing<\/option>\n                            <option id=\"erc_225\" value=\"225\">PE7_8 - Networks, e.g. communication networks and nodes, Internet of Things, sensor networks, networks of robots<\/option>\n                            <option id=\"erc_226\" value=\"226\">PE7_9 - Man-machine-interfaces<\/option>\n                            <option id=\"erc_230\" value=\"230\">PE8 - Products and Processes Engineering: Product and process design, chemical, civil, environmental, mechanical, vehicle engineering, energy processes and relevant computational methods<\/option>\n                            <option id=\"erc_231\" value=\"231\">PE8_1 - Aerospace engineering<\/option>\n                            <option id=\"erc_240\" value=\"240\">PE8_10 - Manufacturing engineering and industrial design<\/option>\n                            <option id=\"erc_241\" value=\"241\">PE8_11 - Environmental engineering, e.g. sustainable design, waste and water treatment, recycling, regeneration or recovery of compounds, carbon capture & storage<\/option>\n                            <option id=\"erc_242\" value=\"242\">PE8_12 - Naval\/marine engineering<\/option>\n                            <option id=\"erc_243\" value=\"243\">PE8_13 - Industrial bioengineering<\/option>\n                            <option id=\"erc_244\" value=\"244\">PE8_14 - Automotive and rail engineering; multi-\/inter-modal transport engineering<\/option>\n                            <option id=\"erc_232\" value=\"232\">PE8_2 - Chemical engineering, technical chemistry<\/option>\n                            <option id=\"erc_233\" value=\"233\">PE8_3 - Civil engineering, architecture, offshore construction, lightweight construction, geotechnics<\/option>\n                            <option id=\"erc_234\" value=\"234\">PE8_4 - Computational engineering<\/option>\n                            <option id=\"erc_235\" value=\"235\">PE8_5 - Fluid mechanics<\/option>\n                            <option id=\"erc_236\" value=\"236\">PE8_6 - Energy processes engineering<\/option>\n                            <option id=\"erc_237\" value=\"237\">PE8_7 - Mechanical engineering<\/option>\n                            <option id=\"erc_238\" value=\"238\">PE8_8 - Propulsion engineering, e.g. hydraulic, turbo, piston, hybrid engines<\/option>\n                            <option id=\"erc_239\" value=\"239\">PE8_9 - Production technology, process engineering<\/option>\n                            <option id=\"erc_245\" value=\"245\">PE9 - Universe Sciences: Astro-physics\/-chemistry\/-biology; solar system; planetary systems; stellar, galactic and extragalactic astronomy; cosmology; space sciences; astronomical instrumentation and data<\/option>\n                            <option id=\"erc_248\" value=\"248\">PE9_1 - Solar physics \u2013 the Sun and the heliosphere<\/option>\n                            <option id=\"erc_257\" value=\"257\">PE9_10 - Relativistic astrophysics and compact objects<\/option>\n                            <option id=\"erc_258\" value=\"258\">PE9_11 - Gravitational wave astronomy<\/option>\n                            <option id=\"erc_259\" value=\"259\">PE9_12 - High-energy and particle astronomy<\/option>\n                            <option id=\"erc_260\" value=\"260\">PE9_13 - Astronomical instrumentation and data, e.g. telescopes, detectors, techniques, archives, analyses<\/option>\n                            <option id=\"erc_249\" value=\"249\">PE9_2 - Solar system science<\/option>\n                            <option id=\"erc_250\" value=\"250\">PE9_3 - Exoplanetary science, formation and characterization of extrasolar planets<\/option>\n                            <option id=\"erc_251\" value=\"251\">PE9_4 - Astrobiology<\/option>\n                            <option id=\"erc_252\" value=\"252\">PE9_5 - Interstellar medium and star formation<\/option>\n                            <option id=\"erc_253\" value=\"253\">PE9_6 - Stars \u2013 stellar physics, stellar systems<\/option>\n                            <option id=\"erc_254\" value=\"254\">PE9_7 - The Milky Way<\/option>\n                            <option id=\"erc_255\" value=\"255\">PE9_8 - Galaxies \u2013 formation, evolution, clusters<\/option>\n                            <option id=\"erc_256\" value=\"256\">PE9_9 - Cosmology and large-scale structure, dark matter, dark energy<\/option>\n                            <option id=\"erc_8\" value=\"8\">SH - Social Sciences and Humanities<\/option>\n                            <option id=\"erc_9\" value=\"9\">SH1 - Individuals, Markets and Organisations: Economics, finance and management<\/option>\n                            <option id=\"erc_10\" value=\"10\">SH1_1 - Macroeconomics; monetary economics; economic growth<\/option>\n                            <option id=\"erc_19\" value=\"19\">SH1_10 - Management; strategy; organisational behaviour<\/option>\n                            <option id=\"erc_20\" value=\"20\">SH1_11 - Human resource management; operations management, marketing<\/option>\n                            <option id=\"erc_21\" value=\"21\">SH1_12 - Environmental economics; resource and energy economics; agricultural economics<\/option>\n                            <option id=\"erc_22\" value=\"22\">SH1_13 - Labour and demographic economics<\/option>\n                            <option id=\"erc_23\" value=\"23\">SH1_14 - Health economics; economics of education<\/option>\n                            <option id=\"erc_24\" value=\"24\">SH1_15 - Public economics; political economics; law and economics<\/option>\n                            <option id=\"erc_25\" value=\"25\">SH1_16 - Historical economics; quantitative economic history; institutional economics; economic systems<\/option>\n                            <option id=\"erc_11\" value=\"11\">SH1_2 - International trade; international management; international business; spatial economics<\/option>\n                            <option id=\"erc_12\" value=\"12\">SH1_3 - Development economics; structural change; political economy of development<\/option>\n                            <option id=\"erc_13\" value=\"13\">SH1_4 - Finance; asset pricing; international finance; market microstructure<\/option>\n                            <option id=\"erc_14\" value=\"14\">SH1_5 - Corporate finance; banking and financial intermediation; accounting; auditing; insurance<\/option>\n                            <option id=\"erc_15\" value=\"15\">SH1_6 - Econometrics; operations research<\/option>\n                            <option id=\"erc_16\" value=\"16\">SH1_7 - Behavioural economics; experimental economics; neuro-economics<\/option>\n                            <option id=\"erc_17\" value=\"17\">SH1_8 - Microeconomic theory; game theory; decision theory<\/option>\n                            <option id=\"erc_18\" value=\"18\">SH1_9 - Industrial organisation; entrepreneurship; R&D and innovation<\/option>\n                            <option id=\"erc_26\" value=\"26\">SH2 - Institutions, Governance and Legal Systems: Political science, international relations, law<\/option>\n                            <option id=\"erc_27\" value=\"27\">SH2_1 - Political systems, governance<\/option>\n                            <option id=\"erc_28\" value=\"28\">SH2_2 - Democratisation and social movements<\/option>\n                            <option id=\"erc_29\" value=\"29\">SH2_3 - Conflict resolution, war, peace building, international law<\/option>\n                            <option id=\"erc_30\" value=\"30\">SH2_4 - Legal studies, constitutions, human rights, comparative law<\/option>\n                            <option id=\"erc_31\" value=\"31\">SH2_5 - International relations, global and transnational governance<\/option>\n                            <option id=\"erc_32\" value=\"32\">SH2_6 - Humanitarian assistance and development<\/option>\n                            <option id=\"erc_33\" value=\"33\">SH2_7 - Political and legal philosophy<\/option>\n                            <option id=\"erc_34\" value=\"34\">SH2_8 - Big data in political and legal studies<\/option>\n                            <option id=\"erc_35\" value=\"35\">SH3 - The Social World and its Diversity: Sociology, social psychology, social anthropology, education sciences, communication studies<\/option>\n                            <option id=\"erc_36\" value=\"36\">SH3_1 - Social structure, social mobility, social innovation<\/option>\n                            <option id=\"erc_45\" value=\"45\">SH3_10 - Religious studies, ritual; symbolic representation<\/option>\n                            <option id=\"erc_46\" value=\"46\">SH3_11 - Social aspects of teaching and learning, curriculum studies, education and educational policies<\/option>\n                            <option id=\"erc_47\" value=\"47\">SH3_12 - Communication and information, networks, media<\/option>\n                            <option id=\"erc_48\" value=\"48\">SH3_13 - Digital social research<\/option>\n                            <option id=\"erc_49\" value=\"49\">SH3_14 - Social studies of science and technology<\/option>\n                            <option id=\"erc_37\" value=\"37\">SH3_2 - Inequalities, discrimination, prejudice<\/option>\n                            <option id=\"erc_38\" value=\"38\">SH3_3 - Aggression and violence, antisocial behaviour, crime<\/option>\n                            <option id=\"erc_39\" value=\"39\">SH3_4 - Social integration, exclusion, prosocial behaviour<\/option>\n                            <option id=\"erc_40\" value=\"40\">SH3_5 - Attitudes and beliefs<\/option>\n                            <option id=\"erc_41\" value=\"41\">SH3_6 - Social influence; power and group behaviour<\/option>\n                            <option id=\"erc_42\" value=\"42\">SH3_7 - Kinship; diversity and identities, gender, interethnic relations<\/option>\n                            <option id=\"erc_43\" value=\"43\">SH3_8 - Social policies, welfare, work and employment<\/option>\n                            <option id=\"erc_44\" value=\"44\">SH3_9 - Poverty and poverty alleviation<\/option>\n                            <option id=\"erc_50\" value=\"50\">SH4 - The Human Mind and Its Complexity: Cognitive science, psychology, linguistics, theoretical philosophy<\/option>\n                            <option id=\"erc_51\" value=\"51\">SH4_1 - Cognitive basis of human development and education, developmental disorders; comparative cognition<\/option>\n                            <option id=\"erc_60\" value=\"60\">SH4_10 - Language typology; historical linguistics<\/option>\n                            <option id=\"erc_61\" value=\"61\">SH4_11 - Pragmatics, sociolinguistics, linguistic anthropology, discourse analysis<\/option>\n                            <option id=\"erc_62\" value=\"62\">SH4_12 - Philosophy of mind, philosophy of language<\/option>\n                            <option id=\"erc_63\" value=\"63\">SH4_13 - Philosophy of science, epistemology, logic<\/option>\n                            <option id=\"erc_52\" value=\"52\">SH4_2 - Personality and social cognition; emotion<\/option>\n                            <option id=\"erc_53\" value=\"53\">SH4_3 - Clinical and health psychology<\/option>\n                            <option id=\"erc_54\" value=\"54\">SH4_4 - Neuropsychology<\/option>\n                            <option id=\"erc_55\" value=\"55\">SH4_5 - Attention, perception, action, consciousness<\/option>\n                            <option id=\"erc_56\" value=\"56\">SH4_6 - Learning, memory; cognition in ageing<\/option>\n                            <option id=\"erc_57\" value=\"57\">SH4_7 - Reasoning, decision-making; intelligence<\/option>\n                            <option id=\"erc_58\" value=\"58\">SH4_8 - Language learning and processing (first and second languages)<\/option>\n                            <option id=\"erc_59\" value=\"59\">SH4_9 - Theoretical linguistics; computational linguistics<\/option>\n                            <option id=\"erc_64\" value=\"64\">SH5 - Cultures and Cultural Production: Literary studies, cultural studies, study of the arts, philosophy<\/option>\n                            <option id=\"erc_65\" value=\"65\">SH5_1 - Classics, ancient literature and art<\/option>\n                            <option id=\"erc_74\" value=\"74\">SH5_10 - Ethics and its applications; social philosophy<\/option>\n                            <option id=\"erc_75\" value=\"75\">SH5_11 - History of philosophy<\/option>\n                            <option id=\"erc_76\" value=\"76\">SH5_12 - Computational modelling and digitisation in the cultural sphere<\/option>\n                            <option id=\"erc_66\" value=\"66\">SH5_2 - Theory and history of literature, comparative literature<\/option>\n                            <option id=\"erc_67\" value=\"67\">SH5_3 - Philology; text and image studies<\/option>\n                            <option id=\"erc_68\" value=\"68\">SH5_4 - Visual and performing arts, film, design and architecture<\/option>\n                            <option id=\"erc_69\" value=\"69\">SH5_5 - Music and musicology; history of music<\/option>\n                            <option id=\"erc_70\" value=\"70\">SH5_6 - History of art and architecture, arts-based research<\/option>\n                            <option id=\"erc_71\" value=\"71\">SH5_7 - Museums, exhibitions, conservation and restoration<\/option>\n                            <option id=\"erc_72\" value=\"72\">SH5_8 - Cultural studies, cultural identities and memories, cultural heritage<\/option>\n                            <option id=\"erc_73\" value=\"73\">SH5_9 - Metaphysics, philosophical anthropology; aesthetics<\/option>\n                            <option id=\"erc_77\" value=\"77\">SH6 - The Study of the Human Past: Archaeology and history<\/option>\n                            <option id=\"erc_78\" value=\"78\">SH6_1 - Historiography, Theory and methods in history, including the analysis of digital data<\/option>\n                            <option id=\"erc_87\" value=\"87\">SH6_10 - Colonial and post-colonial history<\/option>\n                            <option id=\"erc_88\" value=\"88\">SH6_11 - Global history, transnational history, comparative history, entangled histories<\/option>\n                            <option id=\"erc_89\" value=\"89\">SH6_12 - Social and economic history<\/option>\n                            <option id=\"erc_90\" value=\"90\">SH6_13 - Gender history, cultural history, history of collective identities and memories, history of religions<\/option>\n                            <option id=\"erc_91\" value=\"91\">SH6_14 - History of ideas, intellectual history, history of economic thought<\/option>\n                            <option id=\"erc_92\" value=\"92\">SH6_15 - History of science, medicine and technologies<\/option>\n                            <option id=\"erc_79\" value=\"79\">SH6_2 - Classical archaeology, history of archaeology, social archaeology<\/option>\n                            <option id=\"erc_80\" value=\"80\">SH6_3 - General archaeology, archaeometry, landscape archaeology<\/option>\n                            <option id=\"erc_81\" value=\"81\">SH6_4 - Prehistory, palaeoanthropology, palaeodemography, protohistory, bioarchaeology<\/option>\n                            <option id=\"erc_82\" value=\"82\">SH6_5 - Palaeography and codicology<\/option>\n                            <option id=\"erc_83\" value=\"83\">SH6_6 - Ancient history<\/option>\n                            <option id=\"erc_84\" value=\"84\">SH6_7 - Medieval history<\/option>\n                            <option id=\"erc_85\" value=\"85\">SH6_8 - Early modern history<\/option>\n                            <option id=\"erc_86\" value=\"86\">SH6_9 - Modern and contemporary history<\/option>\n                            <option id=\"erc_93\" value=\"93\">SH7 - Human Mobility, Environment and Space: Human geography, demography, health, sustainability science, territorial planning, spatial analysis<\/option>\n                            <option id=\"erc_94\" value=\"94\">SH7_1 - Human, economic and social geography<\/option>\n                            <option id=\"erc_103\" value=\"103\">SH7_10 - GIS, spatial analysis; big data in geographical studies<\/option>\n                            <option id=\"erc_95\" value=\"95\">SH7_2 - Migration<\/option>\n                            <option id=\"erc_96\" value=\"96\">SH7_3 - Population dynamics: households, family and fertility<\/option>\n                            <option id=\"erc_97\" value=\"97\">SH7_4 - Social aspects of health, ageing and society<\/option>\n                            <option id=\"erc_98\" value=\"98\">SH7_5 - Sustainability sciences, environment and resources<\/option>\n                            <option id=\"erc_99\" value=\"99\">SH7_6 - Environmental and climate change, societal impact and policy<\/option>\n                            <option id=\"erc_100\" value=\"100\">SH7_7 - Cities; urban, regional and rural studies<\/option>\n                            <option id=\"erc_101\" value=\"101\">SH7_8 - Land use and planning<\/option>\n                            <option id=\"erc_102\" value=\"102\">SH7_9 - Energy, transportation and mobility<\/option>\n                    <\/select>\n    <\/div>\n    <!-- <div class=\"col-2\">\n        <label for=\"\">Nuevos ICREAs<\/label>\n        <div class=\"controller-radio\">\n            <input type=\"checkbox\" id=\"icrea_input_checkbox_new_icrea\" name=\"icrea_input_checkbox_new_icrea\" value=\"1\">\n            <span>Si<\/span>\n        <\/div>\n    <\/div>\n    <div class=\"col-2\">\n        <label for=\"\">ICREAs en excedencia<\/label>\n        <div class=\"controller-radio\">\n            <input type=\"checkbox\" id=\"icrea_input_checkbox_on_leave\" name=\"icrea_input_checkbox_on_leave\" value=\"1\">\n            <span>Si<\/span>\n        <\/div>\n    <\/div>\n    <div class=\"col-2\">\n        <label for=\"\">Former ICREAs<\/label>\n        <div class=\"controller-radio\">\n            <input type=\"checkbox\" name=\"icrea_input_checkbox_former\" id=\"icrea_input_checkbox_former\" value=\"1\">\n            <span>Si<\/span>\n        <\/div>\n    <\/div> -->\n    <div class=\"col-6 \">\n        <button type=\"submit\">Buscar <img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/search-line.svg\"><\/button>\n    <\/div>  \n    <div class=\"col-6 clearbtn-filters\">\n        <button class=\"clear\" type=\"button\" onclick=\"clearFilters()\">Limpiar todos los filtros<\/button>\n    <\/div>\n<\/form>\n\n<script>\n\n    localStorage.removeItem(\"icrea_input_text_name\");\n    localStorage.removeItem(\"icrea_input_text_keywords\");\n    localStorage.removeItem(\"icrea_input_select_institutions\");\n    localStorage.removeItem(\"icrea_input_select_ercs\");\n    localStorage.removeItem(\"icrea_input_checkbox_former\");\n    localStorage.removeItem(\"icrea_input_checkbox_on_leave\");\n    localStorage.removeItem(\"icrea_input_checkbox_new_icrea\");\n\n    jQuery(function($) {\n        $(document).ready(function() {\n            $('.select2').select2();\n        })\n    })\n\n    function sendfilters() {\n        event.preventDefault()\n        jQuery(function($) {\n\n            localStorage.removeItem(\"icrea_input_text_name\");\n            localStorage.removeItem(\"icrea_input_text_keywords\");\n            localStorage.removeItem(\"icrea_input_select_institutions\");\n            localStorage.removeItem(\"icrea_input_select_areas\");\n            localStorage.removeItem(\"icrea_input_select_ercs\");\n            localStorage.removeItem(\"icrea_input_checkbox_former\");\n            localStorage.removeItem(\"icrea_input_checkbox_on_leave\");\n            localStorage.removeItem(\"icrea_input_checkbox_new_icrea\");\n\n            if ($(\"#icrea_input_text_name\").val()) {\n                localStorage.setItem(\"icrea_input_text_name\", $(\"#icrea_input_text_name\").val());\n            }\n            if ($(\"#icrea_input_text_keywords\").val()) {\n                localStorage.setItem(\"icrea_input_text_keywords\", $(\"#icrea_input_text_keywords\").val());\n            }\n            if ($(\"#icrea_input_select_institutions\").val()) {\n                localStorage.setItem(\"icrea_input_select_institutions\", $(\"#icrea_input_select_institutions\").val());\n            }\n            if ($(\"#icrea_input_select_areas\").val()) {\n                localStorage.setItem(\"icrea_input_select_areas\", $(\"#icrea_input_select_areas\").val());\n            }\n            if ($(\"#icrea_input_select_ercs\").val()) {\n                localStorage.setItem(\"icrea_input_select_ercs\", $(\"#icrea_input_select_ercs\").val());\n            }\n            if ($(\"#icrea_input_checkbox_former\").is(':checked')) {\n                localStorage.setItem(\"icrea_input_checkbox_former\", 1);\n            }\n            if ($(\"#icrea_input_checkbox_on_leave\").is(':checked')) {\n                localStorage.setItem(\"icrea_input_checkbox_on_leave\", 1);\n            }\n            if ($(\"#icrea_input_checkbox_new_icrea\").is(':checked')) {\n                localStorage.setItem(\"icrea_input_checkbox_new_icrea\", 1);\n            }\n\n            const filters = {\n                'icrea_input_text_name': localStorage.getItem('icrea_input_text_name'),\n                'icrea_input_text_keywords': localStorage.getItem('icrea_input_text_keywords'),\n                'icrea_input_select_institutions': localStorage.getItem('icrea_input_select_institutions'),\n                'icrea_input_select_areas': localStorage.getItem('icrea_input_select_areas'),\n                'icrea_input_select_ercs': localStorage.getItem('icrea_input_select_ercs'),\n                'icrea_input_checkbox_former': localStorage.getItem('icrea_input_checkbox_former'),\n                'icrea_input_checkbox_on_leave': localStorage.getItem('icrea_input_checkbox_on_leave'),\n                'icrea_input_checkbox_new_icrea': localStorage.getItem('icrea_input_checkbox_new_icrea'),\n            };\n\n            $.ajax({\n                url: '\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'filter',\n                    filters: JSON.stringify(filters),\n                    template: 'templates\/icreas\/icreas.php',\n                    id: 'icrea-section',\n                    url: 'icreas',\n                },\n                beforeSend: function() {\n                    $('#icrea-section').html('<div class=\"icrea-loader-container\"><div class=\"icrea-loader\"><\/div><\/div>')\n                },\n                success: function(response) {\n                    $('#icrea-section').html(response);\n                    const hasActiveFilters = Object.values(filters).some(v => v !== null && v !== '');\n                    if (!hasActiveFilters) {\n                        $('#icrea-section .icrea-section-header').hide();\n                    } else {\n                        $('#icrea-section .icrea-section-header').show();\n                    }\n                },\n            });\n        });\n    }\n\n    function clearFilters() {\n        jQuery(function ($){\n            $(\".form-icrea-search input[type=text]\").val(\"\")\n            $('.form-icrea-search .select2').val(null).trigger('change');\n            $(\"input[type=checkbox]\").prop('checked', false)\n        })\n\n        sendfilters()\n    }\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a698247 e-flex e-con-boxed e-con e-parent\" data-id=\"a698247\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e38f9f elementor-widget elementor-widget-widget_icreas\" data-id=\"4e38f9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"widget_icreas.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"icrea-section\">\n    <div class='icrea-section-header' style=\"display: none;\">\n        <h2><span>317<\/span> resultados<\/h2>\n    <\/div>\n\n    <div class='row-cards-icrea'>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/46435?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Ac\u00edn Dal Maschio, Antonio <\/h3>\n                    <p class=\"area\">Engineering Sciences<\/p>                                                            <p class=\"host\">Institut de Ci\u00e8ncies Fot\u00f2niques (ICFO)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17552\/antonio-acin-dal-maschio\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        <span class=\"new_icrea_alert\">ICREA Emeritus<\/span>\n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/23954?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Agust\u00ed Ballester, Jordi <\/h3>\n                    <p class=\"area\">Humanities<\/p>                                            <p class=\"on_leave\">\n                            <span>\n                                01 Nov. 2005<\/span> to <span>19 Sep. 2024                                <!-- <br>(Retired) -->\n                        <\/span>\n                        <\/p> \n                                                            <p class=\"host\">Institut Catal\u00e0 de Paleoecologia Humana i Evoluci\u00f3 Social (IPHES)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17491\/jordi-agusti-ballester\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/53987?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Ahmad, Shahzada <\/h3>\n                    <p class=\"area\">Engineering Sciences<\/p>                                                            <p class=\"host\">Universitat de Barcelona (UB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/30141\/shahzada-ahmad\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/24155?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Alarc\u00f3n, Tom\u00e1s <\/h3>\n                    <p class=\"area\">Experimental Sciences & Mathematics<\/p>                                                            <p class=\"host\">Centre de Recerca Matem\u00e0tica (CRM)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17078\/tomas-alarcon\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/23870?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Alb\u00e0 Soler, M. Mar <\/h3>\n                    <p class=\"area\">Life & Medical Sciences<\/p>                                                            <p class=\"host\">Hospital del Mar Research Institute (HMRIB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17487\/m-mar-alba-soler\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/23952?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Alberni Jord\u00e0, Anna <\/h3>\n                    <p class=\"area\">Humanities<\/p>                                                            <p class=\"host\">Universitat de Barcelona (UB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17507\/anna-alberni-jorda\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/53646?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Albert Crist\u00f3bal, Rosa Mar\u00eda <\/h3>\n                    <p class=\"area\">Humanities<\/p>                                                            <p class=\"host\">Universitat Aut\u00f2noma de Barcelona (UAB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17418\/rosa-maria-albert-cristobal\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/51512?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Alert Zen\u00f3n, Ricard <\/h3>\n                    <p class=\"area\">Experimental Sciences & Mathematics<\/p>                                                            <p class=\"host\">Universitat de Barcelona (UB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/29846\/ricard-alert-zenon\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/48519?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Aliaga Alcalde, N\u00faria <\/h3>\n                    <p class=\"area\">Experimental Sciences & Mathematics<\/p>                                                            <p class=\"host\">Institut de Ci\u00e8ncia de Materials de Barcelona (CSIC - ICMAB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17567\/nuria-aliaga-alcalde\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/51516?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Alm\u00e9cija, Sergio <\/h3>\n                    <p class=\"area\">Humanities<\/p>                                                            <p class=\"host\">Institut Catal\u00e0 de Paleontologia Miquel Crusafont (ICP)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/4149\/sergio-almecija\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/24153?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Aloy Calaf, Patrick <\/h3>\n                    <p class=\"area\">Life & Medical Sciences<\/p>                                                            <p class=\"host\">Institut de Recerca Biom\u00e8dica (IRB Barcelona)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17482\/patrick-aloy-calaf\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/24081?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>\u00c1lvarez Puebla, Ram\u00f3n <\/h3>\n                    <p class=\"area\">Experimental Sciences & Mathematics<\/p>                                                            <p class=\"host\">Universitat Rovira i Virgili (URV)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/17687\/ramon-alvarez-puebla\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/34839?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Andero Gal\u00ed, Ra\u00fcl <\/h3>\n                    <p class=\"area\">Social & Behavioural Sciences<\/p>                                                            <p class=\"host\">Universitat Aut\u00f2noma de Barcelona (UAB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/20125\/raul-andero-gali\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/44960?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Andreu Hayles, Laia <\/h3>\n                    <p class=\"area\">Experimental Sciences & Mathematics<\/p>                                                            <p class=\"host\">Centre de Recerca Ecol\u00f2gica i Aplicacions Forestals (CREAF)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/21894\/laia-andreu-hayles\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"col-4\">\n                <div class=\"card-reaserch icreas\">\n                                        \n                                            <figure style=\"background-image:url(https:\/\/api.icrea.cat\/api\/show-file\/23588?token=e93QZVcbwi9MQxRz6wtTQzfAHr28aOEUdAPEPJfy2lA4d7E1KuZ61cSaXiLAPtqq)\"><\/figure>\n                     \n                    <h3>Anguelovski, Isabelle <\/h3>\n                    <p class=\"area\">Social & Behavioural Sciences<\/p>                                                            <p class=\"host\">Universitat Aut\u00f2noma de Barcelona (UAB)<\/p>                     <div class='icrea-btn'>\n                                                    <a \n                                class=\"elementor-button\" href=\"\/es\/comunidad\/icreas\/20102\/isabelle-anguelovski\"\n                            >\n                                Ver perfil                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n            <\/div>\n\n    \n    <ul class=\"grant-pagination\">\n                            <li class=\"active\"><a href=\"#icrea-section\" onclick=\"reloadPage(1)\">1<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(2)\">2<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(3)\">3<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(4)\">4<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(5)\">5<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(6)\">6<\/a><\/li>\n                    <li ><a href=\"#icrea-section\" onclick=\"reloadPage(7)\">7<\/a><\/li>\n                            <li class=\"ml-16\"><a href=\"#icrea-section\" onclick=\"reloadPage(22)\">22<\/a><\/li>\n            <\/ul>\n            <p class=\"pages-text\">Showing 7 p\u00e1ginas de 22<\/p>\n    \n<script>\n\n    function reloadPage(page = 1) {\n        jQuery(function($) {\n\n            const filters = {};\n            const jsonFiltersPhp = '[\"icrea_input_text_name\",\"icrea_input_select_institution\",\"icrea_input_text_keywords\",\"icrea_input_select_formers\",\"icrea_input_select_on_leave\",\"icrea_input_select_new_icrea\"]'\n            const arrayFilters = JSON.parse(jsonFiltersPhp)\n\n            arrayFilters.forEach(item => filters[item] = localStorage.getItem(item))\n\n            const classTab = '' || null\n            let tabSelected = null\n\n            if (classTab)\u00a0{\n                $(`.${classTab}`).each(function () {\n                    if ($(this).hasClass('active')) {\n                        tabSelected = $(this).attr('id')\n                    }\n                })\n            }\n\n            $.ajax({\n                url: '\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'loadPage',\n                    page,\n                    template: 'templates\/icreas\/icreas.php',\n                    id: 'icrea-section',\n                    url: 'icreas',\n                    filters: JSON.stringify(filters),\n                    tab: '',\n                    classTab: '',\n                    paginateContent: 0                },\n                beforeSend: function() {\n                    $('#icrea-section').html('<div class=\"icrea-loader-container\"><div class=\"icrea-loader\"><\/div><\/div>')\n                },\n                success: function(response) {\n                    $('#icrea-section').html(response)\n                },\n            });\n        });\n    }\n<\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e81b96a elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"e81b96a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:515,&quot;url&quot;:&quot;https:\\\/\\\/www.icrea.cat\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Group-62bg-banner.svg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2513ff8 golden-section-radial e-flex e-con-boxed e-con e-child\" data-id=\"2513ff8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7374977 elementor-widget elementor-widget-heading\" data-id=\"7374977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00bfQuieres pertenecer a un equipo de investigaci\u00f3n l\u00edder a nivel mundial?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b19b8f elementor-widget elementor-widget-heading\" data-id=\"2b19b8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Lorem ipsum dolor sit amet consectetur. At tincidunt fermentum suspendisse malesuada suspendisse.  <\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b94379c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b94379c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.icrea.cat\/es\/convocatorias-icrea\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">M\u00c1S INFORMACI\u00d3N<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c82468b elementor-widget elementor-widget-heading\" data-id=\"c82468b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Next call in Mai 2024<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Los ICREAs Los Profesores de Investigaci\u00f3n de ICREA forman una vibrante comunidad de cient\u00edficos e investigadores en todas las \u00e1reas del conocimiento que contribuyen al avance de la humanidad explorando, interpretando y cuestionando. Eche un vistazo y conozca sus sorprendentes descubrimientos y hallazgos. Buscar Name Host institution AllUniversityUniversitat de BarcelonaUniversitat Aut\u00f2noma de BarcelonaUniversitat Polit\u00e8cnica de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7146,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7075","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ICREAs - ICREA<\/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.icrea.cat\/community\/icreas\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ICREAs - ICREA\" \/>\n<meta property=\"og:description\" content=\"Los ICREAs Los Profesores de Investigaci\u00f3n de ICREA forman una vibrante comunidad de cient\u00edficos e investigadores en todas las \u00e1reas del conocimiento que contribuyen al avance de la humanidad explorando, interpretando y cuestionando. Eche un vistazo y conozca sus sorprendentes descubrimientos y hallazgos. Buscar Name Host institution AllUniversityUniversitat de BarcelonaUniversitat Aut\u00f2noma de BarcelonaUniversitat Polit\u00e8cnica de [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.icrea.cat\/community\/icreas\/\" \/>\n<meta property=\"og:site_name\" content=\"ICREA\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-16T16:36:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"19 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/community\\\/icreas\\\/\",\"url\":\"https:\\\/\\\/www.icrea.cat\\\/community\\\/icreas\\\/\",\"name\":\"ICREAs - ICREA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#website\"},\"datePublished\":\"2024-04-08T11:00:10+00:00\",\"dateModified\":\"2024-12-16T16:36:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/community\\\/icreas\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.icrea.cat\\\/community\\\/icreas\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/community\\\/icreas\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.icrea.cat\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Comunidad\",\"item\":\"https:\\\/\\\/www.icrea.cat\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ICREAs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#website\",\"url\":\"https:\\\/\\\/www.icrea.cat\\\/\",\"name\":\"ICREA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.icrea.cat\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#organization\",\"name\":\"ICREA\",\"url\":\"https:\\\/\\\/www.icrea.cat\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.icrea.cat\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-logo-icrea-claim-white.png\",\"contentUrl\":\"https:\\\/\\\/www.icrea.cat\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-logo-icrea-claim-white.png\",\"width\":1658,\"height\":709,\"caption\":\"ICREA\"},\"image\":{\"@id\":\"https:\\\/\\\/www.icrea.cat\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ICREAs - ICREA","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.icrea.cat\/community\/icreas\/","og_locale":"es_ES","og_type":"article","og_title":"ICREAs - ICREA","og_description":"Los ICREAs Los Profesores de Investigaci\u00f3n de ICREA forman una vibrante comunidad de cient\u00edficos e investigadores en todas las \u00e1reas del conocimiento que contribuyen al avance de la humanidad explorando, interpretando y cuestionando. Eche un vistazo y conozca sus sorprendentes descubrimientos y hallazgos. Buscar Name Host institution AllUniversityUniversitat de BarcelonaUniversitat Aut\u00f2noma de BarcelonaUniversitat Polit\u00e8cnica de [&hellip;]","og_url":"https:\/\/www.icrea.cat\/community\/icreas\/","og_site_name":"ICREA","article_modified_time":"2024-12-16T16:36:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"19 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.icrea.cat\/community\/icreas\/","url":"https:\/\/www.icrea.cat\/community\/icreas\/","name":"ICREAs - ICREA","isPartOf":{"@id":"https:\/\/www.icrea.cat\/#website"},"datePublished":"2024-04-08T11:00:10+00:00","dateModified":"2024-12-16T16:36:14+00:00","breadcrumb":{"@id":"https:\/\/www.icrea.cat\/community\/icreas\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.icrea.cat\/community\/icreas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.icrea.cat\/community\/icreas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.icrea.cat\/"},{"@type":"ListItem","position":2,"name":"Comunidad","item":"https:\/\/www.icrea.cat\/community\/"},{"@type":"ListItem","position":3,"name":"ICREAs"}]},{"@type":"WebSite","@id":"https:\/\/www.icrea.cat\/#website","url":"https:\/\/www.icrea.cat\/","name":"ICREA","description":"","publisher":{"@id":"https:\/\/www.icrea.cat\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.icrea.cat\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.icrea.cat\/#organization","name":"ICREA","url":"https:\/\/www.icrea.cat\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.icrea.cat\/#\/schema\/logo\/image\/","url":"https:\/\/www.icrea.cat\/wp-content\/uploads\/2025\/01\/cropped-logo-icrea-claim-white.png","contentUrl":"https:\/\/www.icrea.cat\/wp-content\/uploads\/2025\/01\/cropped-logo-icrea-claim-white.png","width":1658,"height":709,"caption":"ICREA"},"image":{"@id":"https:\/\/www.icrea.cat\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/pages\/7075","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/comments?post=7075"}],"version-history":[{"count":4,"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/pages\/7075\/revisions"}],"predecessor-version":[{"id":20424,"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/pages\/7075\/revisions\/20424"}],"up":[{"embeddable":true,"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/pages\/7146"}],"wp:attachment":[{"href":"https:\/\/www.icrea.cat\/es\/wp-json\/wp\/v2\/media?parent=7075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}