


{"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\/fr\/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<!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>Bonnes Pratiques de l&#x27;UE<\/div><h1 class=\"text-4xl md:text-5xl lg:text-6xl font-heading font-black text-slate-900 leading-tight mb-6\">Reconnaissance Europ\u00e9enne : Le Projet VHealthLab, Cr\u00e9\u00e9 avec LIVRESQ, D\u00e9sign\u00e9 comme Exemple de \u00ab Bonne Pratique \u00bb par la Commission Europ\u00e9enne<\/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\">L&#x27;\u00e9cosyst\u00e8me europ\u00e9en de l&#x27;\u00e9ducation num\u00e9rique valide une fois de plus la puissance des outils d\u00e9velopp\u00e9s en Roumanie. Le projet international Erasmus+ <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> a officiellement re\u00e7u le statut de \u00ab <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\">Bonne Pratique<\/a> \u00bb (Good Practice) de la Commission Europ\u00e9enne. Cette distinction r\u00e9compense l&#x27;excellence d&#x27;ex\u00e9cution d&#x27;une initiative acad\u00e9mique qui a utilis\u00e9 la plateforme <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> pour d\u00e9velopper des laboratoires virtuels interactifs complexes pour les disciplines STEM (Biologie et Sciences de la Sant\u00e9).<\/p><p class=\"mb-8 text-slate-700 leading-relaxed text-lg reveal delay-200\">Cette certification europ\u00e9enne d\u00e9montre que <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> est plus qu&#x27;un simple outil de cr\u00e9ation num\u00e9rique : c&#x27;est une infrastructure solide capable de prendre en charge des simulations avanc\u00e9es et du contenu interactif aux normes acad\u00e9miques internationales les plus \u00e9lev\u00e9es.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg reveal delay-200\">La coordination scientifique du projet est assur\u00e9e par <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">l&#x27;Universit\u00e9 de Nicosie<\/a>. N\u00e9 de la collaboration au sein du projet de <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">l&#x27;Universit\u00e9 de Nicosie<\/a>, de <a href=\"https:\/\/www.auth.gr\/en\/homepage\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">l&#x27;Universit\u00e9 Aristote de Thessalonique<\/a>, de <a href=\"https:\/\/www.usc.gal\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">l&#x27;Universit\u00e9 de Saint-Jacques-de-Compostelle<\/a>, du <a href=\"https:\/\/www.moec.gov.cy\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Minist\u00e8re de l&#x27;\u00c9ducation, de la Culture, des Sports et de la Jeunesse de Chypre<\/a> et <a href=\"https:\/\/ascendia.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">d&#x27;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> repr\u00e9sente une avanc\u00e9e dans l&#x27;utilisation de la technologie pour am\u00e9liorer les r\u00e9sultats \u00e9ducatifs. Nous adressons nos plus chaleureuses f\u00e9licitations \u00e0 tous nos partenaires et les remercions pour leur implication et leur d\u00e9vouement \u00e0 soutenir le d\u00e9veloppement de ces ressources innovantes pour la communaut\u00e9 europ\u00e9enne.<\/p><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Laboratoires virtuels et MedTech, cr\u00e9\u00e9s sans connaissances en programmation<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">L&#x27;objectif principal du projet <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> \u00e9tait de moderniser la fa\u00e7on dont les sciences m\u00e9dicales et biologiques sont enseign\u00e9es dans l&#x27;environnement universitaire, en offrant aux \u00e9tudiants l&#x27;acc\u00e8s \u00e0 des exp\u00e9riences s\u00fbres et tr\u00e8s r\u00e9alistes gr\u00e2ce \u00e0 la technologie d&#x27;apprentissage en ligne.<\/p><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">La plateforme <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> a jou\u00e9 un r\u00f4le central dans ce processus, permettant aux cr\u00e9ateurs de contenu et aux enseignants impliqu\u00e9s dans le projet de construire des laboratoires virtuels interactifs :<\/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>Simulations haute fid\u00e9lit\u00e9 :<\/strong> Les \u00e9tudiants peuvent interagir avec des \u00e9l\u00e9ments graphiques, simuler des proc\u00e9dures et visualiser des processus biologiques complexes directement dans le navigateur.<\/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>Interop\u00e9rabilit\u00e9 native :<\/strong> Toutes les ressources cr\u00e9\u00e9es dans <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> s&#x27;int\u00e8grent de mani\u00e8re transparente dans les syst\u00e8mes de gestion de l&#x27;apprentissage (LMS), garantissant une tra\u00e7abilit\u00e9 compl\u00e8te des progr\u00e8s et un suivi pr\u00e9cis des indicateurs de performance.<\/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>Efficacit\u00e9 de d\u00e9veloppement :<\/strong> La flexibilit\u00e9 de l&#x27;outil a permis la transformation de concepts MedTech complexes en ressources multim\u00e9dias interactives ex\u00e9cutables sur n&#x27;importe quel appareil, \u00e9liminant ainsi les barri\u00e8res techniques de programmation.<\/span><\/li><\/ul><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Consolidation des ressources de type REL (Ressources \u00c9ducatives Libres)<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">L&#x27;un des principaux avantages qui a retenu l&#x27;attention de la Commission Europ\u00e9enne a \u00e9t\u00e9 l&#x27;ouverture et l&#x27;\u00e9volutivit\u00e9 du projet. Les laboratoires virtuels d\u00e9velopp\u00e9s fonctionnent sous l&#x27;\u00e9gide du concept REL (OER).<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Tous les mat\u00e9riels interactivos cr\u00e9\u00e9s ont le caract\u00e8re de ressources \u00e9ducatives libres, offrant un libre acc\u00e8s (open access) aux universit\u00e9s, lyc\u00e9es et \u00e9coles qui souhaitent moderniser leur processus d&#x27;enseignement et d&#x27;apprentissage. Ces bonnes pratiques et ressources v\u00e9rifi\u00e9es seront promues et int\u00e9gr\u00e9es sur des plateformes de r\u00e9f\u00e9rence dans le domaine, telles que elearning.ro, devenant ainsi un point d&#x27;appui pour l&#x27;ensemble de la communaut\u00e9 EdTech.<\/p><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Un mod\u00e8le \u00e0 suivre pour les cr\u00e9ateurs de contenu LIVRESQ<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Le succ\u00e8s du projet <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> refl\u00e8te directement le travail et l&#x27;expertise de nos sp\u00e9cialistes et partenaires europ\u00e9ens. Pour la communaut\u00e9 de plus de 163 600 cr\u00e9ateurs <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>, cette distinction est une preuve \u00e9vidente que les le\u00e7ons interactives, les cours et les modules que vous construisez chaque jour sur notre plateforme s&#x27;alignent sur les meilleures pratiques internationales.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Qu&#x27;il s&#x27;agisse de simples le\u00e7ons scolaires ou de laboratoires virtuels universitaires hautement sp\u00e9cialis\u00e9s, la technologie <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> offre la stabilit\u00e9, la s\u00e9curit\u00e9 et l&#x27;\u00e9volutivit\u00e9 n\u00e9cessaires pour transformer l&#x27;\u00e9ducation num\u00e9rique.<\/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\">Vous souhaitez construire votre propre laboratoire virtuel ou cr\u00e9er des Ressources \u00c9ducatives Libres (REL) aux normes europ\u00e9ennes ?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-lg\">Ouvrez un compte sur livresq.com et mettez vos id\u00e9es en pratique !<\/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\">Ouvrir un compte 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","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 Bonnes Pratiques de l&#x27;UE Reconnaissance Europ\u00e9enne : Le Projet VHealthLab, Cr\u00e9\u00e9 avec LIVRESQ, D\u00e9sign\u00e9 comme Exemple de \u00ab Bonne Pratique \u00bb par la Commission Europ\u00e9enne L&#x27;\u00e9cosyst\u00e8me europ\u00e9en de l&#x27;\u00e9ducation num\u00e9rique valide une fois de plus la puissance des [&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\/fr\/nouvelles\/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=\"fr_FR\" \/>\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 Bonnes Pratiques de l&#x27;UE Reconnaissance Europ\u00e9enne : Le Projet VHealthLab, Cr\u00e9\u00e9 avec LIVRESQ, D\u00e9sign\u00e9 comme Exemple de \u00ab Bonne Pratique \u00bb par la Commission Europ\u00e9enne L&#x27;\u00e9cosyst\u00e8me europ\u00e9en de l&#x27;\u00e9ducation num\u00e9rique valide une fois de plus la puissance des [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/fr\/nouvelles\/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=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"32 minutes\" \/>\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\":\"fr-FR\"},{\"@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\":\"fr-FR\",\"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\":\"fr-FR\",\"@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\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@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\":\"fr-FR\",\"@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\\\/fr\\\/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\/fr\/nouvelles\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","og_locale":"fr_FR","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 Bonnes Pratiques de l&#x27;UE Reconnaissance Europ\u00e9enne : Le Projet VHealthLab, Cr\u00e9\u00e9 avec LIVRESQ, D\u00e9sign\u00e9 comme Exemple de \u00ab Bonne Pratique \u00bb par la Commission Europ\u00e9enne L&#x27;\u00e9cosyst\u00e8me europ\u00e9en de l&#x27;\u00e9ducation num\u00e9rique valide une fois de plus la puissance des [&hellip;]","og_url":"https:\/\/livresq.com\/fr\/nouvelles\/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":{"\u00c9crit par":"Bogdan Vrinceanu","Dur\u00e9e de lecture estim\u00e9e":"32 minutes"},"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":"fr-FR"},{"@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":"fr-FR","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":"fr-FR","@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":"Outil de cr\u00e9ation eLearning","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":"fr-FR"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Outil de cr\u00e9ation","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@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":"fr-FR","@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\/fr\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/492866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/comments?post=492866"}],"version-history":[{"count":1,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/492866\/revisions"}],"predecessor-version":[{"id":492868,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/492866\/revisions\/492868"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/media\/492864"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/media?parent=492866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/categories?post=492866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/tags?post=492866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}