


{"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\/ro\/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<!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-2.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>Bune Practici UE<\/div><h1 class=\"text-4xl md:text-5xl lg:text-6xl font-heading font-black text-slate-900 leading-tight mb-6\">Recunoa\u0219tere la nivel european: Proiectul VHealthLab, creat cu ajutorul LIVRESQ, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103<\/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-2.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\">Ecosistemul european de educa\u021bie digital\u0103 valideaz\u0103 din nou puterea instrumentelor dezvoltate \u00een Rom\u00e2nia. Proiectul interna\u021bional Erasmus+ <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> a primit oficial statutul de \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 (Exemplu de bune practici) din partea Comisiei Europene. Aceast\u0103 distinc\u021bie recompenseaz\u0103 excelen\u021ba \u00een execu\u021bie a unei ini\u021biative academice care a utilizat platforma <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> pentru dezvoltarea unor laboratoare virtuale interactive complexe destinate disciplinelor STEM (Biologie \u0219i \u0218tiin\u021be ale S\u0103n\u0103t\u0103\u021bii).<\/p><p class=\"mb-8 text-slate-700 leading-relaxed text-lg reveal delay-200\">Aceast\u0103 certificare european\u0103 demonstreaz\u0103 c\u0103 <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> este mai mult dec\u00e2t un instrument de autorat digital \u2014 este o infrastructur\u0103 solid\u0103, capabil\u0103 s\u0103 sus\u021bin\u0103 simul\u0103ri avansate \u0219i con\u021binut interactiv la cele mai \u00eenalte standarde academice interna\u021bionale.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg reveal delay-200\">Coordonarea \u0219tiin\u021bific\u0103 a proiectului este asigurat\u0103 de <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universitatea din Nicosia<\/a>. N\u0103scut din colaborarea \u00een cadrul proiectului a <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u0103\u021bii din Nicosia<\/a>, a <a href=\"https:\/\/www.auth.gr\/en\/homepage\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u0103\u021bii Aristotel din Salonic<\/a>, a <a href=\"https:\/\/www.usc.gal\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u0103\u021bii din Santiago de Compostela<\/a>, a <a href=\"https:\/\/www.moec.gov.cy\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Ministerului Educa\u021biei, Culturii, Sportului \u0219i Tineretului din Cipru<\/a> \u0219i a <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> reprezint\u0103 un pas \u00eenainte \u00een valorificarea tehnologiei pentru \u00eembun\u0103t\u0103\u021birea rezultatelor educa\u021bionale. Transmitem cele mai calde felicit\u0103ri tuturor partenerilor no\u0219tri \u0219i le mul\u021bumim pentru implicarea \u0219i dedicarea cu care au sprijinit dezvoltarea acestor resurse inovatoare pentru comunitatea european\u0103.<\/p><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Laboratoare virtuale \u0219i MedTech, create f\u0103r\u0103 cuno\u0219tin\u021be de programare<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">Obiectivul principal al proiectului <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> a fost modernizarea modului \u00een care se predau \u0219tiin\u021bele medicale \u0219i biologice \u00een mediul universitar, oferind studen\u021bilor acces la experimente sigure \u0219i fidele realit\u0103\u021bii prin intermediul tehnologiei e-learning.<\/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> a jucat un rol central \u00een acest proces, permi\u021b\u00e2nd creatorilor de con\u021binut \u0219i profesorilor implica\u021bi \u00een proiect s\u0103 construiasc\u0103 laboratoare virtuale interactive:<\/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>Simul\u0103ri de \u00eenalt\u0103 fidelitate:<\/strong> Studen\u021bii pot interac\u021biona cu elemente grafice, pot simula proceduri \u0219i pot vizualiza procese biologice complexe direct \u00een browser.<\/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>Interoperabilitate nativ\u0103:<\/strong> Toate resursele create \u00een <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> se integreaz\u0103 perfect \u00een sistemele de management al \u00eenv\u0103\u021b\u0103rii (LMS), asigur\u00e2nd o trasabilitate complet\u0103 a progresului \u0219i o monitorizare precis\u0103 a indicatorilor de performan\u021b\u0103.<\/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>Eficien\u021b\u0103 \u00een dezvoltare:<\/strong> Flexibilitatea instrumentului a permis transformarea unor concepte complexe de tip MedTech \u00een resurse interactive multimedia rulabile pe orice dispozitiv, elimin\u00e2nd barierele tehnice de programare.<\/span><\/li><\/ul><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Consolidarea resurselor de tip RED (Resurse Educa\u021bionale Deschise)<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Unul dintre marile avantaje care au atras aten\u021bia Comisiei Europene a fost deschiderea \u0219i scalabilitatea proiectului. Laboratoarele virtuale dezvoltate func\u021bioneaz\u0103 sub umbrela conceptului RED.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Toate materialele interactive create au caracter de resurse educa\u021bionale deschise, oferind acces liber (open access) universit\u0103\u021bilor, liceelor \u0219i \u0219colilor care doresc s\u0103 \u00ee\u0219i modernizeze procesul de predare-\u00eenv\u0103\u021bare. Aceste bune practici \u0219i resurse verificate vor fi promovate \u0219i integrate pe platforme de referin\u021b\u0103 \u00een domeniu, precum elearning.ro, devenind un punct de sprijin pentru \u00eentreaga comunitate EdTech.<\/p><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Un model de urmat pentru creatorii de con\u021binut LIVRESQ<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Succesul proiectului <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> reflect\u0103 direct munca \u0219i expertiza speciali\u0219tilor no\u0219tri \u0219i ai partenerilor europeni. Pentru comunitatea celor peste 163.600 de creatori <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>, aceast\u0103 distinc\u021bie este dovada cert\u0103 c\u0103 lec\u021biile, cursurile \u0219i modulele interactive pe care le construi\u021bi zilnic pe platforma noastr\u0103 se aliniaz\u0103 cu cele mai bune practici interna\u021bionale.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Fie c\u0103 vorbim despre lec\u021bii \u0219colare simple sau despre laboratoare virtuale universitare ultraspecializate, tehnologia <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> ofer\u0103 stabilitatea, securitatea \u0219i scalabilitatea necesare pentru a transforma educa\u021bia digital\u0103.<\/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\">Vrei s\u0103 construie\u0219ti propriul laborator virtual sau s\u0103 creezi Resurse Educa\u021bionale Deschise (OER) la standarde europene?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-lg\">Deschide cont pe livresq.com \u0219i pune-\u021bi ideile \u00een practic\u0103!<\/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\">Deschide cont gratuit<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\n\n\n\n\n\n\n\n\n\n\n\n\n\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 Bune Practici UE Recunoa\u0219tere la nivel european: Proiectul VHealthLab, creat cu ajutorul LIVRESQ, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 Ecosistemul european de educa\u021bie digital\u0103 valideaz\u0103 din nou puterea instrumentelor dezvoltate \u00een Rom\u00e2nia. Proiectul interna\u021bional Erasmus+ VHealthLab [&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\/ro\/news\/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=\"ro_RO\" \/>\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 Bune Practici UE Recunoa\u0219tere la nivel european: Proiectul VHealthLab, creat cu ajutorul LIVRESQ, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 Ecosistemul european de educa\u021bie digital\u0103 valideaz\u0103 din nou puterea instrumentelor dezvoltate \u00een Rom\u00e2nia. Proiectul interna\u021bional Erasmus+ VHealthLab [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/ro\/news\/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=\"Scris de\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Timp estimat pentru citire\" \/>\n\t<meta name=\"twitter:data2\" content=\"32 de minute\" \/>\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\":\"ro-RO\"},{\"@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\":\"ro-RO\",\"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\":\"ro-RO\",\"@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\":\"ro-RO\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@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\":\"ro-RO\",\"@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\\\/ro\\\/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\/ro\/news\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","og_locale":"ro_RO","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 Bune Practici UE Recunoa\u0219tere la nivel european: Proiectul VHealthLab, creat cu ajutorul LIVRESQ, desemnat \u201eExemplu de bune practici\u201d de Comisia European\u0103 Ecosistemul european de educa\u021bie digital\u0103 valideaz\u0103 din nou puterea instrumentelor dezvoltate \u00een Rom\u00e2nia. Proiectul interna\u021bional Erasmus+ VHealthLab [&hellip;]","og_url":"https:\/\/livresq.com\/ro\/news\/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":{"Scris de":"Bogdan Vrinceanu","Timp estimat pentru citire":"32 de minute"},"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":"ro-RO"},{"@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":"ro-RO","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":"ro-RO","@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":"ro-RO"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Authoring Tool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"ro-RO","@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":"ro-RO","@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\/ro\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/492866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/comments?post=492866"}],"version-history":[{"count":1,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/492866\/revisions"}],"predecessor-version":[{"id":492868,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/492866\/revisions\/492868"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media\/492864"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media?parent=492866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/categories?post=492866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/tags?post=492866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}