{"id":12287,"date":"2026-02-27T17:11:51","date_gmt":"2026-02-27T16:11:51","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12287"},"modified":"2026-02-27T22:25:52","modified_gmt":"2026-02-27T21:25:52","slug":"incubator","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12287&lang=en","title":{"rendered":"Incubator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12287\" class=\"elementor elementor-12287\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b84c4c8 e-flex e-con-boxed e-con e-parent\" data-id=\"b84c4c8\" 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-53500f6 elementor-widget elementor-widget-html\" data-id=\"53500f6\" 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>NSCS incubator - National Higher School of Cybersecurity (NSCS)<\/title>\n\n    <!-- Font Awesome pour les ic\u00f4nes -->\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 - PALETTE BLEUE *\/\n        :root {\n            --primary-color: #2c3e50;\n            --secondary-color: #7f8c8d;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e0e0e0;\n            --accent-blue: #5d9cec;\n            --accent-blue-dark: #4a89dc;\n            --accent-blue-light: #63b3ed;\n            --accent-indigo: #4c51bf;\n            --accent-teal: #319795;\n            --text-color: #333333;\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        \/* ===== 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%, #f1f3f5 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.05);\n            margin-bottom: 40px;\n            border: 1px solid var(--border-color);\n        }\n\n        \/* ===== TITRE PRINCIPAL ===== *\/\n        .page-title {\n            font-size: 2.2rem;\n            color: var(--primary-color);\n            margin-bottom: 40px;\n            font-weight: 700;\n            text-align: center;\n            padding-bottom: 18px;\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: 180px;\n            height: 3px;\n            background-color: var(--accent-blue);\n        }\n\n        \/* ===== INTRODUCTION ===== *\/\n        .intro-section {\n            margin-bottom: 45px;\n        }\n\n        .intro-text {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            color: var(--text-color);\n            text-align: justify;\n        }\n\n        .intro-text p {\n            margin-bottom: 1.3em;\n        }\n\n        \/* ===== SECTIONS ACCORD\u00c9ON ===== *\/\n        .accordion-section {\n            margin-bottom: 20px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n            border: 1px solid var(--border-color);\n        }\n\n        .accordion-header {\n            background-color: #f8fafc;\n            padding: 22px 25px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background-color: #edf2f7;\n        }\n\n        .accordion-header.active {\n            background-color: #e8f4fd;\n            border-bottom: 2px solid var(--accent-blue);\n        }\n\n        .accordion-title {\n            font-size: 1.3rem;\n            color: var(--primary-color);\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .accordion-title i {\n            font-size: 1.3rem;\n            color: var(--accent-blue);\n        }\n\n        .accordion-icon {\n            transition: transform 0.3s ease;\n            font-size: 1.1rem;\n            color: var(--accent-blue);\n        }\n\n        .accordion-header.active .accordion-icon {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            padding: 0;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.3s ease;\n            background-color: white;\n        }\n\n        .accordion-content.active {\n            padding: 25px;\n            max-height: 2000px;\n        }\n\n        \/* ===== CONTENU DES SECTIONS ===== *\/\n        .section-content {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            color: var(--text-color);\n        }\n\n        .section-content ul {\n            margin: 20px 0 20px 30px;\n        }\n\n        .section-content li {\n            margin-bottom: 10px;\n            position: relative;\n            padding-left: 10px;\n        }\n\n        .section-content li:before {\n            content: \"\u2022\";\n            position: absolute;\n            left: -15px;\n            color: var(--accent-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* ===== PROCESSUS D'INCUBATION ===== *\/\n        .process-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin: 35px 0;\n        }\n\n        .process-phase {\n            background: var(--card-bg);\n            border: 2px solid var(--border-color);\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n            position: relative;\n        }\n\n        .phase-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .phase-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3rem;\n        }\n\n        .phase-1 .phase-icon {\n            background-color: #ebf8ff;\n            color: var(--accent-blue);\n        }\n\n        .phase-2 .phase-icon {\n            background-color: #e6fffa;\n            color: var(--accent-teal);\n        }\n\n        .phase-3 .phase-icon {\n            background-color: #e6f7ff;\n            color: var(--accent-indigo);\n        }\n\n        .phase-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n        }\n\n        .phase-1 .phase-title {\n            color: var(--accent-blue);\n        }\n\n        .phase-2 .phase-title {\n            color: var(--accent-teal);\n        }\n\n        .phase-3 .phase-title {\n            color: var(--accent-indigo);\n        }\n\n        .phase-duration {\n            font-size: 0.9rem;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            font-style: italic;\n        }\n\n        .phase-content {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        .phase-list {\n            margin: 15px 0 0 20px;\n        }\n\n        .phase-item {\n            margin-bottom: 10px;\n            font-size: 1rem;\n            line-height: 1.5;\n            color: var(--text-color);\n            position: relative;\n            padding-left: 20px;\n        }\n\n        .phase-item:before {\n            content: \"\u2022\";\n            position: absolute;\n            left: 0;\n            color: var(--accent-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .process-note {\n            background-color: #f0f7ff;\n            border-left: 4px solid var(--accent-blue);\n            padding: 25px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n            font-size: 1.1rem;\n            color: var(--primary-color);\n        }\n\n        \/* ===== BOUTON POUR VOIR LES PROJETS ===== *\/\n        .show-projects-btn {\n            display: inline-block;\n            background-color: var(--accent-blue);\n            color: white;\n            border: none;\n            padding: 15px 30px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin: 20px 0;\n            text-align: center;\n        }\n\n        .show-projects-btn:hover {\n            background-color: var(--accent-blue-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 15px rgba(93, 156, 236, 0.3);\n        }\n\n        .show-projects-btn:active {\n            transform: translateY(0);\n        }\n\n        .projects-intro {\n            text-align: center;\n            margin: 40px 0 30px 0;\n        }\n\n        \/* ===== TABLEAU CACH\u00c9 ===== *\/\n        .projects-table-container {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.8s ease;\n            margin-top: 20px;\n        }\n\n        .projects-table-container.show {\n            max-height: 2000px;\n        }\n\n        .projects-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border: 1px solid var(--border-color);\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.5s ease, transform 0.5s ease;\n        }\n\n        .projects-table.show {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .projects-table thead {\n            background-color: #f0f7ff;\n        }\n\n        .projects-table th {\n            padding: 18px 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n            color: #f0f7ff;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .projects-table td {\n            padding: 15px;\n            border-bottom: 1px solid var(--border-color);\n            font-size: 1.05rem;\n            color: var(--text-color);\n            vertical-align: top;\n        }\n\n        .projects-table tbody tr:nth-child(even) {\n            background-color: #f8fafc;\n        }\n\n        .projects-table tbody tr:hover {\n            background-color: #f0f7ff;\n        }\n\n        .project-name {\n            font-weight: 500;\n            color: var(--primary-color);\n        }\n\n        .project-duration {\n            color: var(--accent-blue);\n            font-weight: 600;\n        }\n\n        \/* ===== NOTE IMPORTANTE ===== *\/\n        .important-note {\n            background-color: #ebf8ff;\n            border: 2px solid #bee3f8;\n            padding: 30px;\n            border-radius: 8px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .note-title {\n            font-size: 1.4rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 15px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .note-text {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .article-content {\n                padding: 40px;\n            }\n            \n            .process-container {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 80px 15px 50px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 35px 25px;\n            }\n            \n            .page-title {\n                font-size: 1.9rem;\n                margin-bottom: 35px;\n            }\n            \n            .accordion-title {\n                font-size: 1.2rem;\n            }\n            \n            .intro-text {\n                font-size: 1.05rem;\n            }\n            \n            .process-container {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n            \n            .process-phase {\n                padding: 25px;\n            }\n            \n            .phase-title {\n                font-size: 1.3rem;\n            }\n            \n            .phase-content {\n                font-size: 1rem;\n            }\n            \n            .projects-table th,\n            .projects-table td {\n                padding: 12px 10px;\n                font-size: 0.95rem;\n            }\n            \n            .important-note {\n                padding: 25px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper {\n                padding: 70px 10px 40px 10px;\n            }\n            \n            .content-container {\n                padding: 0 10px;\n            }\n            \n            .article-content {\n                padding: 30px 20px;\n            }\n            \n            .page-title {\n                font-size: 1.7rem;\n                margin-bottom: 30px;\n            }\n            \n            .accordion-title {\n                font-size: 1.2rem;\n            }\n            \n            .accordion-header {\n                padding: 20px 25px;\n            }\n            \n            .accordion-content.active {\n                padding: 25px;\n            }\n            \n            .intro-text {\n                font-size: 1rem;\n            }\n            \n            .process-phase {\n                padding: 20px;\n            }\n            \n            .phase-header {\n                flex-direction: column;\n                text-align: center;\n                gap: 10px;\n            }\n            \n            .phase-title {\n                font-size: 1.2rem;\n            }\n            \n            .projects-table {\n                display: block;\n                overflow-x: auto;\n                white-space: nowrap;\n            }\n            \n            .important-note {\n                padding: 20px;\n            }\n            \n            .note-title {\n                font-size: 1.2rem;\n            }\n            \n            .note-text {\n                font-size: 1rem;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .full-width-wrapper {\n                padding: 60px 10px 35px 10px;\n            }\n            \n            .article-content {\n                padding: 25px 18px;\n            }\n            \n            .page-title {\n                font-size: 1.5rem;\n                margin-bottom: 25px;\n                padding-bottom: 12px;\n            }\n            \n            .page-title:after {\n                width: 120px;\n            }\n            \n            .accordion-title {\n                font-size: 1.1rem;\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 10px;\n            }\n            \n            .accordion-header {\n                padding: 18px 20px;\n            }\n            \n            .accordion-content.active {\n                padding: 20px;\n            }\n            \n            .intro-text {\n                font-size: 0.95rem;\n                text-align: left;\n            }\n            \n            .process-phase {\n                padding: 18px;\n            }\n            \n            .phase-title {\n                font-size: 1.1rem;\n            }\n            \n            .phase-content {\n                font-size: 0.95rem;\n            }\n            \n            .phase-item {\n                font-size: 0.95rem;\n            }\n            \n            .projects-table th,\n            .projects-table td {\n                padding: 10px 8px;\n                font-size: 0.9rem;\n                white-space: normal;\n            }\n            \n            .project-duration {\n                font-size: 0.85rem;\n            }\n            \n            .show-projects-btn {\n                padding: 12px 25px;\n                font-size: 1rem;\n            }\n        }\n\n        \/* ANIMATIONS *\/\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .article-content {\n            animation: fadeIn 0.8s ease forwards;\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\">NSCS Incubator<\/h1>\n\n            <!-- SECTION INTRODUCTION -->\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p>\n                        The National School of Cybersecurity (NSCS) has the honor of announcing the establishment of a shared incubator service within the School, enabling it to host and support the creation of startups by both faculty members and students.\n\n                    <\/p>\n                    <p>\n                        The NSCS Incubator is a structure dedicated to supporting, maturing, and valorizing innovative projects led by students, doctoral candidates, and teacher-researchers of the School. It forms part of the institution\u2019s strategy to promote innovation, technological entrepreneurship, and the transfer of research outcomes to the national socio-economic sector.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION MISSIONS (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-bullseye\"><\/i>\n                        Missions\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>The incubator\u2019s main missions are to:<\/p>\n                        <ul>\n                            <li>Support project leaders in structuring and developing innovative ideas.<\/li>\n                            <li>Promote the creation of high\u2013technological-value startups, particularly in fields related to cybersecurity and digital technologies.<\/li>\n                            <li>Contribute to the valorization of scientific research results and technological development.<\/li>\n                            <li>Strengthen the entrepreneurial culture within the academic community.<\/li>\n                            <li>Develop synergies between the School, socio-economic actors, public institutions, and national partners.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION PUBLICS CONCERN\u00c9S (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-users\"><\/i>\n                        Target Audience\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>The incubator is primarily intended for:<\/p>\n                        <ul>\n                            <li>School students who are project holders of innovative ideas.<\/li>\n                            <li>Doctoral candidates engaged in research with strong valorization potential.<\/li>\n                            <li>Teacher-researchers wishing to transform research outcomes into entrepreneurial projects.<\/li>\n                            <li>Multidisciplinary teams originating from the School.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION PROCESSUS D'INCUBATION (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-sitemap\"><\/i>\n                        Incubation Process within the School Incubator\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>\n                            The incubation process is based on a progressive and structured approach, organized around three main phases: (a) pre-incubation, (b) incubation, and (c) acceleration and valorization.\n\n                        <\/p>\n                        \n                        <div class=\"process-container\">\n                            <!-- PHASE 1 -->\n                            <div class=\"process-phase phase-1\">\n                                <div class=\"phase-header\">\n                                    <div class=\"phase-icon\">\n                                        <i class=\"fas fa-lightbulb\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"phase-title\">Pre-Incubation <\/h3>\n                                        <div class=\"phase-duration\">(6 to 12 weeks)<\/div>\n                                    <\/div>\n                                <\/div>\n                                \n                                <div class=\"phase-content\">\n                                    <p>\n                                        This phase focuses on idea validation, technical and economic feasibility analysis, and initial project structuring. It aims to assist idea holders in validating their concept and organizing their project. It includes:<\/p>\n\n                                    <ul class=\"phase-list\">\n                                        <li class=\"phase-item\">Creativity workshops and ideation bootcamps.<\/li>\n                                        <li class=\"phase-item\">Awareness sessions on technological entrepreneurship.<\/li>\n                                        <li class=\"phase-item\">Initial technical and economic framing of projects.<\/li>\n                                    <\/ul>\n\n                                    <p style=\"margin-top: 15px; font-style: italic; font-size: 0.95rem;\">\n                                        As part of this initiative, the School launched an awareness campaign targeting teacher-researchers and students, encouraging them to submit innovative projects eligible for support by the incubator and other entrepreneurial structures.<\/p>\n                                <\/div>\n                            <\/div>\n                            \n                            <!-- PHASE 2 -->\n                            <div class=\"process-phase phase-2\">\n                                <div class=\"phase-header\">\n                                    <div class=\"phase-icon\">\n                                        <i class=\"fas fa-seedling\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"phase-title\">Incubation<\/h3>\n                                        <div class=\"phase-duration\">(6 to 9 months)<\/div>\n                                    <\/div>\n                                <\/div>\n                                \n                                <div class=\"phase-content\">\n                                    <p>\n                                        This phase provides in-depth support, including scientific and technical mentoring, business development assistance, business model structuring, and regular progress monitoring. Selected projects benefit from:<\/p>\n\n                                    <ul class=\"phase-list\">\n                                        <li class=\"phase-item\">Technical supervision and scientific mentoring.<\/li>\n                                        <li class=\"phase-item\">Business development support.<\/li>\n                                        <li class=\"phase-item\">Access to collaborative workspaces and controlled technical environments (laboratories, software platforms, cloud resources, etc.).<\/li>\n                                        <li class=\"phase-item\">Regular follow-up to structure technological and organizational roadmaps.<\/li>\n                                    <\/ul>\n                                    \n                                    <p style=\"margin-top: 15px; font-style: italic; font-size: 0.95rem;\">\n                                        During this phase, a dedicated schedule of activities called \u201cIncubator Days\u201d has been established. These days are intended for faculty members and project leaders to meet students, exchange ideas, and mature innovative concepts to strengthen their transformation potential into real entrepreneurial projects.\n                                    <\/p>\n                                <\/div>\n                            <\/div>\n                            \n                            <!-- PHASE 3 -->\n                            <div class=\"process-phase phase-3\">\n                                <div class=\"phase-header\">\n                                    <div class=\"phase-icon\">\n                                        <i class=\"fas fa-rocket\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"phase-title\">Acceleration and Valorization<\/h3>\n                                        <div class=\"phase-duration\">(3 to 6 months)<\/div>\n                                    <\/div>\n                                <\/div>\n                                \n                                <div class=\"phase-content\">\n                                    <p>This final phase focuses on market readiness, legal and institutional support, and networking with partners and funding structures. It prepares mature projects for market entry or contractual engagement with industrial partners. It includes:<\/p>\n\n                                    <ul class=\"phase-list\">\n                                        <li class=\"phase-item\">Legal support (intellectual property, confidentiality agreements, etc.).<\/li>\n                                        <li class=\"phase-item\">Communication and visibility actions.<\/li>\n                                        <li class=\"phase-item\">Connections with investors, funding bodies, and national support structures.<\/li>\n                                    <\/ul>\n\n                                    <p style=\"margin-top: 15px; font-style: italic; font-size: 0.95rem;\">\n                                        Throughout the process, awareness, training, and exchange activities (workshops, thematic days, expert meetings) are organized.\n                                    <\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"process-note\">\n                            <p>\n                                <strong>Supervision :<\/strong> \n                                The entire incubation process is supervised by a multidisciplinary team composed of teacher-researchers, domain experts, and economic partners, under the supervision of the incubator director. This organization ensures scientific rigor, technical relevance, and economic viability for each incubated project.\n\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION SERVICES PROPOS\u00c9S (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-concierge-bell\"><\/i>\n                        Services Offered\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>The incubator provides project holders with:<\/p>\n                        <ul>\n                            <li>Scientific and technical supervision by teacher-researchers and experts.<\/li>\n                            <li>Support in project structuring and entrepreneurial development.<\/li>\n                            <li>Access to suitable technical infrastructures and resources.<\/li>\n                            <li>Institutional support for valorization, communication, and ecosystem networking.<\/li>\n                            <li>A collaborative environment fostering innovation and experience sharing.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION INFRASTRUCTURES (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-building\"><\/i>\n                        Infrastructure\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>\n                            The incubator has dedicated spaces designed to meet the needs of incubated projects, including collaborative workspaces, meeting rooms, training rooms, and administrative offices. These spaces are equipped with appropriate infrastructure enabling development, prototyping, and teamwork under highly favorable professional conditions.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION ORGANISATION ET GOUVERNANCE (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-sitemap\"><\/i>\n                        Organization and Governance\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>\n                            The incubator operates under the responsibility of a manager appointed by the School. It relies on a multidisciplinary team comprising teacher-researchers, experts, and partners, ensuring project monitoring, evaluation, and support in line with the institution\u2019s strategic orientations.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION CANDIDATURE ET INT\u00c9GRATION (ACCORD\u00c9ON) -->\n            <div class=\"accordion-section\">\n                <div class=\"accordion-header\">\n                    <div class=\"accordion-title\">\n                        <i class=\"fas fa-file-signature\"><\/i>\n                        Application and Admission\n                    <\/div>\n                    <div class=\"accordion-icon\">\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"section-content\">\n                        <p>\n                            Access to the incubator is based on calls for projects and awareness campaigns organized by the School. Application procedures, selection criteria, and schedules are communicated through institutional channels. Selected projects are integrated into the incubator\u2019s defined support pathway.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION PROJETS\/STARTUPS -->\n            <div class=\"projects-intro\">\n                <h2 style=\"color: var(--accent-blue-dark); margin-bottom: 20px; font-size: 1.8rem;\">\n                    <i class=\"fas fa-project-diagram\"><\/i>\n                    Projects\/Startups Currently Under Selection for Incubation\n                <\/h2>\n                <p style=\"margin-bottom: 30px; font-size: 1.1rem;\">\n                    Discover the list of innovative projects currently being selected to join the NSCS incubator.\n                <\/p>\n                <button class=\"show-projects-btn\" id=\"showProjectsBtn\">\n                    <i class=\"fas fa-list\"><\/i> See the list of projects\n                <\/button>\n            <\/div>\n\n            <!-- TABLEAU DES PROJETS (CACH\u00c9 PAR D\u00c9FAUT) -->\n            <div class=\"projects-table-container\" id=\"projectsTableContainer\">\n                <table class=\"projects-table\" id=\"projectsTable\">\n                    <thead>\n                        <tr>\n                            <th>Project Title<\/th>\n                            <th>Estimated Incubation Duration<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <!-- Les projets seront ajout\u00e9s dynamiquement par JavaScript -->\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <!-- NOTE IMPORTANTE -->\n            <div class=\"important-note\">\n                <h3 class=\"note-title\">\n                    <i class=\"fas fa-info-circle\"><\/i>\n                    Ongoing Call for Proposals\n                <\/h3>\n                <p class=\"note-text\">\n                    The NSCS incubator is always open to innovative project proposals from the school's teaching staff and students. To submit your project, please contact the NSCS incubator service.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Fonction pour ajuster l'espace pour le menu WordPress\n        function adjustForWordPressMenu() {\n            const header = document.querySelector('header') || document.querySelector('.site-header') || document.querySelector('#masthead');\n            const wrapper = document.querySelector('.full-width-wrapper');\n            \n            \/\/ Espace par d\u00e9faut si aucun menu n'est d\u00e9tect\u00e9\n            let headerHeight = 100; \/\/ Valeur par d\u00e9faut\n            \n            if (header) {\n                \/\/ R\u00e9cup\u00e9rer la hauteur r\u00e9elle du header\n                headerHeight = header.offsetHeight;\n            }\n            \n            if (wrapper) {\n                \/\/ Ajuster le padding-top pour laisser de l'espace sous le menu\n                wrapper.style.paddingTop = (headerHeight + 40) + 'px';\n            }\n        }\n        \n        \/\/ Appeler la fonction imm\u00e9diatement\n        adjustForWordPressMenu();\n        \n        \/\/ R\u00e9ajuster lors du redimensionnement\n        window.addEventListener('resize', adjustForWordPressMenu);\n        \n        \/\/ R\u00e9ajuster apr\u00e8s un court d\u00e9lai (au cas o\u00f9 le DOM n'est pas compl\u00e8tement charg\u00e9)\n        setTimeout(adjustForWordPressMenu, 100);\n        setTimeout(adjustForWordPressMenu, 500);\n        setTimeout(adjustForWordPressMenu, 1000);\n        \n        \/\/ Remplir le tableau des projets\n        const projects = [\n            \"VIGIL - Raspberry Pi-Based Device Security Analyzer\",\n            \"Edge Physical+ Network Intrusion Detection\",\n            \"Energy Eye: Smart vision for traditional meters\",\n            \"Smart hash-based antivirus system\",\n            \"Retrofit validation BENCH for industrial packaging printers\",\n            \"Personal Privacy Guardian: Ultrasonic & Metadata Protection\",\n            \"Smart Transport Tracker System\",\n            \"CyberQuest Campus (CQC)\",\n            \"AegisAI - Deepfake Detection\",\n            \"SecureQR Scanner - Malware Detection App\",\n            \"SmartFlow - AI-Powered Intelligent Traffic Management System\",\n            \"Secure Freelancer Connect - Trusted Marketplace Platform\",\n            \"Site-Specific AI Knowledge Assistant\",\n            \"SafePath \u2013 Phone-Based Child Protection Against Loss and Abduction\",\n            \"Tazrout (FlowFarm) \u2013 Integrated Digital Eco-system for Farms\",\n            \"FinGuard AI: Automated Financial Threat Detection System\",\n            \"HanoTech \u2014 One Link. One Store. Endless Sales\",\n            \"Web-Based AI Agent for Phishing and Scam Detection\",\n            \"ChifaMed\",\n            \"DEPANINI\",\n            \"Algerian Freelance Platform with Integrated Local Payment Prototype\",\n            \"AI-Assisted In-Kernel DDoS Mitigation for Edge\",\n            \"Covert Infrastructure Assessment Toolkit\",\n            \"MoveDZ: An Intelligent Platform for Smart Mobility and Delay Detection\",\n            \"AI-Powered Phishing URL Detection System\",\n            \"Al- Driven LAN Monitor for DoS attack Detection\",\n            \"Campus Maintenance Hub\",\n            \"Compus cybersecuirity awareness game\",\n            \"Secure Storage Platform\",\n            \"Secure Share: Encrypted Temporary File Transfer Platform\",\n            \"Decentralized VPN with Reliable Blockchain Micropayments\",\n            \"RAKY: A Cyber Security Awareness Game and Learning Platform\",\n            \"Trisecure\",\n            \"Satellite Data Encryption System\",\n            \"Networks Graphic Engine\",\n            \"Customizable Platform-as-a-Service Solution\",\n            \"Next-Gen Antivirus Solution\",\n            \"Framework of defence attack CTF\",\n            \"Smart Monitoring and Analysis Infrastructure (SMAI)\",\n            \"Smart Medical Prescription & Delivery System\",\n            \"National Medical ERP\",\n            \"Intelligent Bluetooth Threat Detection and Classification using Bluing-Generated Data\"\n        ];\n\n        const projectsTableBody = document.querySelector('#projectsTable tbody');\n        if (projectsTableBody) {\n            projects.forEach(project => {\n                const row = document.createElement('tr');\n                row.innerHTML = `\n                    <td class=\"project-name\">${project}<\/td>\n                    <td class=\"project-duration\">24-36 months<\/td>\n                `;\n                projectsTableBody.appendChild(row);\n            });\n        }\n\n        \/\/ Gestion des accord\u00e9ons\n        const accordionHeaders = document.querySelectorAll('.accordion-header');\n        \n        accordionHeaders.forEach(header => {\n            header.addEventListener('click', function() {\n                \/\/ Fermer tous les autres accord\u00e9ons\n                accordionHeaders.forEach(otherHeader => {\n                    if (otherHeader !== this) {\n                        otherHeader.classList.remove('active');\n                        const otherContent = otherHeader.nextElementSibling;\n                        otherContent.classList.remove('active');\n                    }\n                });\n                \n                \/\/ Basculer l'\u00e9tat de l'accord\u00e9on actuel\n                this.classList.toggle('active');\n                const content = this.nextElementSibling;\n                content.classList.toggle('active');\n            });\n        });\n\n        \/\/ Ouvrir le premier accord\u00e9on par d\u00e9faut\n        if (accordionHeaders.length > 0) {\n            accordionHeaders[0].click();\n        }\n\n        \/\/ Gestion du bouton pour afficher les projets\n        const showProjectsBtn = document.getElementById('showProjectsBtn');\n        const projectsTableContainer = document.getElementById('projectsTableContainer');\n        const projectsTable = document.getElementById('projectsTable');\n        \n        let projectsVisible = false;\n        \n        if (showProjectsBtn && projectsTableContainer && projectsTable) {\n            showProjectsBtn.addEventListener('click', function() {\n                projectsVisible = !projectsVisible;\n                \n                if (projectsVisible) {\n                    projectsTableContainer.classList.add('show');\n                    setTimeout(() => {\n                        projectsTable.classList.add('show');\n                        showProjectsBtn.innerHTML = '<i class=\"fas fa-times\"><\/i> Hide the List of Projects';\n                    }, 100);\n                } else {\n                    projectsTable.classList.remove('show');\n                    setTimeout(() => {\n                        projectsTableContainer.classList.remove('show');\n                        showProjectsBtn.innerHTML = '<i class=\"fas fa-list\"><\/i> See the List of Projects';\n                    }, 500);\n                }\n            });\n        }\n\n        \/\/ Animation d'apparition progressive pour les sections\n        const sections = document.querySelectorAll('.accordion-section');\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry, index) => {\n                if (entry.isIntersecting) {\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }, index * 100);\n                }\n            });\n        }, {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        });\n\n        sections.forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\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 incubator &#8211; National Higher School of Cybersecurity (NSCS) NSCS Incubator The National School of Cybersecurity (NSCS) has the honor of announcing the establishment of a shared incubator service within the School, enabling it to host and support the creation of startups by both faculty members and students. The NSCS Incubator is a structure dedicated [&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-12287","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12287","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=12287"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12287\/revisions"}],"predecessor-version":[{"id":12302,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12287\/revisions\/12302"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}