



{"id":490020,"date":"2026-03-17T18:25:24","date_gmt":"2026-03-17T16:25:24","guid":{"rendered":"https:\/\/livresq.com\/?page_id=490020"},"modified":"2026-03-18T13:31:42","modified_gmt":"2026-03-18T11:31:42","slug":"standarde-de-publicare","status":"publish","type":"page","link":"https:\/\/livresq.com\/pl\/standarde-de-publicare\/","title":{"rendered":"Standarde de publicare"},"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\n    <!-- Added ID 'livresq-landing-page' for CSS Scoping -->\n    <div id=\"livresq-landing-page\" class=\"min-h-screen bg-slate-50\">\n        \n        <!-- ========================= REQUIREMENTS SECTION ========================= -->\n        <section id=\"requirements\" class=\"py-24 bg-white overflow-hidden\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n              <div class=\"text-center mb-16 reveal\">\n                <h2 class=\"text-4xl font-heading font-black text-slate-900 tracking-tight\">\n                  Standarde de Publicare\n                <\/h2>\n                <p class=\"mt-4 text-lg text-slate-500 max-w-3xl mx-auto\">\n                  Pentru a asigura calitatea bibliotecii, toate resursele trec printr-un proces de validare riguros.\n                <\/p>\n                \n                <div class=\"mt-8 bg-[#D91278]\/5 border-l-4 border-[#D91278] p-6 rounded-r-2xl max-w-3xl mx-auto text-left\">\n                  <p class=\"text-slate-700 leading-relaxed font-medium italic\">\n                    &#8222;Dac\u0103 standardele de publicare \u021bi se par dificile, \u00ee\u021bi recomand\u0103m s\u0103 parcurgi cursul <strong>&#8216;Proiectarea, Realizarea \u0219i Utilizarea RED&#8217;<\/strong> de mai jos pentru a \u00eenv\u0103\u021ba cum s\u0103 creezi resurse de impact.&#8221;\n                  <\/p>\n                <\/div>\n              <\/div>\n      \n              <div class=\"grid lg:grid-cols-2 gap-8 mb-12\">\n                <!-- Column 1 -->\n                <div class=\"bg-slate-50 rounded-3xl p-10 border border-slate-100 reveal delay-100\">\n                  <div class=\"flex items-center gap-4 mb-8\">\n                    <div class=\"p-3 bg-blue-100 rounded-xl text-blue-600\">\n                      <i data-lucide=\"database\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-slate-900\">Tehnic &#038; Metadate<\/h3>\n                  <\/div>\n                  <ul class=\"space-y-6\">\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Titlu \u0219i Autor Complet<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Numele resursei \u0219i al autorului trebuie s\u0103 fie clare.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Imagine de Copert\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">O imagine reprezentativ\u0103 HD.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Descriere Detaliat\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Minimum 2-3 fraze despre con\u021binut.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Cuvinte Cheie<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Adaug\u0103 cel pu\u021bin 3 etichete relevante.<\/span>\n                        <\/div>\n                    <\/li>\n                  <\/ul>\n                <\/div>\n      \n                <!-- Column 2 -->\n                <div class=\"bg-slate-50 rounded-3xl p-10 border border-slate-100 reveal delay-200\">\n                  <div class=\"flex items-center gap-4 mb-8\">\n                    <div class=\"p-3 bg-pink-100 rounded-xl text-livresq-fucsia\">\n                      <i data-lucide=\"sparkles\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-slate-900\">Con\u021binut &#038; Experien\u021b\u0103<\/h3>\n                  <\/div>\n                  <ul class=\"space-y-6\">\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">F\u0103r\u0103 Lorem Ipsum<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Elimin\u0103 toate textele placeholder.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Func\u021bionalitate Complet\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Verific\u0103 butoanele \u0219i quiz-urile.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Con\u021binut Nativ<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Nu doar PDF. Folose\u0219te elemente interactive.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Drepturi de Autor<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Ai dreptul de a folosi imaginile.<\/span>\n                        <\/div>\n                    <\/li>\n                  <\/ul>\n                <\/div>\n              <\/div>\n              \n              <div class=\"text-center reveal delay-300\">\n                   <a href=\"https:\/\/livresq.com\/ro\/pedagogie-digitala\/\" class=\"inline-flex items-center justify-center px-8 py-3 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold text-lg rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\">\n                      <i data-lucide=\"play-circle\" class=\"w-5 h-5 mr-2\"><\/i>\n                      Vezi Tutorialul de Publicare \n                  <\/a>\n              <\/div>\n      \n              <div class=\"mt-12 bg-amber-50 border border-amber-100 p-6 rounded-2xl flex items-start gap-4 max-w-3xl mx-auto reveal delay-300\">\n                  <i data-lucide=\"alert-triangle\" class=\"h-6 w-6 text-amber-600 flex-shrink-0 mt-1\"><\/i>\n                  <p class=\"text-sm text-amber-900 leading-relaxed\">\n                      <strong>Not\u0103 Important\u0103:<\/strong> Ascendia S.A. nu verific\u0103 acurate\u021bea \u0219tiin\u021bific\u0103 a con\u021binutului. Editorii \u00ee\u0219i rezerv\u0103 dreptul de a respinge materialele care nu respect\u0103 standardele.\n                  <\/p>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= ENROLLMENT SECTION ========================= -->\n        <section id=\"enrollment\" class=\"py-20 bg-slate-900 text-white relative overflow-hidden\">\n          <div class=\"absolute inset-0 opacity-10 pointer-events-none bg-grid-overlay\"><\/div>\n          <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-16 items-center\">\n              <div class=\"space-y-8 reveal\">\n                <div class=\"inline-flex items-center px-4 py-1.5 rounded-full bg-emerald-500\/10 border border-emerald-500\/20 text-emerald-400 text-sm font-bold uppercase tracking-wider\">\n                  <span class=\"w-2 h-2 bg-emerald-500 rounded-full mr-2 animate-pulse\"><\/span>\n                  \u00censcrieri deschise\n                <\/div>\n                <h2 class=\"text-4xl md:text-5xl font-heading font-black leading-tight\">\n                  Curs \u201eProiectarea, Realizarea \u0219i Utilizarea RED\u201d\n                <\/h2>\n                <div id=\"countdown-timer\" class=\"grid grid-cols-4 gap-4\">\n                    <div class=\"bg-white\/5 backdrop-blur-md border border-white\/10 rounded-xl p-4 text-center\">\n                      <div id=\"days\" class=\"text-3xl md:text-4xl font-black text-[#D91278]\">00<\/div>\n                      <div class=\"text-[10px] uppercase font-bold text-slate-400 tracking-widest mt-1\">Zile<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/5 backdrop-blur-md border border-white\/10 rounded-xl p-4 text-center\">\n                      <div id=\"hours\" class=\"text-3xl md:text-4xl font-black text-[#D91278]\">00<\/div>\n                      <div class=\"text-[10px] uppercase font-bold text-slate-400 tracking-widest mt-1\">Ore<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/5 backdrop-blur-md border border-white\/10 rounded-xl p-4 text-center\">\n                      <div id=\"minutes\" class=\"text-3xl md:text-4xl font-black text-[#D91278]\">00<\/div>\n                      <div class=\"text-[10px] uppercase font-bold text-slate-400 tracking-widest mt-1\">Min<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/5 backdrop-blur-md border border-white\/10 rounded-xl p-4 text-center\">\n                      <div id=\"seconds\" class=\"text-3xl md:text-4xl font-black text-[#D91278]\">00<\/div>\n                      <div class=\"text-[10px] uppercase font-bold text-slate-400 tracking-widest mt-1\">Sec<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-baseline gap-4\">\n                  <div class=\"text-6xl font-black text-white\">557<\/div>\n                  <div class=\"text-2xl font-bold text-slate-400\">lei<\/div>\n                <\/div>\n                <p class=\"text-xl text-slate-300 font-medium\">\n                  Urm\u0103toarea grup\u0103 \u00eencepe \u00een <strong>20.04.2026 la ora 17:00<\/strong>.\n                <\/p>\n                <div class=\"flex flex-col sm:flex-row gap-4\">\n                  <a href=\"https:\/\/livresq.com\/ro\/?add-to-cart=484066\" class=\"inline-flex items-center justify-center px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold text-lg rounded-xl shadow-xl transition-all hover:-translate-y-1\">\n                    <i data-lucide=\"shopping-cart\" class=\"w-5 h-5 mr-2\"><\/i>\n                    \u00censcrie-te acum\n                  <\/a>\n                  <a href=\"https:\/\/livresq.com\/ro\/produse-eligibile-pentru-carduri-de-prima-didactica\/\" class=\"inline-flex items-center justify-center px-8 py-4 bg-white\/10 hover:bg-white\/20 text-white font-bold text-lg rounded-xl border border-white\/20 backdrop-blur-sm transition-all\">\n                    <i data-lucide=\"credit-card\" class=\"w-5 h-5 mr-2\"><\/i>\n                    Plat\u0103 card didactic\n                  <\/a>\n                <\/div>\n              <\/div>\n              <div class=\"reveal delay-200\">\n                <a href=\"https:\/\/livresq.com\/ro\/pedagogie-digitala\/\" target=\"_blank\" class=\"block transition-transform hover:scale-[1.02]\">\n                  <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Black-and-White-Modern-Online-Course-Instagram-Post-2.png?w=800&#038;ssl=1\" alt=\"Curs Pedagogie Digitala\" class=\"rounded-3xl shadow-2xl border border-white\/10 w-full max-w-md mx-auto\" referrerPolicy=\"no-referrer\" \/>\n                <\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/section>\n\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations) -->\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            \/\/ Countdown Timer\n            const targetDate = new Date('2026-04-20T17:00:00').getTime();\n            const updateTimer = () => {\n                const now = new Date().getTime();\n                const distance = targetDate - now;\n                if (distance < 0) return;\n                \n                document.getElementById('days').innerText = String(Math.floor(distance \/ (1000 * 60 * 60 * 24))).padStart(2, '0');\n                document.getElementById('hours').innerText = String(Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60))).padStart(2, '0');\n                document.getElementById('minutes').innerText = String(Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60))).padStart(2, '0');\n                document.getElementById('seconds').innerText = String(Math.floor((distance % (1000 * 60)) \/ 1000)).padStart(2, '0');\n            };\n            setInterval(updateTimer, 1000);\n            updateTimer();\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca Standarde de Publicare Pentru a asigura calitatea bibliotecii, toate resursele trec printr-un proces de validare riguros. &#8222;Dac\u0103 standardele de publicare \u021bi se par dificile, \u00ee\u021bi recomand\u0103m s\u0103 parcurgi cursul &#8216;Proiectarea, Realizarea \u0219i Utilizarea RED&#8217; de mai jos pentru a \u00eenv\u0103\u021ba cum s\u0103 creezi resurse de impact.&#8221; Tehnic &#038; Metadate [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":490024,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-490020","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Standarde de publicare - LIVRESQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livresq.com\/pl\/standarde-de-publicare\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Standarde de publicare - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca Standarde de Publicare Pentru a asigura calitatea bibliotecii, toate resursele trec printr-un proces de validare riguros. &#8222;Dac\u0103 standardele de publicare \u021bi se par dificile, \u00ee\u021bi recomand\u0103m s\u0103 parcurgi cursul &#8216;Proiectarea, Realizarea \u0219i Utilizarea RED&#8217; de mai jos pentru a \u00eenv\u0103\u021ba cum s\u0103 creezi resurse de impact.&#8221; Tehnic &#038; Metadate [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/pl\/standarde-de-publicare\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T11:31:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"2048\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/\",\"url\":\"https:\/\/livresq.com\/standarde-de-publicare\/\",\"name\":\"Standarde de publicare - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1\",\"datePublished\":\"2026-03-17T16:25:24+00:00\",\"dateModified\":\"2026-03-18T11:31:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/standarde-de-publicare\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1\",\"width\":2048,\"height\":2048},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livresq.com\/standarde-de-publicare\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\/\/livresq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Standarde de publicare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livresq.com\/en\/#website\",\"url\":\"https:\/\/livresq.com\/en\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\/\/livresq.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livresq.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livresq.com\/en\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\/\/livresq.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Standarde de publicare - LIVRESQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livresq.com\/pl\/standarde-de-publicare\/","og_locale":"pl_PL","og_type":"article","og_title":"Standarde de publicare - LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca Standarde de Publicare Pentru a asigura calitatea bibliotecii, toate resursele trec printr-un proces de validare riguros. &#8222;Dac\u0103 standardele de publicare \u021bi se par dificile, \u00ee\u021bi recomand\u0103m s\u0103 parcurgi cursul &#8216;Proiectarea, Realizarea \u0219i Utilizarea RED&#8217; de mai jos pentru a \u00eenv\u0103\u021ba cum s\u0103 creezi resurse de impact.&#8221; Tehnic &#038; Metadate [&hellip;]","og_url":"https:\/\/livresq.com\/pl\/standarde-de-publicare\/","og_site_name":"LIVRESQ","article_modified_time":"2026-03-18T11:31:42+00:00","og_image":[{"width":2048,"height":2048,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"2 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/standarde-de-publicare\/","url":"https:\/\/livresq.com\/standarde-de-publicare\/","name":"Standarde de publicare - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1","datePublished":"2026-03-17T16:25:24+00:00","dateModified":"2026-03-18T11:31:42+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/standarde-de-publicare\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/standarde-de-publicare\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/livresq.com\/standarde-de-publicare\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/03\/Untitled-design-28.png?fit=2048%2C2048&ssl=1","width":2048,"height":2048},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/standarde-de-publicare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Standarde de publicare"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"Narz\u0119dzie do tworzenia e-learningu","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Narz\u0119dzie autorskie","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/pages\/490020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/comments?post=490020"}],"version-history":[{"count":1,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/pages\/490020\/revisions"}],"predecessor-version":[{"id":490021,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/pages\/490020\/revisions\/490021"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/media\/490024"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/pl\/wp-json\/wp\/v2\/media?parent=490020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}