{"id":38066,"date":"2023-03-29T21:58:54","date_gmt":"2023-03-29T21:58:54","guid":{"rendered":"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38066"},"modified":"2025-08-16T07:23:24","modified_gmt":"2025-08-16T07:23:24","slug":"%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85","status":"publish","type":"page","link":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/","title":{"rendered":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"38066\" class=\"elementor elementor-38066\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1e85575 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1e85575\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b12c50a\" data-id=\"b12c50a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d91c30f elementor-widget elementor-widget-shortcode\" data-id=\"d91c30f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0643\u0644\u064a\u0629<\/title>\n    <!-- Tailwind CSS for rapid styling -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Google Fonts for a nice Arabic font -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Custom styles for a creative, student-friendly look *\/\n        :root {\n            --color-islamic: #2a9d8f;\n            --color-arabic: #e76f51;\n            --color-english: #264653;\n            --color-french: #f4a261;\n            --color-oriental: #e9c46a;\n            --color-history: #a5a58d;\n            --color-geography: #588157;\n            --color-psychology: #8e6e95;\n            --color-sociology: #6d6875;\n            --color-philosophy: #b5838d;\n            --color-media: #e56b6f;\n            --color-library: #028090;\n            --color-classics: #c4a381;\n            --color-population: #457b9d;\n            --color-environment: #6a994e;\n        }\n\n        body {\n            font-family: 'Tajawal', sans-serif;\n            background-color: #ffffff; \/* White background *\/\n            color: #333;\n        }\n\n        .header-title {\n            font-size: 2.75rem;\n            font-weight: 700;\n            color: #2c3e50;\n        }\n\n        .header-subtitle {\n            font-size: 1.1rem;\n            color: #7f8c8d;\n        }\n        \n        .card-link {\n            text-decoration: none;\n            color: inherit;\n            display: block;\n        }\n\n        .card-container {\n            display: grid;\n            \/* Changed minmax to 200px to make cards smaller *\/\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            padding: 2rem;\n        }\n\n        .department-card {\n            background-color: #ffffff;\n            border-radius: 1rem;\n            text-align: center;\n            transition: all 0.3s ease-in-out;\n            cursor: pointer;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);\n            height: 100%;\n            overflow: hidden;\n            position: relative;\n            \/* Added a transparent border to be colored on hover *\/\n            border: 2px solid transparent;\n        }\n        \n        .card-link:hover .department-card {\n            transform: translateY(-8px);\n            \/* Added glowing border effect *\/\n            border-color: var(--glow-color-bright);\n            box-shadow: 0 0 25px var(--glow-color-soft);\n        }\n\n        .card-header {\n            \/* Reduced padding for smaller card size *\/\n            padding: 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            background-image: var(--bg-gradient);\n        }\n\n        .card-body {\n            \/* Reduced padding *\/\n            padding: 1.25rem;\n            background-color: #ffffff;\n        }\n        \n        .card-title {\n            \/* Reduced font size *\/\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #3a4a5b;\n        }\n\n        .card-icon {\n            \/* Reduced icon size *\/\n            width: 60px;\n            height: 60px;\n            color: white;\n            transition: all 0.3s ease-in-out;\n            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n        }\n\n        .card-link:hover .card-icon {\n            transform: rotate(-10deg) scale(1.2);\n            filter: drop-shadow(0 0 15px var(--glow-color-bright));\n        }\n\n        \/* Assigning colors, gradients, and glow colors to each card *\/\n        [data-color=\"islamic\"] { --glow-color-soft: rgba(42, 157, 143, 0.4); --glow-color-bright: rgba(42, 157, 143, 0.9); --bg-gradient: linear-gradient(45deg, #2a9d8f, #63c7b2); }\n        [data-color=\"arabic\"] { --glow-color-soft: rgba(231, 111, 81, 0.4); --glow-color-bright: rgba(231, 111, 81, 0.9); --bg-gradient: linear-gradient(45deg, #e76f51, #f79d65); }\n        [data-color=\"english\"] { --glow-color-soft: rgba(38, 70, 83, 0.4); --glow-color-bright: rgba(38, 70, 83, 0.9); --bg-gradient: linear-gradient(45deg, #264653, #3a5a6e); }\n        [data-color=\"french\"] { --glow-color-soft: rgba(244, 162, 97, 0.4); --glow-color-bright: rgba(244, 162, 97, 0.9); --bg-gradient: linear-gradient(45deg, #f4a261, #ffc57a); }\n        [data-color=\"oriental\"] { --glow-color-soft: rgba(233, 196, 106, 0.4); --glow-color-bright: rgba(233, 196, 106, 0.9); --bg-gradient: linear-gradient(45deg, #e9c46a, #ffd670); }\n        [data-color=\"history\"] { --glow-color-soft: rgba(165, 165, 141, 0.4); --glow-color-bright: rgba(165, 165, 141, 0.9); --bg-gradient: linear-gradient(45deg, #a5a58d, #c3c3aa); }\n        [data-color=\"geography\"] { --glow-color-soft: rgba(88, 129, 87, 0.4); --glow-color-bright: rgba(88, 129, 87, 0.9); --bg-gradient: linear-gradient(45deg, #588157, #80b918); }\n        [data-color=\"psychology\"] { --glow-color-soft: rgba(142, 110, 149, 0.4); --glow-color-bright: rgba(142, 110, 149, 0.9); --bg-gradient: linear-gradient(45deg, #8e6e95, #a987c9); }\n        [data-color=\"sociology\"] { --glow-color-soft: rgba(109, 104, 117, 0.4); --glow-color-bright: rgba(109, 104, 117, 0.9); --bg-gradient: linear-gradient(45deg, #6d6875, #8b8597); }\n        [data-color=\"philosophy\"] { --glow-color-soft: rgba(181, 131, 141, 0.4); --glow-color-bright: rgba(181, 131, 141, 0.9); --bg-gradient: linear-gradient(45deg, #b5838d, #d4a3a3); }\n        [data-color=\"media\"] { --glow-color-soft: rgba(229, 107, 111, 0.4); --glow-color-bright: rgba(229, 107, 111, 0.9); --bg-gradient: linear-gradient(45deg, #e56b6f, #ff8fab); }\n        [data-color=\"library\"] { --glow-color-soft: rgba(2, 128, 144, 0.4); --glow-color-bright: rgba(2, 128, 144, 0.9); --bg-gradient: linear-gradient(45deg, #028090, #00a896); }\n        [data-color=\"classics\"] { --glow-color-soft: rgba(196, 163, 129, 0.4); --glow-color-bright: rgba(196, 163, 129, 0.9); --bg-gradient: linear-gradient(45deg, #c4a381, #d4b28c); }\n        [data-color=\"population\"] { --glow-color-soft: rgba(69, 123, 157, 0.4); --glow-color-bright: rgba(69, 123, 157, 0.9); --bg-gradient: linear-gradient(45deg, #457b9d, #6db1d1); }\n        [data-color=\"environment\"] { --glow-color-soft: rgba(106, 153, 78, 0.4); --glow-color-bright: rgba(106, 153, 78, 0.9); --bg-gradient: linear-gradient(45deg, #6a994e, #99c183); }\n\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container mx-auto px-4 py-16\">\n        <h1 class=\"header-title text-center mb-3\">\u0623\u0642\u0633\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h1>\n        <p class=\"header-subtitle text-center mb-16\">\u0627\u0643\u062a\u0634\u0641 \u0634\u063a\u0641\u0643.. \u0627\u0646\u0637\u0644\u0642 \u0646\u062d\u0648 \u0645\u0633\u062a\u0642\u0628\u0644\u0643<\/p>\n\n        <div class=\"card-container\">\n            <!-- Card 1: Islamic Studies -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38076\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"islamic\">\n                    <div class=\"card-header\">\n                        <!-- New Icon -->\n                        <svg class=\"card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M2 20h20v2H2zM4 18h16V9l-8-6-8 6v9zm2-2v-3h2v3H6zm4 0v-3h2v3h-2zm4 0v-3h2v3h-2z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 2: Arabic Language -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38068\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"arabic\">\n                    <div class=\"card-header\">\n                        <!-- New Icon -->\n                        <svg class=\"card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 3: English Language -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38070\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"english\">\n                    <div class=\"card-header\">\n                        <!-- New Icon -->\n                        <svg class=\"card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 4: French Language -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38072\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"french\">\n                    <div class=\"card-header\">\n                       <!-- New Icon -->\n                       <svg class=\"card-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2L9 6.5V11h6V6.5L12 2zM7 12v2h10v-2H7zM9 15v5l3-2.25L15 20v-5H9z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 5: Oriental Languages -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38074\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"oriental\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 7h2v2h-2zm0 4h2v6h-2z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0634\u0631\u0642\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n            \n            <!-- Card 6: History -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38080\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"history\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0631\u064a\u062e<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 7: Geography -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38082\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"geography\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062c\u063a\u0631\u0627\u0641\u064a\u0627<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 8: Psychology -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38088\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"psychology\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-2.5-9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm5 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0639\u0644\u0645 \u0627\u0644\u0646\u0641\u0633<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n            \n            <!-- Card 9: Sociology -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38086\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"sociology\">\n                    <div class=\"card-header\">\n                       <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 10: Philosophy -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38084\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"philosophy\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15h-2v-2h2v2zm0-4h-2V7h2v6zm4 4h-2v-2h2v2zm0-4h-2V7h2v6z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0641\u0644\u0633\u0641\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 11: Media -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38092\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"media\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0625\u0639\u0644\u0627\u0645<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 12: Libraries and Information -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38090\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"library\">\n                    <div class=\"card-header\">\n                       <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9H9V5h10v6z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u0645\u0643\u062a\u0628\u0627\u062a \u0648\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 13: Greek and Latin Studies -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=38078\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"classics\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4 10h3v7H4zM10.5 10h3v7h-3zM2 19h20v3H2zM17 10h3v7h-3zM12 1.5L2 6v2h20V6z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u064a\u0648\u0646\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 14: Population Studies -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/?page_id=52923&preview=true\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"population\">\n                    <div class=\"card-header\">\n                        <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0633\u0643\u0627\u0646\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <!-- Card 15: Environmental Studies -->\n            <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/%d9%82%d8%b3%d9%85-%d8%a7%d9%84%d8%af%d8%b1%d8%a7%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d8%a8%d9%8a%d8%a6%d9%8a%d8%a9\/\" class=\"card-link\">\n                <div class=\"department-card\" data-color=\"environment\">\n                    <div class=\"card-header\">\n                       <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h2 class=\"card-title\">\u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0628\u064a\u0626\u064a\u0629<\/h2>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e84d972 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e84d972\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-abbb62f\" data-id=\"abbb62f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5dfded elementor-widget elementor-widget-spacer\" data-id=\"f5dfded\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0643\u0644\u064a\u0629 \u0623\u0642\u0633\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0643\u062a\u0634\u0641 \u0634\u063a\u0641\u0643.. \u0627\u0646\u0637\u0644\u0642 \u0646\u062d\u0648 \u0645\u0633\u062a\u0642\u0628\u0644\u0643 \u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0634\u0631\u0642\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0642\u0633\u0645 \u0627\u0644\u062c\u063a\u0631\u0627\u0641\u064a\u0627 \u0642\u0633\u0645 \u0639\u0644\u0645 [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":38064,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-38066","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title># \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/art.sohag-univ.edu.eg\/main\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645-\u0627\u0644\u0639\u0644\u0645\u064a\u0629\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\" \/>\n<meta property=\"og:description\" content=\"\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0643\u0644\u064a\u0629 \u0623\u0642\u0633\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0643\u062a\u0634\u0641 \u0634\u063a\u0641\u0643.. \u0627\u0646\u0637\u0644\u0642 \u0646\u062d\u0648 \u0645\u0633\u062a\u0642\u0628\u0644\u0643 \u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0634\u0631\u0642\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0642\u0633\u0645 \u0627\u0644\u062c\u063a\u0631\u0627\u0641\u064a\u0627 \u0642\u0633\u0645 \u0639\u0644\u0645 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/art.sohag-univ.edu.eg\/main\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645-\u0627\u0644\u0639\u0644\u0645\u064a\u0629\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-16T07:23:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/\",\"url\":\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/\",\"name\":\"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\",\"isPartOf\":{\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#website\"},\"datePublished\":\"2023-03-29T21:58:54+00:00\",\"dateModified\":\"2025-08-16T07:23:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/art.sohag-univ.edu.eg\/main\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0639\u0644\u0645\u064a\u0629\",\"item\":\"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#website\",\"url\":\"https:\/\/art.sohag-univ.edu.eg\/main\/\",\"name\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/art.sohag-univ.edu.eg\/main\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#organization\",\"name\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\",\"url\":\"https:\/\/art.sohag-univ.edu.eg\/main\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/art.sohag-univ.edu.eg\/main\/wp-content\/uploads\/2026\/01\/\u0627\u062f\u0627\u0628-blue.png\",\"contentUrl\":\"https:\/\/art.sohag-univ.edu.eg\/main\/wp-content\/uploads\/2026\/01\/\u0627\u062f\u0627\u0628-blue.png\",\"width\":375,\"height\":90,\"caption\":\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c\"},\"image\":{\"@id\":\"https:\/\/art.sohag-univ.edu.eg\/main\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/art.sohag-univ.edu.eg\/main\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645-\u0627\u0644\u0639\u0644\u0645\u064a\u0629\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645\/","og_locale":"ar_AR","og_type":"article","og_title":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","og_description":"\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0643\u0644\u064a\u0629 \u0623\u0642\u0633\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0643\u062a\u0634\u0641 \u0634\u063a\u0641\u0643.. \u0627\u0646\u0637\u0644\u0642 \u0646\u062d\u0648 \u0645\u0633\u062a\u0642\u0628\u0644\u0643 \u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0634\u0631\u0642\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0642\u0633\u0645 \u0627\u0644\u062c\u063a\u0631\u0627\u0641\u064a\u0627 \u0642\u0633\u0645 \u0639\u0644\u0645 [&hellip;]","og_url":"https:\/\/art.sohag-univ.edu.eg\/main\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645-\u0627\u0644\u0639\u0644\u0645\u064a\u0629\/\u0627\u0644\u0623\u0642\u0633\u0627\u0645\/","og_site_name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","article_modified_time":"2025-08-16T07:23:24+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/","url":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/","name":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 - \u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","isPartOf":{"@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#website"},"datePublished":"2023-03-29T21:58:54+00:00","dateModified":"2025-08-16T07:23:24+00:00","breadcrumb":{"@id":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/art.sohag-univ.edu.eg\/main\/"},{"@type":"ListItem","position":2,"name":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0639\u0644\u0645\u064a\u0629","item":"https:\/\/art.sohag-univ.edu.eg\/main\/%d8%a7%d9%84%d8%a3%d9%82%d8%b3%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9\/"},{"@type":"ListItem","position":3,"name":"# \u0627\u0644\u0623\u0642\u0633\u0627\u0645"}]},{"@type":"WebSite","@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#website","url":"https:\/\/art.sohag-univ.edu.eg\/main\/","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","description":"","publisher":{"@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/art.sohag-univ.edu.eg\/main\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#organization","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c","url":"https:\/\/art.sohag-univ.edu.eg\/main\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#\/schema\/logo\/image\/","url":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-content\/uploads\/2026\/01\/\u0627\u062f\u0627\u0628-blue.png","contentUrl":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-content\/uploads\/2026\/01\/\u0627\u062f\u0627\u0628-blue.png","width":375,"height":90,"caption":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0622\u062f\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0633\u0648\u0647\u0627\u062c"},"image":{"@id":"https:\/\/art.sohag-univ.edu.eg\/main\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Dr. Ahmad Jaafar","author_link":"https:\/\/art.sohag-univ.edu.eg\/main\/author\/ahmed-gaafar\/"},"rttpg_comment":0,"rttpg_category":" <a href=\"https:\/\/art.sohag-univ.edu.eg\/main\/\" rel=\"tag\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/a>","rttpg_excerpt":"\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0643\u0644\u064a\u0629 \u0623\u0642\u0633\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0643\u062a\u0634\u0641 \u0634\u063a\u0641\u0643.. \u0627\u0646\u0637\u0644\u0642 \u0646\u062d\u0648 \u0645\u0633\u062a\u0642\u0628\u0644\u0643 \u0642\u0633\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0634\u0631\u0642\u064a\u0629 \u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0642\u0633\u0645 \u0627\u0644\u062c\u063a\u0631\u0627\u0641\u064a\u0627 \u0642\u0633\u0645 \u0639\u0644\u0645 [&hellip;]","_links":{"self":[{"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/pages\/38066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/comments?post=38066"}],"version-history":[{"count":71,"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/pages\/38066\/revisions"}],"predecessor-version":[{"id":53028,"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/pages\/38066\/revisions\/53028"}],"up":[{"embeddable":true,"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/pages\/38064"}],"wp:attachment":[{"href":"https:\/\/art.sohag-univ.edu.eg\/main\/wp-json\/wp\/v2\/media?parent=38066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}