
{"id":16895,"date":"2023-11-13T15:22:29","date_gmt":"2023-11-13T15:22:29","guid":{"rendered":"https:\/\/asuntosestudiantiles.uc.cl\/dae-communications\/"},"modified":"2026-03-13T01:59:25","modified_gmt":"2026-03-13T01:59:25","slug":"dae-communications-2","status":"publish","type":"page","link":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/","title":{"rendered":"DAE Communications"},"content":{"rendered":"\n<figure class=\"banner-novatos\" style=\"margin:0;\">\n  <img src=\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg\" alt=\"Banner Chatbot Novatos UC\" loading=\"lazy\" decoding=\"async\" style=\"display:block;width:100%;max-width:1600px;height:auto;margin:0 auto;\"\/>\n<\/figure>\n\n<!-------- (Copiar desde ac\u00e1) CHATBOT C\u00d3DIGO P\u00c1GINA COMPLETO  ------->\n<section>\n \n\t<!-- JS -->\n<script src=\"https:\/\/cdn.botframework.com\/botframework-webchat\/latest\/webchat.js\"><\/script>\n<script>\n\t\tlet webChatInstance = null;\n\t\tlet directLineUrl = null;\n \n\t\t\/\/ Replace with your token endpoint\n\t\tconst tokenEndpoint = \"https:\/\/default5ff5d9faf83f4ac1a4d2eb48ea0a00.d2.environment.api.powerplatform.com\/powervirtualagents\/botsbyschema\/cra45_agenteNovato\/directline\/token?api-version=2022-03-01-preview\";\n\t\tconst styleOptions = { \"accent\": \"#0078D4\", \"autoScrollSnapOnPage\": true, \"autoScrollSnapOnPageOffset\": 0, \"avatarBorderRadius\": \"7%\", \"avatarSize\": 40, \"backgroundColor\": \"#fff\", \"botAvatarBackgroundColor\": \"#ffffff00\", \"botAvatarImage\": \"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Recurso-1.svg\", \"botAvatarInitials\": \"B\", \"bubbleAttachmentMaxWidth\": 480, \"bubbleAttachmentMinWidth\": 250, \"bubbleBackground\": \"#F0F7FE\", \"bubbleBorderColor\": \"#f5f5f5\", \"bubbleBorderRadius\": 8, \"bubbleBorderStyle\": \"solid\", \"bubbleBorderWidth\": 1, \"bubbleFromUserBackground\": \"#C0DDFB\", \"bubbleFromUserBorderColor\": \"#f5f5f5\", \"bubbleFromUserBorderRadius\": 8, \"bubbleFromUserBorderStyle\": \"solid\", \"bubbleFromUserBorderWidth\": 1, \"bubbleFromUserNubOffset\": 0, \"bubbleFromUserNubSize\": 0, \"bubbleFromUserTextColor\": \"#242424\", \"bubbleImageHeight\": 10, \"bubbleImageMaxHeight\": 240, \"bubbleImageMinHeight\": 240, \"bubbleMessageMaxWidth\": 480, \"bubbleMessageMinWidth\": 120, \"bubbleMinHeight\": 50, \"bubbleNubOffset\": 0, \"bubbleTextColor\": \"#242424\", \"emojiSet\": true, \"fontSizeSmall\": \"70%\", \"hideUploadButton\": false, \"messageActivityWordBreak\": \"break-word\", \"monospaceFont\": \"Consolas\", \"paddingRegular\": 10, \"paddingWide\": 10, \"primaryFont\": null, \"sendBoxBackground\": \"#fff\", \"sendBoxBorderTop\": \"solid 1px #808080\", \"sendBoxButtonColor\": \"#0078d4\", \"sendBoxButtonColorOnHover\": \"#006cbe\", \"sendBoxButtonShadeBorderRadius\": 40, \"sendBoxButtonShadeColorOnHover\": \"\", \"sendBoxHeight\": 60, \"sendBoxPlaceholderColor\": \"#171616\", \"sendBoxTextColor\": \"#2e2d2d\", \"showAvatarInGroup\": \"status\", \"spinnerAnimationHeight\": 16, \"spinnerAnimationPadding\": 12, \"spinnerAnimationWidth\": 16, \"subtleColor\": \"#000000FF\", \"suggestedActionBackgroundColor\": \"#fff\", \"suggestedActionBackgroundColorOnHover\": \"#F0F7FE\", \"suggestedActionBorderColor\": \"#0176de\", \"suggestedActionBorderRadius\": 4, \"suggestedActionBorderWidth\": 1, \"suggestedActionLayout\": \"flow\", \"suggestedActionTextColor\": \"#0176de\", \"typingAnimationBackgroundImage\": \"url('https:\/\/wpamelia.com\/wp-content\/uploads\/2018\/11\/ezgif-2-6d0b072c3d3f.gif')\", \"typingAnimationDuration\": 5000, \"typingAnimationHeight\": 20, \"typingAnimationWidth\": 64, \"userAvatarBackgroundColor\": \"#222222\", \"userAvatarImage\": \"https:\/\/admision.uc.cl\/htdocs\/content\/uploads\/2025\/11\/ico_user.png\", \"userAvatarInitials\": \"U\", \"hideUploadButton\": true };\n\t\tconst backgroundImage = \"\";\n\t\tdocument.addEventListener('DOMContentLoaded', () => {\n\t\t\tconst root = document.documentElement;\n\t\t\troot.style.setProperty('--primary-color', createGradient(styleOptions.accent));\n\t\t\troot.style.setProperty('--header-textColor', styleOptions.suggestedActionTextColor);\n\t\t\tif (backgroundImage) {\n\t\t\t\tconst webchatElement = document.getElementById('webchat');\n\t\t\t\twebchatElement.style.backgroundImage = `url(${backgroundImage})`;\n\t\t\t\twebchatElement.style.backgroundSize = 'cover';\n\t\t\t\twebchatElement.style.backgroundPosition = 'center';\n\t\t\t\twebchatElement.style.backgroundRepeat = 'no-repeat';\n\t\t\t\tconst overlay = document.createElement('div');\n\t\t\t\toverlay.className = 'webchat-overlay';\n\t\t\t\twebchatElement.appendChild(overlay);\n\t\t\t}\n\t\t});\n\t\tfunction createGradient(baseColor) {\n\t\t\tconst r = parseInt(baseColor.slice(1, 3), 16);\n\t\t\tconst g = parseInt(baseColor.slice(3, 5), 16);\n\t\t\tconst b = parseInt(baseColor.slice(5, 7), 16);\n\t\t\tconst lighterColor = `#${Math.min(255, r + 30).toString(16).padStart(2, '0')}${Math.min(255, g + 30).toString(16).padStart(2, '0')}${Math.min(255, b + 30).toString(16).padStart(2, '0')}`;\n\t\t\tconst darkerColor = `#${Math.max(0, r - 30).toString(16).padStart(2, '0')}${Math.max(0, g - 30).toString(16).padStart(2, '0')}${Math.max(0, b - 30).toString(16).padStart(2, '0')}`;\n\t\t\treturn `linear-gradient(135deg, ${lighterColor}, ${baseColor}, ${darkerColor})`;\n\t\t}\n\t\tconst environmentEndPoint = tokenEndpoint.slice(\n\t\t\t0,\n\t\t\ttokenEndpoint.indexOf(\"\/powervirtualagents\")\n\t\t);\n\t\tconst apiVersion = tokenEndpoint\n\t\t\t.slice(tokenEndpoint.indexOf(\"api-version\"))\n\t\t\t.split(\"=\")[1];\n\t\tconst regionalChannelSettingsURL = `${environmentEndPoint}\/powervirtualagents\/regionalchannelsettings?api-version=${apiVersion}`;\n\t\tfunction createCustomStore() {\n\t\t\treturn window.WebChat.createStore(\n\t\t\t\t{},\n\t\t\t\t({ dispatch }) =>\n\t\t\t\t\t(next) =>\n\t\t\t\t\t\t(action) => {\n\t\t\t\t\t\t\tif (action.type === \"DIRECT_LINE\/CONNECT_FULFILLED\") {\n\t\t\t\t\t\t\t\tdispatch({\n\t\t\t\t\t\t\t\t\ttype: \"DIRECT_LINE\/POST_ACTIVITY\",\n\t\t\t\t\t\t\t\t\tmeta: { method: \"keyboard\" },\n\t\t\t\t\t\t\t\t\tpayload: {\n\t\t\t\t\t\t\t\t\t\tactivity: {\n\t\t\t\t\t\t\t\t\t\t\tchannelData: { postBack: true },\n\t\t\t\t\t\t\t\t\t\t\tname: \"startConversation\",\n\t\t\t\t\t\t\t\t\t\t\ttype: \"event\",\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn next(action);\n\t\t\t\t\t\t}\n\t\t\t);\n\t\t}\n\t\tasync function restartConversation() {\n\t\t\ttry {\n\t\t\t\tif (!directLineUrl) {\n\t\t\t\t\tconsole.error(\"DirectLine URL not initialized\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tconst response = await fetch(tokenEndpoint);\n\t\t\t\tconst conversationInfo = await response.json();\n\t\t\t\tif (!conversationInfo.token) {\n\t\t\t\t\tthrow new Error(\"Failed to get conversation token\");\n\t\t\t\t}\n\t\t\t\tconst newDirectLine = window.WebChat.createDirectLine({\n\t\t\t\t\tdomain: `${directLineUrl}v3\/directline`,\n\t\t\t\t\ttoken: conversationInfo.token,\n\t\t\t\t});\n\t\t\t\tconst webchatElement = document.getElementById(\"webchat\");\n\t\t\t\twebChatInstance = window.WebChat.renderWebChat(\n\t\t\t\t\t{\n\t\t\t\t\t\tdirectLine: newDirectLine,\n\t\t\t\t\t\tstyleOptions,\n\t\t\t\t\t\tstore: createCustomStore(),\n\t\t\t\t\t},\n\t\t\t\t\twebchatElement\n\t\t\t\t);\n\t\t\t} catch (err) {\n\t\t\t\tconsole.error(\"Failed to restart conversation:\", err);\n\t\t\t}\n\t\t}\n\t\tasync function initializeChat() {\n\t\t\ttry {\n\t\t\t\tconst response = await fetch(regionalChannelSettingsURL);\n\t\t\t\tconst data = await response.json();\n\t\t\t\tdirectLineUrl = data.channelUrlsById.directline;\n\t\t\t\tif (!directLineUrl) {\n\t\t\t\t\tthrow new Error(\"Failed to get DirectLine URL\");\n\t\t\t\t}\n\t\t\t\tconst conversationResponse = await fetch(tokenEndpoint);\n\t\t\t\tconst conversationInfo = await conversationResponse.json();\n\t\t\t\tif (!conversationInfo.token) {\n\t\t\t\t\tthrow new Error(\"Failed to get conversation token\");\n\t\t\t\t}\n\t\t\t\tconst directLine = window.WebChat.createDirectLine({\n\t\t\t\t\tdomain: `${directLineUrl}v3\/directline`,\n\t\t\t\t\ttoken: conversationInfo.token,\n\t\t\t\t});\n\t\t\t\twebChatInstance = window.WebChat.renderWebChat(\n\t\t\t\t\t{\n\t\t\t\t\t\tdirectLine,\n\t\t\t\t\t\tstyleOptions,\n\t\t\t\t\t\tstore: createCustomStore(),\n\t\t\t\t\t},\n\t\t\t\t\tdocument.getElementById(\"webchat\")\n\t\t\t\t);\n\t\t\t} catch (err) {\n\t\t\t\tconsole.error(\"Failed to initialize chat:\", err);\n\t\t\t}\n\t\t}\n\t\tinitializeChat();\n \n\t<\/script>\n \n\t<!--CSS -->\n<style>\n\t\tbody {\n\t\t\tbackground-color: #FFFFFF;\n\t\t}\n\t\t#chatbot-header .header-title {\n\t\t\tfont-family: 'Roboto', sans-serif;\n\t\t\tfont-size: 17px;\n\t\t\tcolor: #000;\n                        font-weight: 700; \/* Negrita *\/\n\t\t\tpadding: 12px 16px;\n\t\t}\n<\/style>\n \n\t<!-- HTML -->\n<div id=\"chatbot-card\" role=\"complementary\" aria-label=\"Chat Assistant\" class=\"visible\">\n<div id=\"chatbot-header\">\n<div class=\"header-title\">Chatbot Novatos UC<\/div>\n<div class=\"header-buttons\">\n<button class=\"icon-button\" id=\"restart-button\" onclick=\"restartConversation()\" aria-label=\"Restart Conversation\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n<path d=\"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"><\/path>\n<path d=\"M3 3v5h5\"><\/path>\n<\/svg>\n<\/button>\n<\/div>\n<\/div>\n<div id=\"webchat\" role=\"main\"><\/div>\n<\/div>\t\n<\/section>\n<!------- (Copiar hasta ac\u00e1) CHATBOT C\u00d3DIGO P\u00c1GINA COMPLETO  -------->\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p>\u00bfReci\u00e9n entraste a la UC y tienes mil preguntas? El Chatbot Novatos UC est\u00e1 aqu\u00ed para ayudarte a orientarte en tus primeros d\u00edas y acompa\u00f1arte durante tu adaptaci\u00f3n a la vida universitaria. Hazle preguntas, explora informaci\u00f3n clave y encuentra r\u00e1pidamente d\u00f3nde y con qui\u00e9n resolver tus dudas.<\/p>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">Bienvenida Vicerrector Acad\u00e9mico<\/h2>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<figure class=\"wp-block-video\"><video height=\"720\" style=\"aspect-ratio: 1280 \/ 720;\" width=\"1280\" controls=\"\" src=\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Chabot-Novatos-Saludo-VRA.mp4\"><\/video><\/figure>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<h2 class=\"wp-block-heading\">Recorre la Ruta Novata<\/h2>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/nam10.safelinks.protection.outlook.com\/?url=https%3A%2F%2Fcursos.canvas.uc.cl%2Fcourses%2F105033&amp;data=05%7C02%7Cjalvarm%40uc.cl%7Cb82518fcfb554f52550408de59eb4e07%7C5ff5d9faf83f4ac1a4d2eb48ea0a00d2%7C0%7C0%7C639047064326430832%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=Kb3f3QKQLK4YJIvu%2Fl5TgprC2JNF%2Fd%2FefliwxrkrOno%3D&amp;reserved=0\"><img decoding=\"async\" src=\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/BANNER-MO&#x2560;uDULOS-RUTA-NOVATA12-1024x144.png\" alt=\"\" class=\"wp-image-15629\"\/><\/a><\/figure>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">Importante Saber<\/h2>\n\n<p>Este chatbot es un\u00a0<strong>asistente de orientaci\u00f3n<\/strong>, no reemplaza a docentes ni a equipos profesionales.<\/p>\n\n<p>Para temas sensibles o personales, siempre te guiar\u00e1 hacia los\u00a0<strong>apoyos oficiales de la UC<\/strong>.<\/p>\n\n<p>La informaci\u00f3n que entrega se basa en contenidos institucionales pensados especialmente para estudiantes novatos.<\/p>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">\u00bfQu\u00e9 tipo de preguntas puedes hacer?<\/h2>\n\n<p>Este asistente puede ayudarte con dudas frecuentes como:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Adaptaci\u00f3n a la vida universitaria<\/strong><\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>C\u00f3mo funciona la UC<\/strong><\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Vida acad\u00e9mica inicial<\/strong><\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Orientaci\u00f3n y apoyos<\/strong><\/li>\n<\/ul>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<div style=\"background-color: #0176de; padding: 2rem; text-align: center; color: white; font-family: sans-serif; border-radius: 8px; margin-top: 2rem;\">\n<h1 style=\"font-size: 2.2rem; margin-bottom: 1rem;\"><strong>\u00bfTienes dudas o encontraste un error?<\/strong><\/h1>\n<p style=\"font-size: 1.2rem;\">Este Chatbot est\u00e1 en constante mejora. Si detectaste alg\u00fan error o tienes sugerencias, cont\u00e1ctanos a\n<a style=\"color: #ffffff; text-decoration: underline; font-weight: bold;\" href=\"mailto:ia@uc.cl\"><strong>ia@uc.cl<\/strong><\/a><\/p>\n\u00a1Tu opini\u00f3n nos ayuda a seguir mejorando!\n \n<\/div>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chatbot Novatos UC \u00bfReci\u00e9n entraste a la UC y tienes mil preguntas? El Chatbot Novatos UC est\u00e1 aqu\u00ed para ayudarte a orientarte en tus primeros d\u00edas y acompa\u00f1arte durante tu adaptaci\u00f3n a la vida universitaria. Hazle preguntas, explora informaci\u00f3n clave y encuentra r\u00e1pidamente d\u00f3nde y con qui\u00e9n resolver tus dudas. Bienvenida Vicerrector Acad\u00e9mico Recorre la [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":15725,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/page-template-unidades.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16895","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles<\/title>\n<meta name=\"description\" content=\"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles\" \/>\n<meta property=\"og:description\" content=\"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Direcci\u00f3n de Asuntos Estudiantiles\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T01:59:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"6250\" \/>\n\t<meta property=\"og:image:height\" content=\"2917\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/\",\"url\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/\",\"name\":\"DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles\",\"isPartOf\":{\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg\",\"datePublished\":\"2023-11-13T15:22:29+00:00\",\"dateModified\":\"2026-03-13T01:59:25+00:00\",\"description\":\"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.\",\"breadcrumb\":{\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage\",\"url\":\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg\",\"contentUrl\":\"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg\",\"width\":6250,\"height\":2917},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DAE Communications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/#website\",\"url\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/\",\"name\":\"Direcci\u00f3n de Asuntos Estudiantiles\",\"description\":\"Vive la UC a trav\u00e9s del deporte, la salud, el bienestar y el desarrollo estudiantil\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/asuntosestudiantiles.uc.cl\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles","description":"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.","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:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/","og_locale":"en_US","og_type":"article","og_title":"DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles","og_description":"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.","og_url":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/","og_site_name":"Direcci\u00f3n de Asuntos Estudiantiles","article_modified_time":"2026-03-13T01:59:25+00:00","og_image":[{"width":6250,"height":2917,"url":"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/","url":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/","name":"DAE Communications - Direcci\u00f3n de Asuntos Estudiantiles","isPartOf":{"@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage"},"image":{"@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage"},"thumbnailUrl":"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg","datePublished":"2023-11-13T15:22:29+00:00","dateModified":"2026-03-13T01:59:25+00:00","description":"We create, disseminate and share content about the university experience of UC students, through different media, with a close, transversal and inclusive language.","breadcrumb":{"@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#primaryimage","url":"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg","contentUrl":"https:\/\/asuntosestudiantiles.uc.cl\/wp-content\/uploads\/2026\/01\/Banner-Chatbot-Novatos-UC.jpg","width":6250,"height":2917},{"@type":"BreadcrumbList","@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/dae-communications-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/asuntosestudiantiles.uc.cl\/en\/"},{"@type":"ListItem","position":2,"name":"DAE Communications"}]},{"@type":"WebSite","@id":"https:\/\/asuntosestudiantiles.uc.cl\/en\/#website","url":"https:\/\/asuntosestudiantiles.uc.cl\/en\/","name":"Direcci\u00f3n de Asuntos Estudiantiles","description":"Vive la UC a trav\u00e9s del deporte, la salud, el bienestar y el desarrollo estudiantil","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/asuntosestudiantiles.uc.cl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/pages\/16895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/comments?post=16895"}],"version-history":[{"count":1,"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/pages\/16895\/revisions"}],"predecessor-version":[{"id":16897,"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/pages\/16895\/revisions\/16897"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/media\/15725"}],"wp:attachment":[{"href":"https:\/\/asuntosestudiantiles.uc.cl\/en\/wp-json\/wp\/v2\/media?parent=16895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}