{"id":1693,"date":"2025-09-10T16:50:15","date_gmt":"2025-09-10T13:50:15","guid":{"rendered":"https:\/\/bigart-vet.eu\/?page_id=1693"},"modified":"2026-08-21T13:54:43","modified_gmt":"2026-08-21T10:54:43","slug":"piloting-course","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=1693","title":{"rendered":"Piloting Course &amp; Project Based Learning"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Hide page title bar on About page *\/\n.page-id-1693 .header-post-title-container,\n.page-id-1693 .page-header,\n.page-id-1693 .entry-header {\n    display: none !important;\n}\n<\/style>\n\n<style>\n\/* =========================================================\n   BIG ART \u2014 PILOT COURSE & WORK-BASED LEARNING\n   Page 1693\n========================================================= *\/\n\n.bigart-pilot {\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-pilot *,\n.bigart-pilot *::before,\n.bigart-pilot *::after {\n    box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bigart-pilot-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-pilot-hero::after {\n    content:\"PILOT\";\n\n    position:absolute;\n    right:28px;\n    bottom:-22px;\n\n    color:rgba(255,255,255,.045);\n\n    font-size:110px;\n    line-height:1;\n    font-weight:900;\n}\n\n.bigart-pilot-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-pilot-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-pilot-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-pilot-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   FACT STRIP\n========================================================= *\/\n\n.bigart-pilot-facts {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n\n    overflow:hidden;\n\n    margin-bottom:24px;\n\n    border:1px solid var(--line);\n    border-radius:18px;\n\n    background:var(--line);\n}\n\n.bigart-pilot-fact {\n    padding:23px 15px;\n\n    text-align:center;\n\n    background:#fff;\n}\n\n.bigart-pilot-fact strong {\n    display:block;\n\n    margin-bottom:5px;\n\n    color:var(--blue);\n\n    font-size:20px;\n    line-height:1.15;\n    font-weight:900;\n}\n\n.bigart-pilot-fact span {\n    color:var(--muted);\n\n    font-size:11px;\n    line-height:1.4;\n    font-weight:700;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.bigart-pilot-intro {\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:22px;\n\n    margin-bottom:24px;\n}\n\n.bigart-pilot-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-pilot-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-pilot-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.bigart-pilot-highlight {\n    position:relative;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f8faff 0%,\n            #edf3ff 100%\n        );\n}\n\n.bigart-pilot-highlight::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\n\/* =========================================================\n   SECTIONS\n========================================================= *\/\n\n.bigart-pilot-section {\n    margin-top:24px;\n    padding:36px 32px;\n\n    border-radius:22px;\n\n    background:var(--soft);\n}\n\n.bigart-pilot-head {\n    max-width:790px;\n    margin-bottom:25px;\n}\n\n.bigart-pilot-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-pilot-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-pilot-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   LEARNING COMPONENTS\n========================================================= *\/\n\n.bigart-learning-grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:16px;\n}\n\n.bigart-learning {\n    position:relative;\n\n    padding:23px 22px 23px 67px;\n\n    border:1px solid var(--line);\n    border-radius:16px;\n\n    background:#fff;\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-learning:hover {\n    transform:translateY(-3px);\n\n    box-shadow:0 12px 27px rgba(23,37,84,.09);\n}\n\n.bigart-learning::before {\n    position:absolute;\n    left:20px;\n    top:22px;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    width:32px;\n    height:32px;\n\n    border-radius:10px;\n\n    background:#eef3ff;\n    color:var(--blue);\n\n    font-size:10px;\n    font-weight:900;\n}\n\n.bigart-learning:nth-child(1)::before { content:\"01\"; }\n.bigart-learning:nth-child(2)::before { content:\"02\"; }\n.bigart-learning:nth-child(3)::before { content:\"03\"; }\n.bigart-learning:nth-child(4)::before { content:\"04\"; }\n\n.bigart-learning h3 {\n    margin:0 0 7px !important;\n\n    color:var(--navy) !important;\n\n    font-size:17px !important;\n    line-height:1.3 !important;\n    font-weight:800 !important;\n}\n\n.bigart-learning 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   COUNTRY PDF CARDS\n========================================================= *\/\n\n.bigart-country-resources {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:16px;\n}\n\n.bigart-country-resource {\n    display:flex;\n    flex-direction:column;\n\n    padding:24px;\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,.05);\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-country-resource:hover {\n    transform:translateY(-4px);\n\n    box-shadow:0 14px 30px rgba(23,37,84,.09);\n}\n\n.bigart-country-badge {\n    display:inline-flex;\n\n    width:fit-content;\n\n    margin-bottom:14px;\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-resource:nth-child(2) .bigart-country-badge {\n    background:#eafafd;\n    color:#168da6;\n}\n\n.bigart-country-resource:nth-child(3) .bigart-country-badge {\n    background:#fff8da;\n    color:#987500;\n}\n\n.bigart-country-resource h3 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:18px !important;\n    font-weight:800 !important;\n}\n\n.bigart-country-resource p {\n    margin:0 0 18px !important;\n\n    color:var(--muted) !important;\n\n    font-size:13px !important;\n    line-height:1.65 !important;\n}\n\n.bigart-country-btn {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n\n    width:100%;\n\n    margin-top:auto;\n    padding:10px 14px;\n\n    border-radius:9px;\n\n    background:var(--blue);\n\n    color:#fff !important;\n\n    font-size:12px;\n    font-weight:850;\n\n    text-decoration:none !important;\n}\n\n.bigart-country-btn:hover {\n    background:var(--cyan);\n\n    color:var(--navy) !important;\n}\n\n\n\/* =========================================================\n   PHOTO GALLERY\n========================================================= *\/\n\n.bigart-pilot-gallery {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:16px;\n}\n\n.bigart-pilot-photo {\n    overflow:hidden;\n\n    margin:0;\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\n.bigart-pilot-photo img {\n    display:block;\n\n    width:100%;\n    height:300px;\n\n    object-fit:cover;\n    object-position:center;\n\n    transition:transform .35s ease;\n}\n\n.bigart-pilot-photo:hover img {\n    transform:scale(1.025);\n}\n\n\n\/* =========================================================\n   CERTIFICATE \/ OUTCOME\n========================================================= *\/\n\n.bigart-certificate {\n    display:grid;\n    grid-template-columns:auto 1fr;\n    gap:20px;\n    align-items:center;\n\n    margin-top:24px;\n    padding:30px 32px;\n\n    border:1px solid #dbe3f5;\n    border-radius:20px;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f8faff 0%,\n            #eef4ff 100%\n        );\n}\n\n.bigart-certificate-icon {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    width:60px;\n    height:60px;\n\n    border-radius:16px;\n\n    background:var(--navy);\n    color:var(--yellow);\n\n    font-size:24px;\n    font-weight:900;\n}\n\n.bigart-certificate h2 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:24px !important;\n    font-weight:850 !important;\n}\n\n.bigart-certificate p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:14px !important;\n    line-height:1.7 !important;\n}\n\n\n\/* =========================================================\n   CLOSING\n========================================================= *\/\n\n.bigart-pilot-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-pilot-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-pilot-impact p {\n    max-width:930px;\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-pilot-intro {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-country-resources {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-pilot-facts {\n        grid-template-columns:repeat(2,1fr);\n    }\n}\n\n\n@media screen and (max-width:700px) {\n\n    .bigart-pilot-hero {\n        padding:38px 23px;\n        border-radius:18px;\n    }\n\n    .bigart-pilot-hero h1 {\n        font-size:35px !important;\n    }\n\n    .bigart-pilot-card,\n    .bigart-pilot-section,\n    .bigart-certificate,\n    .bigart-pilot-impact {\n        padding:24px 21px;\n        border-radius:17px;\n    }\n\n    .bigart-learning-grid,\n    .bigart-pilot-gallery {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-pilot-photo img {\n        height:230px;\n    }\n\n    .bigart-certificate {\n        grid-template-columns:1fr;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-pilot\">\n\n    <!-- ===================================================\n         HERO\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-hero\">\n\n        <div class=\"bigart-pilot-kicker\">\n            Pilot Course \u00b7 Winter Semester 2025\n        <\/div>\n\n        <h1>Piloting Course &amp; Work-Based Learning<\/h1>\n\n        <p>\n            Students from Israel, Albania and Greece participated in the\n            pilot implementation of the BIG ART AR\/VR Course, combining\n            structured digital training with practical learning activities\n            linked to vocational contexts.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         KEY FACTS\n    ==================================================== -->\n\n    <div class=\"bigart-pilot-facts\">\n\n        <div class=\"bigart-pilot-fact\">\n            <strong>3 Countries<\/strong>\n            <span>Israel \u00b7 Albania \u00b7 Greece<\/span>\n        <\/div>\n\n        <div class=\"bigart-pilot-fact\">\n            <strong>3 Months<\/strong>\n            <span>Blended Learning Experience<\/span>\n        <\/div>\n\n        <div class=\"bigart-pilot-fact\">\n            <strong>AR \/ VR<\/strong>\n            <span>Digital Twin Technologies<\/span>\n        <\/div>\n\n        <div class=\"bigart-pilot-fact\">\n            <strong>Practice<\/strong>\n            <span>Project &amp; Work-Based Learning<\/span>\n        <\/div>\n\n    <\/div>\n\n\n    <!-- ===================================================\n         INTRO\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-intro\">\n\n        <div class=\"bigart-pilot-card\">\n\n            <h2>From Training to Practice<\/h2>\n\n            <p>\n                During the <strong>Winter Semester 2025\n                (October 2025 \u2013 January 2026)<\/strong>, students from Israel,\n                Albania and Greece actively participated in the pilot\n                implementation of the BIG ART AR\/VR Course.\n                The pilot phase integrated immersive digital technologies\n                into everyday vocational education practice.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-pilot-card bigart-pilot-highlight\">\n\n            <h2>Learning in Real Contexts<\/h2>\n\n            <p>\n                As part of the Work-Based Learning component, students applied\n                their newly acquired skills in real or simulated professional\n                scenarios, strengthening technical competences,\n                problem-solving abilities and collaborative skills.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         LEARNING EXPERIENCE\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-section\">\n\n        <div class=\"bigart-pilot-head\">\n\n            <span class=\"bigart-pilot-eyebrow\">\n                Pilot Learning Experience\n            <\/span>\n\n            <h2>Technology, practice and collaboration<\/h2>\n\n            <p>\n                The three-month blended learning experience combined\n                theoretical knowledge with hands-on activities and\n                applications connected to vocational education.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-learning-grid\">\n\n            <article class=\"bigart-learning\">\n\n                <h3>AR\/VR Foundations<\/h3>\n\n                <p>\n                    Theoretical foundations of Augmented Reality,\n                    Virtual Reality and 3D Digital Twin technologies.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-learning\">\n\n                <h3>Immersive 3D Environments<\/h3>\n\n                <p>\n                    Hands-on creation and exploration of immersive\n                    3D environments using Matterport technology.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-learning\">\n\n                <h3>Industry-Oriented Applications<\/h3>\n\n                <p>\n                    Practical use of AR\/VR tools in activities linked\n                    to vocational and professional contexts.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-learning\">\n\n                <h3>Project-Based Learning<\/h3>\n\n                <p>\n                    Collaborative projects connecting digital skills,\n                    problem solving and real-world vocational challenges.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         COUNTRY COURSE DESCRIPTIONS\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-section\">\n\n        <div class=\"bigart-pilot-head\">\n\n            <span class=\"bigart-pilot-eyebrow\">\n                Course Documentation\n            <\/span>\n\n            <h2>Pilot Course by Country<\/h2>\n\n            <p>\n                The detailed course descriptions follow the curriculum\n                design and implementation context of each participating\n                VET institution.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-country-resources\">\n\n            <!-- ALBANIA -->\n            <article class=\"bigart-country-resource\">\n\n                <div class=\"bigart-country-badge\">\n                    ALBANIA\n                <\/div>\n\n                <h3>Kolin Gjoka VET School<\/h3>\n\n                <p>\n                    Detailed description of the pilot training course\n                    implemented in Albania.\n                <\/p>\n\n                <a class=\"bigart-country-btn\" href=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/Description-of-piloting-course-Albania.pdf\" target=\"_blank\" rel=\"noopener\">\n                    View Course PDF \u2192\n                <\/a>\n\n            <\/article>\n\n\n            <!-- GREECE -->\n            <article class=\"bigart-country-resource\">\n\n                <div class=\"bigart-country-badge\">\n                    GREECE\n                <\/div>\n\n                <h3>SAEK Egaleo<\/h3>\n\n                <p>\n                    Detailed description of the pilot training course\n                    implemented in Greece.\n                <\/p>\n\n                <a class=\"bigart-country-btn\" href=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/Description-of-piloting-course-Greece.pdf\" target=\"_blank\" rel=\"noopener\">\n                    View Course PDF \u2192\n                <\/a>\n\n            <\/article>\n\n\n            <!-- ISRAEL -->\n            <article class=\"bigart-country-resource\">\n\n                <div class=\"bigart-country-badge\">\n                    ISRAEL\n                <\/div>\n\n                <h3>ORT Braude<\/h3>\n\n                <p>\n                    Detailed description of the pilot training course\n                    implemented in Israel.\n                <\/p>\n\n                <a class=\"bigart-country-btn\" href=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/Description-of-piloting-course-Israel.pdf\" target=\"_blank\" rel=\"noopener\">\n                    View Course PDF \u2192\n                <\/a>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         PHOTO GALLERY\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-section\">\n\n        <div class=\"bigart-pilot-head\">\n\n            <span class=\"bigart-pilot-eyebrow\">\n                Pilot Activities\n            <\/span>\n\n            <h2>Learning in action<\/h2>\n\n            <p>\n                Images from the implementation of the BIG ART pilot\n                training and practical learning activities.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-pilot-gallery\">\n\n            <figure class=\"bigart-pilot-photo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/IMG_20260128_181507-scaled.jpg\" alt=\"BIG ART pilot course activity\" loading=\"lazy\">\n            <\/figure>\n\n\n            <figure class=\"bigart-pilot-photo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/572133457_122173310960433844_6675468904726781086_n.jpg\" alt=\"BIG ART student pilot activity\" loading=\"lazy\">\n            <\/figure>\n\n\n            <figure class=\"bigart-pilot-photo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/IMG_20260128_181500-scaled.jpg\" alt=\"Students participating in BIG ART practical training\" loading=\"lazy\">\n            <\/figure>\n\n\n            <figure class=\"bigart-pilot-photo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2026\/03\/572248769_122173310948433844_6387361136687253926_n.jpg\" alt=\"BIG ART AR VR pilot course\" loading=\"lazy\">\n            <\/figure>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         CERTIFICATE\n    ==================================================== -->\n\n    <section class=\"bigart-certificate\">\n\n        <div class=\"bigart-certificate-icon\">\n            \u2713\n        <\/div>\n\n        <div>\n\n            <h2>Certificate of Completion<\/h2>\n\n            <p>\n                Upon successful completion of the course, students received\n                a Certificate of Completion validating their participation\n                and the digital competences developed during the pilot phase,\n                supporting their future employability in an increasingly\n                digital labour market.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ===================================================\n         IMPACT\n    ==================================================== -->\n\n    <section class=\"bigart-pilot-impact\">\n\n        <h2>Preparing Students for the Next Stage<\/h2>\n\n        <p>\n            The pilot course also prepared students for participation in\n            the international BIG ART Bootcamp, strengthening readiness\n            for transnational collaboration, innovative project work and\n            the practical use of immersive technologies in vocational\n            environments.\n        <\/p>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Pilot Course \u00b7 Winter Semester 2025 Piloting Course &amp; Work-Based Learning Students from Israel, Albania and Greece participated in the pilot implementation of the BIG ART AR\/VR Course, combining structured digital training with practical learning activities linked to vocational contexts.<\/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-1693","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1693","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=1693"}],"version-history":[{"count":13,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1693\/revisions"}],"predecessor-version":[{"id":2111,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1693\/revisions\/2111"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}