{"id":20767,"date":"2026-05-19T00:02:38","date_gmt":"2026-05-18T21:02:38","guid":{"rendered":"https:\/\/merit.edu.eg\/main\/?page_id=20767"},"modified":"2026-06-23T13:53:18","modified_gmt":"2026-06-23T10:53:18","slug":"sdg-5-gender-equality","status":"publish","type":"page","link":"https:\/\/merit.edu.eg\/main\/en\/sdg-5-gender-equality\/","title":{"rendered":"SDG 5: Gender Equality"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20767\" class=\"elementor elementor-20767\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b87c7d e-flex e-con-boxed e-con e-parent\" data-id=\"5b87c7d\" 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-a807a5c elementor-widget elementor-widget-shortcode\" data-id=\"a807a5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"merit-sdg-wrapper\">\n    \n    <script id=\"chartjs-script\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n\n    <style>\n        .merit-sdg-wrapper {\n            --merit-burgundy: #580c1f; \/* \u0646\u0628\u064a\u062a\u064a \u062f\u0627\u0643\u0646 \u0641\u0627\u062e\u0631 *\/\n            --merit-crimson: #80152b;   \/* \u0639\u0646\u0627\u0628\u064a \u0645\u062a\u0648\u0633\u0637 *\/\n            --merit-gold: #d4af37;      \/* \u062f\u0647\u0628\u064a \u0645\u0644\u0643\u064a \u0648\u0627\u0636\u062d \u0648\u0645\u0636\u064a\u0621 *\/\n            --text-color: #333333;\n            --bg-color: #fdfbfc;\n            --white: #ffffff;\n            --gray: #e0e0e0;\n            \n            background-color: var(--bg-color);\n            color: var(--text-color);\n            line-height: 1.8;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .merit-sdg-wrapper * {\n            box-sizing: border-box;\n        }\n\n        \/* Header *\/\n        .merit-sdg-wrapper header {\n            background: linear-gradient(135deg, var(--merit-burgundy), var(--merit-crimson));\n            color: var(--white);\n            padding: 4rem 2rem;\n            text-align: center;\n            border-bottom: 8px solid var(--merit-gold);\n        }\n\n        .merit-sdg-wrapper header h3 {\n            font-size: 1.5rem;\n            color: var(--merit-gold);\n            margin-bottom: 0.5rem;\n            font-weight: 500;\n            letter-spacing: 1px;\n        }\n\n        .merit-sdg-wrapper header h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            font-weight: bold;\n            color: var(--white);\n        }\n\n        .merit-sdg-wrapper header p {\n            font-size: 1.2rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: #f5e6e8;\n        }\n\n        \/* Main Container *\/\n        .merit-sdg-wrapper .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n\n        \/* Sections *\/\n        .merit-sdg-wrapper section {\n            margin-bottom: 4rem;\n        }\n\n        .merit-sdg-wrapper section h2 {\n            color: var(--merit-burgundy);\n            font-size: 2rem;\n            margin-bottom: 1.5rem;\n            border-bottom: 3px solid var(--merit-gold);\n            display: inline-block;\n            padding-bottom: 0.5rem;\n        }\n\n        .merit-sdg-wrapper p {\n            margin-bottom: 1rem;\n            font-size: 1.1rem;\n        }\n\n        \/* Chart Grid *\/\n        .merit-sdg-wrapper .chart-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .merit-sdg-wrapper .chart-card {\n            background-color: var(--white);\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(88, 12, 31, 0.06);\n            border: 1px solid #f5e6e8;\n        }\n\n        .merit-sdg-wrapper .chart-card h3 {\n            color: var(--merit-burgundy);\n            margin-bottom: 1.5rem;\n            text-align: center;\n            font-weight: 600;\n        }\n\n        \/* Fix for Canvas Wrapper in WordPress Elementor *\/\n        .merit-sdg-wrapper .canvas-wrapper {\n            position: relative;\n            height: 320px;\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        \/* Initiatives Grid *\/\n        .merit-sdg-wrapper .initiatives-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .merit-sdg-wrapper .card {\n            background-color: var(--white);\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(88, 12, 31, 0.05);\n            border-left: 5px solid var(--merit-burgundy); \n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .merit-sdg-wrapper .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 18px rgba(88, 12, 31, 0.12);\n        }\n\n        .merit-sdg-wrapper .card h3 {\n            color: var(--merit-crimson);\n            margin-bottom: 1rem;\n        }\n\n        \/* Footer *\/\n        .merit-sdg-wrapper footer {\n            background-color: var(--merit-burgundy);\n            color: var(--white);\n            text-align: center;\n            padding: 2rem;\n            margin-top: 2rem;\n            border-top: 4px solid var(--merit-gold);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .merit-sdg-wrapper header h1 { font-size: 2.2rem; }\n            .merit-sdg-wrapper .chart-grid { grid-template-columns: 1fr; }\n            .merit-sdg-wrapper .canvas-wrapper { height: 260px; }\n        }\n    <\/style>\n\n    <header>\n        <h3>Merit University<\/h3>\n        <h1>SDG 5: Gender Equality<\/h1>\n        <p>An academic and community commitment to empowering women, in alignment with sustainable development goals and Egypt Vision 2030.<\/p>\n    <\/header>\n\n    <div class=\"container\">\n        <section id=\"about\">\n            <h2>Our Role in Women's Empowerment<\/h2>\n            <p><strong>Merit University<\/strong> believes that gender equality is not only a fundamental human right but a necessary foundation for a healthy, prosperous society. From our campus in New Sohag City, we cultivate an educational and research environment that guarantees equal opportunities, supporting female students and researchers in reaching the highest academic and leadership positions.<\/p>\n        <\/section>\n\n        <section id=\"statistics\">\n            <h2>University Data & Key Performance Indicators<\/h2>\n            <p>Below are the current indicators of academic empowerment and equality within the university's medical and technological faculties:<\/p>\n            \n            <div class=\"chart-grid\">\n                <div class=\"chart-card\">\n                    <h3>Student Demographics<\/h3>\n                    <div class=\"canvas-wrapper\">\n                        <canvas id=\"wpStudentsChart\"><\/canvas>\n                    <\/div>\n                    <p style=\"text-align: center; margin-top: 1rem; font-size: 0.9rem; color: #666;\">\n                        Enrollment ratio of female to male students across all university faculties (Estimated data).\n                    <\/p>\n                <\/div>\n\n                <div class=\"chart-card\">\n                    <h3>Women in Faculty & Leadership<\/h3>\n                    <div class=\"canvas-wrapper\">\n                        <canvas id=\"wpFacultyChart\"><\/canvas>\n                    <\/div>\n                    <p style=\"text-align: center; margin-top: 1rem; font-size: 0.9rem; color: #666;\">\n                        Female representation in academic roles: Leadership, Professors, and Teaching Assistants.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"initiatives\">\n            <h2>Community & Academic Initiatives<\/h2>\n            <div class=\"initiatives-grid\">\n                <div class=\"card\">\n                    <h3>Women & Child Health Department<\/h3>\n                    <p>The <strong>Faculty of Physical Therapy<\/strong> at Merit University features a specialized department dedicated to Women and Child Health. This department aims to provide advanced healthcare and specialized medical rehabilitation for mothers and women throughout Upper Egypt.<\/p>\n                         <a href=\"https:\/\/merit.edu.eg\/main\/en\/merit-universitys-physical-therapy-convoys-continue-supporting-childrens-health\/\" target=\"_blank\" class=\"gallery-link\">\ud83d\udd17Details<\/a>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Comprehensive Medical Convoys<\/h3>\n                    <p>The university organizes regular medical convoys to villages across the Sohag Governorate. These initiatives focus heavily on health education, early screening, and providing free medical care specifically tailored for women and girls in underserved areas.<\/p>\n                     <a href=\"https:\/\/merit.edu.eg\/main\/en\/medical-convoys\/\" target=\"_blank\" class=\"gallery-link\">\ud83d\udd17Details<\/a>\n                <\/div>\n                <div class=\"card\">\n                    <h3>International Forums & Leadership<\/h3>\n                    <p>By hosting major events like the 5th International Medical Conference, the university brings together regional governors, university presidents, and academic professionals. These platforms foster inclusive dialogue and empower female healthcare leaders on a national scale.<\/p>\n                     <a href=\"https:\/\/merit.edu.eg\/main\/en\/university-conferences\/\" target=\"_blank\" class=\"gallery-link\">\ud83d\udd17Details<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <footer>\n        <p>&copy; 2026 Merit University | Designed to highlight the university's efforts toward achieving the Sustainable Development Goals (SDGs).<\/p>\n    <\/footer>\n\n    <script>\n        (function() {\n            function initMeritCharts() {\n                if (typeof Chart === 'undefined') return;\n                \n                \/\/ Set default font\n                Chart.defaults.font.family = \"'Segoe UI', Tahoma, Geneva, Verdana, sans-serif\";\n\n                \/\/ 1. Doughnut Chart for Student Demographics\n                const studentsCanvas = document.getElementById('wpStudentsChart');\n                if (studentsCanvas) {\n                    const studentsCtx = studentsCanvas.getContext('2d');\n                    new Chart(studentsCtx, {\n                        type: 'doughnut',\n                        data: {\n                            labels: ['Female Students', 'Male Students'],\n                            datasets: [{\n                                data: [4007, 4200], \n                                backgroundColor: [\n                                    '#d4af37', \/\/ \u062f\u0647\u0628\u064a \u0648\u0627\u0636\u062d \u0648\u0645\u0636\u064a\u0621 \u0644\u0644\u0625\u0646\u0627\u062b\n                                    '#580c1f'  \/\/ \u0646\u0628\u064a\u062a\u064a \u062f\u0627\u0643\u0646 \u0644\u0644\u0630\u0643\u0648\u0631\n                                ],\n                                borderWidth: 2,\n                                borderColor: '#ffffff',\n                                hoverOffset: 5\n                            }]\n                        },\n                        options: {\n                            responsive: true,\n                            maintainAspectRatio: false,\n                            plugins: {\n                                legend: {\n                                    position: 'bottom',\n                                    labels: { font: { size: 14, weight: 'bold' } }\n                                }\n                            }\n                        }\n                    });\n                }\n\n                \/\/ 2. Bar Chart for Faculty Representation\n                const facultyCanvas = document.getElementById('wpFacultyChart');\n                if (facultyCanvas) {\n                    const facultyCtx = facultyCanvas.getContext('2d');\n                    new Chart(facultyCtx, {\n                        type: 'bar',\n                        data: {\n                            labels: ['Leadership (Deans)', 'Faculty Members', 'Teaching Assistants'],\n                            datasets: [{\n                                label: 'Female (%)',\n                                data: [50, 70, 65], \n                                backgroundColor: '#d4af37', \/\/ \u062f\u0647\u0628\u064a \u0644\u0644\u0625\u0646\u0627\u062b\n                                borderRadius: 4,\n                                borderWidth: 1,\n                                borderColor: '#c5a059'\n                            },\n                            {\n                                label: 'Male (%)',\n                                data: [50, 30, 35], \n                                backgroundColor: '#580c1f', \/\/ \u0646\u0628\u064a\u062a\u064a \u0644\u0644\u0630\u0643\u0648\u0631\n                                borderRadius: 4,\n                                borderWidth: 1,\n                                borderColor: '#3d0512'\n                            }]\n                        },\n                        options: {\n                            responsive: true,\n                            maintainAspectRatio: false,\n                            plugins: {\n                                legend: {\n                                    position: 'bottom',\n                                    labels: { font: { weight: 'bold' } }\n                                }\n                            },\n                            scales: {\n                                y: {\n                                    beginAtZero: true,\n                                    max: 100,\n                                    title: { display: true, text: 'Percentage (%)', font: { weight: 'bold' } }\n                                }\n                            }\n                        }\n                    });\n                }\n            }\n\n            \/\/ Execution logic to prevent timing issues in WordPress\n            const chartScript = document.getElementById('chartjs-script');\n            if (chartScript) {\n                chartScript.addEventListener('load', initMeritCharts);\n            }\n            if (typeof Chart !== 'undefined') {\n                initMeritCharts();\n            } else {\n                document.addEventListener(\"DOMContentLoaded\", initMeritCharts);\n                window.addEventListener(\"load\", initMeritCharts);\n            }\n        })();\n    <\/script>\n<\/div><\/div>\n\t\t\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>Merit University SDG 5: Gender Equality An academic and community commitment to empowering women, in alignment with sustainable development goals and Egypt Vision 2030. Our Role in Women&#8217;s Empowerment Merit University believes that gender equality is not only a fundamental human right but a necessary foundation for a healthy, prosperous society. From our campus in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20767","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin","author_link":"https:\/\/merit.edu.eg\/main\/author\/admin\/"},"rttpg_comment":0,"rttpg_category":" <a href=\"https:\/\/merit.edu.eg\/main\/en\/\" rel=\"tag\">English<\/a>","rttpg_excerpt":"Merit University SDG 5: Gender Equality An academic and community commitment to empowering women, in alignment with sustainable development goals and Egypt Vision 2030. Our Role in Women&#8217;s Empowerment Merit University believes that gender equality is not only a fundamental human right but a necessary foundation for a healthy, prosperous society. From our campus in&hellip;","_links":{"self":[{"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/pages\/20767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/comments?post=20767"}],"version-history":[{"count":10,"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/pages\/20767\/revisions"}],"predecessor-version":[{"id":21184,"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/pages\/20767\/revisions\/21184"}],"wp:attachment":[{"href":"https:\/\/merit.edu.eg\/main\/wp-json\/wp\/v2\/media?parent=20767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}