{"id":237111,"date":"2025-06-19T19:15:10","date_gmt":"2025-06-19T19:15:10","guid":{"rendered":"https:\/\/ascnet.ie\/techmate\/?page_id=237111"},"modified":"2025-08-11T20:20:05","modified_gmt":"2025-08-11T20:20:05","slug":"professional-support-sessions","status":"publish","type":"page","link":"https:\/\/ascnet.ie\/techmate\/actions\/professional-support-sessions\/","title":{"rendered":"Professional Support Sessions &#8211; Action"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_header title=&#8221;Professional Support Sessions&#8221; button_one_text=&#8221;Back to All Actions&#8221; button_one_url=&#8221;https:\/\/ascnet.ie\/techmate\/actions\/&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; title_font_size=&#8221;25px&#8221; background_color=&#8221;#021024&#8243; custom_button_one=&#8221;on&#8221; button_one_text_size=&#8221;15px&#8221; button_one_text_color=&#8221;#000000&#8243; button_one_bg_color=&#8221;#FFFFFF&#8221; button_one_border_color=&#8221;#000000&#8243; custom_margin=&#8221;||-35px|||&#8221; custom_padding=&#8221;17px||11px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_fullwidth_header][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-1px|||&#8221; custom_padding=&#8221;||46px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||102px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; border_style_all=&#8221;none&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div id=\"menu-buttons\"><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-desc\">What is the Action?<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-facts\">Quick Facts to Support this Action<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-implement\">Ways to Implement this Action<\/button><!-- [et_pb_line_break_holder] -->   <button class=\"sidebar-btn\" data-target=\"action-eval\">Evaluation Approach<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-references\">References<\/button><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->    document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->    const buttons = document.querySelectorAll(\".sidebar-btn[data-target]\");<!-- [et_pb_line_break_holder] -->    const contentBlocks = document.querySelectorAll(\".content-block\");<!-- [et_pb_line_break_holder] -->    const dropdownToggles = document.querySelectorAll(\".dropdown-toggle\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    buttons.forEach(button => {<!-- [et_pb_line_break_holder] -->        button.addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->        const targetId = button.getAttribute(\"data-target\");<!-- [et_pb_line_break_holder] -->        if (targetId) {<!-- [et_pb_line_break_holder] -->            \/\/ Hide all content blocks<!-- [et_pb_line_break_holder] -->            contentBlocks.forEach(block => block.style.display = \"none\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Show the selected one<!-- [et_pb_line_break_holder] -->            const target = document.getElementById(targetId);<!-- [et_pb_line_break_holder] -->            if (target) {<!-- [et_pb_line_break_holder] -->                target.style.display = \"block\";<!-- [et_pb_line_break_holder] -->                const yOffset = -80; \/\/ adjust to your header height<!-- [et_pb_line_break_holder] -->                const y = target.getBoundingClientRect().top + window.pageYOffset + yOffset;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                window.scrollTo({ top: y, behavior: 'smooth' });<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Remove 'active' from all sidebar buttons<!-- [et_pb_line_break_holder] -->                document.querySelectorAll(\".sidebar-btn\").forEach(el => el.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Only remove active from dropdown-toggle if a dropdown item was clicked<!-- [et_pb_line_break_holder] -->                const isDropdownItem = button.closest(\".dropdown-menu\");<!-- [et_pb_line_break_holder] -->                if (isDropdownItem) {<!-- [et_pb_line_break_holder] -->                    document.querySelectorAll(\".dropdown-toggle\").forEach(t => t.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Add 'active' to the clicked child button only<!-- [et_pb_line_break_holder] -->                button.classList.add(\"active\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const dropdownCurToggles = document.querySelectorAll(\".text-dropdown-toggle\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    dropdownCurToggles.forEach((toggle) => {<!-- [et_pb_line_break_holder] -->      toggle.addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->        const content = toggle.nextElementSibling;<!-- [et_pb_line_break_holder] -->        if (!content) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const isVisible = content.style.display === \"block\";<!-- [et_pb_line_break_holder] -->        content.style.display = isVisible ? \"none\" : \"block\";<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    dropdownToggles.forEach(toggle => {<!-- [et_pb_line_break_holder] -->        toggle.addEventListener(\"click\", (e) => {<!-- [et_pb_line_break_holder] -->        e.stopPropagation();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const parent = toggle.parentElement;<!-- [et_pb_line_break_holder] -->        const isOpen = parent.classList.contains(\"open\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Close all dropdowns and remove 'active' from all toggles<!-- [et_pb_line_break_holder] -->        document.querySelectorAll(\".sidebar-dropdown\").forEach(drop => drop.classList.remove(\"open\"));<!-- [et_pb_line_break_holder] -->        document.querySelectorAll(\".dropdown-toggle\").forEach(t => t.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        if (!isOpen) {<!-- [et_pb_line_break_holder] -->            parent.classList.add(\"open\");<!-- [et_pb_line_break_holder] -->            toggle.classList.add(\"active\");<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <\/script><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  [\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Description&#8221; module_id=&#8221;action-desc&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>What is the Action?<\/h3>\n<p><span>Provide professional support for female students in the form of career advice. These advice sessions are dedicated to different topics, for example, preparation for technical interviews, CV reviewing, sessions with corporate sponsors etc.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Facts&#8221; module_id=&#8221;action-facts&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; custom_css_free_form=&#8221;||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>Quick Facts to Support this Action<\/h3>\n<ul>\n<li><span>While career advice in university could benefit students of all genders, women at Northwestern University found it particularly helpful <a href=\"https:\/\/dailynorthwestern.com\/2025\/02\/10\/campus\/studentgroups\/women-in-computing-provides-professional-development-opportunities-to-nu-undergrads\/\" target=\"_blank\" rel=\"noopener\">when it was delivered to them through an organisation supporting women in computing<\/a><\/span><\/li>\n<\/ul>\n<blockquote class=\"testimonial-box\">\n<p>Despite known shortages of computing professionals, <a href=\"https:\/\/dl.acm.org\/doi\/pdf\/10.1145\/3586583\" target=\"_blank\" rel=\"noopener\">women still find it hard to get a job in the field<\/a> <a href=\"https:\/\/dl.acm.org\/doi\/pdf\/10.1145\/3586583\" target=\"_blank\" rel=\"noopener\"><\/a> according to Bettina Bair, a chair of the ACM-W organisation.<\/p>\n<\/blockquote>\n<ul>\n<li>Career related events and activities incorporated within the university framework <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=7044198\" target=\"_blank\" rel=\"noopener\">enhance retention of computing students.<\/a><\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;implement&#8221; module_id=&#8221;action-implement&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; hover_enabled=&#8221;0&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h3><span>Ways to Implement this Action<\/span><\/h3>\n<p>The goal of this action is to offer some preparation to female students for their professional journey in computing. This can be done, for example, through a university female network\/club, or incorporated within the curriculum of a course.<\/p>\n<p>Some ideas on what can be organised in forms of sessions for women specific events:<\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('w1'); return false;\">\u27a4 Interview Prep<\/a><\/p>\n<div id=\"w1\" class=\"dropdown-content\">Technical interview preparation sessions.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('w2'); return false;\">\u27a4 CV\/Cover Letter Review<\/a><\/p>\n<div id=\"w2\" class=\"dropdown-content\">CV and\/or cover letter reviews for internships and placements.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('w3'); return false;\">\u27a4 Alumni Events<\/a><\/p>\n<div id=\"w3\" class=\"dropdown-content\">Alumni events to provide students with insights of real experience with the industry after completing their degrees.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('w4'); return false;\">\u27a4 Industry Events<\/a><\/p>\n<div id=\"w4\" class=\"dropdown-content\">Events with industrial sponsors, who can provide information of jobs available and other career advice<\/div>\n<p>Some ideas on how career related activities could be part of a course for all students:<\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('c1'); return false;\">\u27a4 Invite Professionals<\/a><\/p>\n<div id=\"c1\" class=\"dropdown-content\">Invite an industry professional who, for instance, has experience hiring students from this university, as a guest lecturer <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=7044198\" target=\"_blank\" rel=\"noopener\">to give a talk on how to prepare a professional CV.<\/a><\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('c2'); return false;\">\u27a4 CV Assignments<\/a><\/p>\n<div id=\"c2\" class=\"dropdown-content\">Introduce a <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=7044198\" target=\"_blank\" rel=\"noopener\">mandatory CV writing assignment<\/a> ahead of a relevant career event.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('c3'); return false;\">\u27a4 Extra Credit<\/a><\/p>\n<div id=\"c3\" class=\"dropdown-content\">A possibility for students to earn extra credit when taking part at career events.<\/div>\n<p>\n<script>\nfunction toggleDiv(id) {\n  var x = document.getElementById(id);\n  x.style.display = (x.style.display === \"none\" || x.style.display === \"\") ? \"block\" : \"none\";\n}\n<\/script>\n<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;eval&#8221; module_id=&#8221;action-eval&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; hover_enabled=&#8221;0&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h3><span>Evaluation Approach<\/span><\/h3>\n<p>While it might be challenging to assess a short-term impact of this action, a way to see some impact is for instance, to compare student performance (grades) before and after the change where it was implemented within a particular module, or to issue a survey to students, and include questions relevant to the activities implemented.\u00a0<\/p>\n<p>Sample survey questions (taken from study <span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\">L. Ott. <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=7044198\" target=\"_blank\" rel=\"noopener\">Explorations in computing: Could this be the key to retention?<\/a> In FIE, pages 1\u20139, Madrid, Spain, 2014. IEEE Xplore, IEEE.<\/span><span class=\"NormalTextRun SCXW242812560 BCX0\"> &#8211; a mandatory CV writing assignment was introduced in this study):<\/span><\/span><\/p>\n<ul>\n<li><span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\">How valuable was the resume writing assignment? &#8211; where 1 means a complete waste of time and 6 means very valuable\u00a0<\/span><\/span><\/li>\n<li><span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\">Please indicate the extra credit opportunities you participated in (attending a career fair was one of the actitivities to earn an extra credit). <\/span><\/span><\/li>\n<li><span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\">If you participated in any extra credit opportunities, which did you find the most valuable?<\/span><\/span><\/li>\n<li><span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\">What is your favorite course this semester?<\/span><\/span><\/li>\n<\/ul>\n<p><span data-contrast=\"auto\" xml:lang=\"EN-GB\" lang=\"EN-GB\" class=\"TextRun SCXW242812560 BCX0\"><span class=\"NormalTextRun SCXW242812560 BCX0\"><\/span><\/span><\/p>\n<p>\n<script>\nfunction toggleDiv(id) {\n  var x = document.getElementById(id);\n  x.style.display = (x.style.display === \"none\" || x.style.display === \"\") ? \"block\" : \"none\";\n}\n<\/script>\n<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;References&#8221; module_id=&#8221;action-references&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<div class=\"boxed\">\n<p>L. Ott. <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=7044198\" target=\"_blank\" rel=\"noopener\">Explorations in computing: Could this be the key to retention?<\/a> In FIE, pages 1\u20139, Madrid, Spain, 2014. IEEE Xplore, IEEE.\u00a0<\/p>\n<p>E. Shein. <a href=\"https:\/\/dl.acm.org\/doi\/pdf\/10.1145\/3586583\" target=\"_blank\" rel=\"noopener\">Women in computer science are making strides<\/a>. Communications of the ACM, 66(5):15\u201317, 2023.\u00a0<\/p>\n<p>L. Horne. <a href=\"https:\/\/dailynorthwestern.com\/2025\/02\/10\/campus\/studentgroups\/women-in-computing-provides-professional-development-opportunities-to-nu-undergrads\/\" target=\"_blank\" rel=\"noopener\">Women in Computing provides professional development opportunities to NU graduates.<\/a> The Daily Northwestern, 10\/02\/2025.<\/p>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the Action? Provide professional support for female students in the form of career advice. These advice sessions are dedicated to different topics, for example, preparation for technical interviews, CV reviewing, sessions with corporate sponsors etc.Quick Facts to Support this Action While career advice in university could benefit students of all genders, women at [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":236654,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[],"tags":[28,36,38,39,40],"class_list":["post-237111","page","type-page","status-publish","hentry","tag-any1","tag-post1","tag-ret1","tag-stim1","tag-under1"],"_links":{"self":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/comments?post=237111"}],"version-history":[{"count":9,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237111\/revisions"}],"predecessor-version":[{"id":237546,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237111\/revisions\/237546"}],"up":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/236654"}],"wp:attachment":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/media?parent=237111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/categories?post=237111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/tags?post=237111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}