{"id":12334,"date":"2026-02-28T00:13:19","date_gmt":"2026-02-27T23:13:19","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12334"},"modified":"2026-02-28T00:30:52","modified_gmt":"2026-02-27T23:30:52","slug":"technology-and-innovation-support-center-cati-2","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12334&lang=en","title":{"rendered":"Technology and Innovation Support Center (CATI)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12334\" class=\"elementor elementor-12334\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53168fb e-flex e-con-boxed e-con e-parent\" data-id=\"53168fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e4972e elementor-widget elementor-widget-html\" data-id=\"3e4972e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Technology and Innovation Support Center (CATI)<\/title>\n\n    <!-- Font Awesome pour les ic\u00f4nes -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\n\n    <style>\n        \/* VARIABLES DE COULEURS - PALETTE CATI *\/\n        :root {\n            --primary-color: #1a202c;\n            --secondary-color: #4a5568;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e2e8f0;\n            --accent-blue: #2b6cb0;\n            --accent-purple: #6b46c1;\n            --accent-teal: #319795;\n            --accent-indigo: #4c51bf;\n            --text-color: #000000;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html, body {\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        body {\n            font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--primary-color);\n            line-height: 1.8;\n            background: #ffffff;\n            padding-top: 0;\n        }\n\n        \/* ===== FORCER PLEINE LARGEUR ===== *\/\n        .full-width-wrapper {\n            width: 100vw !important;\n            max-width: 100vw !important;\n            position: relative;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            padding: 100px 20px 60px 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            margin-top: 0 !important;\n        }\n\n        \/* ===== CONTENEUR PRINCIPAL ===== *\/\n        .content-container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* ===== CONTENU ARTICLE ===== *\/\n        .article-content {\n            background: var(--card-bg);\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        \/* ===== TITRE PRINCIPAL ===== *\/\n        .page-title {\n            font-size: 2.4rem;\n            color: var(--accent-blue);\n            margin-bottom: 50px;\n            font-weight: 700;\n            text-align: center;\n            padding-bottom: 20px;\n            border-bottom: 3px solid var(--border-color);\n            position: relative;\n        }\n\n        .page-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 200px;\n            height: 3px;\n            background-color: var(--accent-blue);\n        }\n\n        \/* ===== INTRODUCTION ===== *\/\n        .intro-section {\n            margin-bottom: 50px;\n        }\n\n        .intro-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: var(--text-color);\n            text-align: justify;\n        }\n\n        .intro-text p {\n            margin-bottom: 1.5em;\n        }\n\n        \/* ===== SECTIONS ACCORD\u00c9ON ===== *\/\n        .accordion-section {\n            margin-bottom: 25px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border: 1px solid var(--border-color);\n        }\n\n        .accordion-header {\n            background-color: #f8f9fa;\n            padding: 25px 30px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background-color: #f0f7ff;\n        }\n\n        .accordion-header.active {\n            background-color: #e6f7ff;\n            border-bottom: 2px solid var(--accent-blue);\n        }\n\n        .accordion-title {\n            font-size: 1.4rem;\n            color: var(--accent-blue);\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .accordion-title i {\n            font-size: 1.5rem;\n        }\n\n        .accordion-icon {\n            transition: transform 0.3s ease;\n            font-size: 1.2rem;\n            color: var(--accent-blue);\n        }\n\n        .accordion-header.active .accordion-icon {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            padding: 0;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.3s ease;\n            background-color: white;\n        }\n\n        .accordion-content.active {\n            padding: 30px;\n            max-height: 2000px;\n        }\n\n        \/* ===== CONTENU DES SECTIONS ===== *\/\n        .section-content {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            color: var(--text-color);\n        }\n\n        .section-content ul {\n            margin: 20px 0 20px 30px;\n        }\n\n        .section-content li {\n            margin-bottom: 10px;\n            position: relative;\n            padding-left: 10px;\n        }\n\n        .section-content li:before {\n            content: \"\u2022\";\n            position: absolute;\n            left: -15px;\n            color: var(--accent-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* ===== MISSIONS GRID ===== *\/\n        .missions-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin: 40px 0;\n        }\n\n        .mission-card {\n            background: #ffffff;\n            border: 2px solid var(--border-color);\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n\n        .mission-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .mission-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .mission-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3rem;\n            background-color: #e6fffa;\n            color: var(--accent-teal);\n        }\n\n        .mission-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--accent-blue);\n        }\n\n        .mission-content {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== OBJECTIFS LIST ===== *\/\n        .objectifs-list {\n            background-color: #f8f9fa;\n            border-left: 4px solid var(--accent-purple);\n            padding: 30px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n        }\n\n        .objectifs-list h3 {\n            color: var(--accent-purple);\n            margin-bottom: 20px;\n            font-size: 1.5rem;\n            font-weight: 700;\n        }\n\n        \/* ===== SERVICES OFFERTS ===== *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n\n        .service-card {\n            background: #ffffff;\n            border: 2px solid var(--border-color);\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n\n        .service-icon {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            background-color: #e6fffa;\n            color: var(--accent-teal);\n        }\n\n        .service-title {\n            font-size: 1.3rem;\n            color: var(--accent-blue);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .service-text {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== NOTE IMPORTANTE ===== *\/\n        .important-note {\n            background-color: #e6fffa;\n            border: 2px solid #81e6d9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .note-title {\n            font-size: 1.4rem;\n            color: var(--accent-teal);\n            margin-bottom: 15px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .note-text {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .article-content {\n                padding: 45px;\n            }\n            \n            .missions-container {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 90px 15px 50px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 40px 30px;\n            }\n            \n            .page-title {\n                font-size: 2rem;\n                margin-bottom: 40px;\n                padding-bottom: 15px;\n            }\n            \n            .page-title:after {\n                width: 150px;\n            }\n            \n            .accordion-title {\n                font-size: 1.3rem;\n            }\n            \n            .intro-text {\n                font-size: 1.05rem;\n            }\n            \n            .missions-container {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n            \n            .mission-card {\n                padding: 25px;\n            }\n            \n            .mission-title {\n                font-size: 1.3rem;\n            }\n            \n            .mission-content {\n                font-size: 1rem;\n            }\n            \n            .services-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .important-note {\n                padding: 25px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper {\n                padding: 80px 10px 40px 10px;\n            }\n            \n            .content-container {\n                padding: 0 10px;\n            }\n            \n            .article-content {\n                padding: 35px 25px;\n            }\n            \n            .page-title {\n                font-size: 1.8rem;\n                margin-bottom: 35px;\n            }\n            \n            .accordion-title {\n                font-size: 1.2rem;\n            }\n            \n            .accordion-header {\n                padding: 20px 25px;\n            }\n            \n            .accordion-content.active {\n                padding: 25px;\n            }\n            \n            .intro-text {\n                font-size: 1rem;\n            }\n            \n            .mission-card {\n                padding: 20px;\n            }\n            \n            .mission-header {\n                flex-direction: column;\n                text-align: center;\n                gap: 10px;\n            }\n            \n            .mission-title {\n                font-size: 1.2rem;\n            }\n            \n            .important-note {\n                padding: 20px;\n            }\n            \n            .note-title {\n                font-size: 1.2rem;\n            }\n            \n            .note-text {\n                font-size: 1rem;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .full-width-wrapper {\n                padding: 70px 10px 35px 10px;\n            }\n            \n            .article-content {\n                padding: 30px 20px;\n            }\n            \n            .page-title {\n                font-size: 1.6rem;\n                margin-bottom: 30px;\n                padding-bottom: 12px;\n            }\n            \n            .page-title:after {\n                width: 120px;\n            }\n            \n            .accordion-title {\n                font-size: 1.1rem;\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 10px;\n            }\n            \n            .accordion-header {\n                padding: 18px 20px;\n            }\n            \n            .accordion-content.active {\n                padding: 20px;\n            }\n            \n            .intro-text {\n                font-size: 0.95rem;\n                text-align: left;\n            }\n            \n            .mission-card {\n                padding: 18px;\n            }\n            \n            .mission-title {\n                font-size: 1.1rem;\n            }\n            \n            .mission-content {\n                font-size: 0.95rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- Menu WordPress -->\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        <!-- CONTENU ARTICLE -->\n        <div class=\"article-content\">\n            \n            <!-- TITRE PRINCIPAL -->\n            <h1 class=\"page-title\">Technology and Innovation Support Center (<strong style=\"color: #005F70;\">CATI<\/strong>)<\/h1>\n\n            <!-- SECTION INTRODUCTION -->\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p>\n                        The project to establish Technology and Innovation Support Centers (CATI) is part of a cooperation agreement between the Algerian National Institute of Industrial Property (INAPI) and the World Intellectual Property Organization (WIPO). Through this agreement, WIPO commits to providing technical, documentary, and material assistance aimed at strengthening national capacities in intellectual property, innovation, and technology transfer.\n\n                    <\/p>\n                    <p>\n                        The primary vocation of the CATIs is to bridge the gap between the School and the socio-economic sector. They promote information exchange, skills development, specialized training, as well as the support and monitoring of patents resulting from the work of faculty researchers, students, and staff.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION MISSIONS (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-bullseye\"><\/i>\n                        Missions\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>The CATI serves as :<\/p>\n                    \n                        <div class=\"missions-container\">\n                            <div class=\"mission-card\">\n                                <div class=\"mission-header\">\n                                    <div class=\"mission-icon\">\n                                        <i class=\"fas fa-book\"><\/i>\n                                    <\/div>\n                                    <h3 class=\"mission-title\">A specialized digital and electronic library.<\/h3>\n                                <\/div>\n                                <div class=\"mission-content\">\n                                    Technical and scientific documentation resource centre.\n                                <\/div>\n                            <\/div>\n                            \n                            <div class=\"mission-card\">\n                                <div class=\"mission-header\">\n                                    <div class=\"mission-icon\">\n                                        <i class=\"fas fa-graduation-cap\"><\/i>\n                                    <\/div>\n                                    <h3 class=\"mission-title\">A center for training and capacity building.<\/h3>\n                                <\/div>\n                                <div class=\"mission-content\">\n                                    Development of intellectual property and innovation skills.\n                                <\/div>\n                            <\/div>\n                            \n                            <div class=\"mission-card\">\n                                <div class=\"mission-header\">\n                                    <div class=\"mission-icon\">\n                                        <i class=\"fas fa-lightbulb\"><\/i>\n                                    <\/div>\n                                    <h3 class=\"mission-title\">A support center for innovation and business.<\/h3>\n                                <\/div>\n                                <div class=\"mission-content\">\n                                    Support for innovative projects and technology transfer.\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <p style=\"margin-top: 30px;\">In this capacity, it specifically enables :<\/p>\n                        <ul>\n                            <li>Improving national skills in the online exploitation of patent databases, scientific and technical journals, and documentary resources provided by WIPO and its partners.<\/li>\n                            <li>Promoting a policy of competitiveness and innovation within companies, particularly in the industrial sector and for the benefit of Small and Medium-sized Enterprises (SMEs) and Small and Medium-sized Industries (SMIs).<\/li>\n                            <li>Stimulating innovation, applied research, and technology transfer through stakeholder networking, thereby contributing to the emergence and development of a \"knowledge market.\"<\/li>\n                            <li>Supporting innovative project leaders in protecting, promoting, and commercializing their research results.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION OBJECTIFS (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-flag-checkered\"><\/i>\n                        Objectives\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <div class=\"objectifs-list\">\n                            <h3>The CATI primarily aims to :<\/h3>\n                            <ul>\n                                <li>Facilitate access to and use of the technical, legal, and commercial databases provided under the CATI project in Algeria.<\/li>\n                                <li>Support training, awareness, and guidance activities related to intellectual property and technology transfer.<\/li>\n                                <li>Encourage the commercialization and valuation of scientific and technical research results.<\/li>\n                                <li>Address and rectify the fact that much research and innovation remains untapped due to a lack of coordination and synergy between research institutions and the socio-economic sector.<\/li>\n                                <li>Contribute to the creation of an environment favorable to sustainable innovation and value creation.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            \n\n           \n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Ajustement pour le menu WordPress\n        function adjustForWordPressMenu() {\n            const header = document.querySelector('header') || document.querySelector('.site-header') || document.querySelector('#masthead');\n            \n            if (header) {\n                const headerHeight = header.offsetHeight;\n                const wrapper = document.querySelector('.full-width-wrapper');\n                \n                if (wrapper) {\n                    wrapper.style.paddingTop = (headerHeight + 20) + 'px';\n                }\n            } else {\n                const wrapper = document.querySelector('.full-width-wrapper');\n                if (wrapper) {\n                    wrapper.style.paddingTop = '100px';\n                }\n            }\n        }\n        \n        adjustForWordPressMenu();\n        window.addEventListener('resize', adjustForWordPressMenu);\n        setTimeout(adjustForWordPressMenu, 500);\n        setTimeout(adjustForWordPressMenu, 1000);\n        \n        \/\/ Gestion des accord\u00e9ons\n        const accordionHeaders = document.querySelectorAll('.accordion-header');\n        \n        accordionHeaders.forEach(header => {\n            header.addEventListener('click', function() {\n                \/\/ Fermer tous les autres accord\u00e9ons\n                accordionHeaders.forEach(otherHeader => {\n                    if (otherHeader !== this) {\n                        otherHeader.classList.remove('active');\n                        const otherContent = otherHeader.nextElementSibling;\n                        otherContent.classList.remove('active');\n                    }\n                });\n                \n                \/\/ Basculer l'\u00e9tat de l'accord\u00e9on actuel\n                this.classList.toggle('active');\n                const content = this.nextElementSibling;\n                content.classList.toggle('active');\n                \n                \/\/ Animation d'apparition\n                if (content.classList.contains('active')) {\n                    content.style.opacity = '0';\n                    content.style.transform = 'translateY(-10px)';\n                    \n                    setTimeout(() => {\n                        content.style.opacity = '1';\n                        content.style.transform = 'translateY(0)';\n                    }, 10);\n                }\n            });\n        });\n\n        \/\/ Ouvrir le premier accord\u00e9on par d\u00e9faut\n        if (accordionHeaders.length > 0) {\n            accordionHeaders[0].click();\n        }\n\n        \/\/ Animation d'apparition progressive pour les sections\n        const sections = document.querySelectorAll('.accordion-section');\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry, index) => {\n                if (entry.isIntersecting) {\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }, index * 100);\n                }\n            });\n        }, {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        });\n\n        sections.forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n        \n        \/\/ Animation pour les cartes de missions\n        const missionCards = document.querySelectorAll('.mission-card');\n        missionCards.forEach((card, index) => {\n            card.style.opacity = '0';\n            card.style.transform = 'scale(0.95)';\n            card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            card.style.transitionDelay = (index * 0.2) + 's';\n            \n            setTimeout(() => {\n                card.style.opacity = '1';\n                card.style.transform = 'scale(1)';\n            }, 300 + (index * 200));\n        });\n        \n        \/\/ Animation pour les cartes de services\n        const serviceCards = document.querySelectorAll('.service-card');\n        serviceCards.forEach((card, index) => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(20px)';\n            card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            card.style.transitionDelay = (index * 0.1) + 's';\n            \n            setTimeout(() => {\n                card.style.opacity = '1';\n                card.style.transform = 'translateY(0)';\n            }, 400 + (index * 100));\n        });\n        \n        \/\/ Animation pour la note importante\n        const importantNote = document.querySelector('.important-note');\n        if (importantNote) {\n            importantNote.style.opacity = '0';\n            importantNote.style.transform = 'translateY(20px)';\n            importantNote.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            \n            setTimeout(() => {\n                importantNote.style.opacity = '1';\n                importantNote.style.transform = 'translateY(0)';\n            }, 800);\n        }\n    });\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Technology and Innovation Support Center (CATI) Technology and Innovation Support Center (CATI) The project to establish Technology and Innovation Support Centers (CATI) is part of a cooperation agreement between the Algerian National Institute of Industrial Property (INAPI) and the World Intellectual Property Organization (WIPO). Through this agreement, WIPO commits to providing technical, documentary, and material [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12334","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12334"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12334\/revisions"}],"predecessor-version":[{"id":12339,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12334\/revisions\/12339"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}