{"id":12609,"date":"2026-04-27T19:21:37","date_gmt":"2026-04-27T18:21:37","guid":{"rendered":"https:\/\/www.univ-oeb.dz\/vrlex\/?p=12609"},"modified":"2026-04-27T20:15:05","modified_gmt":"2026-04-27T19:15:05","slug":"mab-grant-under-the-supervision-of-the-united-nations-for-the-2026-2027-academic-year","status":"publish","type":"post","link":"https:\/\/www.univ-oeb.dz\/vrlex\/en\/2026\/12609\/","title":{"rendered":"MAB Grant under the supervision of the United Nations for the 2026-2027 academic year"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\" dir=\"ltr\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>MAB Scholarship Program 2026\/2027<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600&#038;family=Plus+Jakarta+Sans:wght@700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --primary-navy: #0f172a;\n            --accent-blue: #2563eb;\n            --success-green: #059669;\n            --danger-red: #ef4444;\n            --bg-light: #f8fafc;\n        }\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--bg-light);\n            margin: 0;\n            padding: 40px 10px;\n            color: #334155;\n            line-height: 1.6;\n        }\n        .mab-container {\n            max-width: 850px;\n            margin: 0 auto;\n        }\n        \/* Boarding Pass Card Design *\/\n        .mab-ticket {\n            background: #ffffff;\n            border-radius: 32px;\n            overflow: hidden;\n            box-shadow: 0 40px 100px -20px rgba(15, 23, 42, 0.1);\n            border: 1px solid #e2e8f0;\n        }\n        \/* Header Section *\/\n        .mab-header {\n            background: var(--primary-navy);\n            background-image: radial-gradient(at 0% 0%, rgba(30, 64, 175, 0.4) 0px, transparent 50%);\n            padding: 50px;\n            color: white;\n            text-align: left;\n        }\n        .mab-badge {\n            background: var(--accent-blue);\n            color: white;\n            padding: 6px 20px;\n            border-radius: 100px;\n            font-size: 13px;\n            font-weight: 700;\n            display: inline-block;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        .mab-header h1 {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 32px;\n            font-weight: 800;\n            margin: 0;\n            line-height: 1.2;\n        }\n        .mab-header p {\n            margin-top: 10px;\n            opacity: 0.8;\n            font-size: 18px;\n        }\n        \/* Research Flight Path *\/\n        .mab-flight-info {\n            background: var(--primary-navy);\n            padding: 0 50px 50px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            color: white;\n        }\n        .loc-box {\n            text-align: left;\n        }\n        .loc-code {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 45px;\n            font-weight: 800;\n            color: #ffffff;\n            display: block;\n            line-height: 1;\n        }\n        .loc-label {\n            font-size: 14px;\n            opacity: 0.6;\n            text-transform: uppercase;\n            font-weight: 600;\n        }\n        .flight-path-line {\n            flex-grow: 1;\n            height: 2px;\n            background: rgba(255,255,255,0.1);\n            margin: 0 30px;\n            position: relative;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        .plane-icon {\n            font-size: 24px;\n            color: var(--accent-blue);\n            background: var(--primary-navy);\n            padding: 0 15px;\n        }\n        \/* Ticket Perforation Divider *\/\n        .ticket-divider {\n            height: 2px;\n            background-image: linear-gradient(to right, #e2e8f0 50%, transparent 50%);\n            background-size: 20px 1px;\n            position: relative;\n            margin: 0 40px;\n        }\n        .ticket-divider::before, .ticket-divider::after {\n            content: '';\n            position: absolute;\n            width: 30px;\n            height: 30px;\n            background: var(--bg-light);\n            border: 1px solid #e2e8f0;\n            border-radius: 50%;\n            top: -15px;\n        }\n        .ticket-divider::before { left: -56px; }\n        .ticket-divider::after { right: -56px; }\n        \/* Main Ticket Content *\/\n        .mab-content {\n            padding: 50px;\n            text-align: left;\n        }\n        .info-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n        .section-title {\n            font-size: 12px;\n            font-weight: 800;\n            color: #94a3b8;\n            text-transform: uppercase;\n            margin-bottom: 8px;\n            display: block;\n            letter-spacing: 1px;\n        }\n        .main-value {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--primary-navy);\n        }\n        .description {\n            font-size: 16px;\n            line-height: 1.7;\n            color: #475569;\n            margin-top: 12px;\n        }\n        \/* Action Bar & Deadline *\/\n        .action-bar {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding-top: 30px;\n            border-top: 2px solid #f1f5f9;\n        }\n        .deadline-box {\n            background: #fef2f2;\n            padding: 15px 25px;\n            border-radius: 20px;\n            border: 1px solid #fee2e2;\n        }\n        .deadline-date {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 24px;\n            font-weight: 800;\n            color: var(--danger-red);\n        }\n        .btn-apply {\n            background: var(--accent-blue);\n            color: white !important;\n            text-decoration: none;\n            padding: 18px 40px;\n            border-radius: 20px;\n            font-weight: 800;\n            font-size: 18px;\n            box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.4);\n            transition: all 0.3s ease;\n        }\n        .btn-apply:hover {\n            transform: translateY(-5px);\n            background-color: #1d4ed8;\n            box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.5);\n        }\n        \/* Responsive Mobile Layout *\/\n        @media (max-width: 768px) {\n            .info-grid { grid-template-columns: 1fr; }\n            .action-bar { flex-direction: column; gap: 20px; text-align: center; }\n            .mab-header { padding: 30px; }\n            .mab-header h1 { font-size: 26px; }\n            .loc-code { font-size: 35px; }\n            .mab-content { padding: 30px; }\n            .loc-box { text-align: center; }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<article>\n<header>\n            Ministry of Higher Education &#038; Scientific Research<\/p>\n<h1>UNESCO MAB Grant Program<\/h1>\n<p>Academic Year 2026 \/ 2027<\/p>\n<\/header>\n<p>                DZA<br \/>\n                Algeria (Origin)<br \/>\n                \u2708<br \/>\n                UNESCO<br \/>\n                United Nations<br \/>\n                    Research Program Theme<br \/>\n                    Man and the Biosphere (MAB)<\/p>\n<p>\n                        A prestigious research program dedicated to young researchers developing scientific projects in<br \/>\n                        <strong>Biodiversity<\/strong>, <strong>Ecosystem Services<\/strong>, and <strong>Sustainable Development<\/strong>.\n                    <\/p>\n<p>                    Grant Funding<br \/>\n                    $5,000 USD<br \/>\n                    Target Group<br \/>\n                    Young Researchers<br \/>\n                <strong>Academic Notice:<\/strong> Interested candidates must first obtain a recommendation from the National Commission for Education, Science, and Culture via email:<br \/>\n                <a href=\"mailto:natcomalgerie@unesco.dz\" style=\"color: var(--accent-blue); font-weight: bold; text-decoration: none;\">natcomalgerie@unesco.dz<\/a><br \/>\n                    Application Deadline<br \/>\n                    May 07, 2026<br \/>\n                <a href=\"https:\/\/surveys.unesco.org\/612476?lang=fr\" target=\"_blank\"><br \/>\n                    Registration Portal<br \/>\n                <\/a><br \/>\n    <\/article>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MAB Scholarship Program 2026\/2027 Ministry of Higher Education &#038; Scientific Research UNESCO MAB Grant Program Academic Year 2026 \/ 2027 DZA Algeria (Origin) \u2708 UNESCO United Nations Research Program Theme Man and the Biosphere (MAB) A prestigious research program dedicated to young researchers developing scientific projects in Biodiversity, Ecosystem Services, and Sustainable Development. Grant Funding &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[103,319],"tags":[],"class_list":["post-12609","post","type-post","status-publish","format-standard","hentry","category-news","category-scholarships"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/comments?post=12609"}],"version-history":[{"count":4,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12609\/revisions"}],"predecessor-version":[{"id":12613,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12609\/revisions\/12613"}],"wp:attachment":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/media?parent=12609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/categories?post=12609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/tags?post=12609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}