{"id":136,"date":"2026-07-23T08:19:18","date_gmt":"2026-07-23T08:19:18","guid":{"rendered":"https:\/\/youthlens-eu.org\/?page_id=136"},"modified":"2026-07-23T12:14:33","modified_gmt":"2026-07-23T12:14:33","slug":"work-packages","status":"publish","type":"page","link":"https:\/\/youthlens-eu.org\/?page_id=136","title":{"rendered":"Work Packages"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"136\" class=\"elementor elementor-136\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4706a37 e-con e-atomic-element e-flexbox-base e-2f4288e \" data-id=\"4706a37\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"4706a37\">\n    \t\t<div class=\"elementor-element elementor-element-98711d1 elementor-widget elementor-widget-html\" data-id=\"98711d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Work Packages \u2014 YOUTHLENS<\/title>\r\n\r\n    <!-- Tailwind CSS v4 -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@tailwindcss\/browser@4\"><\/script>\r\n\r\n    <!-- Google Fonts: Montserrat -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap\" rel=\"stylesheet\">\r\n\r\n    <!-- FontAwesome Icons -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        :root {\r\n            --primary-blue: #004AAD;\r\n            --primary-green: #00BF63;\r\n        }\r\n        \r\n        html, body {\r\n            font-family: 'Montserrat', sans-serif !important;\r\n            scroll-behavior: smooth;\r\n        }\r\n\r\n        \/* Accordion transition styling *\/\r\n        .wp-content {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);\r\n        }\r\n\r\n        .wp-card.active .wp-content {\r\n            max-height: 1000px;\r\n            transition: max-height 0.5s ease-in-out;\r\n        }\r\n\r\n        .wp-card.active .icon-chevron {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .icon-chevron {\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .modern-card {\r\n            transition: border-color 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n        .modern-card:hover {\r\n            border-color: rgba(0, 191, 99, 0.4);\r\n            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-slate-900 text-white min-h-screen flex flex-col justify-between antialiased\">\r\n\r\n    <!-- HEADER \/ NAVIGATION -->\r\n    <header class=\"py-8 px-4 max-w-7xl mx-auto w-full flex justify-between items-center\">\r\n        <a href=\"index.html\" class=\"inline-flex items-center gap-2 text-slate-300 hover:text-green-400 transition-colors font-bold text-sm bg-white\/5 hover:bg-white\/10 px-4 py-2 rounded-xl border border-white\/10\">\r\n            <i class=\"fa-solid fa-arrow-left\"><\/i> Back to Home\r\n        <\/a>\r\n        <span class=\"text-xs font-bold uppercase tracking-widest text-emerald-400 bg-emerald-500\/10 border border-emerald-500\/20 px-4 py-1.5 rounded-full\">\r\n            Project Structure\r\n        <\/span>\r\n    <\/header>\r\n\r\n    <!-- MAIN CONTENT CONTAINER -->\r\n    <main class=\"py-6 px-4 max-w-5xl mx-auto w-full flex-1\">\r\n\r\n        <!-- TITLE & CONTROLS -->\r\n        <div class=\"flex flex-col sm:flex-row sm:items-end justify-between gap-4 mb-8\">\r\n            <div>\r\n                <h1 class=\"text-3xl md:text-5xl font-black text-white tracking-tight\" style=\"color: #ffffff !important;\">\r\n                    Work Packages\r\n                <\/h1>\r\n                <p class=\"text-slate-400 text-sm md:text-base mt-2\">\r\n                    Interactive overview of implementation phases, leaders, and key tasks.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <!-- Global Accordion Toggle -->\r\n            <button id=\"toggle-all-btn\" onclick=\"toggleAllWP()\" class=\"inline-flex items-center gap-2 bg-white\/5 hover:bg-white\/10 text-slate-200 border border-white\/10 font-bold text-xs uppercase tracking-wider px-4 py-2.5 rounded-xl transition-all self-start sm:self-auto cursor-pointer\">\r\n                <i class=\"fa-solid fa-arrows-up-down text-emerald-400\"><\/i>\r\n                <span id=\"toggle-btn-text\">Expand All<\/span>\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <!-- WORK PACKAGES LIST -->\r\n        <div class=\"space-y-4\">\r\n\r\n            <!-- WP1 -->\r\n            <div class=\"wp-card modern-card bg-gradient-to-br from-blue-950\/80 via-slate-900 to-slate-950 border border-white\/10 rounded-2xl overflow-hidden\">\r\n                <button onclick=\"toggleWP(this)\" class=\"w-full text-left p-6 flex items-start justify-between gap-4 cursor-pointer focus:outline-none\">\r\n                    <div class=\"flex items-start gap-4\">\r\n                        <span class=\"px-3 py-1.5 bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-xs font-black rounded-lg uppercase tracking-wider mt-0.5 shrink-0\">\r\n                            WP1\r\n                        <\/span>\r\n                        <div>\r\n                            <h2 class=\"text-lg md:text-xl font-bold leading-snug\" style=\"color: #ffffff !important;\">\r\n                                Management and Quality Assurance\r\n                            <\/h2>\r\n                            <div class=\"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-slate-400 mt-2\">\r\n                                <span><i class=\"fa-solid fa-user-shield text-emerald-400 mr-1.5\"><\/i> Lead: <strong>Xenios Polis<\/strong><\/span>\r\n                                <span><i class=\"fa-regular fa-clock text-blue-400 mr-1.5\"><\/i> <strong>M1\u2013M36<\/strong><\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"w-8 h-8 rounded-full bg-white\/5 flex items-center justify-center shrink-0 text-slate-300 icon-chevron mt-1\">\r\n                        <i class=\"fa-solid fa-chevron-down text-sm\"><\/i>\r\n                    <\/div>\r\n                <\/button>\r\n                <div class=\"wp-content px-6 pb-6 border-t border-white\/5 pt-4\">\r\n                    <p class=\"text-slate-300 text-sm leading-relaxed mb-4\">\r\n                        Keeps the project on track by overseeing all activities, timelines, and partner roles, applying continuous quality assurance through monitoring and reporting, and ensuring effective collaboration across the transnational partnership.\r\n                    <\/p>\r\n                    <h3 class=\"text-xs font-bold uppercase tracking-wider mb-2 text-slate-400\" style=\"color: #ffffff !important;\">Key Tasks<\/h3>\r\n                    <ul class=\"space-y-2\">\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T1.1<\/strong> Project coordination and management<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T1.2<\/strong> Quality assurance plan development<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T1.3<\/strong> Organize partner meetings (kick-off, mid-term, final conference)<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- WP2 -->\r\n            <div class=\"wp-card modern-card bg-gradient-to-br from-blue-950\/80 via-slate-900 to-slate-950 border border-white\/10 rounded-2xl overflow-hidden\">\r\n                <button onclick=\"toggleWP(this)\" class=\"w-full text-left p-6 flex items-start justify-between gap-4 cursor-pointer focus:outline-none\">\r\n                    <div class=\"flex items-start gap-4\">\r\n                        <span class=\"px-3 py-1.5 bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-xs font-black rounded-lg uppercase tracking-wider mt-0.5 shrink-0\">\r\n                            WP2\r\n                        <\/span>\r\n                        <div>\r\n                            <h2 class=\"text-lg md:text-xl font-bold leading-snug\" style=\"color: #ffffff !important;\">\r\n                                Capacity Building and Media Literacy Training\r\n                            <\/h2>\r\n                            <div class=\"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-slate-400 mt-2\">\r\n                                <span><i class=\"fa-solid fa-user-shield text-emerald-400 mr-1.5\"><\/i> Lead: <strong>Xenios Polis<\/strong> <span class=\"text-slate-500\">(co-led with ARSINOE)<\/span><\/span>\r\n                                <span><i class=\"fa-regular fa-clock text-blue-400 mr-1.5\"><\/i> <strong>M3\u2013M18<\/strong><\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"w-8 h-8 rounded-full bg-white\/5 flex items-center justify-center shrink-0 text-slate-300 icon-chevron mt-1\">\r\n                        <i class=\"fa-solid fa-chevron-down text-sm\"><\/i>\r\n                    <\/div>\r\n                <\/button>\r\n                <div class=\"wp-content px-6 pb-6 border-t border-white\/5 pt-4\">\r\n                    <p class=\"text-slate-300 text-sm leading-relaxed mb-4\">\r\n                        Delivers practical media literacy training so young people can recognise misinformation, assess online sources, and think critically about digital content, building their confidence to navigate the online world safely.\r\n                    <\/p>\r\n                    <h3 class=\"text-xs font-bold uppercase tracking-wider mb-2 text-slate-400\" style=\"color: #ffffff !important;\">Key Tasks<\/h3>\r\n                    <ul class=\"space-y-2\">\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T2.1<\/strong> Develop media literacy training modules<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T2.2<\/strong> Conduct capacity-building workshops (Albania, Kosovo, Montenegro)<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- WP3 -->\r\n            <div class=\"wp-card modern-card bg-gradient-to-br from-blue-950\/80 via-slate-900 to-slate-950 border border-white\/10 rounded-2xl overflow-hidden\">\r\n                <button onclick=\"toggleWP(this)\" class=\"w-full text-left p-6 flex items-start justify-between gap-4 cursor-pointer focus:outline-none\">\r\n                    <div class=\"flex items-start gap-4\">\r\n                        <span class=\"px-3 py-1.5 bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-xs font-black rounded-lg uppercase tracking-wider mt-0.5 shrink-0\">\r\n                            WP3\r\n                        <\/span>\r\n                        <div>\r\n                            <h2 class=\"text-lg md:text-xl font-bold leading-snug\" style=\"color: #ffffff !important;\">\r\n                                Civic Engagement and Digital Advocacy\r\n                            <\/h2>\r\n                            <div class=\"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-slate-400 mt-2\">\r\n                                <span><i class=\"fa-solid fa-user-shield text-emerald-400 mr-1.5\"><\/i> Lead: <strong>YIHR Kosovo<\/strong> <span class=\"text-slate-500\">(co-led with COSV)<\/span><\/span>\r\n                                <span><i class=\"fa-regular fa-clock text-blue-400 mr-1.5\"><\/i> <strong>M5\u2013M20<\/strong><\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"w-8 h-8 rounded-full bg-white\/5 flex items-center justify-center shrink-0 text-slate-300 icon-chevron mt-1\">\r\n                        <i class=\"fa-solid fa-chevron-down text-sm\"><\/i>\r\n                    <\/div>\r\n                <\/button>\r\n                <div class=\"wp-content px-6 pb-6 border-t border-white\/5 pt-4\">\r\n                    <p class=\"text-slate-300 text-sm leading-relaxed mb-4\">\r\n                        Empowers youth to design and run digital advocacy campaigns on issues they care about, creates structured dialogue with policymakers, and builds young people's ability to advocate confidently and ethically using online tools.\r\n                    <\/p>\r\n                    <h3 class=\"text-xs font-bold uppercase tracking-wider mb-2 text-slate-400\" style=\"color: #ffffff !important;\">Key Tasks<\/h3>\r\n                    <ul class=\"space-y-2\">\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T3.1<\/strong> Run online bootcamps and host youth policy dialogues<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T3.2<\/strong> Support youth-led digital campaigns<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- WP4 -->\r\n            <div class=\"wp-card modern-card bg-gradient-to-br from-blue-950\/80 via-slate-900 to-slate-950 border border-white\/10 rounded-2xl overflow-hidden\">\r\n                <button onclick=\"toggleWP(this)\" class=\"w-full text-left p-6 flex items-start justify-between gap-4 cursor-pointer focus:outline-none\">\r\n                    <div class=\"flex items-start gap-4\">\r\n                        <span class=\"px-3 py-1.5 bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-xs font-black rounded-lg uppercase tracking-wider mt-0.5 shrink-0\">\r\n                            WP4\r\n                        <\/span>\r\n                        <div>\r\n                            <h2 class=\"text-lg md:text-xl font-bold leading-snug\" style=\"color: #ffffff !important;\">\r\n                                Online Learning Platform and Youth Exchange\r\n                            <\/h2>\r\n                            <div class=\"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-slate-400 mt-2\">\r\n                                <span><i class=\"fa-solid fa-user-shield text-emerald-400 mr-1.5\"><\/i> Lead: <strong>CED<\/strong> <span class=\"text-slate-500\">(co-led with YPN)<\/span><\/span>\r\n                                <span><i class=\"fa-regular fa-clock text-blue-400 mr-1.5\"><\/i> <strong>M4\u2013M34<\/strong><\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"w-8 h-8 rounded-full bg-white\/5 flex items-center justify-center shrink-0 text-slate-300 icon-chevron mt-1\">\r\n                        <i class=\"fa-solid fa-chevron-down text-sm\"><\/i>\r\n                    <\/div>\r\n                <\/button>\r\n                <div class=\"wp-content px-6 pb-6 border-t border-white\/5 pt-4\">\r\n                    <p class=\"text-slate-300 text-sm leading-relaxed mb-4\">\r\n                        Develops a free, accessible online learning platform where young people build digital skills at their own pace, and promotes cross-country youth exchange, prioritising inclusion of disadvantaged youth.\r\n                    <\/p>\r\n                    <h3 class=\"text-xs font-bold uppercase tracking-wider mb-2 text-slate-400\" style=\"color: #ffffff !important;\">Key Tasks<\/h3>\r\n                    <ul class=\"space-y-2\">\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T4.1<\/strong> Build the online learning platform<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T4.2<\/strong> Create multimedia learning content<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T4.3<\/strong> Create misinformation detection tools<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T4.4<\/strong> Organize international youth exchange<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- WP5 -->\r\n            <div class=\"wp-card modern-card bg-gradient-to-br from-blue-950\/80 via-slate-900 to-slate-950 border border-white\/10 rounded-2xl overflow-hidden\">\r\n                <button onclick=\"toggleWP(this)\" class=\"w-full text-left p-6 flex items-start justify-between gap-4 cursor-pointer focus:outline-none\">\r\n                    <div class=\"flex items-start gap-4\">\r\n                        <span class=\"px-3 py-1.5 bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-xs font-black rounded-lg uppercase tracking-wider mt-0.5 shrink-0\">\r\n                            WP5\r\n                        <\/span>\r\n                        <div>\r\n                            <h2 class=\"text-lg md:text-xl font-bold leading-snug\" style=\"color: #ffffff !important;\">\r\n                                Marketing, Communication, and Dissemination\r\n                            <\/h2>\r\n                            <div class=\"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-slate-400 mt-2\">\r\n                                <span><i class=\"fa-solid fa-user-shield text-emerald-400 mr-1.5\"><\/i> Lead: <strong>CED<\/strong> <span class=\"text-slate-500\">(co-led with YPN)<\/span><\/span>\r\n                                <span><i class=\"fa-regular fa-clock text-blue-400 mr-1.5\"><\/i> <strong>M1\u2013M36<\/strong><\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"w-8 h-8 rounded-full bg-white\/5 flex items-center justify-center shrink-0 text-slate-300 icon-chevron mt-1\">\r\n                        <i class=\"fa-solid fa-chevron-down text-sm\"><\/i>\r\n                    <\/div>\r\n                <\/button>\r\n                <div class=\"wp-content px-6 pb-6 border-t border-white\/5 pt-4\">\r\n                    <p class=\"text-slate-300 text-sm leading-relaxed mb-4\">\r\n                        Promotes the project's activities and results to a wide audience, disseminates key tools and resources for long-term uptake, and engages youth in shaping policy recommendations for a safer, fairer digital environment.\r\n                    <\/p>\r\n                    <h3 class=\"text-xs font-bold uppercase tracking-wider mb-2 text-slate-400\" style=\"color: #ffffff !important;\">Key Tasks<\/h3>\r\n                    <ul class=\"space-y-2\">\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T5.1<\/strong> Create a communication strategy<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T5.2<\/strong> Produce promotional materials<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T5.3<\/strong> Host a final dissemination event<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T5.4<\/strong> Write youth policy recommendations<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3 text-sm text-slate-300 bg-white\/5 px-4 py-2.5 rounded-xl border border-white\/5\">\r\n                            <i class=\"fa-solid fa-check text-emerald-400 text-xs\"><\/i>\r\n                            <span><strong>T5.5<\/strong> Develop project website<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/main>\r\n\r\n    <!-- FOOTER -->\r\n    <footer class=\"py-6 text-center text-slate-500 text-xs border-t border-white\/5 mt-12\">\r\n        &copy; YOUTH-LENS Project \u2014 Co-funded by the European Union.\r\n    <\/footer>\r\n\r\n    <!-- INTERACTIVE SCRIPT -->\r\n    <script>\r\n        function toggleWP(buttonElement) {\r\n            const card = buttonElement.parentElement;\r\n            card.classList.toggle('active');\r\n            updateToggleAllState();\r\n        }\r\n\r\n        function toggleAllWP() {\r\n            const cards = document.querySelectorAll('.wp-card');\r\n            const btnText = document.getElementById('toggle-btn-text');\r\n            const isAllExpanded = Array.from(cards).every(card => card.classList.contains('active'));\r\n\r\n            cards.forEach(card => {\r\n                if (isAllExpanded) {\r\n                    card.classList.remove('active');\r\n                } else {\r\n                    card.classList.add('active');\r\n                }\r\n            });\r\n\r\n            btnText.innerText = isAllExpanded ? 'Expand All' : 'Collapse All';\r\n        }\r\n\r\n        function updateToggleAllState() {\r\n            const cards = document.querySelectorAll('.wp-card');\r\n            const btnText = document.getElementById('toggle-btn-text');\r\n            const allExpanded = Array.from(cards).every(card => card.classList.contains('active'));\r\n            btnText.innerText = allExpanded ? 'Collapse All' : 'Expand All';\r\n        }\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Work Packages \u2014 YOUTHLENS Back to Home Project Structure Work Packages Interactive overview of implementation phases, leaders, and key tasks. Expand All WP1 Management and Quality Assurance Lead: Xenios Polis M1\u2013M36 Keeps the project on track by overseeing all activities, timelines, and partner roles, applying continuous quality assurance through monitoring and reporting, and ensuring effective&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-136","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Work Packages - youthlens-eu.org<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youthlens-eu.org\/?page_id=136\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Work Packages - youthlens-eu.org\" \/>\n<meta property=\"og:description\" content=\"Work Packages \u2014 YOUTHLENS Back to Home Project Structure Work Packages Interactive overview of implementation phases, leaders, and key tasks. Expand All WP1 Management and Quality Assurance Lead: Xenios Polis M1\u2013M36 Keeps the project on track by overseeing all activities, timelines, and partner roles, applying continuous quality assurance through monitoring and reporting, and ensuring effective&hellip;&nbsp;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youthlens-eu.org\/?page_id=136\" \/>\n<meta property=\"og:site_name\" content=\"youthlens-eu.org\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T12:14:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/youthlens-eu.org\\\/?page_id=136\",\"url\":\"https:\\\/\\\/youthlens-eu.org\\\/?page_id=136\",\"name\":\"Work Packages - youthlens-eu.org\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/youthlens-eu.org\\\/#website\"},\"datePublished\":\"2026-07-23T08:19:18+00:00\",\"dateModified\":\"2026-07-23T12:14:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/youthlens-eu.org\\\/?page_id=136#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/youthlens-eu.org\\\/?page_id=136\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/youthlens-eu.org\\\/?page_id=136#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/youthlens-eu.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Work Packages\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/youthlens-eu.org\\\/#website\",\"url\":\"https:\\\/\\\/youthlens-eu.org\\\/\",\"name\":\"youthlens-eu.org\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/youthlens-eu.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Work Packages - youthlens-eu.org","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youthlens-eu.org\/?page_id=136","og_locale":"en_US","og_type":"article","og_title":"Work Packages - youthlens-eu.org","og_description":"Work Packages \u2014 YOUTHLENS Back to Home Project Structure Work Packages Interactive overview of implementation phases, leaders, and key tasks. Expand All WP1 Management and Quality Assurance Lead: Xenios Polis M1\u2013M36 Keeps the project on track by overseeing all activities, timelines, and partner roles, applying continuous quality assurance through monitoring and reporting, and ensuring effective&hellip;&nbsp;","og_url":"https:\/\/youthlens-eu.org\/?page_id=136","og_site_name":"youthlens-eu.org","article_modified_time":"2026-07-23T12:14:33+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/youthlens-eu.org\/?page_id=136","url":"https:\/\/youthlens-eu.org\/?page_id=136","name":"Work Packages - youthlens-eu.org","isPartOf":{"@id":"https:\/\/youthlens-eu.org\/#website"},"datePublished":"2026-07-23T08:19:18+00:00","dateModified":"2026-07-23T12:14:33+00:00","breadcrumb":{"@id":"https:\/\/youthlens-eu.org\/?page_id=136#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youthlens-eu.org\/?page_id=136"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/youthlens-eu.org\/?page_id=136#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youthlens-eu.org\/"},{"@type":"ListItem","position":2,"name":"Work Packages"}]},{"@type":"WebSite","@id":"https:\/\/youthlens-eu.org\/#website","url":"https:\/\/youthlens-eu.org\/","name":"youthlens-eu.org","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/youthlens-eu.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/pages\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=136"}],"version-history":[{"count":4,"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/pages\/136\/revisions"}],"predecessor-version":[{"id":246,"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=\/wp\/v2\/pages\/136\/revisions\/246"}],"wp:attachment":[{"href":"https:\/\/youthlens-eu.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}