



{"id":491237,"date":"2026-04-09T15:24:18","date_gmt":"2026-04-09T12:24:18","guid":{"rendered":"https:\/\/livresq.com\/?p=491237"},"modified":"2026-04-09T16:06:46","modified_gmt":"2026-04-09T13:06:46","slug":"lansare-livresq-companion","status":"publish","type":"post","link":"https:\/\/livresq.com\/en\/news\/lansare-livresq-companion\/","title":{"rendered":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n    <div id=\"livresq-landing-page\">\n<link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg\" referrerPolicy=\"no-referrer\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/pictograma_sol.png\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/pictograma_sal.png\"\/><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-pink-100 text-livresq-fucsia 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-sparkles w-4 h-4\" aria-hidden=\"true\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"><\/path><path d=\"M20 2v4\"><\/path><path d=\"M22 4h-4\"><\/path><circle cx=\"4\" cy=\"20\" r=\"2\"><\/circle><\/svg>Comunicat de pres\u0103<\/div><h1 class=\"text-4xl md:text-5xl lg:text-6xl font-heading font-black text-slate-900 leading-tight mb-6\">Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia<\/h1><p class=\"text-slate-500 font-medium text-lg\">Bucure\u0219ti, 9 aprilie 2026<\/p><\/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\/04\/Livresq-Companion-scaled.jpg?w=800&#038;ssl=1\" alt=\"LIVRESQ Companion Banner\" 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\">Munca la catedr\u0103 \u00eenseamn\u0103, de prea multe ori, o lupt\u0103 cu birocra\u021bia \u0219i cu timpul care parc\u0103 nu mai ajunge pentru interac\u021biunea real\u0103 cu elevii. Ast\u0103zi, 9 aprilie 2026, facem un pas concret pentru a schimba acest raport: lans\u0103m <a href=\"https:\/\/companion.livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline\"><strong>LIVRESQ Companion<\/strong><\/a>.<\/p><p class=\"mb-12 text-slate-700 leading-relaxed text-lg reveal delay-200\">Acesta este un asistent pedagogic bazat pe Inteligen\u021b\u0103 Artificial\u0103, dezvoltat de Ascendia cu sprijinul Google. Mai important dec\u00e2t tehnologia din spate este impactul imediat: peste 10.000 de profesori din 800 de \u0219coli din Rom\u00e2nia \u00eencep deja s\u0103 \u00eel foloseasc\u0103 pentru a-\u0219i simplifica via\u021ba la clas\u0103.<\/p><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Ce este LIVRESQ Companion \u0219i cum schimb\u0103 munca la catedr\u0103?<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">LIVRESQ Companion a fost creat pentru a r\u0103spunde unei nevoi critice semnalate de cadrele didactice: supra\u00eenc\u0103rcarea administrativ\u0103 \u00eenainte de sus\u021binerea orelor la clas\u0103. \u00cen loc s\u0103 petreac\u0103 ore \u00eentregi cu sarcini repetitive, profesorii au acum un partener digital care \u00eei ajut\u0103 s\u0103 genereze con\u021binut structurat, conform programei \u0219colare din Rom\u00e2nia.<\/p><div class=\"bg-white rounded-2xl p-8 mb-16 border border-slate-200 shadow-xl shadow-slate-200\/50 relative overflow-hidden\"><div class=\"absolute top-0 right-0 w-32 h-32 bg-pink-50 rounded-bl-full -z-10\"><\/div><h3 class=\"text-xl font-bold text-slate-900 mb-6\">Func\u021bionalit\u0103\u021bi cheie pentru profesori:<\/h3><ul class=\"space-y-5\"><li class=\"flex items-start gap-4\"><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 flex-shrink-0 mt-0.5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span class=\"text-slate-700 text-lg\"><strong class=\"text-slate-900\">Planificarea lec\u021biilor:<\/strong> Generarea rapid\u0103 de planuri de lec\u021bie coerente \u0219i adaptate.<\/span><\/li><li class=\"flex items-start gap-4\"><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 flex-shrink-0 mt-0.5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span class=\"text-slate-700 text-lg\"><strong class=\"text-slate-900\">Materiale de lucru instant:<\/strong> Crearea de fi\u0219e de lucru, propuneri de activit\u0103\u021bi \u0219i instrumente de evaluare (quizz-uri).<\/span><\/li><li class=\"flex items-start gap-4\"><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 flex-shrink-0 mt-0.5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span class=\"text-slate-700 text-lg\"><strong class=\"text-slate-900\">Adaptarea con\u021binutului:<\/strong> Posibilitatea de a ajusta nivelul de dificultate al informa\u021biei \u00een func\u021bie de nivelul clasei.<\/span><\/li><li class=\"flex items-start gap-4\"><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 flex-shrink-0 mt-0.5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span class=\"text-slate-700 text-lg\"><strong class=\"text-slate-900\">Profil didactic personalizat:<\/strong> R\u0103spunsurile AI sunt calibrate conform disciplinei \u0219i stilului de predare al fiec\u0103rui utilizator.<\/span><\/li><\/ul><\/div><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Un proiect sus\u021binut de Google: Inova\u021bie cu impact public (GovTech)<\/h2><p class=\"mb-10 text-slate-700 leading-relaxed text-lg\">LIVRESQ Companion este rezultatul particip\u0103rii Ascendia \u00een programul Google for Startups Growth Academy: AI for GovTech. Aceast\u0103 colaborare subliniaz\u0103 calitatea tehnic\u0103 a solu\u021biei \u0219i poten\u021bialul ei de a genera schimb\u0103ri profunde la nivel institu\u021bional.<\/p><blockquote class=\"relative p-8 md:p-10 bg-blue-50\/80 rounded-3xl border border-blue-100 mb-8\"><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-quote absolute top-6 right-6 w-16 h-16 text-blue-200 opacity-40\" aria-hidden=\"true\"><path d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><path d=\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><\/svg><p class=\"text-lg md:text-xl text-slate-800 italic mb-6 relative z-10 leading-relaxed\">\u201eSprijinirea Ascendia prin programul nostru AI for GovTech eviden\u021biaz\u0103 angajamentul Google de a sus\u021bine inova\u021bia cu impact real, pus\u0103 \u00een slujba binelui public. LIVRESQ Companion este un exemplu clar al modului \u00een care inteligen\u021ba artificial\u0103 poate sprijini cadrele didactice, reduc\u00e2nd sarcinile administrative \u0219i permi\u021b\u00e2ndu-le s\u0103 se concentreze mai mult pe ceea ce conteaz\u0103 cu adev\u0103rat: s\u0103 \u00ee\u0219i inspire elevii. Ne bucur\u0103m s\u0103 vedem aceast\u0103 tehnologie ajung\u00e2nd la peste 10.000 de profesori din Rom\u00e2nia, demonstr\u00e2nd c\u0103 solu\u021biile digitale dezvoltate local pot genera schimb\u0103ri institu\u021bionale profunde \u0219i un impact pozitiv de durat\u0103 asupra sistemului na\u021bional de educa\u021bie.\u201d<\/p><footer class=\"flex items-center gap-4 relative z-10\"><div class=\"w-12 h-12 rounded-full bg-blue-200 flex items-center justify-center text-blue-700 font-bold text-xl\">EM<\/div><div><div class=\"font-bold text-slate-900\">Elisabeta Moraru<\/div><div class=\"text-blue-600 text-sm font-medium\">Director Regional Google CEE<\/div><\/div><\/footer><\/blockquote><blockquote class=\"relative p-8 md:p-10 bg-blue-50\/80 rounded-3xl border border-blue-100 mb-16\"><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-quote absolute top-6 right-6 w-16 h-16 text-blue-200 opacity-40\" aria-hidden=\"true\"><path d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><path d=\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><\/svg><p class=\"text-lg md:text-xl text-slate-800 italic mb-6 relative z-10 leading-relaxed\">\u201eM\u0103 bucur s\u0103 v\u0103d lansarea LIVRESQ Companion, o solu\u021bie care \u00eembin\u0103 capabilit\u0103\u021bile avansate de inteligen\u021b\u0103 artificial\u0103 ale Google cu expertiza pedagogic\u0103, pentru a ajuta peste 10.000 de profesori din Rom\u00e2nia s\u0103 transforme timpul consumat de sarcinile administrative \u00een impact real \u00een activitatea de la clas\u0103.\u201d<\/p><footer class=\"flex items-center gap-4 relative z-10\"><div class=\"w-12 h-12 rounded-full bg-blue-200 flex items-center justify-center text-blue-700 font-bold text-xl\">TE<\/div><div><div class=\"font-bold text-slate-900\">Tim Eck<\/div><div class=\"text-blue-600 text-sm font-medium\">Insights Lead &amp; Mentor \u00een cadrul programului AI for GovTech<\/div><\/div><\/footer><\/blockquote><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Adaptat special pentru programa \u0219colar\u0103 din Rom\u00e2nia<\/h2><p class=\"mb-8 text-slate-700 leading-relaxed text-lg\">Misiunea principal\u0103 a acestei lans\u0103ri este una uman\u0103, nu doar tehnologic\u0103. A\u0219a cum declar\u0103 Alex M\u0103lureanu, cofondator \u0219i CMO Ascendia:<\/p><blockquote class=\"border-l-4 border-livresq-fucsia pl-6 md:pl-8 py-2 mb-8\"><p class=\"text-xl md:text-2xl text-slate-800 italic font-medium leading-relaxed\">\u201eObiectivul este s\u0103 transform\u0103m orele pierdute pe sarcini repetitive \u00een doar c\u00e2teva minute de lucru eficient, pentru a reda profesorilor timpul necesar pentru ceea ce conteaz\u0103 cu adev\u0103rat \u2013 actul educa\u021bional \u00een sine \u0219i conexiunea cu elevii.\u201d<\/p><\/blockquote><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Spre deosebire de solu\u021biile AI generice, LIVRESQ Companion este calibrat pe contextul educa\u021bional local. Aceast\u0103 adaptare este esen\u021bial\u0103, permi\u021b\u00e2nd generarea de materiale care respect\u0103 \u00eentocmai standardele curriculare na\u021bionale.<\/p><p class=\"mb-16 text-slate-700 leading-relaxed text-lg\">Practic, asistentul \u201evorbe\u0219te aceea\u0219i limb\u0103\u201d cu sistemul nostru de \u00eenv\u0103\u021b\u0103m\u00e2nt, oferind propuneri de activit\u0103\u021bi gata de folosit la clas\u0103, integrate perfect cu <a href=\"https:\/\/library.livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-livresq-fucsia hover:underline font-bold\">Biblioteca Digital\u0103 LIVRESQ<\/a>. Astfel, ideile generate cu ajutorul AI pot fi transformate instant \u00een resurse educa\u021bionale interactive.<\/p><\/div><div class=\"reveal\"><h2 class=\"text-3xl font-heading font-bold text-slate-900 mb-6\">Avantaje pentru conducerea \u0219colilor<\/h2><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">LIVRESQ Companion nu este doar un instrument individual, ci o solu\u021bie GovTech scalabil\u0103. Platforma include un panou de administrare dedicat \u0219colilor, prin care:<\/p><ol class=\"list-decimal list-inside space-y-4 mb-16 text-slate-800 text-lg ml-4 font-medium\"><li class=\"pl-2 marker:text-livresq-fucsia marker:font-bold\">Se pot gestiona eficient licen\u021bele.<\/li><li class=\"pl-2 marker:text-livresq-fucsia marker:font-bold\">Se aloc\u0103 accesul profesorilor \u00een mod centralizat.<\/li><li class=\"pl-2 marker:text-livresq-fucsia marker:font-bold\">Se urm\u0103re\u0219te statusul conturilor la nivel institu\u021bional.<\/li><\/ol><\/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\"><h2 class=\"text-3xl md:text-4xl font-heading font-bold text-white mb-8\">Cum po\u021bi accesa LIVRESQ Companion?<\/h2><p class=\"mb-6 text-slate-300 leading-relaxed text-lg\">\u00cen acest moment, pentru a asigura o implementare controlat\u0103 \u0219i de calitate, instrumentul este disponibil online doar pe baz\u0103 de invita\u021bie. Aceast\u0103 etap\u0103 ne ofer\u0103 posibilitatea de a urm\u0103ri atent utilizarea platformei \u0219i de a \u00eembun\u0103t\u0103\u021bi continuu experien\u021ba oferit\u0103.<\/p><p class=\"mb-8 text-slate-300 leading-relaxed text-lg\">Ecosistemul LIVRESQ continu\u0103 s\u0103 creasc\u0103, av\u00e2nd deja peste 161.000 de creatori \u0219i fiind utilizat \u00een peste 7.260 de institu\u021bii. Lansarea Companion reprezint\u0103 pasul firesc c\u0103tre o educa\u021bie modern\u0103, unde tehnologia AI devine un aliat de \u00eencredere al profesorului, nu un \u00eenlocuitor.<\/p><div class=\"bg-white\/10 backdrop-blur-sm p-6 md:p-8 rounded-2xl border border-white\/20 mb-8 shadow-inner\"><p class=\"text-white font-medium leading-relaxed text-lg\">\u00centreab\u0103 la nivelul institu\u021biei tale dac\u0103 ai deja acces la LIVRESQ Companion. Av\u00e2nd \u00een vedere c\u0103 peste 800 de \u0219coli fac parte din acest contract semnat, s-ar putea ca asistentul t\u0103u digital s\u0103 fie deja la un click distan\u021b\u0103.<\/p><\/div><p class=\"text-slate-300 leading-relaxed text-lg mb-10\">Dac\u0103 \u0219coala ta nu este \u00eenc\u0103 \u00eenscris\u0103, te \u00eencuraj\u0103m s\u0103 iei leg\u0103tura cu directorul \u0219colii \u0219i apoi s\u0103 solicita\u021bi o ofert\u0103 pentru activarea acestei componente la nivelul \u00eentregii institu\u021bii, trimi\u021b\u00e2nd un mesaj echipei noastre.<\/p><div class=\"flex flex-col sm:flex-row gap-4\"><a href=\"https:\/\/companion.livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center gap-3 w-full sm:w-auto px-8 py-4 bg-livresq-fucsia hover:bg-pink-600 text-white font-bold text-lg rounded-xl transition-all hover:scale-105 shadow-lg shadow-pink-500\/30\">Acceseaz\u0103 LIVRESQ Companion <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-arrow-right w-5 h-5\" aria-hidden=\"true\"><path d=\"M5 12h14\"><\/path><path d=\"m12 5 7 7-7 7\"><\/path><\/svg><\/a><a href=\"https:\/\/livresq.com\/ro\/contact\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center gap-3 w-full sm:w-auto px-8 py-4 bg-white\/10 hover:bg-white\/20 text-white font-bold text-lg rounded-xl transition-all hover:scale-105 border border-white\/20\">Contacteaz\u0103 echipa LIVRESQ<\/a><\/div><\/div><\/div><\/div><\/article><\/main><footer class=\"bg-midnight text-white border-t border-slate-800 relative overflow-hidden font-sans bg-grid-overlay\"><div class=\"absolute top-0 left-0 w-full h-full overflow-hidden pointer-events-none\"><div class=\"absolute top-[-20%] right-[-5%] w-[500px] h-[500px] bg-blue-900\/10 rounded-full blur-[120px]\"><\/div><div class=\"absolute bottom-[-20%] left-[-10%] w-[400px] h-[400px] bg-livresq-fucsia\/5 rounded-full blur-[100px]\"><\/div><\/div><div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 relative z-10\"><div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-10\"><div><h3 class=\"text-lg font-bold text-white mb-6 font-heading tracking-wide\">LIVRESQ<\/h3><ul class=\"space-y-3\"><li><a href=\"https:\/\/author.livresq.com\/\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Editor<\/a><\/li><li><a href=\"https:\/\/library.livresq.com\/\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Bibliotec\u0103<\/a><\/li><li><a href=\"https:\/\/livresq.com\/en\/updates\/\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Nout\u0103\u021bi<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/finantare-pnrr-educatie\/\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Solu\u021bie PNRR<\/a><\/li><li><a href=\"https:\/\/www.livresq.com\/ro\/curs-acreditat-designer-instructional\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Designer Instruc\u021bional<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/pedagogie-digitala\/\" class=\"text-slate-400 hover:text-livresq-fucsia transition-colors text-sm font-medium block\">Pedagogie Digital\u0103<\/a><\/li><\/ul><\/div><div><h3 class=\"text-lg font-bold text-white mb-6 font-heading tracking-wide\">Suport clien\u021bi<\/h3><ul class=\"space-y-3 mb-8\"><li><a href=\"mailto:help@livresq.com\" class=\"text-livresq-fucsia hover:text-pink-400 transition-colors text-sm font-bold flex items-center gap-2\"><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-mail w-4 h-4\" aria-hidden=\"true\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg> help@livresq.com<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium block\">Training<\/a><\/li><li><a href=\"https:\/\/anpc.ro\/?ref=footer_3_6\" target=\"_blank\" rel=\"noreferrer\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium block\">ANPC<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/cos\/\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium flex items-center gap-2\"><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-shopping-cart w-4 h-4\" aria-hidden=\"true\"><circle cx=\"8\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"19\" cy=\"21\" r=\"1\"><\/circle><path d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"><\/path><\/svg> Vezi co\u0219ul de cump\u0103r\u0103turi<\/a><\/li><\/ul><div class=\"flex flex-col gap-3 pt-2\"><a href=\"https:\/\/ec.europa.eu\/consumers\/odr\" target=\"_blank\" rel=\"nofollow noreferrer\" class=\"opacity-80 hover:opacity-100 transition-opacity block w-fit\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/pictograma_sol.png\" alt=\"Solutionarea Online a Litigiilor\" class=\"h-10 w-auto rounded-sm\"\/><\/a><a href=\"https:\/\/anpc.ro\/ce-este-sal\/\" target=\"_blank\" rel=\"nofollow noreferrer\" class=\"opacity-80 hover:opacity-100 transition-opacity block w-fit\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/pictograma_sal.png\" alt=\"Solutionarea Alternativa a Litigiilor\" class=\"h-10 w-auto rounded-sm\"\/><\/a><\/div><\/div><div><h3 class=\"text-lg font-bold text-white mb-6 font-heading tracking-wide\">Compania<\/h3><ul class=\"space-y-3\"><li><a href=\"https:\/\/livresq.com\/despre-noi\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium block\">Despre noi<\/a><\/li><li><a href=\"https:\/\/livresq.com\/contact\/\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium block\">Contacteaz\u0103-ne<\/a><\/li><li><a href=\"https:\/\/livresq.com\/partener_edtech_licitatii_europene\/\" class=\"text-slate-400 hover:text-white transition-colors text-sm font-medium block\">Licita\u021bii europene<\/a><\/li><\/ul><\/div><div><h3 class=\"text-lg font-bold text-white mb-6 font-heading tracking-wide\">Securitate<\/h3><ul class=\"space-y-3\"><li><a href=\"https:\/\/livresq.com\/ro\/gdpr-ro\/\" class=\"text-emerald-400 hover:text-emerald-300 transition-colors text-sm font-bold flex items-center gap-2\"><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-shield-check w-4 h-4\" aria-hidden=\"true\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg> GDPR<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/consumer-info-ro\/\" class=\"text-livresq-fucsia hover:text-pink-300 transition-colors text-sm font-medium block\">Termeni \u0219i Condi\u021bii<\/a><\/li><li><a href=\"https:\/\/livresq.com\/ro\/privacy\/\" class=\"text-livresq-fucsia hover:text-pink-300 transition-colors text-sm font-medium block\">Politica de Confiden\u021bialitate<\/a><\/li><\/ul><\/div><div><h3 class=\"text-lg font-bold text-white mb-6 font-heading tracking-wide\">V\u00e2nz\u0103ri<\/h3><ul class=\"space-y-4\"><li class=\"flex flex-col gap-1\"><span class=\"text-[10px] uppercase text-slate-500 font-bold tracking-wider\">United States<\/span><a href=\"tel:+13155627559\" class=\"text-slate-300 hover:text-white transition-colors text-sm font-medium font-mono hover:underline decoration-slate-500 underline-offset-4\">+1 315-562-7559<\/a><\/li><li class=\"flex flex-col gap-1\"><span class=\"text-[10px] uppercase text-slate-500 font-bold tracking-wider\">Rom\u00e2nia<\/span><a href=\"tel:+40371089200\" class=\"text-slate-300 hover:text-white transition-colors text-sm font-medium font-mono hover:underline decoration-slate-500 underline-offset-4\">+40 371-089-200<\/a><\/li><li><a href=\"mailto:sales@livresq.com\" class=\"text-blue-400 hover:text-blue-300 transition-colors text-sm font-bold flex items-center gap-2\"><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-mail w-4 h-4\" aria-hidden=\"true\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg> sales@livresq.com<\/a><\/li><li class=\"pt-2\"><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"inline-flex items-center justify-center px-6 py-2.5 bg-white text-slate-900 rounded-md font-bold text-sm hover:bg-slate-100 transition-all hover:scale-105 shadow-lg shadow-white\/10 hover:shadow-white\/20\">Cump\u0103r\u0103<\/a><\/li><\/ul><\/div><\/div><div class=\"border-t border-slate-800 mt-16 pt-8 flex flex-col md:flex-row justify-between items-center gap-6\"><div class=\"flex items-center gap-6\"><div class=\"flex items-center gap-4\"><a href=\"https:\/\/www.facebook.com\/livresq.romania\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center text-slate-400 hover:bg-[#1877F2] hover:text-white transition-all duration-300 hover:-translate-y-1\"><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-facebook w-5 h-5 fill-current\" aria-hidden=\"true\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path><\/svg><\/a><a href=\"https:\/\/www.youtube.com\/channel\/UC5QXjexch6DlnScx9CYPTXA\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center text-slate-400 hover:bg-[#FF0000] hover:text-white transition-all duration-300 hover:-translate-y-1\"><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-youtube w-5 h-5 fill-current\" aria-hidden=\"true\"><path d=\"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17\"><\/path><path d=\"m10 15 5-3-5-3z\"><\/path><\/svg><\/a><\/div><div class=\"h-8 w-px bg-slate-800 hidden md:block\"><\/div><button class=\"group flex items-center gap-2 text-slate-500 hover:text-white transition-colors text-xs font-bold uppercase tracking-wider\">Sus<div class=\"w-8 h-8 rounded-full bg-slate-800 group-hover:bg-livresq-fucsia flex items-center justify-center transition-all shadow-sm\"><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-arrow-up w-4 h-4 text-slate-300 group-hover:text-white\" aria-hidden=\"true\"><path d=\"m5 12 7-7 7 7\"><\/path><path d=\"M12 19V5\"><\/path><\/svg><\/div><\/button><\/div><div class=\"text-center md:text-right\"><p class=\"text-slate-500 text-xs font-medium\">\u00a9 2025 Ascendia SA. Toate drepturile rezervate.<\/p><p class=\"text-slate-600 text-[10px] mt-1 font-medium\">LIVRESQ este marc\u0103 \u00eenregistrat\u0103 Ascendia S.A.<\/p><\/div><\/div><\/div><\/footer><\/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<p><\/p>\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 Comunicat de pres\u0103 Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia Bucure\u0219ti, 9 aprilie 2026 Munca la catedr\u0103 \u00eenseamn\u0103, de prea multe ori, o lupt\u0103 cu birocra\u021bia \u0219i cu timpul [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":491238,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-491237","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - 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\/en\/news\/lansare-livresq-companion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - 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 Comunicat de pres\u0103 Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia Bucure\u0219ti, 9 aprilie 2026 Munca la catedr\u0103 \u00eenseamn\u0103, de prea multe ori, o lupt\u0103 cu birocra\u021bia \u0219i cu timpul [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/en\/news\/lansare-livresq-companion\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-09T12:24:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T13:06:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1395\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bogdan Vrinceanu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/\"},\"author\":{\"name\":\"Bogdan Vrinceanu\",\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467\"},\"headline\":\"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia\",\"datePublished\":\"2026-04-09T12:24:18+00:00\",\"dateModified\":\"2026-04-09T13:06:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/\"},\"wordCount\":985,\"publisher\":{\"@id\":\"https:\/\/livresq.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/\",\"url\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/\",\"name\":\"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1\",\"datePublished\":\"2026-04-09T12:24:18+00:00\",\"dateModified\":\"2026-04-09T13:06:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1\",\"width\":2560,\"height\":1395},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\/\/livresq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia\"}]},{\"@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\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livresq.com\/en\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\/\/livresq.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@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\":\"en-US\",\"@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\/en\/author\/bogdan-vrinceanu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - 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\/en\/news\/lansare-livresq-companion\/","og_locale":"en_US","og_type":"article","og_title":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - 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 Comunicat de pres\u0103 Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia Bucure\u0219ti, 9 aprilie 2026 Munca la catedr\u0103 \u00eenseamn\u0103, de prea multe ori, o lupt\u0103 cu birocra\u021bia \u0219i cu timpul [&hellip;]","og_url":"https:\/\/livresq.com\/en\/news\/lansare-livresq-companion\/","og_site_name":"LIVRESQ","article_published_time":"2026-04-09T12:24:18+00:00","article_modified_time":"2026-04-09T13:06:46+00:00","og_image":[{"width":2560,"height":1395,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg","type":"image\/jpeg"}],"author":"Bogdan Vrinceanu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bogdan Vrinceanu","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/"},"author":{"name":"Bogdan Vrinceanu","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467"},"headline":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia","datePublished":"2026-04-09T12:24:18+00:00","dateModified":"2026-04-09T13:06:46+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/"},"wordCount":985,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/","url":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/","name":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1","datePublished":"2026-04-09T12:24:18+00:00","dateModified":"2026-04-09T13:06:46+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/lansare-livresq-companion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/04\/Livresq-Companion-scaled.jpg?fit=2560%2C1395&ssl=1","width":2560,"height":1395},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/lansare-livresq-companion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Lansare LIVRESQ Companion: Asistentul pedagogic dezvoltat cu sprijinul Google ajunge la 10.000 de profesori din Rom\u00e2nia"}]},{"@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":"en-US"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Authoring Tool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@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":"en-US","@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\/en\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/491237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/comments?post=491237"}],"version-history":[{"count":4,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/491237\/revisions"}],"predecessor-version":[{"id":491242,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/491237\/revisions\/491242"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/media\/491238"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/media?parent=491237"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/categories?post=491237"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/tags?post=491237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}