{"id":237119,"date":"2025-06-19T19:52:49","date_gmt":"2025-06-19T19:52:49","guid":{"rendered":"https:\/\/ascnet.ie\/techmate\/?page_id=237119"},"modified":"2025-09-01T17:51:29","modified_gmt":"2025-09-01T17:51:29","slug":"industry-rolemodel-guest-lecture","status":"publish","type":"page","link":"https:\/\/ascnet.ie\/techmate\/actions\/industry-rolemodel-guest-lecture\/","title":{"rendered":"Invite an Industry Role Model to deliver a Guest Lecture &#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;Invite an Industry Role Model to deliver a Guest Lecture&#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; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221;]<\/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>Invite a prominent female industry role model to deliver a class.<\/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><a href=\"https:\/\/irishtechnews.ie\/female-intake-computer-science-degrees-tu-dublin\/\" target=\"_blank\" rel=\"noopener\">Using industry role models in an initiative in TU Dublin<\/a> helped increase the female student intake to 42%<\/span><\/li>\n<li><span>Students get exposed to industry role models early in their educational journey;<\/span><\/li>\n<li><span><a href=\"https:\/\/dl.acm.org\/doi\/fullHtml\/10.1145\/3689535.3689557#BibPLXBIB0016\" target=\"_blank\" rel=\"noopener\">Female computing students wish<\/a> to see more female role models;<\/span><\/li>\n<\/ul>\n<blockquote class=\"testimonial-box\">\n<p><span>Research suggests that <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3555009.3555016\" target=\"_blank\" rel=\"noopener\">female role models can break stereotypes;<\/a><\/span><\/p>\n<\/blockquote>\n<ul>\n<li><span>Students have a chance to boost their future employability skills;<\/span><\/li>\n<li><span>Research showed positive feedback from computing students taught by an industry professional on resume writing, and <a href=\"https:\/\/ieeexplore.ieee.org\/document\/7044198\" target=\"_blank\" rel=\"noopener\">this initiative contributed to their better performance and retention.<\/a><\/span><\/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; 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><span>Ways to implement this action<\/span><\/h3>\n<p><span>Invite an industry professional to:<\/span><\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('1'); return false;\">\u27a4 Present a Case Study<\/a><\/p>\n<div id=\"1\" class=\"dropdown-content\">Invite an industry woman to present a case study and let students ask questions.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('2'); return false;\">\u27a4 Teach a Class on Resume Writing<\/a><\/p>\n<div id=\"2\" class=\"dropdown-content\">Invite an industry professional who is familiar with recruitment processes of computing graduates to teach one class on resume writing.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('3'); return false;\">\u27a4 Present Company Projects<\/a><\/p>\n<div id=\"3\" class=\"dropdown-content\">Invite an industry role model to present with the company projects, speak of essential skillset required, and give students sample projects to work on.<\/div>\n<p>\n<script>\n    function 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>These can be a once-off guest lecture within an introductory computing module.<\/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>Evaluation Approach<\/h3>\n<p>The most immediate impact of this action would be to see improved student performance (grades) and persistence (attendance and completion) in the course. Feedback from students on the invited role model can be collected as well.<\/p>\n<p><strong>The student survey can include the following questions:<\/strong><\/p>\n<ul>\n<li data-start=\"713\" data-end=\"908\">\n<p data-start=\"716\" data-end=\"800\"><em>Before attending the lecture, how familiar were you with the guest speaker\u2019s work?<\/em><\/p>\n<ul data-start=\"804\" data-end=\"908\">\n<li data-start=\"804\" data-end=\"829\">\n<p data-start=\"806\" data-end=\"829\">Not at all familiar<\/p>\n<\/li>\n<li data-start=\"833\" data-end=\"856\">\n<p data-start=\"835\" data-end=\"856\">Slightly familiar<\/p>\n<\/li>\n<li data-start=\"860\" data-end=\"885\">\n<p data-start=\"862\" data-end=\"885\">Moderately familiar<\/p>\n<\/li>\n<li data-start=\"889\" data-end=\"908\">\n<p data-start=\"891\" data-end=\"908\">Very familiar<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li data-start=\"909\" data-end=\"1017\">\n<p data-start=\"912\" data-end=\"959\"><em>How inspiring did you find the guest speaker?<\/em><\/p>\n<ul data-start=\"963\" data-end=\"1017\">\n<li data-start=\"963\" data-end=\"1017\">\n<p data-start=\"965\" data-end=\"1017\">1 (Not inspiring at all) \u2192 5 (Extremely inspiring)<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li data-start=\"1018\" data-end=\"1145\">\n<p data-start=\"1021\" data-end=\"1087\"><em>To what extent did the speaker seem relatable to you personally?<\/em><\/p>\n<ul data-start=\"1091\" data-end=\"1145\">\n<li data-start=\"1091\" data-end=\"1145\">\n<p data-start=\"1093\" data-end=\"1145\">1 (Not relatable at all) \u2192 5 (Extremely relatable)<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li data-start=\"1197\" data-end=\"1364\">\n<p data-start=\"1200\" data-end=\"1293\"><em>The lecture increased my understanding of current trends and opportunities in the industry.<\/em><\/p>\n<ul data-start=\"1297\" data-end=\"1364\">\n<li data-start=\"1297\" data-end=\"1364\">\n<p data-start=\"1299\" data-end=\"1364\">Strongly disagree \/ Disagree \/ Neutral \/ Agree \/ Strongly agree<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li data-start=\"1365\" data-end=\"1526\">\n<p data-start=\"1368\" data-end=\"1455\"><em>I learned practical tips or strategies that I can apply to my own career development.<\/em><\/p>\n<ul data-start=\"1459\" data-end=\"1526\">\n<li data-start=\"1459\" data-end=\"1526\">\n<p data-start=\"1461\" data-end=\"1526\">Strongly disagree \/ Disagree \/ Neutral \/ Agree \/ Strongly agree<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li><em>This lecture has increased my motivation to pursue a career in this field<\/em>.\n<ul>\n<li>Strongly disagree \/ Disagree \/ Neutral \/ Agree \/ Strongly agree<\/li>\n<\/ul>\n<\/li>\n<li><em>After this lecture, I am more likely to seek out similar industry engagement opportunities.<\/em>\n<ul>\n<li>Strongly disagree \/ Disagree \/ Neutral \/ Agree \/ Strongly agree<\/li>\n<\/ul>\n<\/li>\n<li><em>I can see myself in a similar professional role in the future.<\/em>\n<ul>\n<li>Strongly disagree \/ Disagree \/ Neutral \/ Agree \/ Strongly agree<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Include an open field question to collect any additional student feedback.<\/p>\n<ol start=\"9\" data-start=\"1584\" data-end=\"1832\"><\/ol>\n<ul data-start=\"1976\" data-end=\"2043\"><\/ul>\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>M. Barr, L. Binnie, E. Jacobs, K. Pavlou, and K. West. <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3689535.3689557\" target=\"_blank\" rel=\"noopener\">Understanding the role models that inspire women to study Computing Science.<\/a> In Proc. of the 2024 Conf. on United Kingdom &amp; Ireland Computing Education Research, pages 1\u20137. ACM, September 2024.<\/p>\n<p>T. Breda, J. Grenet, M. Monnet, and C. Van Effenterre. <a href=\"https:\/\/docs.iza.org\/dp13163.pdf\" target=\"_blank\" rel=\"noopener\">Do female role models reduce the gender gap in science?: Evidence from French high schools<\/a>. IZA\u2013Institute of Labor Economics, 2020.\u00a0<\/p>\n<p><a href=\"https:\/\/irishtechnews.ie\/female-intake-computer-science-degrees-tu-dublin\/\" target=\"_blank\" rel=\"noopener\">Cracking the Silicon Ceiling \u2013 Female intake for Computer Science degrees in TU Dublin reaches a record 42%<\/a>. Irish Tech News, September 2020.\u00a0<\/p>\n<p>L. Ott. <a href=\"https:\/\/ieeexplore.ieee.org\/document\/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. Taylor-Smith, C. Barnett, S. Smith, M. Barr, and C. Shankland. <a href=\"https:\/\/doi.org\/10.1145\/3555009.3555016\" target=\"_blank\" rel=\"noopener\">Participant-centred planning framework for effective gender balance activities in tech<\/a>. In Proc. of the 2022 Conf. on United Kingdom &amp; Ireland Computing Education Research (UKICER \u201922), pages 1\u20137. ACM, New York, NY, USA, 2022.\u00a0<\/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? Invite a prominent female industry role model to deliver a class.Quick Facts to Support this Action Using industry role models in an initiative in TU Dublin helped increase the female student intake to 42% Students get exposed to industry role models early in their educational journey; Female computing students wish to [&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,29,34,36,38,40],"class_list":["post-237119","page","type-page","status-publish","hentry","tag-any1","tag-anylev1","tag-newst1","tag-post1","tag-ret1","tag-under1"],"_links":{"self":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237119","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=237119"}],"version-history":[{"count":14,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237119\/revisions"}],"predecessor-version":[{"id":237681,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237119\/revisions\/237681"}],"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=237119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/categories?post=237119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/tags?post=237119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}