{"id":12371,"date":"2026-02-28T11:52:06","date_gmt":"2026-02-28T10:52:06","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12371"},"modified":"2026-02-28T18:29:17","modified_gmt":"2026-02-28T17:29:17","slug":"deputy-directorates-2","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12371&lang=en","title":{"rendered":"Deputy Directorates"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12371\" class=\"elementor elementor-12371\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10e3803 e-flex e-con-boxed e-con e-parent\" data-id=\"10e3803\" 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-eb40aa6 elementor-widget elementor-widget-html\" data-id=\"eb40aa6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Deputy Directorates - National Higher School of Cybersecurity (ENSCS)<\/title>\n\n    <!-- Font Awesome for icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\n\n    <style>\n        \/* ===== COLOR VARIABLES ===== *\/\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            --tab-1: #4299e1;\n            --tab-2: #48bb78;\n            --tab-3: #ed8936;\n            --tab-4: #9f7aea;\n        }\n\n        *{margin:0;padding:0;box-sizing:border-box;}\n        html,body{width:100%;overflow-x:hidden;}\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        }\n\n        .full-width-wrapper{\n            width:100vw!important;\n            max-width:100vw!important;\n            position:relative;\n            left:50%!important;\n            margin-left:-50vw!important;\n            padding:100px 20px 60px 20px;\n            background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);\n        }\n\n        .content-container{\n            width:100%;\n            max-width:1400px;\n            margin:0 auto;\n            padding:0 20px;\n        }\n\n        .article-content{\n            background:var(--card-bg);\n            padding:50px;\n            border-radius:12px;\n            box-shadow:0 15px 40px rgba(0,0,0,0.1);\n            margin-bottom:40px;\n        }\n\n        .page-title{\n            font-size:2.5rem;\n            color:var(--accent-color);\n            margin-bottom:50px;\n            font-weight:700;\n            text-align:center;\n            padding-bottom:25px;\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:4px;\n            background:linear-gradient(90deg,var(--tab-1),var(--tab-2),var(--tab-3),var(--tab-4));\n            border-radius:2px;\n        }\n\n        .intro-text{\n            font-size:1.25rem;\n            text-align:center;\n            margin-bottom:60px;\n            color:var(--secondary-color);\n            max-width:1000px;\n            margin-left:auto;\n            margin-right:auto;\n            padding:25px;\n            background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);\n            border-radius:12px;\n            border-left:5px solid var(--accent-color);\n            box-shadow:0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        \/* Tabs *\/\n        .tabs-header{\n            display:flex;\n            gap:10px;\n            margin-bottom:40px;\n            border-bottom:2px solid var(--border-color);\n        }\n\n        .tab-btn{\n            flex:1;\n            padding:25px 15px;\n            background:white;\n            border:2px solid var(--border-color);\n            border-bottom:none;\n            border-radius:12px 12px 0 0;\n            font-size:1.1rem;\n            font-weight:700;\n            cursor:pointer;\n            display:flex;\n            flex-direction:column;\n            align-items:center;\n            gap:12px;\n            transition:all 0.3s ease;\n        }\n\n        .tab-btn.active{\n            transform:translateY(-5px);\n            box-shadow:0 8px 25px rgba(0,0,0,0.1);\n        }\n\n        .tab-icon{font-size:2.5rem;}\n\n        .tab-content{\n            display:none;\n            padding:50px;\n            border:1px solid var(--border-color);\n            border-top:none;\n            border-radius:8px;\n        }\n\n        .tab-content.active{display:block;}\n\n        .direction-header{\n            display:flex;\n            align-items:center;\n            gap:30px;\n            margin-bottom:40px;\n            padding-bottom:30px;\n            border-bottom:2px solid var(--border-color);\n        }\n\n        .direction-header-icon{\n            width:90px;height:90px;border-radius:50%;\n            display:flex;align-items:center;justify-content:center;\n            font-size:2.8rem;color:white;\n        }\n\n        .direction-header-text h2{\n            font-size:2.2rem;\n            font-weight:700;\n        }\n\n        .direction-header-text p{\n            font-size:1.3rem;\n            color:#666;\n            font-weight:600;\n        }\n\n        .direction-description{\n            font-size:1.2rem;\n            padding:30px;\n            background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);\n            border-radius:12px;\n            border-left:5px solid;\n            margin-bottom:50px;\n        }\n\n        .section-title{\n            font-size:1.8rem;\n            margin-bottom:35px;\n            font-weight:700;\n            border-bottom:3px solid var(--border-color);\n            padding-bottom:15px;\n        }\n\n        .responsibilities-grid{\n            display:grid;\n            grid-template-columns:repeat(3,1fr);\n            gap:30px;\n            margin-bottom:50px;\n        }\n\n        .responsibility-item{\n            padding:30px;\n            border-radius:10px;\n            border:1px solid var(--border-color);\n            border-top:5px solid;\n            background:white;\n        }\n\n        .assistants-section{\n            background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);\n            border-radius:12px;\n            padding:40px;\n            border-left:5px solid;\n        }\n\n        .assistants-list{\n            list-style:none;\n            display:grid;\n            grid-template-columns:repeat(2,1fr);\n            gap:20px;\n        }\n\n        .assistant-item{\n            padding:20px;\n            background:white;\n            border-radius:8px;\n            border:1px solid var(--border-color);\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"full-width-wrapper\">\n<div class=\"content-container\">\n<div class=\"article-content\">\n\n<h1 class=\"page-title\">Deputy Directorates<\/h1>\n\n<div class=\"intro-text\">\nThe Director of the School is assisted by four Deputy Directorates, each specialized in a key domain essential to the proper functioning and development of the institution. Select a directorate to discover its detailed missions and organizational structure.\n<\/div>\n\n<div class=\"tabs-header\">\n<button class=\"tab-btn active\" data-tab=\"1\">\n<i class=\"fas fa-graduation-cap tab-icon\" style=\"color:var(--tab-1);\"><\/i>\n<span>DEDFC<\/span>\n<\/button>\n\n<button class=\"tab-btn\" data-tab=\"2\">\n<i class=\"fas fa-broadcast-tower tab-icon\" style=\"color:var(--tab-2);\"><\/i>\n<span>DSICRE<\/span>\n<\/button>\n\n<button class=\"tab-btn\" data-tab=\"3\">\n<i class=\"fas fa-shield-alt tab-icon\" style=\"color:var(--tab-3);\"><\/i>\n<span>DSSMS<\/span>\n<\/button>\n\n<button class=\"tab-btn\" data-tab=\"4\">\n<i class=\"fas fa-flask tab-icon\" style=\"color:var(--tab-4);\"><\/i>\n<span>DFDRS<\/span>\n<\/button>\n<\/div>\n\n<!-- TAB 1 -->\n<div class=\"tab-content active\" data-tab=\"1\">\n<div class=\"direction-header\">\n<div class=\"direction-header-icon\" style=\"background-color:var(--tab-1);\">\n<i class=\"fas fa-graduation-cap\"><\/i>\n<\/div>\n<div class=\"direction-header-text\">\n<h2>Directorate of Education, Degrees and Continuing Training<\/h2>\n<p>Deputy Director<\/p>\n<\/div>\n<\/div>\n\n<div class=\"direction-description\" style=\"border-left-color:var(--tab-1);\">\nResponsible for academic monitoring, teaching quality assurance, degree compliance, and the development of continuing education. This directorate ensures academic excellence and alignment of programs with labor market needs.\n<\/div>\n<\/div>\n\n<!-- TAB 2 -->\n<div class=\"tab-content\" data-tab=\"2\">\n<div class=\"direction-header\">\n<div class=\"direction-header-icon\" style=\"background-color:var(--tab-2);\">\n<i class=\"fas fa-broadcast-tower\"><\/i>\n<\/div>\n<div class=\"direction-header-text\">\n<h2>Directorate of Information Systems, Communication and External Relations<\/h2>\n<p>Deputy Director<\/p>\n<\/div>\n<\/div>\n\n<div class=\"direction-description\" style=\"border-left-color:var(--tab-2);\">\nManages IT systems, digital communication, external relations, and institutional visibility. This directorate ensures digital transformation and institutional outreach.\n<\/div>\n<\/div>\n\n<!-- TAB 3 -->\n<div class=\"tab-content\" data-tab=\"3\">\n<div class=\"direction-header\">\n<div class=\"direction-header-icon\" style=\"background-color:var(--tab-3);\">\n<i class=\"fas fa-shield-alt\"><\/i>\n<\/div>\n<div class=\"direction-header-text\">\n<h2>Directorate of Systems Security and Specific Resources<\/h2>\n<p>Deputy Director<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- TAB 4 -->\n<div class=\"tab-content\" data-tab=\"4\">\n<div class=\"direction-header\">\n<div class=\"direction-header-icon\" style=\"background-color:var(--tab-4);\">\n<i class=\"fas fa-flask\"><\/i>\n<\/div>\n<div class=\"direction-header-text\">\n<h2>Directorate of Doctoral Training, Scientific Research, Technological Development, Innovation and Entrepreneurship Promotion<\/h2>\n<p>Deputy Director<\/p>\n<\/div>\n<\/div>\n\n<div class=\"direction-description\" style=\"border-left-color:var(--tab-4);\">\nLeads scientific research, doctoral training, technological innovation, and entrepreneurship promotion. This directorate drives scientific excellence and innovation within the institution.\n<\/div>\n<\/div>\n\n<\/div>\n<\/div>\n<\/div>\n\n<script>\ndocument.querySelectorAll('.tab-btn').forEach(btn=>{\nbtn.addEventListener('click',function(){\ndocument.querySelectorAll('.tab-btn').forEach(b=>b.classList.remove('active'));\ndocument.querySelectorAll('.tab-content').forEach(c=>c.classList.remove('active'));\nthis.classList.add('active');\ndocument.querySelector(`.tab-content[data-tab=\"${this.dataset.tab}\"]`).classList.add('active');\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>Deputy Directorates &#8211; National Higher School of Cybersecurity (ENSCS) Deputy Directorates The Director of the School is assisted by four Deputy Directorates, each specialized in a key domain essential to the proper functioning and development of the institution. Select a directorate to discover its detailed missions and organizational structure. DEDFC DSICRE DSSMS DFDRS Directorate of [&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-12371","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12371","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=12371"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12371\/revisions"}],"predecessor-version":[{"id":12556,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12371\/revisions\/12556"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}