{"id":4319,"date":"2026-05-24T08:15:15","date_gmt":"2026-05-24T08:15:15","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=4319"},"modified":"2026-05-24T09:50:52","modified_gmt":"2026-05-24T09:50:52","slug":"past-seminars","status":"publish","type":"page","link":"https:\/\/gcas.ie\/ar\/past-seminars\/","title":{"rendered":"Past Seminars"},"content":{"rendered":"\n<!--\n========================================================================\nGCAS PAST SEMINARS GALLERY\nPaste this entire block into a WordPress Custom HTML block on \/past-seminars\/\n========================================================================\n-->\n\n<style>\n    \/* Extend dark background to cover the gap between header and gallery *\/\n    body { background: #0a0a0a !important; }\n    .gcas-florence-root {\n        --g-black: #0a0a0a;\n        --g-white: rgba(255,255,255,0.92);\n        --g-muted: rgba(255,255,255,0.55);\n        --g-accent: #b9d4ed;\n        --g-gold: #d4af37;\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n        background: var(--g-black);\n        color: var(--g-white);\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n    .gcas-florence-root * { box-sizing: border-box; }\n\n    \/* ===== Intro ===== *\/\n    .gcas-florence-intro {\n        padding: 5rem 2rem 3rem;\n        text-align: center;\n        max-width: 760px;\n        margin: 0 auto;\n    }\n    .gcas-florence-eyebrow {\n        font-family: 'Inter', sans-serif;\n        font-size: 0.72rem;\n        text-transform: uppercase;\n        letter-spacing: 0.35em;\n        color: var(--g-accent);\n        margin-bottom: 1.2rem;\n    }\n    .gcas-florence-title {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: clamp(2.4rem, 5vw, 3.6rem);\n        font-weight: 400;\n        font-style: italic;\n        color: var(--g-white);\n        letter-spacing: -0.01em;\n        line-height: 1.1;\n        margin: 0 0 1.5rem 0;\n    }\n    .gcas-florence-desc {\n        font-family: 'Cormorant Garamond', Georgia, serif;\n        font-size: 1.2rem;\n        font-style: italic;\n        line-height: 1.65;\n        color: var(--g-muted);\n        margin: 0;\n    }\n\n    \/* ===== Back link to Florence 2026 ===== *\/\n    .gcas-florence-prev-link {\n        text-align: center;\n        margin: 0 auto;\n        padding: 0 2rem 1rem;\n    }\n    .gcas-florence-prev-link a {\n        font-family: 'Inter', sans-serif;\n        font-size: 0.72rem;\n        text-transform: uppercase;\n        letter-spacing: 0.35em;\n        color: rgba(255,255,255,0.7);\n        text-decoration: none;\n        padding-bottom: 2px;\n        border-bottom: 1px solid transparent;\n        transition: color 0.3s ease, border-color 0.3s ease;\n    }\n    .gcas-florence-prev-link a:hover {\n        color: var(--g-gold);\n        border-bottom-color: var(--g-gold);\n    }\n    .gcas-florence-prev-link .arrow {\n        display: inline-block;\n        margin-right: 0.4em;\n        transition: transform 0.3s ease;\n    }\n    .gcas-florence-prev-link a:hover .arrow {\n        transform: translateX(-4px);\n    }\n\n    \/* ===== Masonry grid (CSS columns) ===== *\/\n    .gcas-florence-grid-wrap {\n        max-width: 1500px;\n        margin: 0 auto;\n        padding: 2rem 2rem 6rem;\n    }\n    .gcas-florence-grid {\n        column-count: 3;\n        column-gap: 1rem;\n    }\n    .gcas-florence-tile {\n        break-inside: avoid;\n        margin-bottom: 1rem;\n        overflow: hidden;\n        border-radius: 3px;\n        background: #1a1a22;\n        box-shadow: 0 12px 36px rgba(0,0,0,0.4);\n        cursor: pointer;\n        position: relative;\n        transition: transform 0.4s ease;\n        display: block;\n    }\n    .gcas-florence-tile:hover { transform: translateY(-3px); }\n    .gcas-florence-tile img {\n        width: 100%;\n        height: auto;\n        display: block;\n        filter: saturate(0.92) contrast(1.02);\n        transition: transform 0.7s ease, filter 0.4s ease;\n    }\n    .gcas-florence-tile:hover img {\n        transform: scale(1.04);\n        filter: saturate(1) contrast(1.02);\n    }\n\n    @media (max-width: 980px) {\n        .gcas-florence-grid { column-count: 2; column-gap: 0.75rem; }\n        .gcas-florence-tile { margin-bottom: 0.75rem; }\n    }\n    @media (max-width: 560px) {\n        .gcas-florence-grid { column-count: 1; }\n        .gcas-florence-grid-wrap { padding: 2rem 1.25rem 4rem; }\n        .gcas-florence-intro { padding: 3.5rem 1.5rem 2rem; }\n    }\n\n    \/* ===== Lightbox ===== *\/\n    .gcas-florence-lightbox {\n        position: fixed;\n        inset: 0;\n        background: rgba(5,5,5,0.96);\n        z-index: 9999;\n        display: none;\n        align-items: center;\n        justify-content: center;\n        padding: 3rem;\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n    .gcas-florence-lightbox.is-open {\n        display: flex;\n        opacity: 1;\n    }\n    .gcas-florence-lightbox-content {\n        position: relative;\n        max-width: 100%;\n        max-height: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n    .gcas-florence-lightbox img {\n        max-width: 100%;\n        max-height: 85vh;\n        object-fit: contain;\n        box-shadow: 0 20px 80px rgba(0,0,0,0.6);\n    }\n    .gcas-florence-lightbox-caption {\n        font-family: 'Cormorant Garamond', Georgia, serif;\n        font-style: italic;\n        font-size: 1.05rem;\n        color: rgba(255,255,255,0.78);\n        max-width: 720px;\n        text-align: center;\n        margin-top: 1.25rem;\n        padding: 0 1rem;\n        line-height: 1.5;\n        min-height: 1.5em;\n    }\n    .gcas-florence-lightbox-close,\n    .gcas-florence-lightbox-arrow {\n        position: absolute;\n        background: transparent;\n        border: 1px solid rgba(255,255,255,0.25);\n        color: rgba(255,255,255,0.85);\n        cursor: pointer;\n        padding: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;\n        z-index: 2;\n    }\n    .gcas-florence-lightbox-close {\n        top: 1.5rem;\n        right: 1.5rem;\n        width: 44px;\n        height: 44px;\n        font-size: 1.4rem;\n        line-height: 1;\n    }\n    .gcas-florence-lightbox-arrow {\n        top: 50%;\n        transform: translateY(-50%);\n        width: 52px;\n        height: 52px;\n        font-size: 1.6rem;\n        line-height: 1;\n    }\n    .gcas-florence-lightbox-arrow.prev { left: 1.5rem; }\n    .gcas-florence-lightbox-arrow.next { right: 1.5rem; }\n    .gcas-florence-lightbox-close:hover,\n    .gcas-florence-lightbox-arrow:hover {\n        color: var(--g-gold);\n        border-color: var(--g-gold);\n        background: rgba(212,175,55,0.05);\n    }\n    @media (max-width: 560px) {\n        .gcas-florence-lightbox { padding: 1rem; }\n        .gcas-florence-lightbox-arrow { width: 40px; height: 40px; }\n        .gcas-florence-lightbox-arrow.prev { left: 0.5rem; }\n        .gcas-florence-lightbox-arrow.next { right: 0.5rem; }\n        .gcas-florence-lightbox img { max-height: 75vh; }\n    }\n<\/style>\n\n<div class=\"gcas-florence-root\">\n\n    <!-- ===== Intro ===== -->\n    <div class=\"gcas-florence-intro\">\n        <p class=\"gcas-florence-eyebrow\">An Archive<\/p>\n        <h1 class=\"gcas-florence-title\">Past Seminars &amp; Conferences<\/h1>\n        <p class=\"gcas-florence-desc\">Photographs from earlier GCAS gatherings &mdash; seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond.<\/p>\n    <\/div>\n\n    <!-- ===== Back link to Florence 2026 ===== -->\n    <div class=\"gcas-florence-prev-link\">\n        <a href=\"\/gallery\/\"><span class=\"arrow\">&larr;<\/span> Florence 2026<\/a>\n    <\/div>\n\n    <!-- ===== Masonry grid ===== -->\n    <div class=\"gcas-florence-grid-wrap\">\n        <div class=\"gcas-florence-grid\" id=\"gcasFlorenceGrid\">\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.png?ssl=1\" alt=\"Richard W.\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Oliver-Stone.jpg?ssl=1\" alt=\"Oliver Stone with GCAS\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Luce-Irigaray-Seminar.png?ssl=1\" alt=\"Luce Irigaray seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Lewis-Gordon-Slovenia.jpg?ssl=1\" alt=\"Lewis Gordon in Slovenia\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/jonathan.jpg?ssl=1\" alt=\"Jonathan\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-Slovenia-conference.png?ssl=1\" alt=\"GCAS Slovenia conference\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-in-Philly.png?ssl=1\" alt=\"GCAS in Philadelphia\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-in-Paris-14.png?ssl=1\" alt=\"GCAS in Paris\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-France-Conference.jpg?ssl=1\" alt=\"GCAS France conference\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-France.jpg?ssl=1\" alt=\"GCAS France\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-Cuba-10.png?ssl=1\" alt=\"GCAS in Cuba\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/GCAS-Athens-Conference.png?ssl=1\" alt=\"GCAS Athens conference\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/finks-head.jpg?ssl=1\" alt=\"Bruce Fink\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Fink-Seminar-in-Paris.jpg?ssl=1\" alt=\"Bruce Fink seminar in Paris\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Fink-Seminar-in-Paris-2.jpg?ssl=1\" alt=\"Bruce Fink seminar in Paris\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/ChrisHedges%40GCASConference%40Slought.jpg?ssl=1\" alt=\"Chris Hedges at the GCAS Conference at Slought\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/GCAS-Brooklyn.png?ssl=1\" alt=\"GCAS in Brooklyn\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Bracha-and-Jamieson.png?ssl=1\" alt=\"Bracha Ettinger and Jamieson Webster\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/GCAS-Class-Prague.png?ssl=1\" alt=\"GCAS class in Prague\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/05\/Prague-Class.jpg?ssl=1\" alt=\"GCAS Prague class\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/05\/Prague-Lab.jpg?ssl=1\" alt=\"GCAS Prague lab\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/05\/Nietzsche-Alps-rotated.jpg?ssl=1\" alt=\"Nietzsche in the Alps\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/05\/Alps-Meal-rotated.jpg?ssl=1\" alt=\"A meal in the Alps\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Plato-Website-page-Final-2.png?ssl=1\" alt=\"Plato\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/eschool-site-1200-x-785-px-1.png?ssl=1\" alt=\"GCAS e-school\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Dublin-1.png?ssl=1\" alt=\"Dublin\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2021-07-06-at-6.42.34-PM.png?ssl=1\" alt=\"GCAS gathering, 2021\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2020-01-30-at-8.48.54-PM.png?ssl=1\" alt=\"GCAS gathering, 2020\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2020-01-26-at-11.08.28-PM.png?ssl=1\" alt=\"GCAS gathering, 2020\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2019-05-25-at-3.26.18-PM.png?ssl=1\" alt=\"GCAS gathering, 2019\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2019-05-02-at-12.51.28-PM.png?ssl=1\" alt=\"GCAS gathering, 2019\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2019-05-02-at-12.48.28-PM.png?ssl=1\" alt=\"GCAS gathering, 2019\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2019-03-27-at-9.57.58-AM.png?ssl=1\" alt=\"GCAS gathering, 2019\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2018-07-23-at-9.29.36-AM.png?ssl=1\" alt=\"GCAS gathering, 2018\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2018-07-23-at-9.06.13-AM.png?ssl=1\" alt=\"GCAS gathering, 2018\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/Screen-Shot-2014-07-18-at-2.37.14-AM.png?ssl=1\" alt=\"GCAS gathering, 2014\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/photo-17.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/photo-20.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/photo-7.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/photo-6.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/P1010350.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG-0014.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_8832.png?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_7593.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_7539.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_6182.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_5852-2121nd8-1.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_0990.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/IMG_0810.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/images-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/90892313_10105171851709783_5075491694112145408_n.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/79152692_1465562296952702_3270391526005407744_n.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/46516198_1153135274862074_2775347904636780544_n.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/12118981_1927075744185030_6637579287877654815_n.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/01\/11892216_504153149760293_5000917947415543503_n.png?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5185.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5288-3-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_9978-1.png?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_7853-2.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6465-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6457-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6447-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/05\/Paris-x1.jpg?ssl=1\" alt=\"GCAS in Paris\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6417-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6409-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6331-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6330-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6334-2.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5669-2.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5624-2.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1760-1.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1750-1-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1497-1.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6438-1.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6347-1.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5226-1-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_5121-1.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_3673-1.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1891-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1664.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1493.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6338.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/194e496e-13cd-4df0-8202-a48cc7444ac2-2.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/27750d67-0095-4186-b9a3-111285b60e90-2.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_8157.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_8113-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n            <div class=\"gcas-florence-tile\" data-caption=\"\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_7956-rotated.jpeg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- ===== Lightbox ===== -->\n    <div class=\"gcas-florence-lightbox\" id=\"gcasFlorenceLightbox\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Photo viewer\">\n        <button class=\"gcas-florence-lightbox-close\" id=\"gcasFlorenceLightboxClose\" aria-label=\"Close\">&times;<\/button>\n        <button class=\"gcas-florence-lightbox-arrow prev\" id=\"gcasFlorenceLightboxPrev\" aria-label=\"Previous photo\">&lsaquo;<\/button>\n        <div class=\"gcas-florence-lightbox-content\">\n            <img decoding=\"async\" id=\"gcasFlorenceLightboxImg\" src=\"\" alt=\"\">\n            <div class=\"gcas-florence-lightbox-caption\" id=\"gcasFlorenceLightboxCaption\"><\/div>\n        <\/div>\n        <button class=\"gcas-florence-lightbox-arrow next\" id=\"gcasFlorenceLightboxNext\" aria-label=\"Next photo\">&rsaquo;<\/button>\n    <\/div>\n\n<\/div>\n\n<script>\n(function() {\n    var lightbox = document.getElementById('gcasFlorenceLightbox');\n    if (!lightbox) return;\n    var lightboxImg = document.getElementById('gcasFlorenceLightboxImg');\n    var lightboxCaption = document.getElementById('gcasFlorenceLightboxCaption');\n    var lightboxClose = document.getElementById('gcasFlorenceLightboxClose');\n    var lightboxPrev = document.getElementById('gcasFlorenceLightboxPrev');\n    var lightboxNext = document.getElementById('gcasFlorenceLightboxNext');\n    var tiles = document.querySelectorAll('.gcas-florence-tile');\n    var lbIndex = 0;\n\n    function showLightbox(idx) {\n        lbIndex = idx;\n        var tile = tiles[idx];\n        var img = tile.querySelector('img');\n        lightboxImg.src = img.src;\n        lightboxImg.alt = img.alt || '';\n        lightboxCaption.textContent = tile.dataset.caption || '';\n        lightbox.classList.add('is-open');\n        document.body.style.overflow = 'hidden';\n    }\n    function closeLightbox() {\n        lightbox.classList.remove('is-open');\n        document.body.style.overflow = '';\n    }\n    function lbNext() { showLightbox((lbIndex + 1) % tiles.length); }\n    function lbPrev() { showLightbox((lbIndex - 1 + tiles.length) % tiles.length); }\n\n    tiles.forEach(function(tile, i) {\n        tile.addEventListener('click', function() { showLightbox(i); });\n    });\n    lightboxClose.addEventListener('click', closeLightbox);\n    lightboxNext.addEventListener('click', function(e) { e.stopPropagation(); lbNext(); });\n    lightboxPrev.addEventListener('click', function(e) { e.stopPropagation(); lbPrev(); });\n    lightbox.addEventListener('click', function(e) {\n        if (e.target === lightbox) closeLightbox();\n    });\n    document.addEventListener('keydown', function(e) {\n        if (!lightbox.classList.contains('is-open')) return;\n        if (e.key === 'Escape') closeLightbox();\n        else if (e.key === 'ArrowRight') lbNext();\n        else if (e.key === 'ArrowLeft') lbPrev();\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>An Archive Past Seminars &amp; Conferences Photographs from earlier GCAS gatherings &mdash; seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond. &larr; Florence 2026 &times; &lsaquo; &rsaquo;<\/p>","protected":false},"author":8678545,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","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-4319","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Past Seminars - The Global Centre for Advanced Studies<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gcas.ie\/ar\/past-seminars\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Past Seminars\" \/>\n<meta property=\"og:description\" content=\"An Archive Past Seminars &amp; Conferences Photographs from earlier GCAS gatherings &mdash; seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond. &larr; Florence 2026 &times; &lsaquo; &rsaquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/ar\/past-seminars\/\" \/>\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-05-24T09:50:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.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=\"18 \u062f\u0642\u064a\u0642\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/\",\"name\":\"Past Seminars - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Richard-W.png\",\"datePublished\":\"2026-05-24T08:15:15+00:00\",\"dateModified\":\"2026-05-24T09:50:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Richard-W.png\",\"contentUrl\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Richard-W.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/past-seminars\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Past Seminars\"}]},{\"@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":"Past Seminars - The Global Centre for Advanced Studies","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\/past-seminars\/","og_locale":"ar_AR","og_type":"article","og_title":"Past Seminars","og_description":"An Archive Past Seminars &amp; Conferences Photographs from earlier GCAS gatherings &mdash; seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond. &larr; Florence 2026 &times; &lsaquo; &rsaquo;","og_url":"https:\/\/gcas.ie\/ar\/past-seminars\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-05-24T09:50:52+00:00","og_image":[{"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.png","type":"","width":"","height":""}],"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":"18 \u062f\u0642\u064a\u0642\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/past-seminars\/","url":"https:\/\/gcas.ie\/past-seminars\/","name":"Past Seminars - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcas.ie\/past-seminars\/#primaryimage"},"image":{"@id":"https:\/\/gcas.ie\/past-seminars\/#primaryimage"},"thumbnailUrl":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.png","datePublished":"2026-05-24T08:15:15+00:00","dateModified":"2026-05-24T09:50:52+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/past-seminars\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/past-seminars\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/gcas.ie\/past-seminars\/#primaryimage","url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.png","contentUrl":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/01\/Richard-W.png"},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/past-seminars\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Past Seminars"}]},{"@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-17F","jetpack-related-posts":[{"id":208,"url":"https:\/\/gcas.ie\/ar\/research-fellows\/","url_meta":{"origin":4319,"position":0},"title":"\u0627\u0644\u0632\u0645\u0644\u0627\u0621 \u0627\u0644\u0628\u0627\u062d\u062b\u0648\u0646","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"","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":3018,"url":"https:\/\/gcas.ie\/ar\/schedule-defense\/","url_meta":{"origin":4319,"position":1},"title":"Schedule Your Defense","author":"crestondavis","date":"\u064a\u0646\u0627\u064a\u0631 9, 2026","format":false,"excerpt":"\ud83c\udf89 Congratulations! You have made it all the way through your program and are ready to schedule your defense. This is a significant milestone in your academic journey. \u23f0 Important: Schedule your defense 6\u20138 weeks prior to your intended defense date. Timeline for Scheduling Step 1: Confirm Date with Your\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":2296,"url":"https:\/\/gcas.ie\/ar\/interview-llm\/","url_meta":{"origin":4319,"position":2},"title":"Interview LLM","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 30, 2025","format":false,"excerpt":"Thank you for applying to the Law (LL.M.) program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the Law Program below. Normann Latouche, PhD Candidate Director of the Law Program at GCAS Schedule with Normann","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\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2301,"url":"https:\/\/gcas.ie\/ar\/interview-ma-psychoanalysis\/","url_meta":{"origin":4319,"position":3},"title":"Interview MA Psychoanalysis","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 30, 2025","format":false,"excerpt":"Thank you for applying to the MA Psychoanalysis program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the MA Psychoanalysis Program below. Dr. Florian Kleinau, PhD Professor of Psychoanalysis and Director of the MA Psychoanalysis Program Schedule with Florian","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\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2320,"url":"https:\/\/gcas.ie\/ar\/interview-phd-natural-sciences\/","url_meta":{"origin":4319,"position":4},"title":"Interview-PhD-Natural-Sciences","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 30, 2025","format":false,"excerpt":"Thank you for applying to the PhD in Natural Sciences program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the PhD Program in Natural Sciences below. Dr. Fernando Tohme, PhD Director of the PhD Program in Natural Sciences at\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\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":651,"url":"https:\/\/gcas.ie\/ar\/llm-application\/","url_meta":{"origin":4319,"position":5},"title":"LLM Application","author":"Creston Davis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 15, 2025","format":false,"excerpt":"","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\/4319","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=4319"}],"version-history":[{"count":4,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/4319\/revisions"}],"predecessor-version":[{"id":4338,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/4319\/revisions\/4338"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/media?parent=4319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}