{"id":12377,"date":"2026-02-28T11:56:04","date_gmt":"2026-02-28T10:56:04","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12377"},"modified":"2026-02-28T18:43:56","modified_gmt":"2026-02-28T17:43:56","slug":"organizational-chart","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12377&lang=en","title":{"rendered":"Organizational Chart"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12377\" class=\"elementor elementor-12377\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac70705 e-flex e-con-boxed e-con e-parent\" data-id=\"ac70705\" 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-b0db92c elementor-widget elementor-widget-html\" data-id=\"b0db92c\" 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>Organizational Chart - National Higher School of Cybersecurity (NSCS)<\/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-blue: #3182ce;\n            --accent-blue-dark: #2c5282;\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        .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        .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 10px 30px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        .page-title {\n            font-size: 2.4rem;\n            color: var(--accent-blue-dark);\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-dark);\n        }\n\n        .intro-text {\n            font-size: 1.2rem;\n            text-align: center;\n            margin-bottom: 60px;\n            color: var(--secondary-color);\n            line-height: 1.7;\n            max-width: 1000px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .direction-container {\n            text-align: center;\n            margin-bottom: 80px;\n            position: relative;\n        }\n\n        .direction-box {\n            background: white;\n            border: 3px solid var(--accent-blue-dark);\n            border-radius: 12px;\n            padding: 30px;\n            width: 400px;\n            margin: 0 auto;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            position: relative;\n            z-index: 10;\n        }\n\n        .direction-icon {\n            font-size: 3rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 20px;\n        }\n\n        .direction-title {\n            font-size: 1.8rem;\n            color: var(--accent-blue-dark);\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .direction-subtitle {\n            font-size: 1.1rem;\n            color: var(--secondary-color);\n        }\n\n        .zones-container {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        .zone-card {\n            background: white;\n            border: 2px solid var(--border-color);\n            border-radius: 10px;\n            padding: 30px;\n            text-align: center;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            position: relative;\n            min-height: 180px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .zone-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n        }\n\n        .zone-card.active {\n            border-color: var(--accent-blue);\n            background-color: #f0f9ff;\n        }\n\n        .zone-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            transition: all 0.3s ease;\n        }\n\n        .zone-title {\n            font-size: 1.4rem;\n            color: var(--accent-blue-dark);\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .zone-count {\n            font-size: 1rem;\n            color: var(--secondary-color);\n            background: #ebf8ff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            display: inline-block;\n            margin-top: 10px;\n            font-weight: 600;\n        }\n\n        .zone-content {\n            display: none;\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 2px solid var(--border-color);\n            width: 100%;\n        }\n\n        .zone-card.active .zone-content {\n            display: block;\n        }\n\n        .zone-subtitle {\n            font-size: 1.2rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 20px;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .details-grid {\n            display: grid;\n            gap: 20px;\n        }\n\n        .zone-1 .details-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .zone-2 .details-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .zone-3 .details-grid,\n        .zone-4 .details-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .detail-item {\n            background: white;\n            border: 1px solid var(--border-color);\n            border-radius: 8px;\n            padding: 25px;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .detail-title {\n            font-size: 1.1rem;\n            color: var(--accent-blue-dark);\n            font-weight: 700;\n            margin-bottom: 10px;\n            line-height: 1.3;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        <div class=\"article-content\">\n            \n            <h2 class=\"page-title\">School Organizational Chart<\/h2>\n\n            <div class=\"intro-text\">\n                <p>Discover the organizational structure of the National Higher School of Cybersecurity (NSCS). Click on each section to display its components.<\/p>\n            <\/div>\n\n            <div class=\"direction-container\">\n                <div class=\"direction-box\">\n                    <div class=\"direction-icon\">\n                        <i class=\"fas fa-university\"><\/i>\n                    <\/div>\n                    <h3 class=\"direction-title\">School Directorate<\/h3>\n                    <div class=\"direction-subtitle\">National Higher School of Cybersecurity (NSCS)<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"zones-container\">\n                \n                <!-- ZONE 1 -->\n                <div class=\"zone-card zone-1\">\n                    <div class=\"zone-icon\">\n                        <i class=\"fas fa-graduation-cap\"><\/i>\n                    <\/div>\n                    <h4 class=\"zone-title\">Departments<\/h4>\n                    <div class=\"zone-count\">3 departments<\/div>\n\n                    <div class=\"zone-content\">\n                        <div class=\"zone-subtitle\">Academic Departments<\/div>\n                        <div class=\"details-grid\">\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Foundational Training in Cybersecurity<\/h5>\n                            <\/div>\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Cybersecurity Engineering and Secure Digital Development (ICDNS)<\/h5>\n                            <\/div>\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Secure Infrastructure and Governance Engineering (2ISG)<\/h5>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ZONE 2 -->\n                <div class=\"zone-card zone-2\">\n                    <div class=\"zone-icon\">\n                        <i class=\"fas fa-sitemap\"><\/i>\n                    <\/div>\n                    <h4 class=\"zone-title\">Deputy Directorates<\/h4>\n                    <div class=\"zone-count\">4 directorates<\/div>\n\n                    <div class=\"zone-content\">\n                        <div class=\"details-grid\">\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Academic Affairs, Degrees and Continuing Education<\/h5>\n                            <\/div>\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Doctoral Training, Research, Innovation and Entrepreneurship<\/h5>\n                            <\/div>\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Information Systems, Communication and External Relations<\/h5>\n                            <\/div>\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Systems Security and Specialized Resources<\/h5>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ZONE 3 -->\n                <div class=\"zone-card zone-3\">\n                    <div class=\"zone-icon\">\n                        <i class=\"fas fa-briefcase\"><\/i>\n                    <\/div>\n                    <h4 class=\"zone-title\">General Secretariat<\/h4>\n                    <div class=\"zone-count\">Administrative and Financial Management<\/div>\n\n                    <div class=\"zone-content\">\n                        <div class=\"details-grid\">\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">General Secretariat<\/h5>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ZONE 4 -->\n                <div class=\"zone-card zone-4\">\n                    <div class=\"zone-icon\">\n                        <i class=\"fas fa-book-open\"><\/i>\n                    <\/div>\n                    <h4 class=\"zone-title\">Library<\/h4>\n                    <div class=\"zone-count\">Documentation Center<\/div>\n\n                    <div class=\"zone-content\">\n                        <div class=\"details-grid\">\n                            <div class=\"detail-item\">\n                                <h5 class=\"detail-title\">Library Directorate<\/h5>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\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>Organizational Chart &#8211; National Higher School of Cybersecurity (NSCS) School Organizational Chart Discover the organizational structure of the National Higher School of Cybersecurity (NSCS). Click on each section to display its components. School Directorate National Higher School of Cybersecurity (NSCS) Departments 3 departments Academic Departments Foundational Training in Cybersecurity Cybersecurity Engineering and Secure Digital Development [&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-12377","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12377","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=12377"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12377\/revisions"}],"predecessor-version":[{"id":12563,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12377\/revisions\/12563"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}