{"id":92,"date":"2025-12-11T05:44:06","date_gmt":"2025-12-11T05:44:06","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=92"},"modified":"2026-02-14T19:24:31","modified_gmt":"2026-02-14T19:24:31","slug":"contact","status":"publish","type":"page","link":"https:\/\/gcas.ie\/ar\/contact\/","title":{"rendered":"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627"},"content":{"rendered":"<!-- CONTACT - GCAS College Dublin -->\n\n<style>\n.contact-page {\n    font-family: inherit;\n    max-width: 1000px;\n    margin: 0 auto;\nmargin-top: 50px;\n}\n\n.contact-hero {\n    text-align: center;\n    padding: 60px 20px;\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);\n    border-radius: 8px;\n    margin-bottom: 50px;\n}\n\n.contact-hero h1 {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 400;\n    color: #ffffff;\n    margin-bottom: 20px;\n    line-height: 1.2;\n}\n\n.contact-hero h1 em {\n    font-style: italic;\n    color: #e85a4f;\n}\n\n.contact-hero-intro {\n    font-size: 1.1rem;\n    color: #cccccc;\n    max-width: 650px;\n    margin: 0 auto;\n    line-height: 1.8;\n}\n\n.contact-hero-intro a {\n    color: #e85a4f;\n    text-decoration: underline;\n}\n\n.contact-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    margin-bottom: 50px;\n}\n\n@media (max-width: 768px) {\n    .contact-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n.contact-info {\n    background: #f8f9fa;\n    padding: 40px;\n    border-radius: 8px;\n}\n\n.contact-info h2 {\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 30px;\n}\n\n.contact-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    margin-bottom: 25px;\n}\n\n.contact-item:last-child {\n    margin-bottom: 0;\n}\n\n.contact-item-icon {\n    width: 45px;\n    height: 45px;\n    background: rgba(22, 155, 98, 0.1);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.contact-item-icon svg {\n    width: 20px;\n    height: 20px;\n    stroke: #169B62;\n}\n\n.contact-item-content h3 {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 5px;\n}\n\n.contact-item-content p {\n    font-size: 0.95rem;\n    color: #666;\n    line-height: 1.6;\n    margin: 0;\n}\n\n.contact-item-content a {\n    color: #169B62;\n    text-decoration: none;\n}\n\n.contact-item-content a:hover {\n    text-decoration: underline;\n}\n\n.contact-meeting {\n    background: #0a0a0a;\n    padding: 40px;\n    border-radius: 8px;\n    text-align: center;\n}\n\n.contact-meeting h2 {\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: #ffffff;\n    margin-bottom: 15px;\n}\n\n.contact-meeting p {\n    font-size: 1rem;\n    color: #aaaaaa;\n    line-height: 1.7;\n    margin-bottom: 25px;\n}\n\n.contact-meeting-btn {\n    display: inline-block;\n    padding: 15px 35px;\n    font-size: 0.95rem;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    text-decoration: none;\n    border-radius: 4px;\n    background: #e85a4f;\n    color: #ffffff;\n    transition: all 0.3s ease;\n}\n\n.contact-meeting-btn:hover {\n    background: #d64a3f;\n}\n\n.contact-calendly {\n    margin-top: 30px;\n    padding-top: 25px;\n    border-top: 1px solid #333;\n}\n\n.contact-calendly p {\n    font-size: 0.9rem;\n    color: #888;\n    margin-bottom: 10px;\n}\n\n.contact-calendly a {\n    color: #e85a4f;\n    text-decoration: none;\n}\n\n.contact-calendly a:hover {\n    text-decoration: underline;\n}\n\n.contact-map {\n    margin-top: 50px;\n    border-radius: 8px;\n    overflow: hidden;\n    height: 350px;\n    background: #f0f0f0;\n}\n\n.contact-map iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n}\n\n.contact-cta {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    padding: 40px;\n    background: linear-gradient(135deg, #169B62 0%, #0d7a4e 100%);\n    border-radius: 8px;\n    margin-top: 50px;\n}\n\n@media (max-width: 768px) {\n    .contact-cta {\n        flex-direction: column;\n        text-align: center;\n    }\n}\n\n.contact-cta-icon {\n    width: 80px;\n    height: 80px;\n    background: rgba(255,255,255,0.15);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.contact-cta-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #ffffff;\n}\n\n.contact-cta-content h2 {\n    font-size: 1.4rem;\n    font-weight: 500;\n    color: #ffffff;\n    margin-bottom: 8px;\n}\n\n.contact-cta-content p {\n    font-size: 1rem;\n    color: rgba(255,255,255,0.85);\n    margin: 0;\n}\n\n.contact-cta-content a {\n    color: #ffffff;\n    font-weight: 600;\n}\n\n.contact-nav {\n    display: flex;\n    justify-content: space-between;\n    margin-top: 50px;\n    padding-top: 30px;\n    border-top: 1px solid #ddd;\n}\n\n.contact-nav a {\n    color: #169B62;\n    text-decoration: none;\n    font-size: 0.95rem;\n    font-weight: 500;\n}\n\n.contact-nav a:hover {\n    text-decoration: underline;\n}\n<\/style>\n\n<div class=\"contact-page\">\n\n    <div class=\"contact-hero\">\n        <h1>Get in <em>Touch<\/em><\/h1>\n        <p class=\"contact-hero-intro\">We&#8217;d love to hear from you. Whether you have questions about our programs or want to learn more about GCAS, we&#8217;re here to help. Check our <a href=\"\/ar\/faqs\/\">FAQs<\/a> for quick answers.<\/p>\n    <\/div>\n\n    <div class=\"contact-grid\">\n        \n        <!-- Contact Information -->\n        <div class=\"contact-info\">\n            <h2>Contact Information<\/h2>\n            \n            <div class=\"contact-item\">\n                <div class=\"contact-item-icon\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                    <\/svg>\n                <\/div>\n                <div class=\"contact-item-content\">\n                    <h3>Address<\/h3>\n                    <p>38\/39 \u0645\u064a\u062f\u0627\u0646 \u0641\u064a\u062a\u0632\u0648\u064a\u0644\u064a\u0627\u0645 38\/39 \u0641\u064a\u062a\u0632\u0648\u064a\u0644\u064a\u0627\u0645<br>Dublin 2, D02 NX53<br>Ireland<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"contact-item\">\n                <div class=\"contact-item-icon\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <div class=\"contact-item-content\">\n                    <h3>Phone<\/h3>\n                    <p><a href=\"tel:+35315822231\">+353 1 582 2231<\/a><\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"contact-item\">\n                <div class=\"contact-item-icon\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path>\n                        <polyline points=\"22,6 12,13 2,6\"><\/polyline>\n                    <\/svg>\n                <\/div>\n                <div class=\"contact-item-content\">\n                    <h3>Email<\/h3>\n                    <p><a href=\"mailto:contact@gcas.ie\">contact@gcas.ie<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Book a Meeting -->\n        <div class=\"contact-meeting\">\n            <h2>Considering GCAS?<\/h2>\n            <p>Schedule a conversation with one of our PhD Researchers to see if GCAS is the right fit for you. No pressure, just an honest discussion about your goals.<\/p>\n            <a href=\"\/ar\/book-a-meeting\/\" class=\"contact-meeting-btn\">Book a Meeting<\/a>\n            \n            <div class=\"contact-calendly\">\n                <p>Or schedule directly via Calendly:<\/p>\n                <a href=\"https:\/\/calendly.com\/gcas\" target=\"_blank\">calendly.com\/gcas<\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- Google Map -->\n    <div class=\"contact-map\">\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2382.0147!2d-6.2508!3d53.3338!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48670e9a1e5b6b0f%3A0x46c0c7a6d5b5c7a6!2sFitzwilliam%20Square%2C%20Dublin%2C%20Ireland!5e0!3m2!1sen!2sus!4v1699999999999!5m2!1sen!2sus\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n    <\/div>\n\n    <!-- Community CTA -->\n    <div class=\"contact-cta\">\n        <div class=\"contact-cta-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                <path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n            <\/svg>\n        <\/div>\n        <div class=\"contact-cta-content\">\n            <h2>Join Our Community<\/h2>\n            <p>Connect with fellow students, researchers, and faculty in our online community forum. <a href=\"https:\/\/community.gcas.ie\" target=\"_blank\">Visit community.gcas.ie \u2192<\/a><\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Navigation -->\n    <div class=\"contact-nav\">\n        <a href=\"\/ar\/faqs\/\">\u2190 FAQs<\/a>\n        <a href=\"\/ar\/admissions\/\">Admissions \u2192<\/a>\n    <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Get in Touch We&#8217;d love to hear from you. Whether you have questions about our programs or want to learn more about GCAS, we&#8217;re here to help. Check our FAQs for quick answers. Contact Information Address 38\/39 Fitzwilliam SquareDublin 2, D02 NX53Ireland Phone +353 1 582 2231 Email contact@gcas.ie Considering GCAS? Schedule a conversation with [&hellip;]<\/p>\n","protected":false},"author":8678545,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"class_list":["post-92","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Contact - The Global Centre for Advanced Studies<\/title>\n<meta name=\"description\" content=\"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gcas.ie\/ar\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact\" \/>\n<meta property=\"og:description\" content=\"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/ar\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"The Global Centre for Advanced Studies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-14T19:24:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/social-share-website.png?fit=1200%2C675&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/contact\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/contact\\\/\",\"name\":\"Contact - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"datePublished\":\"2025-12-11T05:44:06+00:00\",\"dateModified\":\"2026-02-14T19:24:31+00:00\",\"description\":\"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"name\":\"The Global Centre for Advanced Studies\",\"description\":\"The World\u2019s First, Global Debt-Free, Accredited College Owned by Faculty and Graduates.\",\"publisher\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\"},\"alternateName\":\"GCAS College\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gcas.ie\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Untitled-design-2.png?fit=1080%2C1080&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Untitled-design-2.png?fit=1080%2C1080&ssl=1\",\"width\":1080,\"height\":1080,\"caption\":\"The Global Centre for Advanced Studies\"},\"image\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/globalcenterforadvancedstudies\\\/\",\"https:\\\/\\\/www.instagram.com\\\/gcas.ie\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/the-global-center-for-advanced-studies\\\/?viewAsMember=true\"],\"description\":\"GCAS College Dublin is the world's first debt-free, EU-accredited online college, offering cooperatively owned BA, MA, and PhD degrees in philosophy, psychoanalysis, theology, social sciences, law, and natural sciences to students in 80+ countries.\",\"email\":\"contact@gcas.ie\",\"telephone\":\"+353 87 754 1417\",\"legalName\":\"GCAS College Dublin, LTD\",\"foundingDate\":\"2013-08-22\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contact - The Global Centre for Advanced Studies","description":"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.","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:\/\/gcas.ie\/ar\/contact\/","og_locale":"ar_AR","og_type":"article","og_title":"Contact","og_description":"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.","og_url":"https:\/\/gcas.ie\/ar\/contact\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-02-14T19:24:31+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/social-share-website.png?fit=1200%2C675&ssl=1","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/contact\/","url":"https:\/\/gcas.ie\/contact\/","name":"Contact - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"datePublished":"2025-12-11T05:44:06+00:00","dateModified":"2026-02-14T19:24:31+00:00","description":"Get in touch with GCAS. Reach our admissions team, faculty directors, or administrative staff. We respond to all inquiries within 48 hours.","breadcrumb":{"@id":"https:\/\/gcas.ie\/contact\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/gcas.ie\/#website","url":"https:\/\/gcas.ie\/","name":"The Global Centre for Advanced Studies","description":"\u0623\u0648\u0644 \u0643\u0644\u064a\u0629 \u0645\u0639\u062a\u0645\u062f\u0629 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645 \u062e\u0627\u0644\u064a\u0629 \u0645\u0646 \u0627\u0644\u062f\u064a\u0648\u0646 \u0648\u0645\u0639\u062a\u0645\u062f\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0623\u0639\u0636\u0627\u0621 \u0647\u064a\u0626\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0633 \u0648\u0627\u0644\u062e\u0631\u064a\u062c\u064a\u0646.","publisher":{"@id":"https:\/\/gcas.ie\/#organization"},"alternateName":"GCAS College","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gcas.ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/gcas.ie\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Untitled-design-2.png?fit=1080%2C1080&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Untitled-design-2.png?fit=1080%2C1080&ssl=1","width":1080,"height":1080,"caption":"The Global Centre for Advanced Studies"},"image":{"@id":"https:\/\/gcas.ie\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","https:\/\/www.instagram.com\/gcas.ie\/","https:\/\/www.linkedin.com\/school\/the-global-center-for-advanced-studies\/?viewAsMember=true"],"description":"GCAS College Dublin is the world's first debt-free, EU-accredited online college, offering cooperatively owned BA, MA, and PhD degrees in philosophy, psychoanalysis, theology, social sciences, law, and natural sciences to students in 80+ countries.","email":"contact@gcas.ie","telephone":"+353 87 754 1417","legalName":"GCAS College Dublin, LTD","foundingDate":"2013-08-22","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PesgkL-1u","jetpack-related-posts":[{"id":97,"url":"https:\/\/gcas.ie\/ar\/admissions\/","url_meta":{"origin":92,"position":0},"title":"\u0627\u0644\u0642\u0628\u0648\u0644 \u0641\u064a GCAS","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"Start Your Application Join a global community of scholars pursuing debt-free, accredited degrees. We accept applications year-round with no deadlines. \u2713 No Application Fee Apply for free \u23f0 Rolling Admissions No deadlines \ud83d\udcc4 No SAT\/ACT\/GRE Holistic review \ud83d\udcb0 Financial Aid Available to all We Review Every Application Personally GCAS College\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":184,"url":"https:\/\/gcas.ie\/ar\/apply\/","url_meta":{"origin":92,"position":1},"title":"Apply to GCAS","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"Start Your Application Join a global community of scholars pursuing debt-free, accredited degrees. We accept applications year-round with no deadlines. No Application Fee Apply for free Rolling Admissions No deadlines No SAT\/ACT\/GRE Holistic review Financial Aid Available to all We Review Every Application Personally GCAS College Dublin welcomes applicants from\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":103,"url":"https:\/\/gcas.ie\/ar\/public-lectures\/","url_meta":{"origin":92,"position":2},"title":"Public Lectures","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"Public Lecture Series Free high-quality lectures and conferences from world-leading experts, available to the public since 2013. 1,000+ Hours of Free Content 100+ World-Class Speakers 2013 Since Founded The Global Center for Advanced Studies (GCAS) has provided thousands of hours of free high-quality lectures and conferences to the public since\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":77,"url":"https:\/\/gcas.ie\/ar\/introduction\/","url_meta":{"origin":92,"position":3},"title":"\u0645\u0642\u062f\u0645\u0629","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"A New Model of Higher Education GCAS is the world\u2019s first debt-free college, offering EU-accredited degrees through our partnership with Woolf and co-owned by its faculty, staff, and graduates. We reject the idea that knowledge must be purchased through debt and affirm education as a public and emancipatory good. 2013\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":87,"url":"https:\/\/gcas.ie\/ar\/accreditation\/","url_meta":{"origin":92,"position":4},"title":"\u0627\u0639\u062a\u0645\u0627\u062f GCAS","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"EU Accreditation We are an accredited college of the Woolf collegiate consortium, offering accredited degrees under the European Standards Guidance and in line with the Policy of Quality Assurance. Woolf \u2014 An Institution of Higher Education GCAS is a full member college of Woolf\u2014an accredited, degree-granting Higher Education Institution recognized\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":107,"url":"https:\/\/gcas.ie\/ar\/financial-aid\/","url_meta":{"origin":92,"position":5},"title":"\u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0645\u0646 GCAS","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"Financial Aid GCAS College Dublin is committed to providing the highest quality education at the lowest possible cost. We offer financial aid to all accepted students. Our Commitment to Accessible Education GCAS College is designed to avoid having our students fall into debt in order to receive an education. We\u2026","rel":"","context":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","block_context":{"text":"\u062a\u062f\u0648\u064a\u0646\u0629 \u0645\u0634\u0627\u0628\u0647\u0629","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/92","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/comments?post=92"}],"version-history":[{"count":3,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/92\/revisions"}],"predecessor-version":[{"id":128,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/92\/revisions\/128"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/media?parent=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}