{"id":1223,"date":"2018-11-18T09:49:55","date_gmt":"2018-11-18T09:49:55","guid":{"rendered":"https:\/\/the7.io\/g-business\/?page_id=1223"},"modified":"2026-02-27T04:02:47","modified_gmt":"2026-02-27T03:02:47","slug":"people","status":"publish","type":"page","link":"https:\/\/klaeslab.de\/de\/people\/","title":{"rendered":"Team"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><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<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>People - KlaesLab<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem; \/* Reduced padding *\/\n        }\n\n        \/* Section Headers *\/\n        .section-header {\n            text-align: left; \/* Aligned left for cleaner scan-path *\/\n            margin-bottom: 1.5rem;\n            margin-top: 3rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #e9ecef; \/* Clean divider line *\/\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n        }\n\n        .section-header:first-child {\n            margin-top: 0;\n        }\n\n        .section-header h2 {\n            font-size: 1.75rem;\n            color: #2c3e50;\n            margin: 0;\n            position: relative;\n        }\n\n        .section-header p {\n            color: #6c757d;\n            margin: 0;\n            font-size: 0.95rem;\n        }\n\n        \/* Team Grid *\/\n        .team-grid {\n            display: grid;\n            \/* Adaptive grid: Fits 2 cards per row on wide screens, 1 on narrow *\/\n            grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* Team Card - Horizontal Layout *\/\n        .team-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n            border: 1px solid rgba(0,0,0,0.05);\n            \n            \/* Horizontal Layout Logic *\/\n            display: flex;\n            flex-direction: row; \n            min-height: 240px; \/* Compact base height *\/\n        }\n\n        .team-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n            border-color: rgba(102, 126, 234, 0.3);\n        }\n\n        .team-card-image {\n            width: 220px; \/* Fixed width sidebar for image *\/\n            height: auto;\n            flex-shrink: 0;\n            background: #f0f0f0;\n            position: relative;\n            min-height: 100%; \/* Ensures image area stretches with content *\/\n        }\n\n        .team-card-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center top;\n            position: absolute; \/* Locks image to container size *\/\n            top: 0;\n            left: 0;\n        }\n\n        .team-card-content {\n            padding: 1.5rem;\n            flex: 1; \n            display: flex;\n            flex-direction: column;\n            justify-content: center; \/* Vertically center content if short *\/\n        }\n\n        .team-card-name {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 0.25rem;\n            line-height: 1.3;\n        }\n\n        .team-card-position {\n            font-size: 0.85rem;\n            color: #667eea;\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .team-card-bio {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.5;\n            margin-bottom: 1rem;\n            flex-grow: 1; \/* Pushes contact info down *\/\n        }\n\n        .team-card-bio a {\n            color: #667eea;\n            text-decoration: none;\n            font-weight: 500;\n        }\n\n        .team-card-bio a:hover {\n            text-decoration: underline;\n        }\n\n        \/* Contact Section *\/\n        .team-card-contact {\n            margin-top: auto; \n            display: flex;\n            align-items: center;\n            gap: 1rem; \/* Added gap for multiple items *\/\n        }\n\n        .contact-link {\n            display: inline-flex;\n            align-items: center;\n            color: #6c757d;\n            text-decoration: none;\n            font-size: 0.9rem;\n            transition: all 0.2s ease;\n            font-weight: 500;\n        }\n\n        .contact-link:hover {\n            color: #667eea;\n        }\n\n        .contact-link svg {\n            width: 16px;\n            height: 16px;\n            margin-right: 0.4rem;\n        }\n\n        \/* Alumni Section *\/\n        .alumni-section {\n            background: white;\n            border-radius: 12px;\n            padding: 2rem;\n            border: 1px solid #e9ecef;\n            margin-top: 2rem;\n        }\n\n        .alumni-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 1.5rem;\n        }\n\n        .alumni-card {\n            padding: 1rem;\n            background: #f8f9fa;\n            border-radius: 8px;\n            transition: all 0.2s ease;\n            border: 1px solid #e9ecef;\n        }\n\n        .alumni-card:hover {\n            background-color: #fff;\n            border-color: #667eea;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        }\n\n        .alumni-name {\n            font-size: 1rem;\n            margin-bottom: 0.2rem;\n        }\n\n        \/* Responsive Breakpoint *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 1rem;\n            }\n\n            .section-header {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 0.5rem;\n                margin-top: 2rem;\n            }\n\n            .team-grid {\n                grid-template-columns: 1fr; \/* Single column stack *\/\n            }\n\n            .team-card {\n                flex-direction: column; \/* Revert to vertical stack *\/\n                height: auto;\n            }\n\n            .team-card-image {\n                width: 100%;\n                height: 250px;\n                min-height: 0;\n            }\n            \n            .team-card-image img {\n                position: relative; \/* Normal flow *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        \n        <div class=\"section-header\">\n            <h2>Studienleiter<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/02\/5215288499190306788.jpg\" alt=\"Prof. Dr. Christian Klaes\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Prof. Dr. Christian Klaes<\/h3>\n                    <div class=\"team-card-position\">Professor for Neurotechnology<\/div>\n                    <p class=\"team-card-bio\">\n                        Professor Dr. Christian Klaes is a neuroscientist at the Ruhr-University in Bochum. His research focuses on Brain-Computer Interfaces (BCI), Virtual Reality, and Artificial Intelligence (AI) in medicine. He has extensive experience in neurophysiology, working with non-human primates and tetraplegic human patients. In 2021, he became Professor for Neurotechnology at RUB. He also leads the Incubator <a href=\"https:\/\/healthplus.ruhr-uni-bochum.de\/\" target=\"_blank\">Health+<\/a> des <a href=\"https:\/\/www.worldfactory.de\/en\/\" target=\"_blank\">WorldFactory Start-up Centers<\/a>.\n                    <\/p>\n                    <div class=\"team-card-contact\">\n                        <a href=\"mailto:christian.klaes@rub.de\" class=\"contact-link\">\n                            <svg fill=\"currentColor\" viewbox=\"0 0 20 20\"><path d=\"M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z\"><\/path><path d=\"M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z\"><\/path><\/svg>\n                            christian.klaes@rub.de\n                        <\/a>\n                        <a href=\"https:\/\/images.credential.net\/embed\/d654eyti_1763984269269.png\" target=\"_blank\" title=\"View Credential\">\n                            <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2024\/05\/TOP-120x120.png\" alt=\"Top Voice\" style=\"height: 40px; width: auto; vertical-align: middle;\">\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Office Management<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/02\/5215288499190306786.jpg\" alt=\"Silvia Wolko\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Silvia Wolko<\/h3>\n                    <div class=\"team-card-position\">Office Management<\/div>\n                    <p class=\"team-card-bio\">\n                        Silvia is a trained publishing clerk and supports the KlaesLab and Incubator Health+ at RUB. She has set up two projects that guide schoolchildren and students in text entry and text correction and support companies in presentation layout design. Silvia enriches the team with her organizational activities, creative contributions, and strength in promoting key networking.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Postdoktorand<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2024\/05\/Artur-Pilacinski.jpg\" alt=\"Dr. Artur Pilacinski\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Dr. Artur Pilacinski<\/h3>\n                    <div class=\"team-card-position\">Post-Doctoral Researcher<\/div>\n                    <p class=\"team-card-bio\">\n                        <a href=\"https:\/\/scholar.google.com\/citations?user=IsE66sgAAAAJ&hl=en\" target=\"_blank\">Art<\/a> received his PhD from University of Tuebingen. At Klaeslab he works on <a href=\"https:\/\/www.biorxiv.org\/content\/10.1101\/2023.05.18.541297v1\" target=\"_blank\">number processing in single neurons<\/a>, <a href=\"https:\/\/www.nature.com\/articles\/s41598-023-42683-0\" target=\"_blank\">phantom touch<\/a>, <a href=\"https:\/\/news.rub.de\/english\/press-releases\/neuroscience-people-are-more-agile-they-think\" target=\"_blank\">intuitive biomechanics<\/a>, and <a href=\"https:\/\/www.frontiersin.org\/journals\/neurorobotics\/articles\/10.3389\/fnbot.2024.1383089\/full\" target=\"_blank\">collaborative robotics<\/a>. He runs the <a href=\"http:\/\/vrsummit.rub.de\" target=\"_blank\">VRS conference<\/a> and occasionally <a href=\"https:\/\/bsky.app\/profile\/fatresearchcat.bsky.social\" target=\"_blank\">posts on Bluesky<\/a>.\n                    <\/p>\n                    <div class=\"team-card-contact\">\n                        <a href=\"mailto:artur.pilacinski@rub.de\" class=\"contact-link\">\n                            <svg fill=\"currentColor\" viewbox=\"0 0 20 20\"><path d=\"M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z\"><\/path><path d=\"M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z\"><\/path><\/svg>\n                            artur.pilacinski@rub.de\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Doktoranden<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2023\/03\/picture-310x310.jpg\" alt=\"Namit Mishra\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Namit Mishra<\/h3>\n                    <div class=\"team-card-position\">PhD Student<\/div>\n                    <p class=\"team-card-bio\">\n                        Namit has a Master's degree in Computational Mechanics from the University of Duisburg-Essen with specialization in mathematical modelling. He joined Klaeslab as a PhD student, associating with the Terahertz.nrw research network focused on using deep learning to uncover neuronal activity through terahertz waves. His interests are neurodegenerative diseases, bio-signals, neuroimaging, computational modelling, and virtual reality tests.\n                    <\/p>\n                    <div class=\"team-card-contact\">\n                        <a href=\"mailto:namitmishra50@gmail.com\" class=\"contact-link\">\n                            <svg fill=\"currentColor\" viewbox=\"0 0 20 20\"><path d=\"M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z\"><\/path><path d=\"M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z\"><\/path><\/svg>\n                            namitmishra50@gmail.com\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2025\/06\/Bewerbungsfoto_Lia-2-1-scaled-310x345.jpg\" alt=\"Lia Wagner\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Lia Wagner<\/h3>\n                    <div class=\"team-card-position\">PhD Student<\/div>\n                    <p class=\"team-card-bio\">\n                        Lia completed her Master's degree in Biomedical Engineering at RWTH Aachen University and was already working in the KlaesLab during her Master's thesis. She conducted an exploratory analysis of EEG and eye-tracking data to investigate neural correlates of non-visual saccades. She is currently working on the collection and analysis of dense fMRI datasets using AI methods to develop individualized neurofunctional models.\n                    <\/p>\n                    <div class=\"team-card-contact\">\n                        <a href=\"mailto:lia.wagner@rub.de\" class=\"contact-link\">\n                            <svg fill=\"currentColor\" viewbox=\"0 0 20 20\"><path d=\"M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z\"><\/path><path d=\"M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z\"><\/path><\/svg>\n                            lia.wagner@rub.de\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2023\/05\/Seb_no_guillotine_accident-310x310.jpeg\" alt=\"Sebastian Wiedenski\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Sebastian Wiedenski<\/h3>\n                    <div class=\"team-card-position\">PhD Student<\/div>\n                    <p class=\"team-card-bio\">\n                        Sebastian obtained his master's degree on hierarchical decoders and movement prediction based on novel features of biophysical signalling in humans. Interested in both technology and neurobiology, he joined KlaesLab to pursue his interests in the functionality and improvement of the human brain through neurotechnological research. He is also involved in planning and execution of the VR Summit, especially the Hackathon organization.\n                    <\/p>\n                    <div class=\"team-card-contact\">\n                        <a href=\"mailto:Sebastian.Wiedenski@ruhr-uni-bochum.de\" class=\"contact-link\">\n                            <svg fill=\"currentColor\" viewbox=\"0 0 20 20\"><path d=\"M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4\"h4a2 2 0 00-1.997 1.884z\"><\/path><path d=\"M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z\"><\/path><\/svg>\n                            Sebastian.Wiedenski@ruhr-uni-bochum.de\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Master's Students<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/01\/istockphoto-2212478698-612x612-1.jpg\" alt=\"Inga Scheidemann\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Inga Scheidemann<\/h3>\n                    <div class=\"team-card-position\">Masterstudierende<\/div>\n                    <p class=\"team-card-bio\">\n                        Inga completed her Bachelor\u2019s degree in Biomedical Engineering at FH Dortmund and is currently pursuing her Master\u2019s degree in Translational Neuroscience at Heinrich Heine University D\u00fcsseldorf. She joined KlaesLab for a preparatory internship leading into her master's thesis. Her research focuses on collaborative robotics with the goal of improving human-robot interaction, utilizing technologies such as EEG.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2026\/02\/IMG_6928.jpeg\" alt=\"Merve \u00c7elik\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Merve \u00c7elik<\/h3>\n                    <div class=\"team-card-position\">Masterstudierende<\/div>\n                    <p class=\"team-card-bio\">\n                        Merve completed her Bachelor\u2019s degree in Physiotherapy and Rehabilitation at Istanbul University and is currently a Master\u2019s student in Applied Neurosciences in Sports and Exercise at Paderborn University. She completed her internship at KlaesLab and continues her work as part of her Master\u2019s thesis. Her current research focuses on submovement decomposition and analysis using the data collected within the WAVES project. She has a strong research interest in neurorehabilitation, neurotechnology, and the application of computational methods to the analysis of human movement.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Wissenschaftliche Hilfskr\u00e4fte<\/h2>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <div class=\"team-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/klaeslab.de\/wp-content\/uploads\/2025\/01\/VR-Summit-2024-565-x-565-px-310x310.png\" alt=\"Rasti Salam\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/png?text=Photo+Unavailable'\">\n                <\/div>\n                <div class=\"team-card-content\">\n                    <h3 class=\"team-card-name\">Rasti Salam<\/h3>\n                    <div class=\"team-card-position\">Research Assistant & PR Communications<\/div>\n                    <p class=\"team-card-bio\">\n                        Rasti is currently doing his Master's degree in Physics at Ruhr University Bochum, specializing in Nuclear and Particle Physics. At Klaeslab, Rasti works as a PR & Communications representative for the VR Summit project, an initiative by RUB that focuses on advancing virtual reality technologies and their applications.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section-header\">\n            <h2>Alumni<\/h2>\n            <p>Former members who have contributed to our research<\/p>\n        <\/div>\n\n        <div class=\"alumni-section\">\n            <div class=\"alumni-grid\">\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">Dr. Aline Xavier Fid\u00eancio<\/div>\n                    <div class=\"alumni-position\">Bochum<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">Marita Metzler<\/div>\n                    <div class=\"alumni-position\">Former PhD Student \u2022 D\u00fcsseldorf<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/dr-muhammad-saif-ur-rehman-418b1133\/\" target=\"_blank\">Muhammad Saif-ur-Rehman<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">D\u00fcsseldorf<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/susanne-dyck-720802231\/\" target=\"_blank\">Susanne Dyck<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">Former PhD Student \u2022 Magdeburg<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/omair-ali-578039116\/\" target=\"_blank\">Omair Ali<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">D\u00fcsseldorf<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/de.linkedin.com\/in\/tobias-wienand-071576237\" target=\"_blank\">Tobias Wienand<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">Bochum<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/sandra-sandh%C3%B6fer-9849001b5\/\" target=\"_blank\">Sandra Sandh\u00f6fer<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">D\u00fcsseldorf<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.researchgate.net\/profile\/Robin-Lienkaemper\" target=\"_blank\">Robin Lienk\u00e4mper<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">Pittsburgh, USA<\/div>\n                <\/div>\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/pooja-verma-a5b1a973\/\" target=\"_blank\">Pooja Verma<\/a>\n                    <\/div>\n                    <div class=\"alumni-position\">California, USA<\/div>\n                <\/div>\n\n                <div class=\"alumni-card\">\n                    <div class=\"alumni-name\">Jannis Steinert<\/div>\n                    <div class=\"alumni-position\">Former Master's Student \u2022 Bochum<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/body>\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\"><\/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\"><div  class=\"vc_wp_text wpb_content_element\"><div class=\"widget widget_text\">\t\t\t<div class=\"textwidget\"><p><iframe style=\"width: 100%; height: 85vh; min-height: 600px; border: none;\" title=\"KlaesLab Researchers Map\" src=\"\/wp-content\/uploads\/main.html\"><br \/>\n<\/iframe><\/p>\n<\/div>\n\t\t<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/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\"><div class=\"vc_empty_space\"   style=\"height: 32px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>People &#8211; KlaesLab Principal Investigator Prof. Dr. Christian Klaes Professor for Neurotechnology Professor Dr. Christian Klaes is a neuroscientist at the Ruhr-University in Bochum. His research focuses on Brain-Computer Interfaces (BCI), Virtual Reality, and Artificial Intelligence (AI) in medicine. He has extensive experience in neurophysiology, working with non-human primates and tetraplegic human patients. In 2021,&hellip;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":6,"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-1223","page","type-page","status-publish","hentry","description-off"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/1223","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=1223"}],"version-history":[{"count":80,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/1223\/revisions"}],"predecessor-version":[{"id":58574,"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/pages\/1223\/revisions\/58574"}],"wp:attachment":[{"href":"https:\/\/klaeslab.de\/de\/wp-json\/wp\/v2\/media?parent=1223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}