


{"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\/de\/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<!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>EU-Best Practices<\/div><h1 class=\"text-4xl md:text-5xl lg:text-6xl font-heading font-black text-slate-900 leading-tight mb-6\">Europ\u00e4ische Anerkennung: Das Projekt VHealthLab, erstellt mit LIVRESQ, von der Europ\u00e4ischen Kommission als \u201eBest Practice\u201c-Beispiel ausgezeichnet<\/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\">Das europ\u00e4ische \u00d6kosystem f\u00fcr digitale Bildung best\u00e4tigt einmal mehr die Leistungsf\u00e4higkeit der in Rum\u00e4nien entwickelten Tools. Das internationale Erasmus+-Projekt <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> hat offiziell den Status \u201e<a href=\"https:\/\/erasmus-plus.ec.europa.eu\/projects\/search\/details\/2023-1-CY01-KA220-HED-000166031\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Good Practice<\/a>\u201c (Best Practice) von der Europ\u00e4ischen Kommission erhalten. Diese Auszeichnung belohnt die hervorragende Umsetzung einer akademischen Initiative, die die <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>-Plattform nutzte, um komplexe interaktive virtuelle Labore f\u00fcr MINT-F\u00e4cher (Biologie und Gesundheitswissenschaften) zu entwickeln.<\/p><p class=\"mb-8 text-slate-700 leading-relaxed text-lg reveal delay-200\">Diese europ\u00e4ische Zertifizierung zeigt, dass <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> mehr als nur ein digitales Autorentool ist \u2013 es ist eine solide Infrastruktur, die fortschrittliche Simulationen und interaktive Inhalte auf h\u00f6chstem internationalen akademischen Niveau unterst\u00fctzen kann.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg reveal delay-200\">Die wissenschaftliche Koordination des Projekts wird durch die <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u00e4t von Nikosia<\/a> sichergestellt. Entstanden aus der Zusammenarbeit innerhalb des Projekts der <a href=\"https:\/\/www.unic.ac.cy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u00e4t von Nikosia<\/a>, der <a href=\"https:\/\/www.auth.gr\/en\/homepage\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Aristoteles-Universit\u00e4t Thessaloniki<\/a>, der <a href=\"https:\/\/www.usc.gal\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Universit\u00e4t Santiago de Compostela<\/a>, des <a href=\"https:\/\/www.moec.gov.cy\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Ministeriums f\u00fcr Bildung, Kultur, Sport und Jugend von Zypern<\/a> und <a href=\"https:\/\/ascendia.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">Ascendia S.A.<\/a>, stellt <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> einen Fortschritt bei der Nutzung von Technologie zur Verbesserung der Bildungsergebnisse dar. Wir gratulieren allen unseren Partnern herzlich und danken ihnen f\u00fcr ihr Engagement und ihren Einsatz bei der Unterst\u00fctzung der Entwicklung dieser innovativen Ressourcen f\u00fcr die europ\u00e4ische Gemeinschaft.<\/p><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Virtuelle Labore und MedTech, erstellt ohne Programmierkenntnisse<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">Das Hauptziel des Projekts <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> war es, die Art und Weise, wie medizinische und biologische Wissenschaften im universit\u00e4ren Umfeld unterrichtet werden, zu modernisieren und den Studierenden durch E-Learning-Technologie Zugang zu sicheren und \u00e4u\u00dferst realistischen Experimenten zu verschaffen.<\/p><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Die <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>-Plattform spielte bei diesem Prozess eine zentrale Rolle und erm\u00f6glichte es Content-Erstellern und Lehrkr\u00e4ften, interaktive virtuelle Labore aufzubauen:<\/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>High-Fidelity-Simulationen:<\/strong> Studierende k\u00f6nnen direkt im Browser mit grafischen Elementen interagieren, Abl\u00e4ufe simulieren und komplexe biologische Prozesse visualisieren.<\/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>Native Interoperabilit\u00e4t:<\/strong> Alle in <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a> erstellten Ressourcen lassen sich nahtlos in Learning Management Systems (LMS) integrieren und gew\u00e4hrleisten so eine vollst\u00e4ndige Nachverfolgbarkeit des Fortschritts und eine pr\u00e4zise \u00dcberwachung der Leistungsindikatoren.<\/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>Entwicklungseffizienz:<\/strong> Die Flexibilit\u00e4t des Tools erm\u00f6glichte die Umwandlung komplexer MedTech-Konzepte in interaktive Multimedia-Ressourcen, die auf jedem Ger\u00e4t ausgef\u00fchrt werden k\u00f6nnen, wodurch technische Programmierbarrieren beseitigt wurden.<\/span><\/li><\/ul><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Konsolidierung von OER-Ressourcen (Open Educational Resources)<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Einer der Hauptvorteile, der die Aufmerksamkeit der Europ\u00e4ischen Kommission erregte, war die Offenheit und Skalierbarkeit des Projekts. Die entwickelten virtuellen Labore operieren unter dem Dach des OER-Konzepts.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Alle erstellten interaktiven Materialien haben den Charakter freier Bildungsressourcen (OER) und bieten Universit\u00e4ten, Gymnasien und Schulen, die ihren Lehr- und Lernprozess modernisieren m\u00f6chten, offenen Zugang. Diese Best Practices und verifizierten Ressourcen werden auf Referenzplattformen in diesem Bereich, wie elearning.ro, gef\u00f6rdert und integriert, wodurch sie zu einem St\u00fctzpunkt f\u00fcr die gesamte EdTech-Community.<\/p><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Ein Vorbild f\u00fcr LIVRESQ-Content-Ersteller<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Der Erfolg des Projekts <a href=\"https:\/\/www.vhealthlab.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">VHealthLab<\/a> spiegelt direkt die Arbeit und Expertise unserer Spezialisten und europ\u00e4ischen Partner wider. F\u00fcr die Community von \u00fcber 163.600 <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>-Erstellern ist diese Auszeichnung ein klarer Beweis daf\u00fcr, dass die interaktiven Lektionen, Kurse und Module, die Sie t\u00e4glich auf unserer Plattform erstellen, den besten internationalen Praktiken entsprechen.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg\">Egal, ob es sich um einfache Schulstunden oder hochspezialisierte virtuelle Universit\u00e4tslabore handelt, die <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-semibold\">LIVRESQ<\/a>-Technologie bietet die Stabilit\u00e4t, Sicherheit und Skalierbarkeit, die erforderlich sind, um die digitale Bildung zu ver\u00e4ndern.<\/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\">M\u00f6chten Sie Ihr eigenes virtuelles Labor aufbauen oder Open Educational Resources (OER) nach europ\u00e4ischen Standards erstellen?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-lg\">Er\u00f6ffnen Sie ein Konto auf livresq.com und setzen Sie Ihre Ideen in die Praxis um!<\/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\">Kostenloses Konto er\u00f6ffnen<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","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 EU-Best Practices Europ\u00e4ische Anerkennung: Das Projekt VHealthLab, erstellt mit LIVRESQ, von der Europ\u00e4ischen Kommission als \u201eBest Practice\u201c-Beispiel ausgezeichnet Das europ\u00e4ische \u00d6kosystem f\u00fcr digitale Bildung best\u00e4tigt einmal mehr die Leistungsf\u00e4higkeit der in Rum\u00e4nien entwickelten Tools. Das internationale Erasmus+-Projekt 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\/de\/nachrichten\/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=\"de_DE\" \/>\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 EU-Best Practices Europ\u00e4ische Anerkennung: Das Projekt VHealthLab, erstellt mit LIVRESQ, von der Europ\u00e4ischen Kommission als \u201eBest Practice\u201c-Beispiel ausgezeichnet Das europ\u00e4ische \u00d6kosystem f\u00fcr digitale Bildung best\u00e4tigt einmal mehr die Leistungsf\u00e4higkeit der in Rum\u00e4nien entwickelten Tools. Das internationale Erasmus+-Projekt VHealthLab [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/de\/nachrichten\/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=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"32\u00a0Minuten\" \/>\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\":\"de\"},{\"@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\":\"de\",\"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\":\"de\",\"@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\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@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\":\"de\",\"@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\\\/de\\\/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\/de\/nachrichten\/recunoastere-europeana-pentru-tehnologia-romaneasca-proiectul-vhealthlab-bazat-pe-solutiile-ascendia-desemnat-exemplu-de-bune-practici-de-comisia-europeana\/","og_locale":"de_DE","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 EU-Best Practices Europ\u00e4ische Anerkennung: Das Projekt VHealthLab, erstellt mit LIVRESQ, von der Europ\u00e4ischen Kommission als \u201eBest Practice\u201c-Beispiel ausgezeichnet Das europ\u00e4ische \u00d6kosystem f\u00fcr digitale Bildung best\u00e4tigt einmal mehr die Leistungsf\u00e4higkeit der in Rum\u00e4nien entwickelten Tools. Das internationale Erasmus+-Projekt VHealthLab [&hellip;]","og_url":"https:\/\/livresq.com\/de\/nachrichten\/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":{"Verfasst von":"Bogdan Vrinceanu","Gesch\u00e4tzte Lesezeit":"32\u00a0Minuten"},"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":"de"},{"@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":"de","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":"de","@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-Werkzeug","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":"de"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Autorentool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"de","@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":"de","@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\/de\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/492866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/comments?post=492866"}],"version-history":[{"count":1,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/492866\/revisions"}],"predecessor-version":[{"id":492868,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/492866\/revisions\/492868"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/media\/492864"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/media?parent=492866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/categories?post=492866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/tags?post=492866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}