{"id":6865,"date":"2025-11-24T15:10:02","date_gmt":"2025-11-24T20:10:02","guid":{"rendered":"https:\/\/wcms.com.co\/?page_id=6865"},"modified":"2025-11-24T15:38:26","modified_gmt":"2025-11-24T20:38:26","slug":"verificacion-de-certificados-2025","status":"publish","type":"page","link":"https:\/\/wcms.com.co\/en\/verificacion-de-certificados-2025\/","title":{"rendered":"Verification of Certificates 2025"},"content":{"rendered":"\n<style>\n\/* Contenedor principal *\/\n.container1 {\n    width: 90%;\n    max-width: 600px;\n    border-radius: 50px;\n    background: #6164E2;\n    box-shadow: 20px 20px 60px #5a5dd2, -20px -20px 60px #686bf2;\n    padding: 20px;\n    text-align: center;\n\n    \/* Centrado *\/\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n}\n\n\/* Header *\/\n.header1 {\n    margin-bottom: 20px;\n}\n\n.logo1 {\n    max-width: 350px;\n    width: 100%; \/* Asegurar que la imagen se ajuste a su contenedor *\/\n    margin-bottom: 10px;\n}\n\n.header1 h1 {\n    font-size: 1.8rem;\n    color: #ffffff;\n}\n\n\/* Resultado *\/\n.result1 {\n    padding: 20px;\n    border: 1px solid #ffffff;\n    border-radius: 5px;\n    background-color: #ffffff;\n}\n\n.result1 h2 {\n    font-size: 1.4rem;\n    color: #6164E2;\n    margin-bottom: 10px;\n}\n\n.result1 p {\n    font-size: 1rem;\n    margin: 5px 0;\n}\n\n#result-message {\n    font-weight: bold;\n    color: #333;\n}\n\n#additional-info {\n    color: #555;\n}\n\n\/* Footer *\/\n.footer1 {\n    margin-top: 20px;\n    font-size: 0.9rem;\n    color: #ffffff;\n}\n\n\/* Responsividad *\/\n@media (max-width: 768px) {\n    .container1 {\n        padding: 15px;\n        max-width: 90%; \/* Reducir el ancho m\u00e1ximo en pantallas medianas *\/\n    }\n\n    .header1 h1 {\n        font-size: 1.5rem; \/* Reducir tama\u00f1o de texto *\/\n    }\n\n    .result1 h2 {\n        font-size: 1.2rem;\n    }\n\n    .result1 p {\n        font-size: 0.9rem;\n    }\n}\n\n@media (max-width: 480px) {\n    .container1 {\n        padding: 10px;\n        max-width: 95%; \/* Reducir a\u00fan m\u00e1s en pantallas peque\u00f1as *\/\n        margin-bottom: 50px;\n    }\n\n    .header1 h1 {\n        font-size: 1.2rem; \/* Reducir tama\u00f1o de texto *\/\n    }\n\n    .result1 h2 {\n        font-size: 1rem;\n    }\n\n    .result1 p {\n        font-size: 0.8rem;\n    }\n}\n<\/style>\n\n\n\n<div class=\"container1\">\n    <header class=\"header1\">\n        <img decoding=\"async\" src=\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png\" alt=\"Logo de la organizaci\u00f3n\" class=\"logo1\">\n        <h1>Verificaci\u00f3n de Certificado<\/h1>\n    <\/header>\n\n    <main class=\"main-content\">\n        <div id=\"result1\" class=\"result1\">\n            <h2>Resultado:<\/h2>\n            <p id=\"result-message\">Buscando certificado&#8230;<\/p>\n            <p style=\"color: #000000\"> WCMS IV x CIINA VIII<\/p>\n            <p style=\"color: #000000\"> Dimensiones del metaverso 2025<\/p>\n            <p id=\"additional-info\"><\/p>\n\n        <\/div>\n    <\/main>\n\n    <footer class=\"footer1\">\n        <p>&copy; 2025 &#8211; 2026 Verificaci\u00f3n de Certificados. Todos los derechos reservados.<\/p>\n    <\/footer>\n<\/div>\n\n\n\n<script>\n\/\/ Obtener el par\u00e1metro 'cedula1' de la URL\nfunction getParameterByName(name) {\n    const urlParams = new URLSearchParams(window.location.search);\n    return urlParams.get(name);\n}\n\n\/\/ Cargar datos de Google Sheets\nasync function getCSVFByDocId(id, rango, key) {\n    let url = `https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/${id}\/values\/${rango}?key=${key}`;\n    const response = await fetch(url);\n    return response.json();\n}\n\n\/\/ Verificar coincidencias en una hoja espec\u00edfica\nasync function verificarHoja(spreadsheetId, rango, apiKey, cedula) {\n    const data = await getCSVFByDocId(spreadsheetId, rango, apiKey);\n    const entries = data.values; \/\/ Datos del archivo\n    const headers = entries[0]; \/\/ Cabeceras de la hoja\n    const rows = entries.slice(1); \/\/ Filas sin cabeceras\n\n    for (const row of rows) {\n        let rowData = {};\n        row.forEach((value, index) => {\n            rowData[headers[index]] = value; \/\/ Asocia los valores con las cabeceras\n        });\n\n        if (rowData.numero_documento === cedula) {\n            return rowData; \/\/ Devuelve el registro encontrado\n        }\n    }\n\n    return null; \/\/ No se encontr\u00f3 registro\n}\n\n\/\/ Procesar los datos y buscar coincidencias en ambas hojas\nasync function procesaDatosAJSON() {\n    const cedula = getParameterByName('cedula1'); \/\/ Obtener c\u00e9dula del URL\n    if (!cedula) {\n        document.getElementById('result-message').innerHTML = \n            \"No se proporcion\u00f3 un n\u00famero de documento v\u00e1lido\";\n        document.getElementById('additional-info').innerHTML = \"\";\n        return;\n    }\n\n    const spreadsheetId = '1Z6NiltyIVZ35QTLksAwo8d7NYNDMhdU4xkWMTzAhK_g'; \/\/ ID de tu Google Sheets\n    const apiKey = 'AIzaSyBnk4I7IbLq1GV4wVuIypF6lAXijdVknSw'; \/\/ Tu API Key\n\n    \/\/ Verificar en la hoja 'asistentes'\n    const registroAsistentes = await verificarHoja(spreadsheetId, 'asistentes!A:Z', apiKey, cedula);\n\n    \/\/ Verificar en la hoja 'trabajos' si no se encontr\u00f3 en 'asistentes'\n    const registroTrabajos = !registroAsistentes \n        ? await verificarHoja(spreadsheetId, 'trabajos!A:Z', apiKey, cedula)\n        : null;\n\n    if (registroAsistentes || registroTrabajos) {\n        const registro = registroAsistentes || registroTrabajos;\n        const hoy = new Date().toLocaleDateString(); \/\/ Fecha actual\n\n        document.getElementById('result-message').innerHTML = \n            `El certificado corresponde a: <strong>${registro.nombre}<\/strong>.`;\n        document.getElementById('additional-info').innerHTML = \n            `Validado el: <strong>${hoy}<\/strong>`;\n    } else {\n        document.getElementById('result-message').innerHTML = \n            \"No se encontr\u00f3 ning\u00fan registro para este n\u00famero de documento.\";\n        document.getElementById('additional-info').innerHTML = \"\";\n    }\n}\n\n\/\/ Llamar a la funci\u00f3n principal\nprocesaDatosAJSON();\n<\/script>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Certificate Verification Result: Searching for certificate... WCMS IV x CIINA VIII Dimensions of the metaverse 2025 \u00a9 2025 - 2026 Certificate Verification. All rights reserved.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-6865","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Verificaci\u00f3n de Certificados 2025 - WCMS x CIII<\/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:\/\/wcms.com.co\/en\/verificacion-de-certificados-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Verificaci\u00f3n de Certificados 2025 - WCMS x CIII\" \/>\n<meta property=\"og:description\" content=\"Verificaci\u00f3n de Certificado Resultado: Buscando certificado&#8230; WCMS IV x CIINA VIII Dimensiones del metaverso 2025 &copy; 2025 &#8211; 2026 Verificaci\u00f3n de Certificados. Todos los derechos reservados.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wcms.com.co\/en\/verificacion-de-certificados-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"WCMS x CIII\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Fundacionuniveristarianavarra-UniNavarra-1917912191768659\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-24T20:38:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@uninavarraeduca\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/\",\"url\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/\",\"name\":\"Verificaci\u00f3n de Certificados 2025 - WCMS x CIII\",\"isPartOf\":{\"@id\":\"https:\/\/wcms.com.co\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png\",\"datePublished\":\"2025-11-24T20:10:02+00:00\",\"dateModified\":\"2025-11-24T20:38:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage\",\"url\":\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png\",\"contentUrl\":\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/wcms.com.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Verificaci\u00f3n de Certificados 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wcms.com.co\/en\/#website\",\"url\":\"https:\/\/wcms.com.co\/en\/\",\"name\":\"WCMS x CIII\",\"description\":\"WCMS x CIII- World Congress of Medical Simulation x CIINA\",\"publisher\":{\"@id\":\"https:\/\/wcms.com.co\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wcms.com.co\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wcms.com.co\/en\/#organization\",\"name\":\"WCMS x CIII\",\"url\":\"https:\/\/wcms.com.co\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wcms.com.co\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/LOGOS-DE-PAGINA-WCMS-CONTORNO-1.png\",\"contentUrl\":\"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/LOGOS-DE-PAGINA-WCMS-CONTORNO-1.png\",\"width\":1500,\"height\":158,\"caption\":\"WCMS x CIII\"},\"image\":{\"@id\":\"https:\/\/wcms.com.co\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Fundacionuniveristarianavarra-UniNavarra-1917912191768659\/\",\"https:\/\/x.com\/uninavarraeduca\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Verificaci\u00f3n de Certificados 2025 - WCMS x CIII","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:\/\/wcms.com.co\/en\/verificacion-de-certificados-2025\/","og_locale":"en_US","og_type":"article","og_title":"Verificaci\u00f3n de Certificados 2025 - WCMS x CIII","og_description":"Verificaci\u00f3n de Certificado Resultado: Buscando certificado&#8230; WCMS IV x CIINA VIII Dimensiones del metaverso 2025 &copy; 2025 &#8211; 2026 Verificaci\u00f3n de Certificados. Todos los derechos reservados.","og_url":"https:\/\/wcms.com.co\/en\/verificacion-de-certificados-2025\/","og_site_name":"WCMS x CIII","article_publisher":"https:\/\/www.facebook.com\/Fundacionuniveristarianavarra-UniNavarra-1917912191768659\/","article_modified_time":"2025-11-24T20:38:26+00:00","og_image":[{"url":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@uninavarraeduca","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/","url":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/","name":"Verificaci\u00f3n de Certificados 2025 - WCMS x CIII","isPartOf":{"@id":"https:\/\/wcms.com.co\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage"},"image":{"@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png","datePublished":"2025-11-24T20:10:02+00:00","dateModified":"2025-11-24T20:38:26+00:00","breadcrumb":{"@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#primaryimage","url":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png","contentUrl":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-31.png"},{"@type":"BreadcrumbList","@id":"https:\/\/wcms.com.co\/verificacion-de-certificados-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/wcms.com.co\/"},{"@type":"ListItem","position":2,"name":"Verificaci\u00f3n de Certificados 2025"}]},{"@type":"WebSite","@id":"https:\/\/wcms.com.co\/en\/#website","url":"https:\/\/wcms.com.co\/en\/","name":"WCMS x CIII","description":"WCMS x CIII- World Congress of Medical Simulation x CIINA","publisher":{"@id":"https:\/\/wcms.com.co\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wcms.com.co\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wcms.com.co\/en\/#organization","name":"WCMS x CIII","url":"https:\/\/wcms.com.co\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wcms.com.co\/en\/#\/schema\/logo\/image\/","url":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/LOGOS-DE-PAGINA-WCMS-CONTORNO-1.png","contentUrl":"https:\/\/wcms.com.co\/wp-content\/uploads\/2023\/09\/LOGOS-DE-PAGINA-WCMS-CONTORNO-1.png","width":1500,"height":158,"caption":"WCMS x CIII"},"image":{"@id":"https:\/\/wcms.com.co\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Fundacionuniveristarianavarra-UniNavarra-1917912191768659\/","https:\/\/x.com\/uninavarraeduca"]}]}},"_links":{"self":[{"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/pages\/6865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/comments?post=6865"}],"version-history":[{"count":6,"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/pages\/6865\/revisions"}],"predecessor-version":[{"id":6881,"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/pages\/6865\/revisions\/6881"}],"wp:attachment":[{"href":"https:\/\/wcms.com.co\/en\/wp-json\/wp\/v2\/media?parent=6865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}