{"id":135,"date":"2025-08-04T06:24:01","date_gmt":"2025-08-04T06:24:01","guid":{"rendered":"https:\/\/galindoduran.es\/?page_id=135"},"modified":"2025-08-13T14:28:40","modified_gmt":"2025-08-13T14:28:40","slug":"sobre-mi","status":"publish","type":"page","link":"https:\/\/galindoduran.es\/?page_id=135","title":{"rendered":"Sobre m\u00ed"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" integrity=\"sha512-Fo3rlrZj\/k7ujTnHg4C+7aX\/I8K+58iC1p+2kXgYFmB5jX1P8LhA1sC6xW12p5p+rR2l2P7x3o9z8w6bQ3rQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n<style>\n\/* AQU\u00cd EST\u00c1 EL C\u00d3DIGO CORREGIDO. \n    Se han reemplazado las clases de Tailwind por CSS puro.\n*\/\n.flex-container {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 1rem;\n}\n\n@media (min-width: 768px) {\n    .flex-container {\n        padding: 2rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    .flex-container {\n        padding: 3rem;\n    }\n}\n\n.max-w-4xl {\n    max-width: 56rem;\n}\n\n.max-w-6xl {\n    max-width: 72rem;\n}\n\n.card-container {\n    width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    background-color: white;\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    border-radius: 1.5rem;\n    overflow: hidden;\n}\n\n.header-container {\n    position: relative;\n    background-color: #1C2B39;\n    padding: 2rem 3rem;\n    text-align: center;\n    color: #F7F2EA;\n}\n\n.header-image {\n    width: 10rem;\n    height: 10rem;\n    border-radius: 9999px;\n    object-fit: cover;\n    border: 4px solid #F7F2EA;\n    margin-bottom: 1rem;\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n    transition-property: all;\n    transition-duration: 300ms;\n    transform: scale(1);\n}\n\n.header-image:hover {\n    transform: scale(1.05);\n}\n\n.header-text h1 {\n    font-size: 2.25rem;\n    font-weight: 800;\n    margin-bottom: 0.25rem;\n}\n\n.header-text p {\n    font-size: 0.875rem;\n    font-weight: 300;\n}\n\n.bio-section {\n    background-color: white;\n    padding: 2rem 3rem;\n    text-align: center;\n    border-bottom: 1px solid #e5e7eb;\n}\n\n.bio-section p {\n    color: #5E6C78;\n    font-size: 1.125rem;\n    max-width: 42rem;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.625;\n}\n\n.features-section {\n    background-color: #F7F2EA;\n    padding-top: 3rem;\n    padding-bottom: 4rem;\n    padding-left: 1rem;\n    padding-right: 1rem;\n}\n\n@media (min-width: 768px) {\n    .features-section {\n        padding-left: 2rem;\n        padding-right: 2rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    .features-section {\n        padding-left: 3rem;\n        padding-right: 3rem;\n    }\n}\n\n.features-section h2 {\n    font-size: 2.25rem;\n    font-weight: 800;\n    text-align: center;\n    color: #1C2B39;\n    margin-bottom: 3rem;\n}\n\n.grid-container {\n    display: grid;\n    grid-template-columns: repeat(1, minmax(0, 1fr));\n    gap: 2rem;\n}\n\n@media (min-width: 768px) {\n    .grid-container {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n}\n\n@media (min-width: 1024px) {\n    .grid-container {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n}\n\n.feature-card {\n    padding: 1.5rem;\n    border-radius: 1rem;\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n    transition-property: all;\n    transition-duration: 300ms;\n}\n\n.feature-card:hover {\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    transform: scale(1.05);\n}\n\n.feature-card h3 {\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #1C2B39;\n    margin-bottom: 0.5rem;\n}\n\n.feature-card p {\n    color: #5E6C78;\n    line-height: 1.625;\n}\n\n.social-section {\n    background-color: white;\n    padding-top: 3rem;\n    padding-bottom: 4rem;\n    padding-left: 1rem;\n    padding-right: 1rem;\n}\n\n@media (min-width: 768px) {\n    .social-section {\n        padding-left: 2rem;\n        padding-right: 2rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    .social-section {\n        padding-left: 3rem;\n        padding-right: 3rem;\n    }\n}\n\n.social-section h3 {\n    font-size: 1.875rem;\n    font-weight: 700;\n    color: #1C2B39;\n    margin-bottom: 2rem;\n}\n\n.social-links {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n}\n\n.social-link {\n    color: #6b7280;\n    transition-property: color;\n    transition-duration: 300ms;\n}\n\n.social-icon {\n    font-size: 2.25rem;\n}\n\n@media (min-width: 640px) {\n    .social-icon {\n        font-size: 3rem;\n    }\n}\n\n.social-link:hover.facebook {\n    color: #1877F2;\n}\n\n.social-link:hover.instagram {\n    color: #E4405F;\n}\n\n.social-link:hover.x {\n    color: #000000;\n}\n\n.social-link:hover.linkedin {\n    color: #0077B5;\n}\n\n.social-link:hover.tiktok {\n    color: #000000;\n}\n\n.social-link:hover.mail {\n    color: #0072C6;\n}\n\n<\/style>\n\n<div class=\"flex-container\">\n    <div class=\"max-w-4xl card-container\">\n        <div class=\"header-container\">\n            <div style=\"position: absolute; inset: 0; background-color: #1C2B39; opacity: 0.9;\"><\/div>\n            <div style=\"position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center;\">\n                <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2024\/12\/Alejandro-Carlos-Galindo-Duran.jpg\" alt=\"Alejandro Galindo Dur\u00e1n\" class=\"header-image\" \/>\n<h1 style=\"font-size: 2.25rem; font-weight: 800; margin-bottom: 0.25rem; color: #FFFFFF;\">Alejandro Galindo Dur\u00e1n<\/h1>\n                <p style=\"font-size: 0.875rem; font-weight: 300; color: #FFFFFF;\">Profesor universitario, investigador y arquitecto<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"bio-section\">\n            <p style=\"color: #5E6C78; font-size: 1.125rem; max-width: 42rem; margin-left: auto; margin-right: auto; line-height: 1.625;\">\n                Desde la arquitectura hasta la docencia universitaria, mi trayectoria combina dise\u00f1o, innovaci\u00f3n pedag\u00f3gica e investigaci\u00f3n aplicada. Trabajo con compromiso est\u00e9tico y mirada cr\u00edtica para transformar la educaci\u00f3n desde lo visual.\n            <\/p>\n        <\/div>\n    <\/div>\n<\/div>\n<center>\n<div class=\"features-section\">\n    <div class=\"max-w-6xl mx-auto\">\n        <h2 style=\"font-size: 2.25rem; font-weight: 800; text-align: center; color: #1C2B39; margin-bottom: 3rem;\">\n            Un camino en la intersecci\u00f3n de la creatividad, la educaci\u00f3n y la tecnolog\u00eda.\n        <\/h2>\n        <div class=\"grid-container\">\n\n            <div class=\"feature-card\" style=\"background-color: white; border-left: 4px solid #1C2B39;\">\n                <h3 style=\"font-size: 1.25rem; font-weight: 700; color: #1C2B39; margin-bottom: 0.5rem;\">Arquitecto y Emprendedor<\/h3>\n                <p style=\"color: #5E6C78; line-height: 1.625;\">\n                    Durante m\u00e1s de una d\u00e9cada, fund\u00e9 y dirig\u00ed mi propio estudio de arquitectura, gestionando con \u00e9xito m\u00e1s de 3.000 proyectos. Un viaje de creatividad, dise\u00f1o e innovaci\u00f3n constante.\n                <\/p>\n                <p style=\"color: #5E6C78; margin-top: 1rem; font-style: italic; font-size: 0.875rem;\">\n                    Recib\u00ed dos primeros premios en el prestigioso concurso internacional <strong>Europan 11<\/strong>, que consolidaron mi compromiso con la transformaci\u00f3n urbana desde la arquitectura.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\" style=\"background-color: #EAEAEA; border-left: 4px solid #3E4D5C;\">\n                <h3 style=\"font-size: 1.25rem; font-weight: 700; color: #1C2B39; margin-bottom: 0.5rem;\">Docente y Doctor<\/h3>\n                <p style=\"color: #5E6C78; line-height: 1.625;\">\n                    Soy un profesional con una trayectoria en la intersecci\u00f3n de la <strong>arquitectura<\/strong>, la <strong>educaci\u00f3n<\/strong> y la <strong>innovaci\u00f3n tecnol\u00f3gica<\/strong>, uniendo la creatividad art\u00edstica, la investigaci\u00f3n aplicada y la docencia universitaria.\n                <\/p>\n                <p style=\"color: #5E6C78; margin-top: 1rem; font-size: 0.875rem;\">\n                    Actualmente soy Profesor Ayudante Doctor en la Universidad de Almer\u00eda. Mi tesis doctoral sobre desarrollo econ\u00f3mico urbano me permiti\u00f3 profundizar en enfoques transformadores de la ciudad y la educaci\u00f3n.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\" style=\"background-color: white; border-left: 4px solid #BA6C42;\">\n                <h3 style=\"font-size: 1.25rem; font-weight: 700; color: #1C2B39; margin-bottom: 0.5rem;\">Proyectos y Eventos<\/h3>\n                <p style=\"color: #5E6C78; line-height: 1.625;\">\n                    He coordinado proyectos de innovaci\u00f3n docente y liderado eventos de gran impacto, como el <em>2.\u00ba Encuentro de Centros Innovadores<\/em>, que conect\u00f3 a expertos de 18 pa\u00edses para compartir experiencias y estrategias educativas.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\" style=\"background-color: #EAEAEA; border-left: 4px solid #1C2B39;\">\n                <h3 style=\"font-size: 1.25rem; font-weight: 700; color: #1C2B39; margin-bottom: 0.5rem;\">Producci\u00f3n Cient\u00edfica<\/h3>\n                <p style=\"color: #5E6C78; line-height: 1.625;\">\n                    Mi trabajo de investigaci\u00f3n ha sido reconocido con publicaciones en revistas internacionales indexadas en JCR, con art\u00edculos en los cuartiles Q1 y Q2, contribuyendo al avance del conocimiento en campos como el arte, la educaci\u00f3n visual y la innovaci\u00f3n universitaria.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/center>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Conecta conmigo<\/strong><\/h2>\n\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" integrity=\"sha512-Fo3rlrZj\/k7ujTnHg4C+7aX\/I8K+58iC1p+2kXgYFmB5jX1P8LhA1sC6xW12p5p+rR2l2P7x3o9z8w6bQ3rQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n    :root {\n        --color-dark-blue: #1C2B39;\n        --color-white: #FFFFFF;\n        --color-light-grey: #EAEAEA;\n    }\n\n    .social-links {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 1.5rem;\n        padding: 2rem 0;\n    }\n\n    .social-link {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 65px;\n        height: 65px;\n        background-color: var(--color-light-grey);\n        border-radius: 50%;\n        color: var(--color-dark-blue);\n        text-decoration: none;\n        transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .social-link:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        background-color: var(--color-white); \/* Fondo blanco al hacer hover para resaltar el logo *\/\n    }\n\n    .social-logo {\n        width: 65%;\n        height: 65%;\n        object-fit: contain;\n        filter: grayscale(100%);\n        transition: filter 0.3s ease;\n    }\n    \n    .social-link:hover .social-logo {\n        filter: grayscale(0%);\n    }\n\n    \/* Media Queries para dispositivos m\u00f3viles *\/\n    @media (max-width: 768px) {\n        .social-links {\n            gap: 1rem;\n        }\n        .social-link {\n            width: 55px;\n            height: 55px;\n        }\n    }\n<\/style>\n\n<div class=\"social-links\">\n    <a href=\"mailto:agd358@ual.es\" class=\"social-link mail\" aria-label=\"Correo electr\u00f3nico\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/gmail.png\" alt=\"Gmail Logo\" class=\"social-logo\">\n    <\/a>\n    <a href=\"https:\/\/www.facebook.com\/alejandro.galindoduran\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link facebook\" aria-label=\"Facebook\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Facebook_Logo_2019.png\" alt=\"Facebook Logo\" class=\"social-logo\">\n    <\/a>\n    <a href=\"https:\/\/www.instagram.com\/alejandrogalindoprofe\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link instagram\" aria-label=\"Instagram\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Instagram_icon.png-1024x1024.webp\" alt=\"Instagram Logo\" class=\"social-logo\">\n    <\/a>\n    <a href=\"https:\/\/x.com\/AGalindoDuran\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link x\" aria-label=\"X (Twitter)\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/X_logo-1024x1024.jpg\" alt=\"X Logo\" class=\"social-logo\">\n    <\/a>\n    <a href=\"https:\/\/www.linkedin.com\/in\/alejandro-galindo-dur%C3%A1n-19720054\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link linkedin\" aria-label=\"LinkedIn\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/LinkedIn_icon.svg_.png\" alt=\"LinkedIn Logo\" class=\"social-logo\">\n    <\/a>\n    <a href=\"https:\/\/www.tiktok.com\/@alejandrogalindoprofe\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link tiktok\" aria-label=\"TikTok\">\n        <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/tiktok.png\" alt=\"TikTok Logo\" class=\"social-logo\">\n    <\/a>\n<\/div>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" integrity=\"sha512-Fo3rlrZj\/k7ujTnHg4C+7aX\/I8K+58iC1p+2kXgYFmB5jX1P8LhA1sC6xW12p5p+rR2l2P7x3o9z8w6bQ3rQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n<style>\n    \/* VARIABLES Y ESTILOS GLOBALES *\/\n    :root {\n        --color-dark-blue: #1C2B39;\n        --color-light-beige: #F7F2EA;\n        --color-light-grey: #EAEAEA;\n        --color-text-grey: #5E6C78;\n        --color-accent-orange: #BA6C42;\n        --color-white: #FFFFFF;\n        --color-bg-profile: #1C2B39;\n    }\n\n    body {\n        font-family: 'Inter', sans-serif;\n        background-color: var(--color-light-beige);\n        margin: 0;\n        padding: 2rem;\n    }\n\n    .profile-section {\n        max-width: 1100px;\n        margin: 0 auto;\n        background-color: var(--color-bg-profile);\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n    }\n\n    .profile-section h2 {\n        font-size: 2.5rem;\n        font-weight: 800;\n        text-align: center;\n        color: var(--color-light-beige);\n        margin-bottom: 2.5rem;\n        position: relative;\n    }\n\n    .profile-section h2::after {\n        content: '';\n        display: block;\n        width: 60px;\n        height: 4px;\n        background: var(--color-accent-orange);\n        margin: 0.75rem auto 0;\n        border-radius: 2px;\n    }\n\n    \/* CONTENEDOR PRINCIPAL *\/\n    .grid-container-research {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n        gap: 1rem;\n        padding: 0;\n    }\n\n    \/* TARJETAS DE PERFIL *\/\n    .profile-card {\n        background-color: var(--color-white);\n        border-radius: 1rem;\n        padding: 1rem;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        text-decoration: none;\n        color: inherit;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .profile-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(to top, var(--color-accent-orange), transparent);\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n\n    .profile-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);\n    }\n\n    .profile-card:hover::before {\n        opacity: 0.1;\n    }\n\n    .profile-card a {\n        text-decoration: none;\n        color: inherit;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        width: 100%;\n    }\n    \n    \/* ESTILOS DE IM\u00c1GENES *\/\n    .profile-logo {\n        width: 70px;\n        height: 70px;\n        object-fit: contain;\n        margin-bottom: 0.5rem;\n        filter: grayscale(100%);\n        transition: filter 0.3s ease, transform 0.3s ease;\n    }\n\n    .profile-card:hover .profile-logo {\n        filter: grayscale(0%);\n        transform: scale(1.1);\n    }\n\n    \/* ESTILOS DE ICONOS *\/\n    .profile-icon {\n        font-size: 3rem;\n        color: var(--color-dark-blue);\n        margin-bottom: 0.5rem;\n        transition: color 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* Colores de hover espec\u00edficos para los iconos de Font Awesome *\/\n    .profile-card:hover .icon-brujula { color: var(--color-accent-orange); }\n    .profile-card:hover .icon-sciprofiles { color: var(--color-medium-grey); }\n    .profile-card:hover .icon-dimensions { color: #6C5CE7; }\n    .profile-card:hover .icon-sica2 { color: #007BFF; }\n    \n    \/* ESTILOS DEL NOMBRE DEL PERFIL *\/\n    .profile-name {\n        font-size: 1rem;\n        font-weight: 700;\n        color: var(--color-dark-blue);\n        line-height: 1.2;\n        transition: color 0.3s ease;\n    }\n    \n    .profile-card:hover .profile-name {\n        color: var(--color-accent-orange);\n    }\n\n    \/* MEDIA QUERIES PARA ADAPTACI\u00d3N RESPONSIVA *\/\n    @media (max-width: 768px) {\n        .profile-section {\n            padding: 2rem;\n            border-radius: 1rem;\n        }\n        .profile-section h2 {\n            font-size: 2rem;\n        }\n        .grid-container-research {\n            gap: 0.75rem;\n        }\n        .profile-logo, .profile-icon {\n            width: 60px;\n            height: 60px;\n            font-size: 2.5rem;\n        }\n        .profile-name {\n            font-size: 0.9rem;\n        }\n    }\n<\/style>\n\n<section class=\"profile-section\">\n    <div class=\"grid-container-research\">\n        <a href=\"https:\/\/orcid.org\/0009-0008-6009-6303\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/ORCID_iD.svg_.png\" alt=\"ORCID Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">ORCID<\/span>\n        <\/a>\n        \n        <a href=\"https:\/\/scholar.google.es\/citations?user=B_i_qakAAAAJ&#038;hl=es\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Google_Scholar_logo.svg_.png\" alt=\"Google Scholar Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Google Scholar<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.scopus.com\/authid\/detail.uri?authorId=57325035500&#038;origin=resultslist\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Scopus-logo.jpg\" alt=\"Scopus Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Scopus<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.webofscience.com\/wos\/author\/record\/HSH-7912-2023\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Publons-logo.png\" alt=\"Publons Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Publons<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.researchgate.net\/profile\/Alejandro-Galindo-Duran\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/ResearchGate_icon_SVG.svg_.png\" alt=\"ResearchGate Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">ResearchGate<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/independent.academia.edu\/AlejandroGalindoDur%C3%A1n\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/academia-edu-icon_1088810-102.avif\" alt=\"Academia.edu Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Academia.edu<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.mendeley.com\/reference-manager\/library\/my-publications\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Mendeley_Logo_Vertical-1.png\" alt=\"Mendeley Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Mendeley<\/span>\n        <\/a>\n        \n        <a href=\"https:\/\/bsky.app\/profile\/alejandrogalindo.bsky.social\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Bluesky_Logo.svg_-1024x905.png\" alt=\"Bluesky Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Bluesky<\/span>\n        <\/a>\n        \n        <a href=\"https:\/\/zenodo.org\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/Zenodo-gradient-square.svg_-1024x373.png\" alt=\"Zenodo Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Zenodo<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/dialnet.unirioja.es\/servlet\/autor?codigo=4590112\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <img decoding=\"async\" src=\"https:\/\/galindoduran.es\/wp-content\/uploads\/2025\/08\/logodialnet-copia.png\" alt=\"Dialnet Logo\" class=\"profile-logo\">\n            <span class=\"profile-name\">Dialnet<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/brujula.ual.es\/authors\/3487.html\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <i class=\"fas fa-compass profile-icon icon-brujula\"><\/i>\n            <span class=\"profile-name\">Br\u00fajula UAL<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/sciprofiles.com\/profile\/Galindo-duran-Alejandro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <i class=\"fas fa-user-tie profile-icon icon-sciprofiles\"><\/i>\n            <span class=\"profile-name\">Sciprofiles<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/app.dimensions.ai\/discover\/publication\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <i class=\"fas fa-chart-line profile-icon icon-dimensions\"><\/i>\n            <span class=\"profile-name\">Dimensions<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/sica2.cica.es\/investigan\/pages\/home.jsf#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"profile-card\">\n            <i class=\"fas fa-project-diagram profile-icon icon-sica2\"><\/i>\n            <span class=\"profile-name\">SICA2<\/span>\n        <\/a>\n    <\/div>\n<\/section>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Alejandro Galindo Dur\u00e1n Profesor universitario, investigador y arquitecto Desde la arquitectura hasta la docencia universitaria, mi trayectoria combina dise\u00f1o, innovaci\u00f3n pedag\u00f3gica e investigaci\u00f3n aplicada. Trabajo con compromiso est\u00e9tico y mirada cr\u00edtica para transformar la educaci\u00f3n desde lo visual. Un camino en la intersecci\u00f3n de la creatividad, la educaci\u00f3n y la tecnolog\u00eda. Arquitecto y Emprendedor Durante &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/galindoduran.es\/?page_id=135\" class=\"more-link\">Leer m\u00e1s<span class=\"screen-reader-text\"> \u00abSobre m\u00ed\u00bb<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width-transparent.php","meta":{"footnotes":""},"class_list":["post-135","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/pages\/135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galindoduran.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=135"}],"version-history":[{"count":47,"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/pages\/135\/revisions"}],"predecessor-version":[{"id":289,"href":"https:\/\/galindoduran.es\/index.php?rest_route=\/wp\/v2\/pages\/135\/revisions\/289"}],"wp:attachment":[{"href":"https:\/\/galindoduran.es\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}