{"id":1690,"date":"2025-09-10T16:49:43","date_gmt":"2025-09-10T13:49:43","guid":{"rendered":"https:\/\/bigart-vet.eu\/?page_id=1690"},"modified":"2026-08-21T13:53:17","modified_gmt":"2026-08-21T10:53:17","slug":"ar-vr-equipment","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=1690","title":{"rendered":"AR\/VR Equipment"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Hide page title bar on About page *\/\n.page-id-1690 .header-post-title-container,\n.page-id-1690 .page-header,\n.page-id-1690 .entry-header {\n    display: none !important;\n}\n<\/style>\n\n<style>\n\/* =========================================================\n   BIG ART \u2014 AR\/VR EQUIPMENT PAGE\n   Page 1690\n========================================================= *\/\n\n.bigart-equipment {\n    --navy: #172554;\n    --blue: #2f4fb3;\n    --cyan: #23b7d6;\n    --yellow: #f2c94c;\n    --text: #334155;\n    --muted: #667085;\n    --soft: #f7f9fc;\n    --line: #e4e9f2;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto 50px;\n    color: var(--text);\n    font-family: inherit;\n}\n\n.bigart-equipment *,\n.bigart-equipment *::before,\n.bigart-equipment *::after {\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bigart-equipment-hero {\n    position: relative;\n    overflow: hidden;\n\n    margin-bottom: 24px;\n    padding: 58px 54px;\n\n    border-radius: 24px;\n\n    background:\n        radial-gradient(\n            circle at 88% 15%,\n            rgba(35,183,214,.27),\n            transparent 29%\n        ),\n        radial-gradient(\n            circle at 10% 100%,\n            rgba(242,201,76,.14),\n            transparent 30%\n        ),\n        linear-gradient(\n            135deg,\n            #172554 0%,\n            #233875 54%,\n            #2f4fb3 100%\n        );\n\n    box-shadow: 0 18px 48px rgba(23,37,84,.15);\n}\n\n.bigart-equipment-hero::after {\n    content: \"360\u00b0\";\n\n    position: absolute;\n    right: 35px;\n    bottom: -25px;\n\n    color: rgba(255,255,255,.055);\n\n    font-size: 120px;\n    line-height: 1;\n    font-weight: 900;\n}\n\n.bigart-equipment-kicker {\n    position: relative;\n    z-index: 2;\n\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n\n    margin-bottom: 18px;\n    padding: 7px 13px;\n\n    border: 1px solid rgba(255,255,255,.20);\n    border-radius: 999px;\n\n    background: rgba(255,255,255,.10);\n\n    color: #fff;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n}\n\n.bigart-equipment-kicker::before {\n    content: \"\";\n\n    width: 8px;\n    height: 8px;\n\n    border-radius: 50%;\n\n    background: var(--yellow);\n}\n\n.bigart-equipment-hero h1 {\n    position: relative;\n    z-index: 2;\n\n    max-width: 900px;\n\n    margin: 0 0 18px !important;\n\n    color: #fff !important;\n\n    font-size: clamp(38px,5vw,56px) !important;\n    line-height: 1.06 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-equipment-hero p {\n    position: relative;\n    z-index: 2;\n\n    max-width: 920px;\n    margin: 0 !important;\n\n    color: rgba(255,255,255,.88) !important;\n\n    font-size: 17px !important;\n    line-height: 1.75 !important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.bigart-equipment-intro {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 22px;\n\n    margin-bottom: 24px;\n}\n\n.bigart-eq-card {\n    padding: 32px;\n\n    border: 1px solid var(--line);\n    border-radius: 20px;\n\n    background: #fff;\n\n    box-shadow: 0 10px 30px rgba(23,37,84,.06);\n}\n\n.bigart-eq-card h2 {\n    margin: 0 0 14px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 27px !important;\n    line-height: 1.2 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-eq-card p {\n    margin: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px !important;\n    line-height: 1.8 !important;\n}\n\n\n\/* =========================================================\n   INVENTORY\n========================================================= *\/\n\n.bigart-inventory {\n    position: relative;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f8faff 0%,\n            #edf3ff 100%\n        );\n}\n\n.bigart-inventory::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    left: 0;\n\n    width: 5px;\n    height: 100%;\n\n    background:\n        linear-gradient(\n            180deg,\n            var(--blue),\n            var(--cyan)\n        );\n}\n\n.bigart-inventory-list {\n    display: grid;\n    gap: 10px;\n\n    margin-top: 16px;\n}\n\n.bigart-inventory-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n\n    padding: 11px 13px;\n\n    border-radius: 11px;\n\n    background: rgba(255,255,255,.72);\n\n    color: var(--text);\n\n    font-size: 13.5px;\n    line-height: 1.5;\n    font-weight: 650;\n}\n\n.bigart-inventory-item::before {\n    content: \"\u2713\";\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    flex: 0 0 23px;\n\n    width: 23px;\n    height: 23px;\n\n    border-radius: 50%;\n\n    background: #e8f8fb;\n    color: #168da6;\n\n    font-size: 11px;\n    font-weight: 900;\n}\n\n\n\/* =========================================================\n   SECTION\n========================================================= *\/\n\n.bigart-eq-section {\n    margin-top: 24px;\n    padding: 36px 32px;\n\n    border-radius: 22px;\n\n    background: var(--soft);\n}\n\n.bigart-eq-section-head {\n    max-width: 780px;\n    margin-bottom: 25px;\n}\n\n.bigart-eq-eyebrow {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--blue);\n\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n\n.bigart-eq-section h2 {\n    margin: 0 0 10px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 30px !important;\n    line-height: 1.2 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-eq-section-head p {\n    margin: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px !important;\n    line-height: 1.7 !important;\n}\n\n\n\/* =========================================================\n   INSTITUTIONAL CONTRIBUTIONS\n========================================================= *\/\n\n.bigart-country-grid {\n    display: grid;\n    grid-template-columns: repeat(3,minmax(0,1fr));\n    gap: 16px;\n}\n\n.bigart-country {\n    position: relative;\n\n    padding: 24px;\n\n    border: 1px solid var(--line);\n    border-radius: 17px;\n\n    background: #fff;\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-country:hover {\n    transform: translateY(-4px);\n\n    box-shadow: 0 14px 30px rgba(23,37,84,.09);\n}\n\n.bigart-country-code {\n    display: inline-flex;\n\n    margin-bottom: 13px;\n    padding: 6px 10px;\n\n    border-radius: 999px;\n\n    background: #eef3ff;\n    color: var(--blue);\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .7px;\n}\n\n.bigart-country:nth-child(2) .bigart-country-code {\n    background: #eafafd;\n    color: #168da6;\n}\n\n.bigart-country:nth-child(3) .bigart-country-code {\n    background: #fff8da;\n    color: #987500;\n}\n\n.bigart-country h3 {\n    margin: 0 0 9px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 18px !important;\n    line-height: 1.3 !important;\n    font-weight: 800 !important;\n}\n\n.bigart-country p {\n    margin: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 13.5px !important;\n    line-height: 1.65 !important;\n}\n\n\n\/* =========================================================\n   VR HIGHLIGHT\n========================================================= *\/\n\n.bigart-vr-highlight {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 22px;\n    align-items: center;\n\n    margin-top: 24px;\n    padding: 30px;\n\n    border: 1px solid var(--line);\n    border-radius: 20px;\n\n    background: #fff;\n\n    box-shadow: 0 10px 30px rgba(23,37,84,.06);\n}\n\n.bigart-vr-highlight img {\n    display: block;\n\n    width: 100%;\n    height: 285px;\n\n    object-fit: cover;\n    object-position: center;\n\n    border-radius: 15px;\n}\n\n.bigart-vr-copy span {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--cyan);\n\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .9px;\n    text-transform: uppercase;\n}\n\n.bigart-vr-copy h2 {\n    margin: 0 0 13px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 27px !important;\n    line-height: 1.2 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-vr-copy p {\n    margin: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px !important;\n    line-height: 1.75 !important;\n}\n\n\n\/* =========================================================\n   EQUIPMENT GALLERY\n========================================================= *\/\n\n.bigart-gallery {\n    display: grid;\n    grid-template-columns: repeat(3,minmax(0,1fr));\n    gap: 16px;\n}\n\n.bigart-gallery-item {\n    overflow: hidden;\n\n    border: 1px solid var(--line);\n    border-radius: 17px;\n\n    background: #fff;\n\n    box-shadow: 0 8px 24px rgba(23,37,84,.06);\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-gallery-item:hover {\n    transform: translateY(-4px);\n\n    box-shadow: 0 14px 30px rgba(23,37,84,.10);\n}\n\n.bigart-gallery-item img {\n    display: block;\n\n    width: 100%;\n    height: 220px;\n\n    object-fit: cover;\n    object-position: center;\n\n    background: #f4f6fa;\n}\n\n.bigart-gallery-caption {\n    padding: 14px 16px 16px;\n}\n\n.bigart-gallery-caption strong {\n    display: block;\n\n    margin-bottom: 4px;\n\n    color: var(--navy);\n\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 800;\n}\n\n.bigart-gallery-caption span {\n    color: var(--muted);\n\n    font-size: 11.5px;\n    line-height: 1.5;\n}\n\n\n\/* First gallery image larger *\/\n.bigart-gallery-item.big {\n    grid-column: span 2;\n}\n\n.bigart-gallery-item.big img {\n    height: 300px;\n}\n\n\n\/* =========================================================\n   CLOSING\n========================================================= *\/\n\n.bigart-equipment-impact {\n    position: relative;\n    overflow: hidden;\n\n    margin-top: 24px;\n    padding: 38px;\n\n    border-radius: 22px;\n\n    background:\n        radial-gradient(\n            circle at 90% 15%,\n            rgba(35,183,214,.22),\n            transparent 28%\n        ),\n        #172554;\n}\n\n.bigart-equipment-impact h2 {\n    margin: 0 0 13px !important;\n\n    color: #fff !important;\n\n    font-size: 29px !important;\n    font-weight: 850 !important;\n}\n\n.bigart-equipment-impact p {\n    max-width: 920px;\n\n    margin: 0 !important;\n\n    color: rgba(255,255,255,.87) !important;\n\n    font-size: 16px !important;\n    line-height: 1.75 !important;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media screen and (max-width: 950px) {\n\n    .bigart-equipment-intro {\n        grid-template-columns: 1fr;\n    }\n\n    .bigart-country-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .bigart-gallery {\n        grid-template-columns: repeat(2,minmax(0,1fr));\n    }\n\n    .bigart-vr-highlight {\n        grid-template-columns: 1fr;\n    }\n}\n\n\n@media screen and (max-width: 650px) {\n\n    .bigart-equipment-hero {\n        padding: 38px 23px;\n        border-radius: 18px;\n    }\n\n    .bigart-equipment-hero h1 {\n        font-size: 35px !important;\n    }\n\n    .bigart-eq-card,\n    .bigart-eq-section,\n    .bigart-vr-highlight,\n    .bigart-equipment-impact {\n        padding: 24px 21px;\n        border-radius: 17px;\n    }\n\n    .bigart-gallery {\n        grid-template-columns: 1fr;\n    }\n\n    .bigart-gallery-item.big {\n        grid-column: auto;\n    }\n\n    .bigart-gallery-item.big img,\n    .bigart-gallery-item img {\n        height: 230px;\n    }\n\n    .bigart-vr-highlight img {\n        height: 230px;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-equipment\">\n\n    <!-- ===================================================\n         HERO\n    ==================================================== -->\n\n    <section class=\"bigart-equipment-hero\">\n\n        <div class=\"bigart-equipment-kicker\">\n            AR \/ VR Infrastructure\n        <\/div>\n\n        <h1>Equipment &amp; Technology<\/h1>\n\n        <p>\n            The BIG ART project invests in state-of-the-art 360\u00b0 and AR\/VR\n            technologies to create immersive and interactive learning environments\n            for vocational education and training.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         INTRO + INVENTORY\n    ==================================================== -->\n\n    <section class=\"bigart-equipment-intro\">\n\n        <div class=\"bigart-eq-card\">\n\n            <h2>Technology for immersive learning<\/h2>\n\n            <p>\n                The equipment supports the development of digital twins,\n                virtual laboratories and augmented training materials,\n                enabling students and teachers to experience innovative\n                approaches to vocational education.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-eq-card bigart-inventory\">\n\n            <h2>Equipment Inventory<\/h2>\n\n            <div class=\"bigart-inventory-list\">\n\n                <div class=\"bigart-inventory-item\">\n                    360\u00b0 AR Pro Cameras\n                <\/div>\n\n                <div class=\"bigart-inventory-item\">\n                    Specialized 360\u00b0 Video Cameras\n                <\/div>\n\n                <div class=\"bigart-inventory-item\">\n                    Matterport model hosting subscriptions \u2014 5-year licenses\n                <\/div>\n\n                <div class=\"bigart-inventory-item\">\n                    VR headsets for immersive learning experiences\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         INSTITUTIONAL CONTRIBUTIONS\n    ==================================================== -->\n\n    <section class=\"bigart-eq-section\">\n\n        <div class=\"bigart-eq-section-head\">\n\n            <span class=\"bigart-eq-eyebrow\">\n                Institutional Contributions\n            <\/span>\n\n            <h2>Equipment across partner institutions<\/h2>\n\n            <p>\n                BIG ART partners strengthen their technological infrastructure\n                through dedicated equipment supporting 3D capture, virtual\n                environments and immersive vocational training.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-country-grid\">\n\n            <article class=\"bigart-country\">\n\n                <div class=\"bigart-country-code\">\n                    ALBANIA\n                <\/div>\n\n                <h3>Kolin Gjoka School<\/h3>\n\n                <p>\n                    Purchase of a Matterport Pro3 Camera and additional\n                    360\u00b0 and immersive technology equipment for training\n                    and student project development.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-country\">\n\n                <div class=\"bigart-country-code\">\n                    ISRAEL\n                <\/div>\n\n                <h3>ORT Israel<\/h3>\n\n                <p>\n                    Purchase of a Matterport Pro2 Camera and VR equipment,\n                    supporting the development of digital twins and immersive\n                    learning activities.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-country\">\n\n                <div class=\"bigart-country-code\">\n                    GREECE\n                <\/div>\n\n                <h3>SAEK Egaleo<\/h3>\n\n                <p>\n                    Already equipped with 360\u00b0 technology and VR equipment,\n                    with additional Matterport technology supporting the\n                    project&#8217;s practical and educational activities.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         VR FEATURE\n    ==================================================== -->\n\n    <section class=\"bigart-vr-highlight\">\n\n        <div>\n            <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Meta-Quest-3S128GB-1.jpg\" alt=\"Meta Quest 3S VR headset used in the BIG ART project\" loading=\"lazy\">\n        <\/div>\n\n\n        <div class=\"bigart-vr-copy\">\n\n            <span>Virtual Reality<\/span>\n\n            <h2>Meta Quest VR Equipment<\/h2>\n\n            <p>\n                Meta Quest VR glasses further enrich the immersive learning\n                experience across the partner institutions. Together with\n                360\u00b0 capture and digital twin technologies, VR enables learners\n                to explore digital environments and experience new approaches\n                to practical vocational training.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         ALL EQUIPMENT IMAGES\n    ==================================================== -->\n\n    <section class=\"bigart-eq-section\">\n\n        <div class=\"bigart-eq-section-head\">\n\n            <span class=\"bigart-eq-eyebrow\">\n                Equipment Gallery\n            <\/span>\n\n            <h2>Technology in practice<\/h2>\n\n            <p>\n                Cameras, VR devices and supporting equipment acquired and used\n                within the BIG ART project.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-gallery\">\n\n\n            <!-- 1 -->\n            <figure class=\"bigart-gallery-item big\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Matterport-Pro3-camera.jpg\" alt=\"Matterport Pro3 Camera\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Matterport Pro3 Camera<\/strong>\n                    <span>Advanced 3D capture and digital twin technology<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 2 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Matterport-Pro-2-Camera.jpg\" alt=\"Matterport Pro2 Camera\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Matterport Pro2 Camera<\/strong>\n                    <span>3D scanning equipment used by project partners<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 3 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/A-Insta-360x4-8K-Camera-1.jpg\" alt=\"Insta360 X4 8K Camera\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Insta360 X4 8K Camera<\/strong>\n                    <span>360\u00b0 video capture for immersive content<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 4 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/A-Insta-360x4-8K-Camera-2.jpg\" alt=\"Insta360 X4 8K Camera and accessories\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>360\u00b0 Capture Equipment<\/strong>\n                    <span>Practical equipment for immersive learning activities<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 5 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Meta-Quest-3S128GB-2.jpg\" alt=\"Meta Quest 3S 128GB VR headset\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Meta Quest 3S \u2014 128GB<\/strong>\n                    <span>VR headset for immersive vocational learning<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 6 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Meta-Quest-3S128GB-1.jpg\" alt=\"Meta Quest 3S VR equipment\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Meta Quest VR Equipment<\/strong>\n                    <span>Supporting virtual and interactive learning environments<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 7 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Tripod-for-Pro-2-Camer.jpg\" alt=\"Tripod for Matterport Pro2 Camera\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Matterport Camera Tripod<\/strong>\n                    <span>Supporting accurate and stable 3D scanning<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n            <!-- 8 -->\n            <figure class=\"bigart-gallery-item\">\n\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/09\/Tripods-x7-for-phone-cameras.jpg\" alt=\"Tripods for phone cameras\" loading=\"lazy\">\n\n                <figcaption class=\"bigart-gallery-caption\">\n                    <strong>Phone Camera Tripods<\/strong>\n                    <span>Seven tripods supporting mobile 360\u00b0 capture<\/span>\n                <\/figcaption>\n\n            <\/figure>\n\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         IMPACT\n    ==================================================== -->\n\n    <section class=\"bigart-equipment-impact\">\n\n        <h2>Building Digital Capacity in VET<\/h2>\n\n        <p>\n            Through these investments, BIG ART ensures that VET students\n            and trainers can access cutting-edge AR\/VR tools, supporting\n            technical skills, creativity and project-based learning across\n            partner institutions.\n        <\/p>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>AR \/ VR Infrastructure Equipment &amp; Technology The BIG ART project invests in state-of-the-art 360\u00b0 and AR\/VR technologies to create immersive and interactive learning environments for vocational education and training. Technology for immersive learning The equipment supports the development of<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1690","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1690"}],"version-history":[{"count":11,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1690\/revisions"}],"predecessor-version":[{"id":2108,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1690\/revisions\/2108"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}