NUESTRO EQUIPO

Somos un grupo comprometido con la excelencia, la innovación y el trabajo colaborativo. Cada integrante aporta sus conocimientos y experiencia para alcanzar los objetivos institucionales, fortaleciendo la misión y la visión del Vicerrectorado de Investigación, Vinculación y Posgrado de la Universidad Laica Eloy Alfaro de Manabí.

JACKELINE TERRANOVA RUIZ

Vicerrectora de Investigación, Vinculación y Postgrado


Jackeline Terranova Ruiz, Vicerrectora de Investigación, Vinculación y Posgrado de la ULEAM, es una académica con más de 25 años de trayectoria en el ámbito educativo y pedagógico, formada como Licenciada en Ciencias de la Educación (1999), Magíster en Educación Parvularia (2007) y Doctora en Ciencias de la Educación. Con 4 años de experiencia en la vicerrectoría, ha liderado procesos estratégicos que fortalecen la investigación y el posgrado institucional. Su gestión destaca por la obtención de fondos no reembolsables, la suscripción de 8 convenios interinstitucionales y su acreditación como Punto Nacional de Contacto (NCP) del programa Horizonte Europa, impulsando la proyección internacional de la universidad. Además, ha coordinado numerosos programas de maestría y doctorado, consolidando la oferta académica avanzada de la ULEAM. Su liderazgo, visión y compromiso la posicionan como una figura clave en el desarrollo académico y la transformación institucional.

TÉCNICOS DEL VIVP

/* ======== CONTENEDOR TIPO CARTA ======== */ .carta-katherine { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; justify-content: flex-start; } /* Título */ .carta-katherine h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } /* Lista */ .carta-katherine ul { margin: 0; padding-left: 20px; line-height: 1.6; } /* Botón */ .btn-detalles-katherine { margin: auto auto 0 auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles-katherine:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg-katherine { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 9999; } .modal-katherine { width: 600px; /* MODAL MÁS ANCHO */ max-width: 90vw; /* RESPONSIVE */ background: #ffffff; padding: 30px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } .modal-katherine h3 { margin-top: 0; font-size: 20px; margin-bottom: 15px; } .modal-katherine ul { padding-left: 18px; margin: 0 0 15px; } .modal-katherine button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal-katherine button:hover { background: #1e3fa8; }

Katherine Ivonne Marín Gutiérrez

  • Profesión: Ingeniera en Comercio Exterior y Negocios Internacionales
  • Cargo: Oficinista
function openModalKatherine() { document.getElementById("modal-bg-katherine").style.display = "flex"; } function closeModalKatherine() { document.getElementById("modal-bg-katherine").style.display = "none"; }
/* ======== CARTA ======== */ .carta-brayan { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; } .carta-brayan h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } .carta-brayan ul { margin: 0; padding-left: 20px; line-height: 1.6; } .btn-detalles-brayan { margin-top: auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles-brayan:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg-brayan { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 9999; } .modal-brayan { width: 600px; /* MODAL MÁS ANCHO */ max-width: 90vw; /* RESPONSIVE */ background: #ffffff; padding: 30px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } .modal-brayan h3 { margin-top: 0; margin-bottom: 15px; font-size: 20px; } .modal-brayan ul { padding-left: 18px; margin: 0 0 15px; } .modal-brayan button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal-brayan button:hover { background: #1e3fa8; }

Brayan Santiago Intriago Chávez

  • Profesión: Ingeniero en Recursos Naturales y Ambientales
  • Formación: Magíster en Gestión Ambiental
  • Cargo: Oficinista
function openModalBrayan() { document.getElementById("modal-bg-brayan").style.display = "flex"; } function closeModalBrayan() { document.getElementById("modal-bg-brayan").style.display = "none"; }
/* ======== CONTENEDOR TIPO CARTA ======== */ .carta-cristian { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; } .carta-cristian h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } .carta-cristian ul { margin: 0; padding-left: 20px; line-height: 1.6; } .btn-detalles-cristian { margin-top: auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles-cristian:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg-cristian { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 9999; } .modal-cristian { width: 600px; max-width: 90vw; background: #ffffff; padding: 24px; /* un poco menos padding para compactar */ border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } /* Título del modal */ .modal-cristian h3 { margin-top: 0; margin-bottom: 10px; /* menos separación */ font-size: 22px; } /* ===== AJUSTE DE ESPACIADO INTERNO ===== */ .modal-cristian p { margin: 6px 0 6px; /* reduce espacio entre bloques de texto */ line-height: 1.35; /* más compacto */ } .modal-cristian ul { padding-left: 18px; margin: 0 0 10px; /* reduce separación bajo listas */ line-height: 1.35; /* más compacto */ } .modal-cristian li { margin: 2px 0; /* reduce espacio entre ítems */ } /* Botón */ .modal-cristian button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal-cristian button:hover { background: #1e3fa8; }

Cristian Eduardo Cedeño Macías

  • Profesión: Ingeniero en Informática
  • Formación: Magíster en Ciencias de Datos
  • Cargo: Oficinista
function openModalCristian() { document.getElementById("modal-bg-cristian").style.display = "flex"; } function closeModalCristian() { document.getElementById("modal-bg-cristian").style.display = "none"; }
Ficha Profesional /* ======== CONTENEDOR TIPO CARTA ======== */ .carta { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; } .carta h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } .carta ul { margin: 0; padding-left: 20px; line-height: 1.6; } .btn-detalles { margin-top: auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 999; } .modal { width: 600px; background: #ffffff; padding: 30px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } .modal h3 { margin-top: 0; margin-bottom: 15px; font-size: 22px; } .modal ul { padding-left: 18px; margin: 0 0 15px; } .modal button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal button:hover { background: #1e3fa8; }

María José Rodríguez

  • Profesión: Ingeniera Comercial
  • Formación: Magíster en Contabilidad y Finanzas
  • Cargo: Oficinista
function openModalMaria() { document.getElementById("modal-bg-maria").style.display = "flex"; } function closeModalMaria() { document.getElementById("modal-bg-maria").style.display = "none"; }
Ficha Profesional /* ======== CONTENEDOR TIPO CARTA ======== */ .carta { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; } .carta h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } .carta ul { margin: 0; padding-left: 20px; line-height: 1.6; } .btn-detalles { margin-top: auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 999; } .modal { width: 600px; background: #ffffff; padding: 30px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } .modal h3 { margin-top: 0; margin-bottom: 15px; font-size: 22px; } .modal ul { padding-left: 18px; margin: 0 0 15px; } .modal button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal button:hover { background: #1e3fa8; }

Mauro Gabriel Zambrano Zambrano

  • Cargo: Auxiliar de Utilería del Vicerrectorado
function openModal4() { document.getElementById("modal-bg-4").style.display = "flex"; } function closeModal4() { document.getElementById("modal-bg-4").style.display = "none"; }
Perfil Personal /* ======== CONTENEDOR TIPO CARTA ======== */ .carta { width: 420px; min-height: 300px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 35px auto; box-shadow: 0 6px 25px rgba(0,0,0,0.12); font-family: 'Montserrat', sans-serif; border: 1px solid #e5e5e5; display: flex; flex-direction: column; } .carta h2 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #1a1a1a; text-align: center; } .carta ul { margin: 0; padding-left: 20px; line-height: 1.6; } .btn-detalles { margin-top: auto; padding: 10px 20px; background: #2956d3; color: #fff; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: 0.3s; } .btn-detalles:hover { background: #1e3fa8; } /* ======== MODAL ======== */ .modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 999; } .modal { width: 600px; background: #ffffff; padding: 30px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0,0,0,0.25); font-family: 'Montserrat', sans-serif; } .modal h3 { margin-top: 0; margin-bottom: 15px; font-size: 22px; } .modal ul { padding-left: 18px; margin: 0 0 15px; } .modal button { background: #2956d3; color: white; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; } .modal button:hover { background: #1e3fa8; }

Ramon Alfredo Veliz Flores

  • Cargo: Chofer del Vicerrectorado
function openModal(id) { document.getElementById(id).style.display = "flex"; } function closeModal(id) { document.getElementById(id).style.display = "none"; }
Scroll al inicio