{"id":10119,"date":"2026-01-11T11:28:19","date_gmt":"2026-01-11T10:28:19","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=10119"},"modified":"2026-02-27T02:21:53","modified_gmt":"2026-02-27T01:21:53","slug":"calendriers-des-examens","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=10119","title":{"rendered":"Calendriers des examens"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10119\" class=\"elementor elementor-10119\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cde18c3 e-flex e-con-boxed e-con e-parent\" data-id=\"cde18c3\" 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-3cd14e1 elementor-widget elementor-widget-html\" data-id=\"3cd14e1\" 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>Calendrier des Examens - \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS)<\/title>\n\n    <!-- Font Awesome -->\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 *\/\n        :root {\n            --primary-color: #1a202c;\n            --secondary-color: #4a5568;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e2e8f0;\n            --accent-color: #2b6cb0;\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\", system-ui, 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-color);\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-color);\n        }\n\n        \/* BOUTONS D\u00c9PARTEMENTS *\/\n        .departements-nav {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .departement-btn {\n            background: white;\n            border: none;\n            padding: 30px 20px;\n            border-radius: 15px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            border: 2px solid var(--border-color);\n        }\n\n        .departement-btn:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n        }\n\n        .departement-btn.active {\n            transform: translateY(-5px);\n            border: 3px solid;\n        }\n\n        .btn-fb {\n            border-top: 6px solid #1e7f5c;\n        }\n        .btn-fb.active {\n            border-color: #1e7f5c;\n            box-shadow: 0 15px 30px rgba(30, 127, 92, 0.2);\n        }\n\n        .btn-icdn {\n            border-top: 6px solid #3498db;\n        }\n        .btn-icdn.active {\n            border-color: #3498db;\n            box-shadow: 0 15px 30px rgba(52, 152, 219, 0.2);\n        }\n\n        .btn-2isg {\n            border-top: 6px solid #9b59b6;\n        }\n        .btn-2isg.active {\n            border-color: #9b59b6;\n            box-shadow: 0 15px 30px rgba(155, 89, 182, 0.2);\n        }\n\n        .btn-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n        }\n\n        .btn-fb .btn-icon { color: #1e7f5c; }\n        .btn-icdn .btn-icon { color: #3498db; }\n        .btn-2isg .btn-icon { color: #9b59b6; }\n\n        .btn-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .btn-fb .btn-title { color: #1e7f5c; }\n        .btn-icdn .btn-title { color: #3498db; }\n        .btn-2isg .btn-title { color: #9b59b6; }\n\n        .btn-desc {\n            color: var(--secondary-color);\n            font-size: 0.9rem;\n            max-width: 250px;\n        }\n\n        \/* CONTENU CALENDRIER *\/\n        .calendrier-content {\n            background: var(--card-bg);\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);\n            border-left: 6px solid var(--accent-color);\n            min-height: 500px;\n        }\n\n        .calendrier-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .calendrier-header h2 {\n            color: var(--accent-color);\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n        }\n\n        .annee-academique {\n            color: #2e8b57;\n            font-weight: 600;\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            padding: 10px;\n            background: #e8f5f0;\n            border-radius: 10px;\n            display: inline-block;\n        }\n\n        \/* TABLEAU DES EXAMENS *\/\n        .exams-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n\n        .exams-table th {\n            background: var(--accent-color);\n            color: white;\n            padding: 15px;\n            text-align: center;\n            font-weight: 600;\n        }\n\n        .exams-table td {\n            padding: 15px;\n            border-bottom: 1px solid var(--border-color);\n            text-align: center;\n        }\n\n        .exams-table tr:nth-child(even) {\n            background: #f8f9fa;\n        }\n\n        .exams-table tr:hover {\n            background: #f0f7ff;\n        }\n\n        .jour-exam {\n            font-weight: 600;\n            color: var(--accent-color);\n        }\n\n        .periode {\n            color: #e74c3c;\n            font-weight: 600;\n        }\n\n        .module {\n            font-weight: 500;\n        }\n\n        .semestre-title {\n            text-align: center;\n            color: var(--accent-color);\n            font-size: 1.5rem;\n            margin: 40px 0 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--accent-color);\n        }\n\n        \/* MESSAGE PAR D\u00c9FAUT *\/\n        .default-message {\n            text-align: center;\n            padding: 60px 20px;\n            color: var(--secondary-color);\n        }\n\n        .default-icon {\n            font-size: 4rem;\n            color: var(--border-color);\n            margin-bottom: 20px;\n        }\n\n        .default-text {\n            font-size: 1.2rem;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1400px) {\n            .content-container {\n                max-width: 95%;\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            }\n            \n            .departements-nav {\n                grid-template-columns: 1fr;\n            }\n            \n            .calendrier-content {\n                padding: 30px;\n            }\n            \n            .exams-table {\n                display: block;\n                overflow-x: auto;\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            }\n            \n            .calendrier-content {\n                padding: 20px;\n            }\n            \n            .exams-table th,\n            .exams-table td {\n                padding: 10px;\n                font-size: 0.9rem;\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            }\n            \n            .departement-btn {\n                padding: 20px 15px;\n            }\n            \n            .btn-icon {\n                font-size: 2rem;\n            }\n            \n            .btn-title {\n                font-size: 1.1rem;\n            }\n            \n            .calendrier-header h2 {\n                font-size: 1.4rem;\n            }\n            \n            .semestre-title {\n                font-size: 1.3rem;\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\">Calendrier des Examens<\/h1>\n\n            <!-- BOUTONS D\u00c9PARTEMENTS -->\n            <div class=\"departements-nav\">\n                <button class=\"departement-btn btn-fb active\" onclick=\"showCalendrier('fb')\">\n                    <div class=\"btn-icon\">\n                        <i class=\"fas fa-university\"><\/i>\n                    <\/div>\n                    <div class=\"btn-title\">Formation de Base<\/div>\n                    <div class=\"btn-desc\">1\u00e8re et 2\u00e8me ann\u00e9es - Cycle Pr\u00e9paratoire<\/div>\n                <\/button>\n\n                <button class=\"departement-btn btn-icdn\" onclick=\"showCalendrier('icdn')\">\n                    <div class=\"btn-icon\">\n                        <i class=\"fas fa-laptop-code\"><\/i>\n                    <\/div>\n                    <div class=\"btn-title\">D\u00e9partement Ing\u00e9nierie de la Cybers\u00e9curit\u00e9 et D\u00e9veloppement Num\u00e9rique S\u00e9curis\u00e9 (ICDNS)<\/div>\n                    <div class=\"btn-desc\">Cycle ing\u00e9nieur - Sp\u00e9cialisation<\/div>\n                <\/button>\n\n                <button class=\"departement-btn btn-2isg\" onclick=\"showCalendrier('isg')\">\n                    <div class=\"btn-icon\">\n                        <i class=\"fas fa-network-wired\"><\/i>\n                    <\/div>\n                    <div class=\"btn-title\">D\u00e9partement de l'Ing\u00e9nierie des Infrastructures S\u00e9curis\u00e9es et de la Gouvernance (2ISG)<\/div>\n                    <div class=\"btn-desc\">Cycle ing\u00e9nieur - Sp\u00e9cialisation<\/div>\n                <\/button>\n            <\/div>\n\n            <!-- CONTENU CALENDRIER -->\n            <div class=\"calendrier-content\">\n                <!-- CONTENU PAR D\u00c9FAUT (FORMATION DE BASE) -->\n                <div id=\"calendrier-fb\">\n                    <div class=\"calendrier-header\">\n                        <h2>D\u00e9partement de la Formation de Base en Cybers\u00e9curit\u00e9<\/h2>\n                        <div class=\"annee-academique\">Ann\u00e9e Acad\u00e9mique 2025-2026<\/div>\n                    <\/div>\n\n                    <!-- SEMESTRE 1 - 1\u00c8RE ANN\u00c9E -->\n                    <h3 class=\"semestre-title\">Semestre 1 - Premi\u00e8re Ann\u00e9e<\/h3>\n                    <table class=\"exams-table\">\n                        <thead>\n                            <tr>\n                                <th>Jour<\/th>\n                                <th>Heure<\/th>\n                                <th>Module<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"jour-exam\">Mercredi 14\/01\/2026<\/td>\n                                <td class=\"periode\">13h00 - 15h00<\/td>\n                                <td class=\"module\">Architecture des Ordinateurs 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">15h30 - 17h00<\/td>\n                                <td class=\"module\">\u00c9lectricit\u00e9<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Jeudi 15\/01\/2026<\/td>\n                                <td class=\"periode\">13h00 - 15h00<\/td>\n                                <td class=\"module\">Algorithmes et structures de donn\u00e9es statiques<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">15h30 - 17h00<\/td>\n                                <td class=\"module\">Histoire de l'Alg\u00e9rie 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Samedi 16\/01\/2026<\/td>\n                                <td class=\"periode\">13h00 - 15h00<\/td>\n                                <td class=\"module\">Introduction aux Syst\u00e8mes d'Exploitation 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">15h30 - 17h00<\/td>\n                                <td class=\"module\">Citoyennet\u00e9 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Dimanche 17\/01\/2026<\/td>\n                                <td class=\"periode\">13h00 - 15h00<\/td>\n                                <td class=\"module\">Fondements des R\u00e9seaux 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">15h30 - 17h30<\/td>\n                                <td class=\"module\">Alg\u00e8bre 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Lundi 18\/01\/2026<\/td>\n                                <td class=\"periode\">13h00 - 15h00<\/td>\n                                <td class=\"module\">Analyse Math\u00e9matique 1<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">15h30 - 17h00<\/td>\n                                <td class=\"module\">Anglais 1<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n\n                    <!-- SEMESTRE 1 - 2\u00c8ME ANN\u00c9E -->\n                    <h3 class=\"semestre-title\">Semestre 1 - Deuxi\u00e8me Ann\u00e9e<\/h3>\n                    <table class=\"exams-table\">\n                        <thead>\n                            <tr>\n                                <th>Jour<\/th>\n                                <th>Heure<\/th>\n                                <th>Module<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"jour-exam\">Mercredi 14\/01\/2026<\/td>\n                                <td class=\"periode\">8h30 - 10h30<\/td>\n                                <td class=\"module\">Alg\u00e8bre 3<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">11h00 - 12h30<\/td>\n                                <td class=\"module\">\u00c9lectronique Fondamentale 2<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Jeudi 15\/01\/2026<\/td>\n                                <td class=\"periode\">8h30 - 10h30<\/td>\n                                <td class=\"module\">Probabilit\u00e9s et Statistiques<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">11h00 - 12h30<\/td>\n                                <td class=\"module\">Histoire de l'Alg\u00e9rie<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Samedi 16\/01\/2026<\/td>\n                                <td class=\"periode\">8h30 - 10h30<\/td>\n                                <td class=\"module\">Analyse Math\u00e9matique 3<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">11h00 - 12h30<\/td>\n                                <td class=\"module\">Citoyennet\u00e9<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Dimanche 17\/01\/2026<\/td>\n                                <td class=\"periode\">8h30 - 10h30<\/td>\n                                <td class=\"module\">Introduction aux Bases de Donn\u00e9es<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">11h00 - 12h30<\/td>\n                                <td class=\"module\">Anglais 3<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"jour-exam\">Lundi 18\/01\/2026<\/td>\n                                <td class=\"periode\">8h30 - 10h30<\/td>\n                                <td class=\"module\">Architecture des Ordinateurs 2<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><\/td>\n                                <td class=\"periode\">11h00 - 12h30<\/td>\n                                <td class=\"module\">\u00c9conomie des Entreprises<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <!-- CONTENU ICDN (CACH\u00c9 PAR D\u00c9FAUT) -->\n                <div id=\"calendrier-icdn\" style=\"display: none;\">\n                    <div class=\"default-message\">\n                        <div class=\"default-icon\">\n                            <i class=\"fas fa-calendar-alt\"><\/i>\n                        <\/div>\n                        <h3 style=\"color: #3498db; margin-bottom: 15px;\">Calendrier en Pr\u00e9paration<\/h3>\n                        \n                    <\/div>\n                <\/div>\n\n                <!-- CONTENU 2ISG (CACH\u00c9 PAR D\u00c9FAUT) -->\n                <div id=\"calendrier-isg\" style=\"display: none;\">\n                    <div class=\"default-message\">\n                        <div class=\"default-icon\">\n                            <i class=\"fas fa-calendar-alt\"><\/i>\n                        <\/div>\n                        <h3 style=\"color: #9b59b6; margin-bottom: 15px;\">Calendrier en Pr\u00e9paration<\/h3>\n                      \n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Fonction pour afficher le calendrier du d\u00e9partement s\u00e9lectionn\u00e9\n    function showCalendrier(departement) {\n        \/\/ Masquer tous les calendriers\n        document.getElementById('calendrier-fb').style.display = 'none';\n        document.getElementById('calendrier-icdn').style.display = 'none';\n        document.getElementById('calendrier-isg').style.display = 'none';\n        \n        \/\/ Afficher le calendrier s\u00e9lectionn\u00e9\n        document.getElementById('calendrier-' + departement).style.display = 'block';\n        \n        \/\/ Mettre \u00e0 jour les boutons actifs\n        document.querySelectorAll('.departement-btn').forEach(btn => {\n            btn.classList.remove('active');\n        });\n        \n        \/\/ Activer le bouton correspondant\n        if (departement === 'fb') {\n            document.querySelector('.btn-fb').classList.add('active');\n        } else if (departement === 'icdn') {\n            document.querySelector('.btn-icdn').classList.add('active');\n        } else if (departement === 'isg') {\n            document.querySelector('.btn-2isg').classList.add('active');\n        }\n    }\n\n    \/\/ Initialiser avec le d\u00e9partement Formation de Base\n    window.onload = function() {\n        showCalendrier('fb');\n    };\n\n    \/\/ Ajustement pour le menu WordPress\n    document.addEventListener('DOMContentLoaded', function() {\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    });\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>Calendrier des Examens &#8211; \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) Calendrier des Examens Formation de Base 1\u00e8re et 2\u00e8me ann\u00e9es &#8211; Cycle Pr\u00e9paratoire D\u00e9partement Ing\u00e9nierie de la Cybers\u00e9curit\u00e9 et D\u00e9veloppement Num\u00e9rique S\u00e9curis\u00e9 (ICDNS) Cycle ing\u00e9nieur &#8211; Sp\u00e9cialisation D\u00e9partement de l&#8217;Ing\u00e9nierie des Infrastructures S\u00e9curis\u00e9es et de la Gouvernance (2ISG) Cycle ing\u00e9nieur &#8211; Sp\u00e9cialisation D\u00e9partement de la [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10119","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/10119","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10119"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/10119\/revisions"}],"predecessor-version":[{"id":12193,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/10119\/revisions\/12193"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}