{"id":236745,"date":"2025-06-12T09:49:43","date_gmt":"2025-06-12T09:49:43","guid":{"rendered":"https:\/\/ascnet.ie\/techmate\/?page_id=236745"},"modified":"2025-10-18T12:33:25","modified_gmt":"2025-10-18T12:33:25","slug":"well-known-figures","status":"publish","type":"page","link":"https:\/\/ascnet.ie\/techmate\/actions\/well-known-figures\/","title":{"rendered":"Well-known Figures &#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;Famous Role Models &#8211; Well-known Figures or Heroes&#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;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-3px||false|false&#8221; custom_padding=&#8221;13px||9px||false|false&#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_padding=&#8221;27px||4px|||&#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;5px||111px|||&#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-resources\">Resources<\/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] --><!-- [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] -->                    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] -->    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] -->\/\/ \u2705 Add global toggleDiv() for your inline dropdowns<!-- [et_pb_line_break_holder] -->function toggleDiv(id) {<!-- [et_pb_line_break_holder] -->    const el = document.getElementById(id);<!-- [et_pb_line_break_holder] -->    if (!el) return false;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const current = el.style.display || window.getComputedStyle(el).display;<!-- [et_pb_line_break_holder] -->    el.style.display = (current === \"none\") ? \"block\" : \"none\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    return false;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script><!-- [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>Use public figures or widely accepted heroes as role models.<\/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<blockquote class=\"testimonial-box\">\n<p>A recent US study researching relationships between the role models, mentors, heroes, and participants\u2019 interest in education, their participation in risky behaviour, levels of confidence etc. <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC9421350\/\" target=\"_blank\" rel=\"noopener\">found that a third of the adolescent participants (11-18 years of age) had heroes, who included public figures<\/a>, and those who had heroes showed a significant interest in education compared to those who did not.<\/p>\n<\/blockquote>\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; header_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>Discover the options below by expanding them.<\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('expose'); return false;\">\u27a4 Include female figures into lecture materials and in posters on campus walls<\/a><\/p>\n<div id=\"expose\" class=\"dropdown-content\"><span>Expose students to potential heroes by including well-known female role models in lecture material and or distributing posters on campus walls. Examples include Marie Curie, Ada Lovelace, Radia Perlman, Grace Murray Hopper, Katherine Johnson, or more recently, Doina Precup, Jeannette Wing, Doina Precup, and more. <a href=\"https:\/\/www.computerscience.org\/resources\/most-influential-women-computer-science\/\" target=\"_blank\" rel=\"noopener\">Information on some of these well-known figures is available here.<\/a><\/span><\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('projects'); return false;\">\u27a4 Use famous female figures as characters\/associations in projects<\/a><\/p>\n<div id=\"projects\" class=\"dropdown-content\">\n<p><span><br \/>Champions from <\/span><a href=\"https:\/\/www.femtech.dk\/\" target=\"_blank\" rel=\"noopener\">Femtech.dk research initiative<\/a> at computer science department of the University of Copenhagen used famous female figures as characters in their computing workshops for students that produced artifacts. For example, in the project Elze, named after cryptanalyst Elizebeth Friedman, students learned how to use a potted plant as an encryption key in one of the workshops. Here is the <a href=\"https:\/\/www.femtech.dk\/artifacts\/new-else\/\" target=\"_blank\" rel=\"noopener\">guide on how to recreate the Elze artifact<\/a>. Another project of the same initiative was LOLA (named after <a href=\"https:\/\/www.sciencenews.org\/article\/core-memory-weavers-navajo-apollo-raytheon-computer-nasa\" target=\"_blank\" rel=\"noopener\">LOL &#8211; Little Old Ladies, referring to women who assembled Apollo&#8217;s core memory<\/a>) taught students on how to use sensors in context. <a href=\"https:\/\/www.femtech.dk\/artifacts\/lola\/\" target=\"_blank\" rel=\"noopener\">Here are the instructions for LOLA<\/a>.<\/p>\n<\/div>\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><a href=\"https:\/\/www.atariwomen.org\/stories\/\">https:\/\/www.atariwomen.org\/stories\/<\/a> &#8211; Atari Women Project, University of Copenhagen and <span>University of Washington.<\/span><\/p>\n<p>Atif, H., Peck, L., Connolly, M., Endres, K., Musser, L., Shalaby, M., Lehman, M., and Olympia, R.P. (2022). The Impact of Role Models, Mentors, and Heroes on Academic and Social Outcomes in Adolescents. <i>Cureus<\/i>, 14(7):e27349. doi: <a href=\"https:\/\/doi.org\/10.7759\/cureus.27349\" target=\"_blank\" rel=\"noopener\">10.7759\/cureus.27349<\/a>. PMID: 36060382; PMCID: PMC9421350.<\/p>\n<p>Core memory weavers and Navajo women made the Apollo missions possible <a href=\"https:\/\/www.sciencenews.org\/article\/core-memory-weavers-navajo-apollo-raytheon-computer-nasa\">https:\/\/www.sciencenews.org\/article\/core-memory-weavers-navajo-apollo-raytheon-computer-nasa<\/a>\u00a0<\/p>\n<p><span>FemTech.dk &#8211; a DEI research program grounded at the Computer Science Department of the University of Copenhagen (DIKU) <a href=\"http:\/\/www.femtech.dk\/\">http:\/\/www.femtech.dk\/<\/a>\u00a0<\/span><\/p>\n<p>Most Influential Women in Computer Science \u2013 <a href=\"https:\/\/www.computerscience.org\/resources\/most-influential-women-computer-science\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.computerscience.org\/resources\/most-influential-women-computer-science\/<\/a><\/p>\n<p>History of Women in IT: 6 Female Pioneers in Computer Science \u2013 <a href=\"https:\/\/www.purdueglobal.edu\/blog\/information-technology\/history-women-information-technology-6-female-computer-science-pioneers\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.purdueglobal.edu\/blog\/information-technology\/history-women-information-technology-6-female-computer-science-pioneers\/<\/a><\/p>\n<p>Incredible Female Role Models in STEM \u2013 <a href=\"https:\/\/shecancode.io\/incredible-female-role-models-in-stem-who-you-should-know-about\/\" target=\"_blank\" rel=\"noopener\">https:\/\/shecancode.io\/incredible-female-role-models-in-stem-who-you-should-know-about\/<\/a><\/p>\n<\/div>\n<p>[\/et_pb_text][et_pb_accordion module_id=&#8221;action-resources&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; toggle_font_size=&#8221;15px&#8221; toggle_line_height=&#8221;1.8em&#8221; closed_toggle_font_size=&#8221;15px&#8221; closed_toggle_line_height=&#8221;1.8em&#8221; body_line_height=&#8221;1.8em&#8221; hover_enabled=&#8221;0&#8243; custom_css_free_form=&#8221;||||&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_accordion_item title=&#8221;KEEP ACCORDIAN COLLAPSED&#8221; open=&#8221;on&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector {||  display: none;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Do not delete. This is important to keep the accordian items closed on initial load. Keep this at the top of the accordian stack.<\/p>\n<p>The accordian will auto-open the first item on load. This item has custom css to keep it hidden. This means the user cannot see that it is open thus manually overriding the auto-open.<\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Lecture (Video) &#8211; Women in Tech by Helen Fitzgerald and Owen Mackessy from MTU (Kerry), Ireland&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221; toggle_font=&#8221;|700|||||||&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h3>Lecture (Video) &#8211; Women in Tech by Helen Fitzgerald and Owen Mackessy from MTU (Kerry), Ireland<\/h3>\n<p>Kindly sourced by Cathryn Casey, MTU (Kerry).<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/ascnet.ie\/techmate\/wp-content\/uploads\/2025\/10\/HelenOwenWomeninTech1.mp4\" rel=\"attachment wp-att-232366\" width=\"100%\" height=\"500px\" style=\"border: 1px solid #ccc;\"><\/p>\n<p><\/iframe><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Lecture Slides for the Introduction to the Operating Systems Module, by Cathryn Casey, MTU (Kerry), Ireland&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221; toggle_font=&#8221;|700|||||||&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h3>Lecture Slides for the Introduction to the Operating Systems Module, kindly provided by Cathryn Casey, MTU (Kerry), Ireland.<\/h3>\n<p>&nbsp;<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/ascnet.ie\/techmate\/wp-content\/uploads\/2025\/10\/Operating-Systems-Module-Introductory-Slides-Some-People-in-Computing-History.pdf\" width=\"100%\" height=\"500px\" style=\"border: 1px solid #ccc;\"><\/p>\n<p><\/iframe><\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the Action? Use public figures or widely accepted heroes as role models.Quick Facts to Support this Action A recent US study researching relationships between the role models, mentors, heroes, and participants\u2019 interest in education, their participation in risky behaviour, levels of confidence etc. found that a third of the adolescent participants (11-18 years [&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":[27,28,30,32,34,40],"class_list":["post-236745","page","type-page","status-publish","hentry","tag-aca1","tag-any1","tag-bo1","tag-ltim1","tag-newst1","tag-under1"],"_links":{"self":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/236745","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=236745"}],"version-history":[{"count":30,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/236745\/revisions"}],"predecessor-version":[{"id":237773,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/236745\/revisions\/237773"}],"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=236745"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/categories?post=236745"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/tags?post=236745"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}