{"id":58522,"date":"2026-01-20T03:21:13","date_gmt":"2026-01-20T02:21:13","guid":{"rendered":"https:\/\/klaeslab.de\/?page_id=58522"},"modified":"2026-03-27T14:13:21","modified_gmt":"2026-03-27T13:13:21","slug":"brainguard","status":"publish","type":"page","link":"https:\/\/klaeslab.de\/de\/brainguard\/","title":{"rendered":"Brainguard"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid vc_custom_1768875476129\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<style>\r\n    \/* * KLAESLAB \/ BRAINGUARD PROJECT STYLES\r\n     * Based on Ruhr-Universit\u00e4t Bochum (RUB) Color Scheme\r\n     *\/\r\n    :root {\r\n        --rub-blue: #003560;       \/* Primary Corporate Blue *\/\r\n        --rub-green: #8DAE10;      \/* Accent Green *\/\r\n        --rub-grey: #F3F3F3;       \/* Light Background Grey *\/\r\n        --text-dark: #333333;      \/* Standard Dark Text *\/\r\n        --text-light: #666666;     \/* Secondary Text *\/\r\n        --white: #ffffff;\r\n    }\r\n\r\n    .brainguard-wrapper{\r\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n      background-color: var(--white);\r\n      color: var(--text-dark);\r\n      line-height: 1.6;\r\n\r\n      width: min(1400px, 94vw);   \/* wider + responsive *\/\r\n      margin: 0 auto;             \/* keep centered *\/\r\n      padding: 40px clamp(16px, 2vw, 28px);\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    \/* --- Header Section --- *\/\r\n    .bg-header {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        align-items: center;\r\n        gap: 30px;\r\n        margin-bottom: 50px;\r\n        border-bottom: 2px solid var(--rub-grey);\r\n        padding-bottom: 30px;\r\n    }\r\n\r\n    .bg-logo-container {\r\n        flex: 0 0 150px;\r\n    }\r\n\r\n    .bg-logo-container img {\r\n        width: 100%;\r\n        height: auto;\r\n        display: block;\r\n        border-radius: 4px; \/* Optional soft edge *\/\r\n    }\r\n\r\n    .bg-title-container {\r\n        flex: 1;\r\n    }\r\n\r\n    .bg-title-container h1 {\r\n        color: var(--rub-blue);\r\n        font-size: 2.2rem;\r\n        margin: 0 0 10px 0;\r\n        font-weight: 700;\r\n        letter-spacing: -0.5px;\r\n    }\r\n\r\n    .bg-subtitle {\r\n        font-size: 1.2rem;\r\n        color: var(--rub-green);\r\n        font-weight: 500;\r\n        margin: 0;\r\n    }\r\n\r\n    .bg-logo-efre {\r\n        flex: 0 0 auto;\r\n        display: flex;\r\n        align-items: center;\r\n    }\r\n\r\n    .bg-logo-efre img {\r\n        height: 80px;\r\n        width: auto;\r\n        display: block;\r\n    }\r\n\r\n    \/* --- Main Content Grid --- *\/\r\n    .bg-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr;\r\n        gap: 40px;\r\n    }\r\n\r\n    @media (min-width: 768px) {\r\n        .bg-grid {\r\n            grid-template-columns: 2fr 1fr; \/* 2\/3 Text, 1\/3 Sidebar\/Highlights *\/\r\n        }\r\n    }\r\n\r\n    \/* Typography & Sections *\/\r\n    h2 {\r\n        color: var(--rub-blue);\r\n        font-size: 1.5rem;\r\n        margin-top: 0;\r\n        margin-bottom: 15px;\r\n        padding-bottom: 10px;\r\n        border-bottom: 2px solid var(--rub-green);\r\n        display: inline-block;\r\n    }\r\n\r\n    h3 {\r\n        color: var(--rub-blue);\r\n        font-size: 1.2rem;\r\n        margin-top: 25px;\r\n        margin-bottom: 10px;\r\n    }\r\n\r\n    p {\r\n        margin-bottom: 15px;\r\n        color: var(--text-dark);\r\n        text-align: justify;\r\n    }\r\n\r\n    \/* --- Feature Box \/ Sidebar --- *\/\r\n    .bg-feature-box {\r\n        background-color: var(--rub-grey);\r\n        padding: 25px;\r\n        border-radius: 4px;\r\n        border-left: 5px solid var(--rub-blue);\r\n        height: fit-content;\r\n    }\r\n\r\n    .bg-feature-box h3 {\r\n        margin-top: 0;\r\n        color: var(--rub-blue);\r\n    }\r\n\r\n    .bg-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n    }\r\n\r\n    .bg-list li {\r\n        margin-bottom: 12px;\r\n        padding-left: 20px;\r\n        position: relative;\r\n    }\r\n\r\n    .bg-list li::before {\r\n        content: \"\u2022\";\r\n        color: var(--rub-green);\r\n        font-weight: bold;\r\n        position: absolute;\r\n        left: 0;\r\n        font-size: 1.2em;\r\n        line-height: 1;\r\n    }\r\n\r\n    \/* --- Tags \/ Footer --- *\/\r\n    .bg-tags {\r\n        margin-top: 50px;\r\n        padding-top: 20px;\r\n        border-top: 1px solid var(--rub-grey);\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 10px;\r\n        align-items: center;\r\n    }\r\n\r\n    \/* NEW: caption before keywords *\/\r\n    .bg-tags-caption{\r\n        flex-basis: 100%;\r\n        margin: 0 0 8px 0;\r\n        color: var(--text-light);\r\n        font-weight: 700;\r\n        letter-spacing: 0.2px;\r\n        text-align: left;\r\n    }\r\n\r\n    .bg-tag {\r\n        background-color: var(--rub-blue);\r\n        color: var(--white);\r\n        padding: 5px 12px;\r\n        font-size: 0.85rem;\r\n        border-radius: 15px;\r\n        font-weight: 500;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 600px) {\r\n        .bg-header {\r\n            flex-direction: column;\r\n            text-align: center;\r\n        }\r\n        .bg-logo-container {\r\n            width: 120px;\r\n        }\r\n        .bg-logo-efre img {\r\n            height: 60px;\r\n        }\r\n        .bg-tags-caption{\r\n            text-align: center;\r\n        }\r\n    }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"brainguard-wrapper\">\r\n\r\n    <header class=\"bg-header\">\r\n        <div class=\"bg-logo-container\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/01\/8p4EkhboOx0Co74NMrYT-0-3hqei.jpg\" alt=\"BrainGuard Project Logo\">\r\n        <\/div>\r\n        <div class=\"bg-title-container\">\r\n            <h1>BrainGuard<\/h1>\r\n            <p class=\"bg-subtitle\">Strengthening Security in Neurotechnology<\/p>\r\n        <\/div>\r\n        <div class=\"bg-logo-efre\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.in.nrw\/lw_resource\/layoutfiles\/img\/EFRE_JTF_Logokombination_NRW_RGB.png\" alt=\"EFRE NRW Logo\">\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <div class=\"bg-grid\">\r\n        \r\n        <div class=\"bg-content\">\r\n            <p class=\"intro-text\">\r\n                Neurotechnologies such as <strong>Brain-Computer Interfaces (BCI)<\/strong> and neuromodulatory implants have developed rapidly in recent years. What was once considered science fiction is now finding concrete application in medical therapy\u2014from restoring motor functions to treating neurological disorders. However, this development brings a previously underestimated challenge: the <strong>cybersecurity of neurotechnological systems<\/strong>.\r\n            <\/p>\r\n            \r\n            <p>\r\n                The BrainGuard research project addresses this exact issue. Our goal is to develop novel security concepts that ensure the protection of sensitive neural data, prevent manipulation, and safeguard user autonomy. As medical devices interact more closely with the nervous system, the potential risks of inadequate security increase.\r\n            <\/p>\r\n\r\n            <h3>New Vulnerabilities in Digital Medicine<\/h3>\r\n            <p>\r\n                BCIs and neuromodulatory systems read neural signals and, in some cases, intervene directly in brain processes through electrical stimulation. While therapeutically effective, these properties make them susceptible to novel cyberattacks. Unauthorized access could reveal highly sensitive information regarding thoughts, emotions, or intentions, or\u2014in the worst case\u2014influence physical or mental states.\r\n            <\/p>\r\n\r\n            <h3>Neuro-Cybersecurity: A New Field of Research<\/h3>\r\n            <p>\r\n                At the core of BrainGuard is the establishment of a systematic <strong>Neuro-Cybersecurity<\/strong> approach. This combines technical, regulatory, and ethical perspectives. The project pursues a multi-stage security concept:\r\n            <\/p>\r\n            <ul class=\"bg-list\">\r\n                <li>Neural identification and authorization.<\/li>\r\n                <li>Privacy-preserving handling of neural signals (Data Minimization).<\/li>\r\n                <li>Comprehensive protection measures against cyberattacks on both hardware and software levels.<\/li>\r\n            <\/ul>\r\n\r\n            <h3>Security as a Prerequisite for Innovation<\/h3>\r\n            <p>\r\n                BrainGuard lays a central foundation for the responsible advancement of neurotechnology. Only by integrating security, data protection, and ethics from the very beginning can we utilize the enormous potential of these technologies for the benefit of society.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <aside class=\"bg-sidebar\">\r\n            <div class=\"bg-feature-box\">\r\n                <h3>Key Objectives<\/h3>\r\n                <ul class=\"bg-list\">\r\n                    <li><strong>Protect<\/strong> sensitive neural data from unauthorized access.<\/li>\r\n                    <li><strong>Prevent<\/strong> manipulation of neuromodulatory implants.<\/li>\r\n                    <li><strong>Secure<\/strong> user autonomy and mental privacy.<\/li>\r\n                    <li><strong>Establish<\/strong> standards for future neuro-legislation.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div style=\"margin-top: 30px;\">\r\n                <h3>Regulatory Responsibility<\/h3>\r\n                <p style=\"font-size: 0.95rem;\">\r\n                    Current legal frameworks are often not specific enough to protect neural integrity. BrainGuard contributes to closing this gap by creating the scientific basis for future standards and guidelines.\r\n                <\/p>\r\n            <\/div>\r\n        <\/aside>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"bg-tags\">\r\n        <p class=\"bg-tags-caption\">Keywords<\/p>\r\n        <span class=\"bg-tag\">Neuro-Cybersecurity<\/span>\r\n        <span class=\"bg-tag\">Brain-Computer Interfaces (BCI)<\/span>\r\n        <span class=\"bg-tag\">Neural Data Privacy<\/span>\r\n        <span class=\"bg-tag\">Implantable Neurotechnology<\/span>\r\n        <span class=\"bg-tag\">Medical Device Security<\/span>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\r\n    \/* BrainGuard Project Styles (reusing variables if already defined, or defining here) *\/\r\n    :root {\r\n        --rub-blue: #003560;\r\n        --rub-green: #8DAE10;\r\n        --rub-grey: #F3F3F3;\r\n        --text-dark: #333333;\r\n        --white: #ffffff;\r\n    }\r\n\r\n    .bg-partners-section {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        color: var(--text-dark);\r\n        width: min(1400px, 94vw); \/* Matches main wrapper width *\/\r\n        margin: 50px auto;\r\n        padding: 0 clamp(16px, 2vw, 28px);\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .bg-section-title {\r\n        color: var(--rub-blue);\r\n        font-size: 1.5rem;\r\n        margin-bottom: 30px;\r\n        padding-bottom: 10px;\r\n        border-bottom: 2px solid var(--rub-green);\r\n        display: inline-block;\r\n    }\r\n\r\n    \/* --- Clickable card\/link base --- *\/\r\n    .bg-card-link {\r\n        text-decoration: none;\r\n        color: inherit;\r\n        display: flex; \/* for person card anchor *\/\r\n    }\r\n\r\n    .bg-card-link:focus-visible {\r\n        outline: 3px solid rgba(141, 174, 16, 0.45);\r\n        outline-offset: 3px;\r\n        border-radius: 10px;\r\n    }\r\n\r\n    \/* --- People Card Style --- *\/\r\n    .bg-people-grid {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 30px;\r\n        margin-bottom: 60px;\r\n    }\r\n\r\n    \/* Now used on <a> *\/\r\n    .bg-person-card {\r\n        align-items: center;\r\n        gap: 20px;\r\n        background-color: var(--white);\r\n        border: 1px solid #e0e0e0;\r\n        border-radius: 8px;\r\n        padding: 20px;\r\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05);\r\n        max-width: 400px;\r\n        flex: 1 1 300px;\r\n        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\r\n    }\r\n\r\n    .bg-person-card:hover {\r\n        transform: translateY(-2px);\r\n        box-shadow: 0 4px 10px rgba(0,0,0,0.06);\r\n        border-color: var(--rub-green);\r\n    }\r\n\r\n    .bg-person-img {\r\n        width: 80px;\r\n        height: 80px;\r\n        border-radius: 50%;\r\n        object-fit: cover;\r\n        border: 2px solid var(--rub-blue);\r\n        flex: 0 0 auto;\r\n    }\r\n\r\n    .bg-person-info h4 {\r\n        margin: 0;\r\n        color: var(--rub-blue);\r\n        font-size: 1.1rem;\r\n    }\r\n\r\n    .bg-person-info span {\r\n        font-size: 0.9rem;\r\n        color: #666;\r\n    }\r\n\r\n    \/* --- Partner Logo Grid --- *\/\r\n    .bg-logo-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\r\n        gap: 30px;\r\n        align-items: center;\r\n    }\r\n\r\n    \/* Now used on <a> *\/\r\n    .bg-partner-item {\r\n        background-color: var(--white);\r\n        border: 1px solid #eee;\r\n        border-radius: 6px;\r\n        padding: 20px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        text-align: center;\r\n        height: 160px; \/* Fixed height for uniformity *\/\r\n        justify-content: center;\r\n        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\r\n    }\r\n\r\n    .bg-partner-item:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\r\n        border-color: var(--rub-green);\r\n    }\r\n\r\n    .bg-partner-img {\r\n        max-width: 100%;\r\n        max-height: 80px;\r\n        width: auto;\r\n        height: auto;\r\n        margin-bottom: 15px;\r\n        object-fit: contain;\r\n    }\r\n\r\n    .bg-partner-name {\r\n        font-size: 0.85rem;\r\n        color: var(--text-dark);\r\n        font-weight: 500;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    \/* --- Sponsor Section --- *\/\r\n    .bg-sponsor-grid {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 30px;\r\n        margin-bottom: 60px;\r\n    }\r\n\r\n    .bg-sponsor-item {\r\n        background-color: var(--white);\r\n        border: 1px solid #eee;\r\n        border-radius: 6px;\r\n        padding: 20px 30px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        text-align: center;\r\n        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\r\n    }\r\n\r\n    .bg-sponsor-item:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\r\n        border-color: var(--rub-green);\r\n    }\r\n\r\n    .bg-sponsor-img {\r\n        height: 70px;\r\n        width: auto;\r\n        max-width: 100%;\r\n        object-fit: contain;\r\n        display: block;\r\n    }\r\n<\/style>\r\n\r\n<div class=\"bg-partners-section\">\r\n\r\n    <h2 class=\"bg-section-title\">People Involved<\/h2>\r\n    <div class=\"bg-people-grid\">\r\n        <!-- Clickable: routes to KlaesLab People page -->\r\n        <a class=\"bg-person-card bg-card-link\"\r\n           href=\"https:\/\/klaeslab.de\/de\/people\/\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2022\/12\/Christian.jpeg\"\r\n                 alt=\"Prof. Dr. Christian Klaes\"\r\n                 class=\"bg-person-img\">\r\n            <div class=\"bg-person-info\">\r\n                <h4>Prof. Dr. Christian Klaes<\/h4>\r\n                <span>Project Lead \/ PI<\/span>\r\n            <\/div>\r\n        <\/a>\r\n    <\/div>\r\n\r\n    <h2 class=\"bg-section-title\">Project Sponsor<\/h2>\r\n    <div class=\"bg-sponsor-grid\">\r\n        <a class=\"bg-sponsor-item bg-card-link\"\r\n           href=\"https:\/\/www.in.nrw\/\"\r\n           target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.in.nrw\/lw_resource\/layoutfiles\/img\/EFRE_JTF_Logokombination_NRW_RGB.png\"\r\n                 alt=\"EFRE NRW \u2013 Europ\u00e4ischer Fonds f\u00fcr regionale Entwicklung\"\r\n                 class=\"bg-sponsor-img\">\r\n        <\/a>\r\n    <\/div>\r\n\r\n    <h2 class=\"bg-section-title\">Consortium Partners<\/h2>\r\n    <div class=\"bg-logo-grid\">\r\n\r\n        <a class=\"bg-partner-item bg-card-link\"\r\n           href=\"https:\/\/www.ruhr-uni-bochum.de\/en\"\r\n           target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/01\/Ruhr-Universitat_Bochum_logo.svg_.png\"\r\n                 alt=\"Ruhr-Universit\u00e4t Bochum\"\r\n                 class=\"bg-partner-img\">\r\n            <div class=\"bg-partner-name\">Ruhr-Universit\u00e4t Bochum<\/div>\r\n        <\/a>\r\n\r\n        <a class=\"bg-partner-item bg-card-link\"\r\n           href=\"https:\/\/www.physec.de\/\"\r\n           target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/01\/Physec-Logo-Blue-Red-scaled-1.jpg\"\r\n                 alt=\"Physec GmbH\"\r\n                 class=\"bg-partner-img\">\r\n            <div class=\"bg-partner-name\">Physec GmbH<\/div>\r\n        <\/a>\r\n\r\n        <a class=\"bg-partner-item bg-card-link\"\r\n           href=\"https:\/\/www.seemoo.tu-darmstadt.de\/\"\r\n           target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/01\/logo.png\"\r\n                 alt=\"Secure Mobile Networking Lab (SEEMOO)\"\r\n                 class=\"bg-partner-img\">\r\n            <div class=\"bg-partner-name\">Secure Mobile Networking<\/div>\r\n        <\/a>\r\n\r\n        <a class=\"bg-partner-item bg-card-link\"\r\n           href=\"https:\/\/www.snap-gmbh.com\/\"\r\n           target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <img decoding=\"async\" src=\"https:\/\/high-tech.nrw\/wp-content\/uploads\/2024\/09\/snap-discovery.png\"\r\n                 alt=\"snap GmbH\"\r\n                 class=\"bg-partner-img\">\r\n            <div class=\"bg-partner-name\">SNAP GmbH<\/div>\r\n        <\/a>\r\n\r\n        <a class=\"bg-partner-item bg-card-link\"\r\n           href=\"https:\/\/klaeslab.de\/de\/\">\r\n            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2022\/12\/FinalLogo_120.png\"\r\n                 alt=\"KlaesLab Neurotechnology\"\r\n                 class=\"bg-partner-img\">\r\n            <div class=\"bg-partner-name\">Neurotechnology (KlaesLab)<\/div>\r\n        <\/a>\r\n\r\n    <\/div>\r\n<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>BrainGuard Strengthening Security in Neurotechnology Neurotechnologies such as Brain-Computer Interfaces (BCI) and neuromodulatory implants have developed rapidly in recent years. What was once considered science fiction is now finding concrete application in medical therapy\u2014from restoring motor functions to treating neurological disorders. However, this development brings a previously underestimated challenge: the cybersecurity of neurotechnological systems. The&hellip;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-58522","page","type-page","status-publish","hentry","description-off"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/58522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/comments?post=58522"}],"version-history":[{"count":18,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/58522\/revisions"}],"predecessor-version":[{"id":58604,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/58522\/revisions\/58604"}],"wp:attachment":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/media?parent=58522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}