{"id":12363,"date":"2026-02-28T11:42:54","date_gmt":"2026-02-28T10:42:54","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12363"},"modified":"2026-02-28T18:08:59","modified_gmt":"2026-02-28T17:08:59","slug":"scientific-council-2","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12363&lang=en","title":{"rendered":"Scientific Council"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12363\" class=\"elementor elementor-12363\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b660eaa e-flex e-con-boxed e-con e-parent\" data-id=\"b660eaa\" 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-9da073f elementor-widget elementor-widget-html\" data-id=\"9da073f\" 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>Scientific Council - 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        \/* 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            --science-color: #3182ce;\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        }\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        }\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(--science-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(--science-color);\n        }\n\n        .legal-framework {\n            background-color: #f0f7ff;\n            border-left: 4px solid var(--science-color);\n            padding: 25px 30px;\n            margin-bottom: 40px;\n            border-radius: 0 8px 8px 0;\n        }\n\n        .legal-title {\n            font-size: 1.1rem;\n            color: var(--science-color);\n            margin-bottom: 15px;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .legal-text {\n            font-size: 1rem;\n            line-height: 1.7;\n            color: var(--primary-color);\n        }\n\n        .section {\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            color: var(--science-color);\n            margin-bottom: 30px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .section-title i {\n            font-size: 1.8rem;\n            color: var(--science-color);\n        }\n\n        .section-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: var(--text-color);\n            text-align: justify;\n        }\n\n        .composition-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .composition-item,\n        .attribution-item {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--science-color);\n            padding: 18px 22px 18px 32px;\n            border-radius: 0 8px 8px 0;\n            position: relative;\n        }\n\n        .composition-item:before,\n        .attribution-item:before {\n            content: \"*\";\n            position: absolute;\n            left: 18px;\n            color: var(--science-color);\n            font-weight: bold;\n            font-size: 1.5rem;\n            top: 18px;\n        }\n\n        .composition-text,\n        .attribution-text {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        .composition-note {\n            background-color: #e8f0fe;\n            border: 1px solid #d0e0ff;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            font-size: 1.1rem;\n        }\n\n        .attributions-list {\n            columns: 2;\n            column-gap: 40px;\n            margin: 30px 0;\n        }\n\n        .functioning-section {\n            background-color: #f9f9f9;\n            border: 1px solid var(--border-color);\n            padding: 30px;\n            border-radius: 8px;\n            margin-top: 40px;\n        }\n\n        .functioning-title {\n            font-size: 1.4rem;\n            color: var(--science-color);\n            margin-bottom: 20px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .functioning-content {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n        }\n\n        .functioning-item {\n            padding: 20px;\n            background-color: white;\n            border-radius: 6px;\n            border: 1px solid var(--border-color);\n        }\n\n        .functioning-item h4 {\n            color: var(--science-color);\n            margin-bottom: 10px;\n        }\n\n        .members-section {\n            background-color: #fff8e1;\n            border: 1px solid #ffecb3;\n            padding: 40px;\n            border-radius: 8px;\n            margin-top: 50px;\n            text-align: center;\n        }\n\n        .members-title {\n            font-size: 1.6rem;\n            color: #b06a00;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .members-message {\n            font-size: 1.2rem;\n            line-height: 1.6;\n        }\n\n        @media (max-width: 992px) {\n            .composition-grid,\n            .functioning-content {\n                grid-template-columns: 1fr;\n            }\n\n            .attributions-list {\n                columns: 1;\n            }\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\">The Scientific Council<\/h1>\n\n<div class=\"legal-framework\">\n<div class=\"legal-title\"><i class=\"fas fa-gavel\"><\/i>Legal Framework<\/div>\n<div class=\"legal-text\">\nPresidential Decree No. 23-416 of 26 November 2023 establishing the standard statutes of the National Higher School under the technological hub of Sidi Abdellah (Wilaya of Algiers), and Presidential Decree No. 24-181 of 5 June 2024 establishing a National Higher School of Cybersecurity.\n<\/div>\n<\/div>\n\n<div class=\"section\">\n<h2 class=\"section-title\"><i class=\"fas fa-users\"><\/i>Composition of the Scientific Council<\/h2>\n<div class=\"section-text\"><p>The Scientific Council is composed of:<\/p><\/div>\n\n<div class=\"composition-grid\">\n<div class=\"composition-item\"><div class=\"composition-text\">The Director of the School, Chairperson<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">The Deputy Directors<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">The Heads of Departments<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">The Chairs of the Departmental Scientific Committees<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">The Director(s) of research unit(s) and\/or laboratory(ies), where applicable<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">The Director of the Library<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">One representative of the Information Systems Security Agency<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">Four Professors from different departments<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">Two Associate Professors (Class A)<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">Two Associate Professors (Class B)<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">One elected representative of associate lecturers, where applicable<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">Two teacher-researchers from other higher education institutions<\/div><\/div>\n<div class=\"composition-item\"><div class=\"composition-text\">One to two highly qualified academic or professional experts proposed by the Director<\/div><\/div>\n<\/div>\n\n<div class=\"composition-note\">\nThe Scientific Council may invite any person whose expertise may be useful to its work.<br><br>\nMembership is incompatible with holding a higher functional or structural administrative position.\n<\/div>\n<\/div>\n\n<div class=\"section\">\n<h2 class=\"section-title\"><i class=\"fas fa-tasks\"><\/i>Responsibilities of the Scientific Council<\/h2>\n<div class=\"section-text\">\n<p>The Scientific Council is a consultative body. It issues opinions and recommendations notably on institutional planning, training and research programs, partnerships, innovation, quality assurance, and information systems.<\/p>\n<p>It proposes research policy orientations and provides opinions on pedagogical and scientific matters submitted by its Chairperson. The Director informs the Board of Directors of its recommendations.<\/p>\n<\/div>\n<\/div>\n\n<div class=\"section\">\n<h2 class=\"section-title\"><i class=\"fas fa-cogs\"><\/i>Functioning of the Scientific Council<\/h2>\n<div class=\"functioning-section\">\n<h3 class=\"functioning-title\"><i class=\"fas fa-calendar-alt\"><\/i>Meetings and Deliberations<\/h3>\n\n<div class=\"functioning-content\">\n<div class=\"functioning-item\">\n<h4>Elections and Term of Office<\/h4>\n<p>Members representing teacher-researchers are elected for three years, renewable once.<\/p>\n<\/div>\n\n<div class=\"functioning-item\">\n<h4>Ordinary and Extraordinary Sessions<\/h4>\n<p>The Council meets twice a year in ordinary session and may convene extraordinary sessions upon request.<\/p>\n<\/div>\n\n<div class=\"functioning-item\">\n<h4>Voting and Decisions<\/h4>\n<p>Opinions are adopted by consensus or by simple majority vote. The Chairperson has the casting vote in case of a tie.<\/p>\n<\/div>\n\n<div class=\"functioning-item\">\n<h4>Internal Regulations<\/h4>\n<p>The Council adopts its internal rules specifying quorum and majority requirements.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"members-section\">\n<h3 class=\"members-title\">List of Members of the Scientific Council<\/h3>\n<div class=\"members-message\">\n<p>The official list of members will be published soon.<\/p>\n<\/div>\n<\/div>\n\n<\/div>\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>Scientific Council &#8211; National Higher School of Cybersecurity (ENSCS) The Scientific Council Legal Framework Presidential Decree No. 23-416 of 26 November 2023 establishing the standard statutes of the National Higher School under the technological hub of Sidi Abdellah (Wilaya of Algiers), and Presidential Decree No. 24-181 of 5 June 2024 establishing a National Higher School [&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-12363","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12363","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=12363"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12363\/revisions"}],"predecessor-version":[{"id":12546,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12363\/revisions\/12546"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}