{"id":242,"date":"2025-12-11T13:29:54","date_gmt":"2025-12-11T13:29:54","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=242"},"modified":"2026-04-13T16:31:37","modified_gmt":"2026-04-13T16:31:37","slug":"handbook","status":"publish","type":"page","link":"https:\/\/gcas.ie\/ga\/handbook\/","title":{"rendered":"L\u00e1mhleabhar Mac L\u00e9inn GCAS"},"content":{"rendered":"<div style=\"background-color: #1a1a1a; border: 1px solid #333; border-radius: 8px; padding: 25px 30px; margin: 80px auto 30px auto; max-width: 50%; text-align: center;\">\n  <p style=\"margin: 0; font-size: 1.1rem; color: #cccccc;\">\n    \ud83c\uddea\ud83c\uddf8 Para la versi\u00f3n en espa\u00f1ol del manual de GCAS, \n    <a href=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/02\/Manual-de-GCAS-\u2014-Version-en-Espanol.pdf\" style=\"color: #d4af37; text-decoration: underline;\" target=\"_blank\">haga clic aqu\u00ed<\/a>. \n    <span style=\"color: #999; font-style: italic;\">(Spanish version)<\/span>\n  <\/p>\n<\/div>\n\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>GCAS College Dublin &#8211; Student Handbook 2025<\/title>\n<style>\n    :root {\n        --gcas-green: #2e7d32;\n        --gcas-red: #c62828;\n        --gcas-dark: #1a1a1a;\n        --gcas-light: #f5f5f5;\n        --gcas-border: #e0e0e0;\n    }\n   \n    * {\n        box-sizing: border-box;\n    }\n   \n    .handbook-wrapper {\n        font-family: 'Georgia', 'Times New Roman', serif;\n        line-height: 1.8;\n        color: var(--gcas-dark);\n        width: 100%;\n        margin: 0;\n        padding: 0;\n        background: #fff;\n    }\n   \n    .handbook-container {\n        max-width: 900px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n   \n    .handbook-header {\n        text-align: center;\n        padding: 40px 20px;\n        border-bottom: 3px solid var(--gcas-green);\n        margin-bottom: 40px;\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n   \n    .handbook-header h1 {\n        color: var(--gcas-green);\n        font-size: 2.5em;\n        margin: 0 0 10px 0;\n        font-weight: normal;\n    }\n   \n    .handbook-header .subtitle {\n        color: var(--gcas-red);\n        font-size: 1.3em;\n        margin: 0 0 20px 0;\n    }\n   \n    .handbook-header .year {\n        font-size: 1.1em;\n        color: #666;\n    }\n   \n    .handbook-btn-container {\n        text-align: center;\n        max-width: 900px;\n        margin: 0 auto 30px auto;\n    }\n   \n    .handbook-btn {\n        display: inline-block;\n        background: var(--gcas-green);\n        color: white;\n        padding: 15px 30px;\n        text-decoration: none;\n        border-radius: 5px;\n        font-size: 1.1em;\n        font-weight: bold;\n        transition: background 0.3s;\n    }\n   \n    .handbook-btn:hover {\n        background: #1b5e20;\n        color: white;\n    }\n   \n    .toc-container {\n        background: var(--gcas-light);\n        border: 1px solid var(--gcas-border);\n        border-radius: 8px;\n        padding: 30px;\n        margin-bottom: 40px;\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n   \n    .toc-container h2 {\n        color: var(--gcas-green);\n        margin-top: 0;\n        font-size: 1.5em;\n        border-bottom: 2px solid var(--gcas-green);\n        padding-bottom: 10px;\n    }\n   \n    .toc-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        columns: 2;\n        column-gap: 40px;\n    }\n   \n    @media (max-width: 600px) {\n        .toc-list {\n            columns: 1;\n        }\n    }\n   \n    .toc-list li {\n        margin-bottom: 8px;\n        break-inside: avoid;\n    }\n   \n    .toc-list a {\n        color: var(--gcas-dark);\n        text-decoration: none;\n        border-bottom: 1px dotted var(--gcas-green);\n        transition: color 0.2s;\n    }\n   \n    .toc-list a:hover {\n        color: var(--gcas-green);\n    }\n   \n    .toc-section {\n        font-weight: bold;\n        color: var(--gcas-green);\n        margin-top: 15px;\n        display: block;\n    }\n   \n    .section {\n        margin-bottom: 50px;\n        padding-bottom: 30px;\n        border-bottom: 1px solid var(--gcas-border);\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n        padding-left: 20px;\n        padding-right: 20px;\n    }\n   \n    .section-header {\n        background: linear-gradient(135deg, var(--gcas-green), #4caf50);\n        color: white;\n        padding: 20px 30px;\n        margin: 40px 0 30px 0;\n        border-radius: 0;\n        width: 100%;\n    }\n   \n    .section-header h2 {\n        margin: 0;\n        font-size: 1.8em;\n        font-weight: normal;\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n   \n    h3 {\n        color: var(--gcas-green);\n        font-size: 1.4em;\n        margin-top: 35px;\n        padding-bottom: 8px;\n        border-bottom: 1px solid var(--gcas-border);\n    }\n   \n    h4 {\n        color: var(--gcas-dark);\n        font-size: 1.15em;\n        margin-top: 25px;\n    }\n   \n    p {\n        margin-bottom: 1.2em;\n        text-align: justify;\n    }\n   \n    ul, ol {\n        margin-bottom: 1.5em;\n        padding-left: 25px;\n    }\n   \n    li {\n        margin-bottom: 8px;\n    }\n   \n    .info-box {\n        background: #e3f2fd;\n        border-left: 4px solid #1976d2;\n        padding: 20px;\n        margin: 25px 0;\n        border-radius: 0 8px 8px 0;\n    }\n   \n    .warning-box {\n        background: #fff3e0;\n        border-left: 4px solid #f57c00;\n        padding: 20px;\n        margin: 25px 0;\n        border-radius: 0 8px 8px 0;\n    }\n   \n    .important-box {\n        background: #fce4ec;\n        border-left: 4px solid var(--gcas-red);\n        padding: 20px;\n        margin: 25px 0;\n        border-radius: 0 8px 8px 0;\n    }\n   \n    .highlight-box {\n        background: #e8f5e9;\n        border-left: 4px solid var(--gcas-green);\n        padding: 20px;\n        margin: 25px 0;\n        border-radius: 0 8px 8px 0;\n    }\n   \n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        font-size: 0.95em;\n    }\n   \n    th {\n        background: var(--gcas-green);\n        color: white;\n        padding: 12px 15px;\n        text-align: left;\n        font-weight: normal;\n    }\n   \n    td {\n        padding: 12px 15px;\n        border-bottom: 1px solid var(--gcas-border);\n    }\n   \n    tr:nth-child(even) {\n        background: var(--gcas-light);\n    }\n   \n    .contact-info {\n        background: var(--gcas-light);\n        padding: 25px;\n        border-radius: 8px;\n        text-align: center;\n        margin: 30px auto;\n        max-width: 900px;\n    }\n   \n    .contact-info p {\n        margin: 5px 0;\n        text-align: center;\n    }\n   \n    .grade-scale {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n        gap: 10px;\n        margin: 20px 0;\n    }\n   \n    .grade-item {\n        background: var(--gcas-light);\n        padding: 10px 15px;\n        border-radius: 5px;\n        text-align: center;\n    }\n   \n    .grade-item strong {\n        color: var(--gcas-green);\n    }\n   \n    .programs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n        margin: 20px 0;\n    }\n   \n    .program-card {\n        background: var(--gcas-light);\n        padding: 15px 20px;\n        border-radius: 8px;\n        border-left: 3px solid var(--gcas-green);\n    }\n   \n    .back-to-top {\n        display: inline-block;\n        background: var(--gcas-green);\n        color: white;\n        padding: 8px 16px;\n        text-decoration: none;\n        border-radius: 5px;\n        font-size: 0.9em;\n        margin-top: 20px;\n    }\n   \n    .back-to-top:hover {\n        background: #1b5e20;\n    }\n   \n    .handbook-footer {\n        text-align: center;\n        padding: 40px 20px;\n        margin-top: 50px;\n        border-top: 3px solid var(--gcas-green);\n        color: #666;\n        width: 100%;\n        background: #fff;\n    }\n   \n    .handbook-footer-inner {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n   \n    @media (max-width: 768px) {\n        .handbook-container {\n            padding: 0 15px;\n        }\n       \n        .section {\n            padding-left: 15px;\n            padding-right: 15px;\n        }\n       \n        .section-header {\n            padding: 15px 20px;\n        }\n       \n        .handbook-header h1 {\n            font-size: 1.8em;\n        }\n    }\n<\/style>\n\n<div class=\"handbook-wrapper\">\n\n<header class=\"handbook-header\" id=\"top\">\n    <h1>GCAS College Dublin<\/h1>\n    <p class=\"subtitle\">The Global Centre for Advanced Studies<\/p>\n    <p class=\"year\">Student Handbook 2025<\/p>\n<\/header>\n\n<div class=\"handbook-btn-container\">\n    <a href=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/03\/GCAS-Researchers-Student-Handbook-Updated-2026.pdf\" target=\"_blank\" class=\"handbook-btn\">Read the Entire Handbook<\/a>\n<\/div>\n\n<div class=\"contact-info\">\n    <p><strong>Address:<\/strong> 38\/39 Fitzwilliam Square, Dublin 2, Ireland<\/p>\n    <p><strong>Phone:<\/strong> +353 87 754 1417<\/p>\n    <p><strong>Email:<\/strong> <a href=\"mailto:contact@gcas.ie\">contact@gcas.ie<\/a><\/p>\n    <p><strong>Website:<\/strong> <a href=\"https:\/\/gcas.ie\/ga\/\" target=\"_blank\">gcas.ie<\/a><\/p>\n<\/div>\n\n<nav class=\"toc-container\" id=\"toc\">\n    <h2>Table of Contents<\/h2>\n    <ul class=\"toc-list\">\n        <li><span class=\"toc-section\">R\u00e9amhr\u00e1<\/span><\/li>\n        <li><a href=\"#overview\">Overview &amp; Philosophy<\/a><\/li>\n        <li><a href=\"#accreditation\">Accreditation<\/a><\/li>\n        <li><a href=\"#faculty\">Faculty &amp; Leadership<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 1: Student Life<\/span><\/li>\n        <li><a href=\"#code-of-trust\">Code of Trust &amp; Pledge<\/a><\/li>\n        <li><a href=\"#admissions\">Admissions<\/a><\/li>\n        <li><a href=\"#nomadic-learning\">Nomadic Learning<\/a><\/li>\n        <li><a href=\"#transfer\">Transfer &amp; Credit Recognition<\/a><\/li>\n        <li><a href=\"#international\">International Students<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 2: Academic Policies<\/span><\/li>\n        <li><a href=\"#plagiarism\">Plagiarism Policy<\/a><\/li>\n        <li><a href=\"#supervision\">Academic Supervising<\/a><\/li>\n        <li><a href=\"#attendance\">Attendance &amp; Absence<\/a><\/li>\n        <li><a href=\"#grading\">Grading Scale<\/a><\/li>\n        <li><a href=\"#withdrawing\">Withdrawing from a Course<\/a><\/li>\n        <li><a href=\"#disciplinary\">Disciplinary Policy<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 3: Finances<\/span><\/li>\n        <li><a href=\"#financial-aid\">Financial Aid<\/a><\/li>\n        <li><a href=\"#fees\">Additional Fees<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 4: Degree Programs<\/span><\/li>\n        <li><a href=\"#ba-program\">BA Program<\/a><\/li>\n        <li><a href=\"#ma-programs\">MA Programs<\/a><\/li>\n        <li><a href=\"#thesis-requirements\">Thesis Requirements<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 5: PhD Programs<\/span><\/li>\n        <li><a href=\"#phd-overview\">PhD Overview<\/a><\/li>\n        <li><a href=\"#dissertation\">Dissertation Requirements<\/a><\/li>\n        <li><a href=\"#phd-defense\">PhD Defense<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 6: Student Agreements<\/span><\/li>\n        <li><a href=\"#liability\">Event Attendance &amp; Liability<\/a><\/li>\n        <li><a href=\"#tuition-payment\">Tuition Payment Obligations<\/a><\/li>\n        <li><a href=\"#recording-policy\">Recording &amp; Media Policy<\/a><\/li>\n       \n        <li><span class=\"toc-section\">Section 7: College Policies<\/span><\/li>\n        <li><a href=\"#data-protection\">Data Protection<\/a><\/li>\n        <li><a href=\"#equal-opportunity\">Equal Opportunity<\/a><\/li>\n        <li><a href=\"#bullying\">Anti-Bullying Policy<\/a><\/li>\n        <li><a href=\"#ai-policy\">AI in Academic Writing<\/a><\/li>\n        <li><a href=\"#disability\">Disability Accommodations<\/a><\/li>\n    <\/ul>\n<\/nav>\n\n<div class=\"section-header\">\n    <h2>R\u00e9amhr\u00e1<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"overview\">\n    <h3>Overview<\/h3>\n    <p>Welcome to GCAS College Dublin, Ltd. The Global Centre for Advanced Studies (henceforth &#8220;GCAS&#8221; or &#8220;GCAS College&#8221;). This is a shortened version of the Handbook on this page. We are committed to providing you with the resources necessary to support and encourage your research findings. Although GCAS has one of the best faculties available in the fields of philosophy, art performance, psychoanalysis, theology, politics, and other fields, it is up to the student to decide if GCAS is the best fit for their research aims and objectives.<\/p>\n   \n    <p>GCAS is a college offering BA, MA, and PhD degrees online and at times in-person settings and through our publicly available programs in our ESchool. We are committed to debt-free high-quality education in an ecologically, collaborative and economically sustainable way.<\/p>\n   \n    <div class=\"highlight-box\">\n        <p><strong>Our Mission:<\/strong> High-quality, debt-free education that provides the resources for creative and new research that is not possible in a traditional university setting. We believe that education is inherently an intersubjective experience that requires sharing ideas openly, proposing and establishing new and bold lines of thinking and actions in rigorous scientific ways.<\/p>\n    <\/div>\n   \n    <p>GCAS holds in residence seminars for short periods of time in different locations. We&#8217;ve held seminars in Havana, Cuba; Berlin; Prague; Athens; Maribor, Slovenia; Paris; New York; Cincinnati, Ohio; Grand Rapids, Michigan; Mexico City; and Bogot\u00e1 Colombia, to name a few.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"accreditation\">\n    <h3>Accreditation<\/h3>\n    <p>GCAS College offers several accredited degree programmes in the European Union through our partnership with Woolf:<\/p>\n   \n    <div class=\"programs-grid\">\n        <div class=\"program-card\">Ph.D. in the Humanities and Social Sciences<\/div>\n        <div class=\"program-card\">Ph.D. in the Natural Sciences<\/div>\n        <div class=\"program-card\">M\u00e1istreacht san Fheals\u00fanacht<\/div>\n        <div class=\"program-card\">M\u00e1istreacht san tS\u00edoc-anail\u00eds<\/div>\n        <div class=\"program-card\">M\u00e1istreacht san Diagacht<\/div>\n        <div class=\"program-card\">M\u00e1istreacht san Eola\u00edocht Polaiti\u00fail<\/div>\n        <div class=\"program-card\">Master of Laws (LL.M.)<\/div>\n        <div class=\"program-card\">B.A. san Eola\u00edocht Idirdhiscipl\u00edneach<\/div>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"faculty\">\n    <h3>Leadership &amp; Faculty<\/h3>\n    <p>GCAS College is owned and operated by faculty, staff, and graduates of GCAS College. Our governance structure includes:<\/p>\n    <ul>\n        <li>Board of Trustees<\/li>\n        <li>Academic Council<\/li>\n        <li>Quality Assurance Commission<\/li>\n        <li>Ethics Committee<\/li>\n    <\/ul>\n   \n    <p>GCAS was founded by Dr. Creston Davis in 2013 stemming from an idea he conceived in 1999 while a student at Yale University. In 2018 GCAS moved from the United States to Dublin, Ireland for several reason supreme among them being academic freedom. Importantly, GCAS College is owned by the faculty and graduates who share ownership together. When a student is accepted into our College they will be trained and supported by the faculty and staff with the intent to invite the student into the ownership community of GCAS College Dublin once they graduate.<\/p>\n   \n    <h4>Publications<\/h4>\n    <p>We also publish an online magazine and peer-reviewed academic journal, <strong>Athbhreithni\u00fa GCAS<\/strong>.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 1: Student Community Life &amp; Responsibilities<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"code-of-trust\">\n    <h3>The GCAS Code of Trust and Pledge<\/h3>\n    <p>Being a student-researcher at GCAS College Dublin means belonging to our academic community. Our academic community requires that all members always act in the most esteemed ethical ways possible. This is because if and when a student graduates from GCAS College Dublin, the faculty and Alumni may invite them to become co-owners of GCAS College Dublin.<\/p>\n   \n    <div class=\"important-box\">\n        <p><strong>Core Values:<\/strong> We trust that we are creating a different kind of Higher Educational Institution, one that is not concerned with material gain, but rather making a difference first and foremost in the lives of the younger generation and for the future flourishing of all living beings in our world.<\/p>\n    <\/div>\n   \n    <p>All students and members of our community must sign and agree to abide by our Code of Trust. Contact <a href=\"mailto:contact@gcas.ie\">contact@gcas.ie<\/a> to submit your signed form.<\/p>\n   \n    <h4>Student Expectations<\/h4>\n    <p>A student in the BA, MA or PhD programmes is a member of a high-quality academic community within the College. Should a student not live up to our world-class reputation by adverse activities such as lying, cheating, or harming others in our community or others outside our community then they will be warned about their behaviour. Should such warnings not stop the disrespectful behaviour in question then the student may be placed on probation or could even be removed from the community.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"admissions\">\n    <h3>Admissions<\/h3>\n   \n    <div class=\"warning-box\">\n        <p><strong>Read Before You Apply:<\/strong> GCAS is an accredited institution of higher education in the European Union via our partnership with Woolf University. Please be aware that most but not all degree programmes are accredited at this time. If you have a question about this please ask us.<\/p>\n    <\/div>\n   \n    <p>To be considered for admission into GCAS College, prospective students must complete the application process through Phase 1 and Phase 2. Information about these phases can be found on our respective degree programme webpages.<\/p>\n   \n    <h4>Prerequisites for Acceptance<\/h4>\n    <p>Our researchers come from some of the best academic institutions in the world, including Johns Hopkins University, Columbia University, London School of Economics, Swarthmore, Yale University, New York University, Cambridge, Oxford, and Case Western Reserve University.<\/p>\n   \n    <p>However, as a research institute and college that is challenging traditional academia, we attract applicants who bring diverse backgrounds, experiences, and fresh perspectives to the conversation and research.<\/p>\n   \n    <h4>Tuition Overview<\/h4>\n    <ul>\n        <li><strong>BA Programme:<\/strong> \u20ac3,500 per year<\/li>\n        <li><strong>MA &amp; PhD Programmes:<\/strong> \u20ac6,000 per year<\/li>\n    <\/ul>\n    <p>Nearly 100% financial aid packages are offered to all Researchers\/Students who are accepted. GCAS&#8217;s financial aid packages come in the form of tuition reduction.<\/p>\n   \n    <h4>Application Review<\/h4>\n    <p>All applications are reviewed by our Admissions Committee chaired by a GCAS Faculty member. Acceptance is highly selective for all our degree programmes. Part of our assessment criteria is to ensure GCAS has the capacity and resources to fully support the applicant&#8217;s research proposal.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"nomadic-learning\">\n    <h3>GCAS Nomadic Learning: &#8220;The World is our Classroom&#8221;<\/h3>\n    <p>From the first inception of The Global Center for Advanced Studies (GCAS) we have created new and innovative spaces of learning and applied creative and critical thinking. We have occupied dozens of spaces around the world from the Centre Pompidou in Paris, to a museum in Berlin, The Brooklyn Commons in New York City, to The Martin Luther King, Jr Centre in Havana, Cuba.<\/p>\n   \n    <h4>Previous GCAS Institutes &amp; Conferences<\/h4>\n    <ul>\n        <li>1st Annual, &#8220;Badiou on Badiou&#8221; (July 2014)<\/li>\n        <li>2nd, &#8220;Democracy Rising&#8221; Athens, Greece (July 2015)<\/li>\n        <li>3rd, &#8220;Democracy Rising&#8221; Philadelphia (June 2016)<\/li>\n        <li>4th, &#8220;Practicing Intellectual Resistance&#8221; Maribor, Slovenia (July 2017)<\/li>\n        <li>5th, &#8220;Aesthetic Resistance &amp; Performance&#8221; France (June 2018)<\/li>\n        <li>6th, &#8220;Philosophy as a Mode of Production&#8221; France (June 2019)<\/li>\n        <li>7th, &#8220;Aesthetics and the Political&#8221; Mexico City (Oct 2021)<\/li>\n        <li>GCAS Belfast Event (2022)<\/li>\n        <li>8th, &#8220;Transgressive Thought and the Counterfeits of Creativity&#8221; Prague (June 2023)<\/li>\n        <li>9th, &#8220;GCAS Paris Week&#8221; (May 2024)<\/li>\n        <li>10th, &#8220;GCAS Paris Week&#8221; (May 2025)<\/li>\n    <\/ul>\n   \n    <div class=\"info-box\">\n        <p><strong>Event Attendance:<\/strong> All students, faculty, and attendees who attend any GCAS College events in person must first sign a Liability Release Form. All attendees will commit to non-violent and respectful means of exchange.<\/p>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"transfer\">\n    <h3>Transferring &amp; Credit Recognition<\/h3>\n    <p>Students who transfer into The Graduate School of GCAS College Dublin from other institutions of higher education may transfer previously awarded credit received from another institution of higher education so long as that institution is accredited and your transfer is authorised by the GCAS Chancellor.<\/p>\n   \n    <h4>Credit Recognition for Alternative Learning Experiences<\/h4>\n    <p>GCAS College Dublin has a process by which we recognise alternative learning experiences including employment and other relevant experiences, and can grant credit hours for such experiences provided that documentation is provided.<\/p>\n   \n    <h4>Dual Enrolment Policy<\/h4>\n    <p>It is not the normal practice of GCAS College Dublin to accept a student who is also enrolled in another university. However, in exceptional cases, an applicant may request the Applications Committee to consider acceptance as a &#8220;Dual Enrolled&#8221; student.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"international\">\n    <h3>International Students<\/h3>\n   \n    <h4>English Language Requirements<\/h4>\n    <p>Applicants whose first language is not English must demonstrate evidence of their proficiency in English via one of the following:<\/p>\n    <ul>\n        <li>Completed a minimum of one year education in a predominantly English-speaking country within the previous 18 months<\/li>\n        <li>Work experience of at least 18 months in a predominantly English-speaking country<\/li>\n        <li>Sufficiently high qualification score on approved examinations<\/li>\n        <li>A degree from an accredited institution taught in English<\/li>\n    <\/ul>\n   \n    <h4>Accepted English Proficiency Tests<\/h4>\n    <table>\n        <tbody><tr>\n            <th>Test<\/th>\n            <th>Minimum Score<\/th>\n        <\/tr>\n        <tr>\n            <td>IELTS<\/td>\n            <td>Grade 6.5 overall<\/td>\n        <\/tr>\n        <tr>\n            <td>TOEFL<\/td>\n            <td>88 Internet-based \/ 570 paper-based<\/td>\n        <\/tr>\n        <tr>\n            <td>Cambridge Proficiency\/Advanced<\/td>\n            <td>Grade C or better (CEFR Level C1 or C2)<\/td>\n        <\/tr>\n        <tr>\n            <td>Pearson PTE Academic<\/td>\n            <td>Minimum 63 (no section below 59)<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n    <p><em>Note: Test scores are only valid for two years prior to applying.<\/em><\/p>\n   \n    <h4>Visa Requirements<\/h4>\n    <p>Because we offer courses online and in low-residential ways, a student shouldn&#8217;t expect visa backing from GCAS College Dublin. For more information about student visas, please consult the Department of Foreign Affairs website.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 2: General Academic Policies<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"plagiarism\">\n    <h3>Plagiarism Policy<\/h3>\n    <p>Plagiarism is the act or instance of using or closely imitating the language and thoughts of another author without authorisation or the presentation of that author&#8217;s work as one&#8217;s own.<\/p>\n   \n    <div class=\"important-box\">\n        <p><strong>Zero Tolerance:<\/strong> GCAS most fundamentally is a place in which bold and new research is encouraged, as well as the creation of new thinking paradigms. Plagiarism is the act of &#8220;unthinking&#8221; and a form of intellectual dishonesty. GCAS strongly condemns any acts of plagiarism unless those acts are shown to be an artistic or performative act that has been pre-approved by faculty.<\/p>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"supervision\">\n    <h3>Academic Supervising<\/h3>\n    <p>All students are initially assigned an Academic Supervisor. The student&#8217;s Academic Supervisor will ensure the student understands the academic expectations and policies through the initial advisory meeting. Students should meet with their supervisor about once a month.<\/p>\n   \n    <h4>Changing Academic Supervisors<\/h4>\n    <p>After the first term, the student may wish to change their Academic Supervisor. To do this, email the Chancellor or Registrar.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"attendance\">\n    <h3>Attendance and Absence Policy<\/h3>\n    <p>In order to be a successful student at GCAS College Dublin, a student must attend:<\/p>\n    <ul>\n        <li>Lectures<\/li>\n        <li>Classes<\/li>\n        <li>Monthly peer group meet-ups<\/li>\n        <li>Monthly academic supervision meetings<\/li>\n        <li>Other events as required<\/li>\n    <\/ul>\n   \n    <div class=\"warning-box\">\n        <p><strong>Live Course Policy:<\/strong> We strongly encourage all students to attend live courses. If the course is happening between 8 a.m. and 8 p.m. in your local time zone, we expect attendance. Students may miss up to 2 live class sessions without penalty.<\/p>\n    <\/div>\n   \n    <h4>Absence Requirements<\/h4>\n    <ul>\n        <li>If absent, post a 250-word response to the lecture within 3 days after the recording is posted<\/li>\n        <li>Leaving more than 20% of class early counts as an absence<\/li>\n        <li>3 absences: Final grade reduced by 1 unit<\/li>\n        <li>4 absences: Final grade reduced by another unit<\/li>\n        <li>5+ absences: Failure of the course<\/li>\n    <\/ul>\n<\/section>\n\n<section class=\"section\" id=\"grading\">\n    <h3>Grading Scale<\/h3>\n    <p>The grading scale is from 1 to 10 with 10 being the highest grade achievable:<\/p>\n   \n    <div class=\"grade-scale\">\n        <div class=\"grade-item\"><strong>10<\/strong> &#8211; Highest achievable<\/div>\n        <div class=\"grade-item\"><strong>9<\/strong> &#8211; Excellent<\/div>\n        <div class=\"grade-item\"><strong>8<\/strong> &#8211; Very Good<\/div>\n        <div class=\"grade-item\"><strong>7<\/strong> &#8211; Good<\/div>\n        <div class=\"grade-item\"><strong>6<\/strong> &#8211; Passable<\/div>\n        <div class=\"grade-item\"><strong>5<\/strong> &#8211; Failure (may retake)<\/div>\n        <div class=\"grade-item\"><strong>4<\/strong> &#8211; Failure (may retake)<\/div>\n        <div class=\"grade-item\"><strong>3<\/strong> &#8211; Failure (no retake)<\/div>\n        <div class=\"grade-item\"><strong>2<\/strong> &#8211; Failure (no retake)<\/div>\n        <div class=\"grade-item\"><strong>1<\/strong> &#8211; Failure (no retake)<\/div>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"withdrawing\">\n    <h3>Withdrawing from a Course<\/h3>\n    <p>A student may withdraw from any course at any time; however, there are different consequences:<\/p>\n   \n    <table>\n        <tbody><tr>\n            <th>Withdrawal Period<\/th>\n            <th>Consequence<\/th>\n        <\/tr>\n        <tr>\n            <td>Before 2nd class meeting<\/td>\n            <td>No consequences, no grade or credit<\/td>\n        <\/tr>\n        <tr>\n            <td>Before 4th class meeting<\/td>\n            <td>Can claim 50% of tuition funds, no grade or credit<\/td>\n        <\/tr>\n        <tr>\n            <td>Before 5th class meeting<\/td>\n            <td>No tuition reimbursement, no grade or credit<\/td>\n        <\/tr>\n        <tr>\n            <td>After 6th class meeting<\/td>\n            <td>Will receive a grade for the course<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n<\/section>\n\n<section class=\"section\" id=\"disciplinary\">\n    <h3>Disciplinary Policy<\/h3>\n    <p>All GCAS College students are expected to conduct themselves in a respectful and professional manner at all times.<\/p>\n   \n    <h4>Kinds of Disciplinary Action<\/h4>\n    <ul>\n        <li>Official Reprimand<\/li>\n        <li>Academic Probation<\/li>\n        <li>Temporary Suspension<\/li>\n        <li>Forced Leave of Absence<\/li>\n        <li>Suspension for 1 Year<\/li>\n        <li>Termination<\/li>\n        <li>Termination without the privilege of reapplying<\/li>\n    <\/ul>\n   \n    <h4>Procedure<\/h4>\n    <p>Should a student be suspected of violating a policy or code of GCAS College, they will be formally notified by the Dean of Student Affairs via email. The student can admit violation in writing, or claim innocence and receive a fair defense in an Ethics Committee Violation Hearing.<\/p>\n   \n    <h4>Leave of Absence<\/h4>\n    <p>A student may apply for a medical leave of absence and\/or a pause in their studies. The cost of a leave of absence is \u20ac500.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 3: GCAS College Economy<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"financial-aid\">\n    <h3>Financial Aid<\/h3>\n   \n    <div class=\"highlight-box\">\n        <p><strong>100% OF ALL GCAS COLLEGE STUDENTS RECEIVE SOME FINANCIAL AID<\/strong><\/p>\n    <\/div>\n   \n    <p>GCAS College Dublin is committed to providing the highest quality education at the lowest possible cost. There are three ways we help students:<\/p>\n    <ol>\n        <li>Extremely low tuition for high quality education<\/li>\n        <li>All accepted students receive some form of tuition remission support; some may receive up to 50% depending on the strength of their application.<\/li>\n        <li>Flexible payment schedules<\/li>\n    <\/ol>\n   \n    <h4>The Warren T. Davis, Jr Scholarship<\/h4>\n    <p>GCAS may offer unique scholarship opportunity that provides the recipient with up to 100% tuition remission. This scholarship is set aside for BA, MA and PhD Researchers who are accepted into GCAS.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"fees\">\n    <h3>Additional Fees<\/h3>\n   \n    <div class=\"info-box\">\n        <p><strong>Stay on Track, Stay Debt-Free:<\/strong> NO EXTRA FEES IF YOU GRADUATE ON TIME. Additional fees apply only in exceptional circumstances.<\/p>\n    <\/div>\n   \n    <h4>Fee Summary<\/h4>\n    <table>\n        <tbody><tr>\n            <th>Fee Type<\/th>\n            <th>Applies To<\/th>\n            <th>When Fees Apply<\/th>\n            <th>Monthly Cost<\/th>\n        <\/tr>\n        <tr>\n            <td>Continuation Fee<\/td>\n            <td>MA, BA, PhD<\/td>\n            <td>After grace period, for each additional month<\/td>\n            <td>\u20ac250<\/td>\n        <\/tr>\n        <tr>\n            <td>Extraordinary Supervision (MA)<\/td>\n            <td>MA thesis writing<\/td>\n            <td>If supervision exceeds 3 months<\/td>\n            <td>\u20ac150<\/td>\n        <\/tr>\n        <tr>\n            <td>Extraordinary Supervision (PhD)<\/td>\n            <td>PhD<\/td>\n            <td>During 3 non-budgeted months (summer break)<\/td>\n            <td>\u20ac150<\/td>\n        <\/tr>\n        <tr>\n            <td>Additional Supervisor (PhD)<\/td>\n            <td>PhD (Year 2 or 3)<\/td>\n            <td>For each month with additional supervisor<\/td>\n            <td>\u20ac150<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n   \n    <h4>Continuation Fees<\/h4>\n    <p>GCAS provides clearly defined timelines for degree completion:<\/p>\n    <ul>\n        <li><strong>MA programs:<\/strong> 12 months<\/li>\n        <li><strong>BA and PhD programs:<\/strong> 36 months<\/li>\n    <\/ul>\n    <p>A two-month grace period is granted at no additional cost. After this, a monthly continuation fee of \u20ac200 will be charged.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 4: BA and MA Degree Programmes<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"ba-program\">\n    <h3>Bachelor of Interdisciplinary Studies (BA-IS)<\/h3>\n    <p><strong>Director:<\/strong> Mario D&#8217;Amato<\/p>\n    <p>Please refer to the GCAS website for detailed information about this programme.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"ma-programs\">\n    <h3>MA Programmes<\/h3>\n    <p>The MA programmes are based on coursework and research and range in length from one to two years. Students are required to complete 90 ECTS credit hours, which include:<\/p>\n    <ul>\n        <li>Coursework<\/li>\n        <li>Monthly supervision<\/li>\n        <li>MA Thesis peer mentor hours<\/li>\n    <\/ul>\n   \n    <h4>Programme Directors<\/h4>\n    <ul>\n        <li><strong>MA in Philosophy:<\/strong> Creston Davis, PhD<\/li>\n        <li><strong>MA in Psychoanalysis:<\/strong> Florian Kleinau, PhD<\/li>\n        <li><strong>MA in Politics:<\/strong> Francisco Gonzales, PhD<\/li>\n        <li><strong>MA in Theology:<\/strong> Barry Taylor, PhD<\/li>\n    <\/ul>\n   \n    <h4>Supervised Guided Research<\/h4>\n    <p>The core of this programme is guided and supervised individual research from one of GCAS College&#8217;s faculty members. You are required to meet at least once per month with your assigned Academic Supervisor.<\/p>\n   \n    <div class=\"warning-box\">\n        <p><strong>Important:<\/strong> Should a student seek a supervisor outside the core GCAS faculty, they must first arrange this via the Chancellor, Dr. Creston Davis. There will normally be an extra fee of \u20ac100 per month for external supervisors.<\/p>\n    <\/div>\n   \n    <h4>Masters Comprehensive Examination (MCE)<\/h4>\n    <p>Each student will be required to take and successfully pass the MCE. This examination is a four-hour, written examination. Students can use external materials during this examination.<\/p>\n    <ul>\n        <li>The examination consists of one or two questions on the research topic<\/li>\n        <li>Must be proctored by a GCAS faculty member or approved proctor<\/li>\n        <li>Graded as &#8220;Pass&#8221; or &#8220;Fail&#8221;<\/li>\n        <li>If failed, can retake after 30 days<\/li>\n        <li>If the retake is failed, the student will be removed from the programme<\/li>\n    <\/ul>\n<\/section>\n\n<section class=\"section\" id=\"thesis-requirements\">\n    <h3>MA Thesis Requirements<\/h3>\n   \n    <h4>Length<\/h4>\n    <ul>\n        <li>Minimum: 20,000 words<\/li>\n        <li>Maximum: 40,000 words (excluding bibliography and appendices)<\/li>\n        <li>Absolute maximum: 50,000 words<\/li>\n        <li>Footnotes &amp; citations: Should not exceed 20% of the Thesis<\/li>\n    <\/ul>\n   \n    <h4>Format<\/h4>\n    <table>\n        <tbody><tr>\n            <th>Element<\/th>\n            <th>Requirement<\/th>\n        <\/tr>\n        <tr>\n            <td>Margins<\/td>\n            <td>1 inch on all sides<\/td>\n        <\/tr>\n        <tr>\n            <td>Font<\/td>\n            <td>Times New Roman<\/td>\n        <\/tr>\n        <tr>\n            <td>Font Size<\/td>\n            <td>12pt<\/td>\n        <\/tr>\n        <tr>\n            <td>Spacing<\/td>\n            <td>Double<\/td>\n        <\/tr>\n        <tr>\n            <td>Citation Style<\/td>\n            <td>Chicago, MLA, or APA (must be consistent throughout)<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n   \n    <h4>Thesis Defense<\/h4>\n    <p>The MA Defense is expected to last about one hour:<\/p>\n    <ul>\n        <li>5 minutes: Introduction by Academic Supervisor<\/li>\n        <li>10 minutes: Student summarises thesis<\/li>\n        <li>20 minutes: Committee examination<\/li>\n        <li>5 minutes: Student summary<\/li>\n        <li>15 minutes: Committee private discussion<\/li>\n        <li>5 minutes: Grade announcement<\/li>\n    <\/ul>\n   \n    <h4>Defense Grades<\/h4>\n    <ul>\n        <li><strong>A.<\/strong> Pass with Distinction<\/li>\n        <li><strong>B.<\/strong> Pass without Revision<\/li>\n        <li><strong>C.<\/strong> Pass with Minor Revisions (180 days to address)<\/li>\n        <li><strong>D.<\/strong> Pass with Major Revisions (180 days to address)<\/li>\n        <li><strong>E.<\/strong> Fail (but student can redefend after 365 days)<\/li>\n        <li><strong>F.<\/strong> Fail (with no further options)<\/li>\n    <\/ul>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 5: PhD Programmes<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"phd-overview\">\n    <h3>PhD Overview<\/h3>\n    <p>GCAS&#8217;s Ph.D. programmes strive to be the best research programme of its kind in the world.<\/p>\n   \n    <h4>Available Programmes<\/h4>\n    <ul>\n        <li><strong>PhD in the Humanities and Social Sciences<\/strong> \u2014 Director: Creston Davis, PhD<\/li>\n        <li><strong>PhD in the Natural Sciences (Mathematics and Physics)<\/strong> \u2014 Director: Fernando Tohm\u00e9, PhD<\/li>\n    <\/ul>\n   \n    <h4>Basic Requirements<\/h4>\n    <p>GCAS PhD programmes are 3 years in length:<\/p>\n    <ul>\n        <li><strong>Year 1:<\/strong> Research design, methodology development, literature review, identifying research &#8220;gap,&#8221; and developing a tentative hypothesis. One required course: &#8220;Methodologies and Research Techniques&#8221; (meets 4 times per year)<\/li>\n        <li><strong>Year 2:<\/strong> Promotion to &#8220;PhD Candidate&#8221; status and assignment of an expert supervisor<\/li>\n        <li><strong>Year 3:<\/strong> Dissertation completion and defense<\/li>\n    <\/ul>\n<\/section>\n\n<section class=\"section\" id=\"dissertation\">\n    <h3>PhD Dissertation Requirements<\/h3>\n    <p>The PhD Dissertation is a scientific document consisting of sustained, rigorous, and coherent research that contributes something original to a field or fields of inquiry.<\/p>\n   \n    <h4>Format<\/h4>\n    <table>\n        <tbody><tr>\n            <th>Element<\/th>\n            <th>Requirement<\/th>\n        <\/tr>\n        <tr>\n            <td>Length<\/td>\n            <td>~80,000 words (max 100,000 excluding bibliography)<\/td>\n        <\/tr>\n        <tr>\n            <td>Margins<\/td>\n            <td>1.5 inch on all sides<\/td>\n        <\/tr>\n        <tr>\n            <td>Font<\/td>\n            <td>Times New Roman<\/td>\n        <\/tr>\n        <tr>\n            <td>Font Size<\/td>\n            <td>12pt<\/td>\n        <\/tr>\n        <tr>\n            <td>Spacing<\/td>\n            <td>Double<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n<\/section>\n\n<section class=\"section\" id=\"phd-defense\">\n    <h3>PhD Dissertation Defense<\/h3>\n    <p>The PhD Dissertation Defense must be scheduled at least 90 days ahead. All committee members must be present either in person or via live online meeting.<\/p>\n   \n    <h4>Defense Format<\/h4>\n    <ol>\n        <li>R\u00e9amhr\u00e1<\/li>\n        <li>Student presents 3-5 minute summary<\/li>\n        <li>Questions and examination by evaluators<\/li>\n        <li>Student replies to examination<\/li>\n        <li>Student leaves while examiners convene<\/li>\n        <li>Grade determination<\/li>\n        <li>Student returns and grade is delivered<\/li>\n        <li>Meeting adjourned<\/li>\n    <\/ol>\n   \n    <h4>Grade Scale<\/h4>\n    <ul>\n        <li><strong>A.<\/strong> Pass with Distinction<\/li>\n        <li><strong>B.<\/strong> Pass without Revision<\/li>\n        <li><strong>C.<\/strong> Pass with Minor Revision (90 days to submit revisions)<\/li>\n        <li><strong>D.<\/strong> Pass with Major Revision (180 days to submit revisions)<\/li>\n        <li><strong>E.<\/strong> Fail (with resubmission possible)<\/li>\n        <li><strong>F.<\/strong> Fail (without resubmission)<\/li>\n    <\/ul>\n   \n    <h4>Submission<\/h4>\n    <p>Once passed, the student must submit the final copy within 180 days. Failure to submit within 180 days will result in the degree being revoked.<\/p>\n   \n    <h4>Research Beyond 3 Years<\/h4>\n    <p>If dissertation research takes longer than 3 years, tuition fees remain the same as the final year of study. After Year 4, the Chancellor will assess the feasibility of completion.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 6: Student Agreements &amp; Obligations<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"liability\">\n    <h3>Event Attendance &amp; Liability<\/h3>\n    <p>When a student attends a GCAS event in person, they do so <strong>&#8220;at their own risk.&#8221;<\/strong><\/p>\n   \n    <div class=\"important-box\">\n        <p><strong>Liability Waiver:<\/strong> By attending any GCAS College Dublin or Global Centre for Advanced Studies (&#8220;GCAS&#8221;) event in person, students agree that in the unexpected event that they are injured or hurt, they will not hold GCAS College Dublin Limited or the Global Centre for Advanced Studies (&#8220;GCAS&#8221;) responsible for any injuries, damages, or losses incurred.<\/p>\n    <\/div>\n   \n    <p>All students, faculty, and attendees who attend any GCAS College events in person must first sign a Liability Release Form acknowledging this policy.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"tuition-payment\">\n    <h3>Tuition Payment Obligations<\/h3>\n   \n    <div class=\"important-box\">\n        <p><strong>Payment Requirement:<\/strong> Students agree to pay their tuition on time according to the payment schedule established upon enrollment.<\/p>\n    <\/div>\n   \n    <h4>Non-Payment Consequences<\/h4>\n    <p>Should a student not pay their tuition after receiving a warning and after more than <strong>60 days<\/strong> without prior approval from the Chancellor, they will be removed from enrollment and from GCAS.<\/p>\n   \n    <h4>Tuition Commitment After Acceptance<\/h4>\n    <p>If you agree to the terms and conditions of our acceptance offer, GCAS needs to rely on you to pay for your tuition in a timely manner as agreed. This commitment is essential for GCAS to maintain its operations and continue providing quality education.<\/p>\n   \n    <div class=\"warning-box\">\n        <p><strong>Important:<\/strong> Should you want to stop your studies after 30 days, you are still obligated to pay for your entire tuition amount that you have agreed to. This policy ensures that GCAS can allocate resources appropriately and maintain its commitment to all students.<\/p>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"recording-policy\">\n    <h3>Recording &amp; Media Policy<\/h3>\n    <p>GCAS records our lectures and events to ensure all students have access to educational content regardless of their location or schedule.<\/p>\n   \n    <div class=\"info-box\">\n        <p><strong>Consent to Recording:<\/strong> By participating in GCAS events, courses, or seminars online via Zoom (or similar platforms), you agree to allow GCAS to record these sessions and provide the recordings to GCAS students and researchers who couldn&#8217;t participate due to time-zone issues, health concerns, or similar circumstances.<\/p>\n    <\/div>\n   \n    <h4>Where Recordings Are Stored<\/h4>\n    <p>GCAS posts and stores recordings in the following locations:<\/p>\n    <ul>\n        <li>GCAS Community Forum<\/li>\n        <li>Canvas Learning Management System<\/li>\n        <li>GCAS YouTube Channel<\/li>\n    <\/ul>\n   \n    <p>These recordings are intended for educational purposes and to support the learning community at GCAS.<\/p>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<div class=\"section-header\">\n    <h2>Section 7: GCAS College Policies<\/h2>\n<\/div>\n\n<section class=\"section\" id=\"data-protection\">\n    <h3>Data Protection and Retention Policy<\/h3>\n    <p>GCAS College Dublin Limited is committed to protecting the privacy and personal data of all students, faculty, staff, and partners in accordance with GDPR and the Irish Data Protection Act 2018.<\/p>\n   \n    <h4>Data Controller<\/h4>\n    <p>GCAS College Dublin Limited acts as the data controller for administrative and operational data. Academic records related to accreditation, transcripts, and grades are managed separately by Woolf University.<\/p>\n   \n    <h4>Your Rights Under GDPR<\/h4>\n    <ul>\n        <li>Right of access (Article 15)<\/li>\n        <li>Right to rectification (Article 16)<\/li>\n        <li>Right to erasure (Article 17)<\/li>\n        <li>Right to restriction or objection (Articles 18\u201321)<\/li>\n        <li>Right to data portability (Article 20)<\/li>\n    <\/ul>\n    <p>Requests can be submitted to <a href=\"mailto:contact@gcas.ie\">contact@gcas.ie<\/a>. GCAS will respond within one calendar month.<\/p>\n   \n    <h4>Data Retention Periods<\/h4>\n    <table>\n        <tbody><tr>\n            <th>Category<\/th>\n            <th>Retention Period<\/th>\n        <\/tr>\n        <tr>\n            <td>Student contact and enrolment data<\/td>\n            <td>Up to 7 years after completion\/withdrawal<\/td>\n        <\/tr>\n        <tr>\n            <td>Financial and invoicing records<\/td>\n            <td>7 years (Irish tax law)<\/td>\n        <\/tr>\n        <tr>\n            <td>Email and institutional account data<\/td>\n            <td>Deleted upon official withdrawal<\/td>\n        <\/tr>\n        <tr>\n            <td>Learning platform and forum posts<\/td>\n            <td>Deleted\/anonymised within 12 months of withdrawal<\/td>\n        <\/tr>\n    <\/tbody><\/table>\n<\/section>\n\n<section class=\"section\" id=\"equal-opportunity\">\n    <h3>Equal Employment and Learning Opportunity Policy<\/h3>\n    <p>It is the policy of GCAS College Dublin to ensure equal employment and learning opportunities without discrimination or harassment on the bases of race, color, national origin, religion, sex, age, disability, citizenship, marital status or any other characteristic protected by law.<\/p>\n   \n    <div class=\"highlight-box\">\n        <p>This policy permeates all decisions, including those involving employee compensation, application assessments, benefits, hiring, promotion, training and development, and other terms and conditions of employment and learning.<\/p>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"bullying\">\n    <h3>Prevention of Bullying and Harassment<\/h3>\n   \n    <div class=\"important-box\">\n        <p><strong>Zero Tolerance Policy:<\/strong> GCAS College will investigate vigorously any allegations of bullying or harassment, regardless of whether the matter has been raised formally or informally.<\/p>\n    <\/div>\n   \n    <h4>Definition of Harassment<\/h4>\n    <p>Harassment is any conduct which is unwanted by the recipient and is considered objectionable, causing humiliation, offence, distress or other detrimental effect. This may include:<\/p>\n    <ul>\n        <li><strong>Physical:<\/strong> Contact ranging from touching to serious assault, gestures, intimidation<\/li>\n        <li><strong>Verbal:<\/strong> Unwelcome remarks, suggestions, malicious gossip, jokes, offensive language<\/li>\n        <li><strong>Non-verbal:<\/strong> Offensive literature or pictures, graffiti, isolation or exclusion from activities<\/li>\n    <\/ul>\n   \n    <h4>Definition of Bullying<\/h4>\n    <p>Bullying is usually repeated and persistent behaviour which is offensive, abusive, intimidating, malicious or insulting, including:<\/p>\n    <ul>\n        <li>Conduct which is intimidating, physically abusive or threatening<\/li>\n        <li>Conduct that denigrates, ridicules or humiliates an individual<\/li>\n        <li>Picking on one person when there is a common problem<\/li>\n        <li>Shouting at an individual to get things done<\/li>\n        <li>Setting unrealistic targets or excessive workloads<\/li>\n        <li>Cyber bullying via email or social media<\/li>\n    <\/ul>\n   \n    <h4>Resolution Process<\/h4>\n    <p>Complainants are encouraged to try informal resolution first. If this is not possible or appropriate, formal complaints should be raised to The Ethics Committee via the Complaint Form.<\/p>\n<\/section>\n\n<section class=\"section\" id=\"ai-policy\">\n    <h3>Policy on the Use of Artificial Intelligence (AI) in Academic Writing<\/h3>\n    <p>GCAS is committed to preserving the highest standards of academic integrity, originality, and genuine scholarly inquiry.<\/p>\n   \n    <div class=\"important-box\">\n        <h4>Prohibited Uses of AI<\/h4>\n        <ul>\n            <li>Drafting or writing any portion of assignments<\/li>\n            <li>Generating arguments or explanations<\/li>\n            <li>Producing or editing text intended to appear as the student&#8217;s own work<\/li>\n            <li>Rephrasing or rewriting content<\/li>\n            <li>Generating citations, bibliographies, or literature reviews (unless specifically permitted)<\/li>\n        <\/ul>\n    <\/div>\n   \n    <h4>Permitted Uses of AI<\/h4>\n    <ul>\n        <li>Locating bibliographic resources<\/li>\n        <li>Clarifying concepts in an explanatory or tutoring capacity<\/li>\n        <li>Receiving guidance on formatting or citation styles<\/li>\n        <li>Generating a basic outline template that the student significantly revises<\/li>\n    <\/ul>\n   \n    <p>Any permitted use must be disclosed in an <strong>AI Use Statement<\/strong> at the end of the submitted work.<\/p>\n   \n    <div class=\"warning-box\">\n        <p><strong>Violations:<\/strong> Will be handled in accordance with GCAS&#8217;s Academic Integrity and Misconduct procedures. Repeated or serious violations may result in sanctions, including revision requirements, probation, or disenrollment.<\/p>\n    <\/div>\n<\/section>\n\n<section class=\"section\" id=\"disability\">\n    <h3>Policy Concerning Disability and Academic Accommodation<\/h3>\n    <p>GCAS College Dublin is committed to addressing the issues of disability in our student population.<\/p>\n   \n    <h4>Accommodation Process<\/h4>\n    <ol>\n        <li>Complete the Disability Disclosure Form<\/li>\n        <li>Provide sufficient evidence to support the disclosed disability from a healthcare professional<\/li>\n        <li>The Dean of Academic Affairs will determine the degree of academic accommodation<\/li>\n        <li>The Disability Disclosure Form will only be shared with the Dean of Student Affairs and the Academic Disabilities Accommodation Commission<\/li>\n    <\/ol>\n   \n    <div class=\"info-box\">\n        <p><strong>GCAS&#8217;s Commitment:<\/strong> GCAS is aware that the concept of disability has been severely limited by a binary conceptualization. Current research shows that the ways of being disabled and the degrees of disability are highly variable, potentially including physical, intellectual capacities, and social factors. GCAS hopes to contribute research in this field.<\/p>\n    <\/div>\n   \n    <a href=\"#toc\" class=\"back-to-top\">\u2191 Back to Contents<\/a>\n<\/section>\n\n<section class=\"section\">\n    <h3>GCAS Refund Policy<\/h3>\n    <p>Once an applicant receives GCAS&#8217;s official acceptance letter they will have <strong>10 days<\/strong> to decide if they agree or disagree with the terms and conditions. Once the applicant accepts the terms and conditions they will be given <strong>30 days<\/strong> to ask for a refund minus the administration costs and fees. After 30 days there are no refunds.<\/p>\n<\/section>\n\n<footer class=\"handbook-footer\">\n    <div class=\"handbook-footer-inner\">\n        <p><strong>\u00a9 GCAS College Dublin, Ltd. 2025<\/strong><\/p>\n        <p>All Rights Reserved<\/p>\n        <p style=\"margin-top: 20px;\">\n            <em>&#8220;Out of Ashes, a New Light&#8221;<\/em><br>\n            <em>&#8220;Is Luaithreach Solas Nua&#8221;<\/em>\n        <\/p>\n        <p style=\"margin-top: 30px; font-size: 0.9em;\">\n            GCAS reserves the right to modify programmes, policies, course offerings, requirements, and any other matters outlined in this Handbook at any time and without prior notice.\n        <\/p>\n        <p style=\"margin-top: 20px;\">\n            <a href=\"mailto:contact@gcas.ie\">contact@gcas.ie<\/a> | <a href=\"https:\/\/gcas.ie\/ga\/\" target=\"_blank\">gcas.ie<\/a>\n        <\/p>\n    <\/div>\n<\/footer>\n\n<\/div>\n\n\n\n<p><strong>New Addition:<\/strong> Owing to the transactional expense of lodging shares to graduates and faculty members, GCAS will be asking those who qualify and seek stock shares of ownership in GCAS College Dublin Limited to pay the fee of lodgement, which is a fee of \u20ac25 as of 1 January 2025. For the expanded version of the GCAS Handbook, please refer to <a href=\"https:\/\/docs.google.com\/document\/d\/1vJ6OVrGCwpoyTimlozKT9RwPLM3t-VTGN3rtL5wqIpg\/edit?usp=sharing\" style=\"color: blue; text-decoration: underline;\">this link<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>\ud83c\uddea\ud83c\uddf8 Para la versi\u00f3n en espa\u00f1ol del manual de GCAS, haga clic aqu\u00ed. (Spanish version) GCAS College Dublin &#8211; Student Handbook 2025 GCAS College Dublin The Global Centre for Advanced Studies Student Handbook 2025 Read the Entire Handbook Address: 38\/39 Fitzwilliam Square, Dublin 2, Ireland Phone: +353 87 754 1417 Email: contact@gcas.ie Website: gcas.ie Table [&hellip;]<\/p>\n","protected":false},"author":8678545,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"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-242","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6.1 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>GCAS Student Handbook - The Global Centre for Advanced Studies<\/title>\n<meta name=\"description\" content=\"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.\" \/>\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\/ga\/handbook\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GCAS Student Handbook\" \/>\n<meta property=\"og:description\" content=\"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/ga\/handbook\/\" \/>\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-04-13T16:31:37+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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"19 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/handbook\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/handbook\\\/\",\"name\":\"GCAS Student Handbook - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"datePublished\":\"2025-12-11T13:29:54+00:00\",\"dateModified\":\"2026-04-13T16:31:37+00:00\",\"description\":\"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/handbook\\\/#breadcrumb\"},\"inLanguage\":\"ga\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/handbook\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/handbook\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GCAS Student Handbook\"}]},{\"@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\":\"ga\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ga\",\"@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":"GCAS Student Handbook - The Global Centre for Advanced Studies","description":"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.","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\/ga\/handbook\/","og_locale":"en_US","og_type":"article","og_title":"GCAS Student Handbook","og_description":"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.","og_url":"https:\/\/gcas.ie\/ga\/handbook\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-04-13T16:31:37+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":{"Est. reading time":"19 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/handbook\/","url":"https:\/\/gcas.ie\/handbook\/","name":"GCAS Student Handbook - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"datePublished":"2025-12-11T13:29:54+00:00","dateModified":"2026-04-13T16:31:37+00:00","description":"Access the GCAS student handbook for academic policies, grading standards, code of conduct, and everything you need to navigate your degree program.","breadcrumb":{"@id":"https:\/\/gcas.ie\/handbook\/#breadcrumb"},"inLanguage":"ga","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/handbook\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/handbook\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"GCAS Student Handbook"}]},{"@type":"WebSite","@id":"https:\/\/gcas.ie\/#website","url":"https:\/\/gcas.ie\/","name":"The Global Centre for Advanced Studies","description":"An ch\u00e9ad chol\u00e1iste creidi\u00fanaithe ar domhan at\u00e1 saor \u00f3 fhiacha agus at\u00e1 faoi \u00fain\u00e9ireacht na d\u00e1imhe agus na gc\u00e9imithe.","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":"ga"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"ga","@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-3U","jetpack-related-posts":[{"id":544,"url":"https:\/\/gcas.ie\/ga\/complaint-form\/","url_meta":{"origin":242,"position":0},"title":"Complaint Form","author":"Creston Davis","date":"December 15, 2025","format":false,"excerpt":"GCAS College Dublin & all of The Global Center for Advanced Studies entities strive to provide the highest quality education in the world. Our track record is superb having serviced thousands of participants, students, professors and researchers. However, at times situations may arise where complaints are needed. This is the\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4319,"url":"https:\/\/gcas.ie\/ga\/past-seminars\/","url_meta":{"origin":242,"position":1},"title":"Past Seminars","author":"crestondavis","date":"May 24, 2026","format":false,"excerpt":"An Archive Past Seminars & Conferences Photographs from earlier GCAS gatherings \u2014 seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond. \u2190 Florence 2026 \u00d7 \u2039 \u203a","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2234,"url":"https:\/\/gcas.ie\/ga\/the-gcas-difference\/","url_meta":{"origin":242,"position":2},"title":"C\u00e9n f\u00e1th GCAS a roghn\u00fa","author":"crestondavis","date":"December 29, 2025","format":false,"excerpt":"The GCAS Difference The GCAS Difference A debt-free, co-owned, globally networked model of higher education\u2014built for serious study, original research, and public-facing intellectual life. GCAS was created in direct opposition to the dominant \"debt university\" model\u2014an increasingly financialized system that treats students as revenue streams, turns learning into a product,\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1915,"url":"https:\/\/gcas.ie\/ga\/gcas-florence\/","url_meta":{"origin":242,"position":3},"title":"GCAS Florence","author":"crestondavis","date":"December 24, 2025","format":false,"excerpt":"Go to GCAS Florence Seminars Page","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4231,"url":"https:\/\/gcas.ie\/ga\/gallery\/","url_meta":{"origin":242,"position":4},"title":"Gallery","author":"crestondavis","date":"May 23, 2026","format":false,"excerpt":"Annual In-Person Seminars Florence 2026 Two weeks of seminars, gardens, dinners, and commencement. Faculty and researchers from across the world gathered in person to work, walk, and mark the close of another academic year. Previous seminars and conferences \u2192 \u00d7 \u2039 \u203a","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2181,"url":"https:\/\/gcas.ie\/ga\/student-register\/","url_meta":{"origin":242,"position":5},"title":"GCAS Student Registration","author":"crestondavis","date":"December 28, 2025","format":false,"excerpt":"","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/comments?post=242"}],"version-history":[{"count":31,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/242\/revisions"}],"predecessor-version":[{"id":3915,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/242\/revisions\/3915"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/media?parent=242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}