


{"id":492866,"date":"2026-07-10T14:45:40","date_gmt":"2026-07-10T11:45:40","guid":{"rendered":"https:\/\/livresq.com\/?p=492866"},"modified":"2026-07-10T14:48:03","modified_gmt":"2026-07-10T11:48:03","slug":"recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana","status":"publish","type":"post","link":"https:\/\/livresq.com\/pl\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","title":{"rendered":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n    <div id=\"livresq-landing-page\">\n<link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png\" referrerPolicy=\"no-referrer\"\/><div class=\"min-h-screen bg-slate-50 flex flex-col\"><nav class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-500 bg-[#1379D1] h-[48px]\"><div class=\"absolute top-0 left-0 h-full z-0 pointer-events-none overflow-hidden w-[600px]\"><div class=\"absolute top-0 left-[-50px] h-full transform -skew-x-[20deg] transition-all duration-500 ease-out bg-white\n                            w-[360px]\n                        \"><\/div><\/div><div class=\"w-full h-full max-w-[1920px] mx-auto flex items-center justify-between relative z-10 pl-0 pr-[8px]\"><div class=\"flex items-center flex-shrink-0 relative z-20 transition-all duration-500 pl-10\"><a href=\"\/\" class=\"block group relative transform transition-transform duration-300 hover:scale-105 origin-left\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\" alt=\"LIVRESQ\" class=\"w-auto object-contain transition-all duration-300 drop-shadow-sm filter contrast-125 h-[32px]\"\/><\/a><\/div><div class=\"hidden xl:flex items-center gap-1 pl-12\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border bg-white\/20 border-white\/20 shadow-inner\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Despre noi<\/a><\/div><div class=\"hidden lg:flex items-center h-full\"><a href=\"https:\/\/library.livresq.com\/\" class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Library\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Library<\/span><\/a><div class=\"relative\"><button class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] mr-[4px] min-w-[122px] justify-between cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white border border-transparent focus:outline-none\"><div class=\"flex items-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Rom\u00e2n\u0103<\/span><\/div><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down w-4 h-4 text-white transition-transform duration-200\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"flex items-center gap-2 px-4 py-[6px] h-[36.5px] bg-[#D91278] hover:bg-[#b00e60] text-white rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Contul Meu<\/span><\/a><\/div><div class=\"xl:hidden flex items-center gap-2\"><button class=\"p-1.5 rounded-md bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu w-6 h-6\" aria-hidden=\"true\"><path d=\"M4 5h16\"><\/path><path d=\"M4 12h16\"><\/path><path d=\"M4 19h16\"><\/path><\/svg><\/button><\/div><\/div><\/nav><div class=\"fixed inset-0 z-[60] bg-slate-900\/80 backdrop-blur-sm transition-opacity duration-300 lg:hidden opacity-0 pointer-events-none\"><\/div><div class=\"fixed top-0 right-0 h-full w-[85%] max-w-[360px] bg-[#1379D1] shadow-2xl z-[70] transform transition-transform duration-500 cubic-bezier(0.4, 0, 0.2, 1) lg:hidden flex flex-col border-l border-white\/10 translate-x-full\"><div class=\"p-4 flex justify-end items-center bg-black\/10 shadow-sm relative z-20\"><button class=\"p-2 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-x w-5 h-5\" aria-hidden=\"true\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><\/button><\/div><div class=\"flex-1 overflow-y-auto py-2\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 bg-white\/10 border-white\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Despre noi<\/a><\/div><div class=\"p-6 border-t border-white\/10 bg-black\/10 space-y-4\"><div class=\"flex gap-4\"><button class=\"w-full py-2 rounded-lg font-bold text-xs border border-white\/30 text-white hover:bg-white\/10 flex items-center justify-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-5 h-5\" style=\"filter:brightness(0) invert(1)\"\/>Rom\u00e2n\u0103<\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"w-full flex items-center justify-center gap-2 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold py-3 rounded-lg shadow-lg active:scale-95 transition-transform text-base border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/>Contul Meu<\/a><\/div><\/div><main class=\"flex-grow pt-16\"><article class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-16 md:pt-12 md:pb-24\"><header class=\"mb-12 text-center reveal\"><div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-blue-100 text-blue-700 font-bold tracking-wide uppercase text-xs mb-6\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-star w-4 h-4\" aria-hidden=\"true\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"><\/path><\/svg>Dobre Praktyki UE<\/div><h1 class=\"text-4xl md:text-5xl lg:text-6xl font-heading font-black text-slate-900 leading-tight mb-6\">Europejskie Uznanie: Projekt VHealthLab, stworzony z LIVRESQ, uznany za przyk\u0142ad \u201eDobrej Praktyki\u201d przez Komisj\u0119 Europejsk\u0105<\/h1><\/header><div class=\"mb-12 reveal delay-100\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png?w=800&#038;ssl=1\" alt=\"VHealthLab - Good Practice\" class=\"w-full h-auto rounded-2xl shadow-2xl object-cover border border-slate-200\" referrerPolicy=\"no-referrer\"\/><\/div><div class=\"prose prose-lg prose-slate max-w-none\"><p class=\"text-xl md:text-2xl text-slate-700 leading-relaxed mb-8 font-medium reveal delay-100\">Europejski ekosystem edukacji cyfrowej po raz kolejny potwierdza si\u0142\u0119 narz\u0119dzi opracowanych w Rumunii. Mi\u0119dzynarodowy projekt Erasmus+ <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> oficjalnie otrzyma\u0142 status \u201e<a href=\"https:\/\/erasmus-plus.ec.europa.eu\/projects\/search\/details\/2023-1-CY01-KA220-HED-000166031\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Good Practice<\/a>\u201d (Dobrej Praktyki) od Komisji Europejskiej. To wyr\u00f3\u017cnienie nagradza doskona\u0142o\u015b\u0107 w realizacji inicjatywy akademickiej, kt\u00f3ra wykorzysta\u0142a platform\u0119 <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> do tworzenia z\u0142o\u017conych, interaktywnych wirtualnych laboratori\u00f3w dla dyscyplin STEM (Biologia i Nauki o Zdrowiu).<\/p><p class=\"mb-8 text-slate-700 leading-relaxed text-lg reveal delay-200\">Ten europejski certyfikat dowodzi, \u017ce <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> to co\u015b wi\u0119cej ni\u017c tylko cyfrowe narz\u0119dzie autorskie \u2013 to solidna infrastruktura, zdolna do obs\u0142ugi zaawansowanych symulacji i interaktywnych tre\u015bci na najwy\u017cszych mi\u0119dzynarodowych standardach akademickich.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg reveal delay-200\">Koordynacj\u0119 naukow\u0105 projektu zapewnia <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Uniwersytet w Nikozji<\/a>. Zrodzony ze wsp\u00f3\u0142pracy w ramach projektu <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Uniwersytetu w Nikozji<\/a>, <a href=\"https:\/\/www.auth.gr\/en\/homepage\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Uniwersytetu Arystotelesa w Salonikach<\/a>, <a href=\"https:\/\/www.usc.gal\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Uniwersytetu w Santiago de Compostela<\/a>, <a href=\"https:\/\/www.moec.gov.cy\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Ministerstwa Edukacji, Kultury, Sportu i M\u0142odzie\u017cy Cypru<\/a> oraz <a href=\"https:\/\/ascendia.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Ascendia S.A.<\/a>, <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> stanowi krok naprz\u00f3d w wykorzystaniu technologii do poprawy wynik\u00f3w edukacyjnych. Przesy\u0142amy nasze najserdeczniejsze gratulacje wszystkim naszym partnerom i dzi\u0119kujemy im za zaanga\u017cowanie i po\u015bwi\u0119cenie we wspieraniu rozwoju tych innowacyjnych zasob\u00f3w dla spo\u0142eczno\u015bci europejskiej.<\/p><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Wirtualne laboratoria i MedTech, stworzone bez wiedzy programistycznej<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">G\u0142\u00f3wnym celem projektu <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> by\u0142a modernizacja sposobu nauczania nauk medycznych i biologicznych w \u015brodowisku uniwersyteckim, zapewniaj\u0105c studentom dost\u0119p do bezpiecznych i wysoce realistycznych eksperyment\u00f3w poprzez technologi\u0119 e-learningow\u0105.<\/p><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Platforma <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> odegra\u0142a centraln\u0105 rol\u0119 w tym procesie, umo\u017cliwiaj\u0105c tw\u00f3rcom tre\u015bci i nauczycielom zaanga\u017cowanym w projekt budowanie interaktywnych wirtualnych laboratori\u00f3w:<\/p><ul class=\"space-y-4 mb-12 text-slate-700 leading-relaxed text-lg\"><li class=\"flex items-start gap-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-livresq-fucsia mt-1 flex-shrink-0\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span><strong>Symulacje o wysokiej wierno\u015bci:<\/strong> Studenci mog\u0105 wchodzi\u0107 w interakcj\u0119 z elementami graficznymi, symulowa\u0107 procedury i wizualizowa\u0107 z\u0142o\u017cone procesy biologiczne bezpo\u015brednio w przegl\u0105darce.<\/span><\/li><li class=\"flex items-start gap-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-livresq-fucsia mt-1 flex-shrink-0\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span><strong>Natywna interoperacyjno\u015b\u0107:<\/strong> Wszystkie zasoby utworzone w <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> bezproblemowo integruj\u0105 si\u0119 z systemami zarz\u0105dzania nauczaniem (LMS), zapewniaj\u0105c pe\u0142n\u0105 identyfikowalno\u015b\u0107 post\u0119p\u00f3w i precyzyjne monitorowanie wska\u017anik\u00f3w wydajno\u015bci.<\/span><\/li><li class=\"flex items-start gap-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-livresq-fucsia mt-1 flex-shrink-0\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span><strong>Wydajno\u015b\u0107 rozwoju:<\/strong> Elastyczno\u015b\u0107 narz\u0119dzia pozwoli\u0142a na przekszta\u0142cenie z\u0142o\u017conych koncepcji MedTech w interaktywne zasoby multimedialne uruchamiane na dowolnym urz\u0105dzeniu, eliminuj\u0105c techniczne bariery programistyczne.<\/span><\/li><\/ul><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Konsolidacja zasob\u00f3w typu OER (Otwarte Zasoby Edukacyjne)<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Jedn\u0105 z g\u0142\u00f3wnych zalet, kt\u00f3ra przyci\u0105gn\u0119\u0142a uwag\u0119 Komisji Europejskiej, by\u0142a otwarto\u015b\u0107 i skalowalno\u015b\u0107 projektu. Opracowane wirtualne laboratoria dzia\u0142aj\u0105 pod parasolem koncepcji OER.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Wszystkie stworzone interaktywne materia\u0142y maj\u0105 charakter otwartych zasob\u00f3w edukacyjnych, zapewniaj\u0105c otwarty dost\u0119p (open access) uniwersytetom, liceom i szko\u0142om, kt\u00f3re chc\u0105 zmodernizowa\u0107 sw\u00f3j proces nauczania i uczenia si\u0119. Te dobre praktyki i zweryfikowane zasoby b\u0119d\u0105 promowane i integrowane na platformach referencyjnych w tej dziedzinie, takich jak elearning.ro, staj\u0105c si\u0119 punktem wsparcia dla ca\u0142ej spo\u0142eczno\u015bci EdTech.<\/p><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Model do na\u015bladowania dla tw\u00f3rc\u00f3w tre\u015bci LIVRESQ<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Sukces projektu <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> bezpo\u015brednio odzwierciedla prac\u0119 i wiedz\u0119 naszych specjalist\u00f3w oraz europejskich partner\u00f3w. Dla spo\u0142eczno\u015bci ponad 163 600 tw\u00f3rc\u00f3w <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>, to wyr\u00f3\u017cnienie jest wyra\u017anym dowodem na to, \u017ce interaktywne lekcje, kursy i modu\u0142y, kt\u00f3re codziennie budujecie na naszej platformie, s\u0105 zgodne z najlepszymi mi\u0119dzynarodowymi praktykami.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Niezale\u017cnie od tego, czy m\u00f3wimy o prostych lekcjach szkolnych, czy te\u017c o wysoce wyspecjalizowanych uniwersyteckich wirtualnych laboratoriach, technologia <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> zapewnia stabilno\u015b\u0107, bezpiecze\u0144stwo i skalowalno\u015b\u0107 niezb\u0119dn\u0105 do transformacji cyfrowej edukacji.<\/p><\/div><div class=\"reveal bg-gradient-to-br from-slate-900 to-[#0F1623] rounded-3xl p-8 md:p-12 text-white shadow-2xl relative overflow-hidden\"><div class=\"absolute top-0 right-0 w-64 h-64 bg-livresq-fucsia\/20 rounded-full blur-[80px]\"><\/div><div class=\"absolute bottom-0 left-0 w-64 h-64 bg-blue-500\/20 rounded-full blur-[80px]\"><\/div><div class=\"relative z-10 text-center\"><h2 class=\"text-3xl md:text-4xl font-heading font-bold text-white mb-6\">Czy chcesz zbudowa\u0107 w\u0142asne wirtualne laboratorium lub stworzy\u0107 Otwarte Zasoby Edukacyjne (OER) zgodnie z europejskimi standardami?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-lg\">Otw\u00f3rz konto na livresq.com i wprowadzaj swoje pomys\u0142y w \u017cycie!<\/p><a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center gap-2 px-8 py-4 bg-livresq-fucsia hover:bg-livresq-fucsia-dark text-white font-bold rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1 text-lg\">Otw\u00f3rz darmowe konto<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link w-5 h-5\" aria-hidden=\"true\"><path d=\"M15 3h6v6\"><\/path><path d=\"M10 14 21 3\"><\/path><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><\/svg><\/a><\/div><\/div><\/div><\/article><\/main><\/div>\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations, Spotlight) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Reveal Animation Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ Spotlight Effect Logic\n            const spotlightSections = document.querySelectorAll('.spotlight-section');\n            spotlightSections.forEach(section => {\n                section.addEventListener('mousemove', (e) => {\n                    const cards = section.querySelectorAll('.spotlight-card');\n                    cards.forEach(card => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        card.style.setProperty('--mouse-x', `${x}px`);\n                        card.style.setProperty('--mouse-y', `${y}px`);\n                    });\n                });\n            });\n        });\n    <\/script>\n\n    <\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Dobre Praktyki UE Europejskie Uznanie: Projekt VHealthLab, stworzony z LIVRESQ, uznany za przyk\u0142ad \u201eDobrej Praktyki\u201d przez Komisj\u0119 Europejsk\u0105 Europejski ekosystem edukacji cyfrowej po raz kolejny potwierdza si\u0142\u0119 narz\u0119dzi opracowanych w Rumunii. Mi\u0119dzynarodowy projekt Erasmus+ VHealthLab oficjalnie otrzyma\u0142 status [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":492864,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-492866","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ<\/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:\/\/livresq.com\/pl\/wiadomosci\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Dobre Praktyki UE Europejskie Uznanie: Projekt VHealthLab, stworzony z LIVRESQ, uznany za przyk\u0142ad \u201eDobrej Praktyki\u201d przez Komisj\u0119 Europejsk\u0105 Europejski ekosystem edukacji cyfrowej po raz kolejny potwierdza si\u0142\u0119 narz\u0119dzi opracowanych w Rumunii. Mi\u0119dzynarodowy projekt Erasmus+ VHealthLab oficjalnie otrzyma\u0142 status [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/pl\/wiadomosci\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-10T11:45:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T11:48:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"831\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bogdan Vrinceanu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Napisane przez\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data2\" content=\"32 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/\"},\"author\":{\"name\":\"Bogdan Vrinceanu\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\"},\"headline\":\"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103\",\"datePublished\":\"2026-07-10T11:45:40+00:00\",\"dateModified\":\"2026-07-10T11:48:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/\"},\"wordCount\":4993,\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1\",\"articleSection\":[\"News\"],\"inLanguage\":\"pl-PL\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/\",\"url\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/\",\"name\":\"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1\",\"datePublished\":\"2026-07-10T11:45:40+00:00\",\"dateModified\":\"2026-07-10T11:48:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1\",\"width\":1280,\"height\":831},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\\\/\\\/livresq.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/livresq.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\",\"name\":\"Bogdan Vrinceanu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"caption\":\"Bogdan Vrinceanu\"},\"url\":\"https:\\\/\\\/livresq.com\\\/pl\\\/author\\\/bogdan-vrinceanu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ","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:\/\/livresq.com\/pl\/wiadomosci\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","og_locale":"pl_PL","og_type":"article","og_title":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Dobre Praktyki UE Europejskie Uznanie: Projekt VHealthLab, stworzony z LIVRESQ, uznany za przyk\u0142ad \u201eDobrej Praktyki\u201d przez Komisj\u0119 Europejsk\u0105 Europejski ekosystem edukacji cyfrowej po raz kolejny potwierdza si\u0142\u0119 narz\u0119dzi opracowanych w Rumunii. Mi\u0119dzynarodowy projekt Erasmus+ VHealthLab oficjalnie otrzyma\u0142 status [&hellip;]","og_url":"https:\/\/livresq.com\/pl\/wiadomosci\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","og_site_name":"LIVRESQ","article_published_time":"2026-07-10T11:45:40+00:00","article_modified_time":"2026-07-10T11:48:03+00:00","og_image":[{"width":1280,"height":831,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png","type":"image\/png"}],"author":"Bogdan Vrinceanu","twitter_card":"summary_large_image","twitter_misc":{"Napisane przez":"Bogdan Vrinceanu","Szacowany czas czytania":"32 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/"},"author":{"name":"Bogdan Vrinceanu","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467"},"headline":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103","datePublished":"2026-07-10T11:45:40+00:00","dateModified":"2026-07-10T11:48:03+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/"},"wordCount":4993,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1","articleSection":["News"],"inLanguage":"pl-PL"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","url":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","name":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1","datePublished":"2026-07-10T11:45:40+00:00","dateModified":"2026-07-10T11:48:03+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/07\/Banner-articole-site-ASCENDIA.png?fit=1280%2C831&ssl=1","width":1280,"height":831},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Recunoa\u0219tere european\u0103 pentru tehnologia rom\u00e2neasc\u0103: Proiectul VHealthLab, bazat pe solu\u021biile Ascendia, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"Narz\u0119dzie do tworzenia e-learningu","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Narz\u0119dzie autorskie","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467","name":"Bogdan Vrinceanu","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","caption":"Bogdan Vrinceanu"},"url":"https:\/\/livresq.com\/pl\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/posts\/492866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/comments?post=492866"}],"version-history":[{"count":1,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/posts\/492866\/revisions"}],"predecessor-version":[{"id":492868,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/posts\/492866\/revisions\/492868"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/media\/492864"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/media?parent=492866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/categories?post=492866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/tags?post=492866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}