{"id":13299,"date":"2026-07-14T18:58:17","date_gmt":"2026-07-14T16:58:17","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?p=13299"},"modified":"2026-07-15T12:44:01","modified_gmt":"2026-07-15T10:44:01","slug":"results-of-the-national-entrance-examination-for-admission-to-third-cycle-doctoral-training","status":"publish","type":"post","link":"https:\/\/www.enscs.edu.dz\/?p=13299&lang=en","title":{"rendered":"Results of the National Entrance Examination for Admission to Third-Cycle (Doctoral) Training"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"13299\" class=\"elementor elementor-13299\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb6cd40 e-flex e-con-boxed e-con e-parent\" data-id=\"cb6cd40\" 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-71282e9 elementor-widget elementor-widget-html\" data-id=\"71282e9\" 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>NSCS - PhD Competition Results 2026<\/title>\n\n    <style>\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        }\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        \/* ===== FORCE FULL WIDTH ===== *\/\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: 40px 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        }\n\n        \/* ===== MAIN CONTAINER ===== *\/\n        .content-container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* ===== PAGE TITLE ===== *\/\n        .page-title {\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #1a3c2e;\n            text-align: center;\n            margin-bottom: 15px;\n            padding-bottom: 15px;\n            border-bottom: 4px solid #2a8c47;\n            position: relative;\n        }\n\n        .page-title:after {\n            content: '';\n            position: absolute;\n            bottom: -4px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background-color: #1a6e35;\n        }\n\n        .page-subtitle {\n            text-align: center;\n            font-size: 1.1rem;\n            color: #4a5568;\n            margin-bottom: 30px;\n        }\n\n        \/* ===== ARTICLE CONTENT ===== *\/\n        .article-content {\n            background: var(--card-bg);\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        .article-text {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            color: #2d3748;\n        }\n\n        .article-text p {\n            margin-bottom: 1.8em;\n            text-align: justify;\n        }\n\n        \/* ===== RESULTS DOWNLOAD SECTION ===== *\/\n        .results-section {\n            background: #f0f7f2;\n            border-radius: 12px;\n            padding: 30px 35px;\n            margin: 30px 0 40px 0;\n            border-left: 5px solid #2a8c47;\n        }\n\n        .results-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1a3c2e;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .results-title i {\n            color: #2a8c47;\n        }\n\n        .results-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .result-card {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 25px;\n            box-shadow: 0 3px 12px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            border-bottom: 3px solid #2a8c47;\n        }\n\n        .result-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n        }\n\n        .result-icon {\n            font-size: 2.2rem;\n            color: #2a8c47;\n            flex-shrink: 0;\n        }\n\n        .result-info {\n            flex: 1;\n        }\n\n        .result-info h4 {\n            font-size: 0.95rem;\n            font-weight: 700;\n            color: #1a3c2e;\n            margin-bottom: 4px;\n        }\n\n        .result-info p {\n            font-size: 0.8rem;\n            color: #4a5568;\n            margin-bottom: 0;\n        }\n\n        .result-download {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: #2a8c47;\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 0.75rem;\n            font-weight: 600;\n            transition: background 0.3s ease;\n            flex-shrink: 0;\n        }\n\n        .result-download:hover {\n            background: #1a6e35;\n        }\n\n        \/* ===== IMAGE GALLERY ===== *\/\n        .gallery-section {\n            margin: 40px 0 20px 0;\n        }\n\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 25px;\n            width: 100%;\n        }\n\n        .gallery-item {\n            background: var(--card-bg);\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            cursor: pointer;\n            transition: transform 0.2s ease;\n        }\n\n        .gallery-item:hover {\n            transform: scale(1.01);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* ===== LIGHTBOX ===== *\/\n        .lightbox {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, 0.95);\n            overflow: hidden;\n        }\n\n        .lightbox-content {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 100%;\n            width: 100%;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .lightbox-image {\n            max-width: 90%;\n            max-height: 80%;\n            object-fit: contain;\n            border-radius: 5px;\n        }\n\n        .close-lightbox {\n            position: absolute;\n            top: 25px;\n            right: 35px;\n            color: white;\n            font-size: 45px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: color 0.3s;\n            z-index: 1001;\n        }\n\n        .close-lightbox:hover {\n            color: #ccc;\n        }\n\n        .lightbox-nav {\n            position: absolute;\n            top: 50%;\n            width: 100%;\n            display: flex;\n            justify-content: space-between;\n            transform: translateY(-50%);\n            padding: 0 25px;\n            box-sizing: border-box;\n            z-index: 1001;\n        }\n\n        .lightbox-nav-btn {\n            background: rgba(255, 255, 255, 0.2);\n            border: none;\n            color: white;\n            font-size: 32px;\n            cursor: pointer;\n            padding: 12px 24px;\n            border-radius: 50%;\n            transition: background 0.3s;\n        }\n\n        .lightbox-nav-btn:hover {\n            background: rgba(255, 255, 255, 0.3);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n                gap: 20px;\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 30px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 40px 30px;\n            }\n            \n            .article-text {\n                font-size: 1.1rem;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .gallery-item img {\n                height: 220px;\n            }\n\n            .page-title {\n                font-size: 2rem;\n            }\n\n            .results-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper {\n                padding: 25px 10px;\n            }\n            \n            .content-container {\n                padding: 0 10px;\n            }\n            \n            .article-content {\n                padding: 30px 20px;\n            }\n            \n            .article-text {\n                font-size: 1.05rem;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .gallery-item img {\n                height: 240px;\n            }\n\n            .page-title {\n                font-size: 1.6rem;\n            }\n\n            .results-section {\n                padding: 20px;\n            }\n\n            .result-card {\n                flex-wrap: wrap;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .full-width-wrapper {\n                padding: 20px 10px;\n            }\n            \n            .article-content {\n                padding: 25px 15px;\n            }\n            \n            .article-text {\n                font-size: 1rem;\n            }\n            \n            .gallery-item img {\n                height: 200px;\n            }\n\n            .page-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\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<\/head>\n\n<body>\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        \n        <!-- MAIN CONTENT -->\n        <div class=\"article-content\">\n            <div class=\"article-text\">\n                <p>\n                    On <strong>July 11, 2026<\/strong>, the National School of Cybersecurity (NSCS) successfully organized the national competition for admission to doctoral studies for the academic year 2026-2027, in an atmosphere marked by transparency, fairness, and quality of organization.\n                <\/p>\n\n                <p>\n                    This competition brought together candidates from various universities and national  schools, competing to join doctoral programs in <strong>Cybersecurity<\/strong> and <strong>Cryptography<\/strong>.\n                <\/p>\n\n                <p>\n                    This major academic event demonstrates NSCS's commitment to excellence in training and scientific research, as well as its determination to train a new generation of researchers and innovators capable of meeting the growing challenges in the field of cybersecurity.\n                <\/p>\n\n                <p>\n                    The School extends its sincere gratitude to all faculty members, administrative and technical staff, as well as to all those who contributed, through their professionalism and dedication, to the smooth conduct of this important national event.\n                <\/p>\n\n                <p>\n                    <strong>The results of the national competition for admission to doctoral studies 2026-2027 are now available.<\/strong> Candidates are invited to consult the lists of admitted candidates and the official results published by the School.\n                <\/p>\n            <\/div>\n\n            <!-- RESULTS DOWNLOAD SECTION -->\n            <div class=\"results-section\">\n                <div class=\"results-title\">\n                    <i class=\"fas fa-file-pdf\"><\/i>\n                    Competition Results\n                <\/div>\n                <div class=\"results-grid\">\n                    <!-- Result 1 -->\n                    <div class=\"result-card\">\n                        <div class=\"result-icon\">\ud83d\udcd8<\/div>\n                        <div class=\"result-info\">\n                            <h4>Mathematics - Cryptography and Applications<\/h4>\n                        <\/div>\n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/Resultat_Concours_National_Doctorat_26-27_MATH_CRYPTO.pdf\" class=\"result-download\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download\n                        <\/a>\n                    <\/div>\n\n                    <!-- Result 2 -->\n                    <div class=\"result-card\">\n                        <div class=\"result-icon\">\ud83d\udcbb<\/div>\n                        <div class=\"result-info\">\n                            <h4>Computer Science - Cryptography and Applications<\/h4>\n                        <\/div>\n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/Resultat_Concours_National_Doctorat_26-27_INFO_CRYPTO.pdf\" class=\"result-download\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download\n                        <\/a>\n                    <\/div>\n\n                    <!-- Result 3 -->\n                    <div class=\"result-card\">\n                        <div class=\"result-icon\">\ud83d\udee1\ufe0f<\/div>\n                        <div class=\"result-info\">\n                            <h4>Computer Science - Systems Cybersecurity<\/h4>\n                        <\/div>\n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/Resultat_Concours_National_Doctorat_26-27_INFO_CYBER.pdf\" class=\"result-download\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- IMAGE GALLERY -->\n            <div class=\"gallery-section\">\n                <div class=\"gallery-grid\">\n                    <div class=\"gallery-item\" onclick=\"openLightbox(1)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/743811293_122143048737136336_5773091485501635301_n.jpg\" alt=\"PhD Competition 2026 - Image 1\">\n                    <\/div>\n                    \n                    <div class=\"gallery-item\" onclick=\"openLightbox(2)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/745747375_122143048923136336_1024115299697868935_n.jpg\" alt=\"PhD Competition 2026 - Image 2\">\n                    <\/div>\n                    \n                    <div class=\"gallery-item\" onclick=\"openLightbox(3)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/745769660_122143049091136336_4008632683029988489_n.jpg\" alt=\"PhD Competition 2026 - Image 3\">\n                    <\/div>\n                    \n                    <div class=\"gallery-item\" onclick=\"openLightbox(4)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/746041659_122143048605136336_5022725830396549355_n-1.jpg\" alt=\"PhD Competition 2026 - Image 4\">\n                    <\/div>\n\n                    <div class=\"gallery-item\" onclick=\"openLightbox(5)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/747273914_122143049007136336_2964650883208145544_n.jpg\" alt=\"PhD Competition 2026 - Image 5\">\n                    <\/div>\n\n                    <div class=\"gallery-item\" onclick=\"openLightbox(6)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/747334073_122143048839136336_6582660051735431107_n.jpg\" alt=\"PhD Competition 2026 - Image 6\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<!-- LIGHTBOX -->\n<div id=\"lightbox\" class=\"lightbox\">\n    <span class=\"close-lightbox\" onclick=\"closeLightbox()\">&times;<\/span>\n    <div class=\"lightbox-nav\">\n        <button class=\"lightbox-nav-btn\" onclick=\"changeImage(-1)\">&#10094;<\/button>\n        <button class=\"lightbox-nav-btn\" onclick=\"changeImage(1)\">&#10095;<\/button>\n    <\/div>\n    <div class=\"lightbox-content\">\n        <img decoding=\"async\" id=\"lightbox-img\" class=\"lightbox-image\" src=\"\" alt=\"Lightbox image\">\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Image data (6 images)\n    const galleryImages = [\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/743811293_122143048737136336_5773091485501635301_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/745747375_122143048923136336_1024115299697868935_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/745769660_122143049091136336_4008632683029988489_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/746041659_122143048605136336_5022725830396549355_n-1.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/747273914_122143049007136336_2964650883208145544_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/07\/747334073_122143048839136336_6582660051735431107_n.jpg\"\n        }\n    ];\n\n    let currentImageIndex = 0;\n\n    function openLightbox(index) {\n        currentImageIndex = index - 1;\n        updateLightbox();\n        document.getElementById('lightbox').style.display = 'block';\n        document.body.style.overflow = 'hidden';\n    }\n\n    function closeLightbox() {\n        document.getElementById('lightbox').style.display = 'none';\n        document.body.style.overflow = 'auto';\n    }\n\n    function changeImage(direction) {\n        currentImageIndex += direction;\n        \n        if (currentImageIndex < 0) {\n            currentImageIndex = galleryImages.length - 1;\n        } else if (currentImageIndex >= galleryImages.length) {\n            currentImageIndex = 0;\n        }\n        \n        updateLightbox();\n    }\n\n    function updateLightbox() {\n        const lightboxImg = document.getElementById('lightbox-img');\n        lightboxImg.src = galleryImages[currentImageIndex].src;\n    }\n\n    \/\/ Keyboard navigation\n    document.addEventListener('keydown', function(e) {\n        const lightbox = document.getElementById('lightbox');\n        if (lightbox.style.display === 'block') {\n            if (e.key === 'Escape') {\n                closeLightbox();\n            }\n            if (e.key === 'ArrowLeft') {\n                changeImage(-1);\n            }\n            if (e.key === 'ArrowRight') {\n                changeImage(1);\n            }\n        }\n    });\n\n    \/\/ Close when clicking outside the image\n    document.getElementById('lightbox').addEventListener('click', function(e) {\n        if (e.target === this) {\n            closeLightbox();\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>NSCS &#8211; PhD Competition Results 2026 On July 11, 2026, the National School of Cybersecurity (NSCS) successfully organized the national competition for admission to doctoral studies for the academic year 2026-2027, in an atmosphere marked by transparency, fairness, and quality of organization. This competition brought together candidates from various universities and national schools, competing to [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13299","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/13299","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"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=13299"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/13299\/revisions"}],"predecessor-version":[{"id":13338,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/13299\/revisions\/13338"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=13299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=13299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}