{"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-06-23T01:48:48","modified_gmt":"2026-06-23T01:48:48","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    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    .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    .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    .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    .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    <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 \u2014 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    <div class=\"gcas-florence-prev-link\">\n        <a href=\"\/gallery\/\"><span class=\"arrow\">\u2190<\/span> Florence 2026<\/a>\n    <\/div>\n\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\/06\/52.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\/06\/53.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\/06\/54.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\/06\/55.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n          \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\/06\/57.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\/06\/58.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\/06\/59.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\/06\/60.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\/06\/61.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\/06\/62.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\/06\/63.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\/06\/64.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\/06\/65.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\/06\/66.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\/06\/67.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\/06\/68.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\/06\/69.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\/06\/70.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\/06\/71.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\/06\/72.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\/06\/73.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\/06\/74.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\/06\/75.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\/06\/76.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\/06\/77.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\/06\/78.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\/06\/79.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\/06\/80.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\/06\/81.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\/06\/82.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\/06\/83.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\/06\/84.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\/06\/85.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\/06\/86.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\/06\/87.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\/06\/88.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\/06\/89.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\/06\/90.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\/06\/91.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\/06\/92.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\/06\/93.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\/06\/94.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\/06\/95.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\/06\/96.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\/06\/97.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\/06\/98.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\/06\/99.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\/06\/100.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\/06\/101.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\/06\/102.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\/06\/103.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\/06\/104.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\/06\/105.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\/06\/106.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\/06\/107.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\/06\/108.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\/06\/109.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\/06\/110.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\/06\/111.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\/06\/112.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\/06\/113.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\/06\/114.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\/06\/115.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\/06\/116.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\/06\/117.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\/06\/118.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\/06\/119.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\/06\/120.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\/06\/121.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\/06\/122.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\/06\/123.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\/06\/124.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\/06\/125.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\/06\/126.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\/06\/127.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\/06\/128.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\/06\/129.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\/06\/130.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\/06\/131.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\/06\/132.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\/06\/133.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\/06\/134.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\/06\/135.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\/06\/136.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\/06\/137.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\/06\/138.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\/06\/139.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\/06\/140.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\/06\/141.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\/06\/142.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\/06\/143.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\/06\/144.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\/06\/145.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\/06\/146.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\/06\/147.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\/06\/148.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\/06\/149.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\/06\/150.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\/06\/151.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\/06\/152.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\/06\/153.jpg?ssl=1\" alt=\"GCAS past seminar\"><\/div>\n        <\/div>\n    <\/div>\n\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\">\u00d7<\/button>\n        <button class=\"gcas-florence-lightbox-arrow prev\" id=\"gcasFlorenceLightboxPrev\" aria-label=\"Previous photo\">\u2039<\/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\">\u203a<\/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); }<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>An Archive Past Seminars &amp; 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<\/p>","protected":false},"author":8678545,"featured_media":5059,"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":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-4319","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - 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 \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\" \/>\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-06-23T01:48:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1067\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"21 \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:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/50.jpg?fit=1600%2C1067&ssl=1\",\"datePublished\":\"2026-05-24T08:15:15+00:00\",\"dateModified\":\"2026-06-23T01:48:48+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:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/50.jpg?fit=1600%2C1067&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/50.jpg?fit=1600%2C1067&ssl=1\",\"width\":1600,\"height\":1067},{\"@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 \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","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-06-23T01:48:48+00:00","og_image":[{"width":1600,"height":1067,"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg","type":"image\/jpeg"}],"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":"21 \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:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1600%2C1067&ssl=1","datePublished":"2026-05-24T08:15:15+00:00","dateModified":"2026-06-23T01:48:48+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:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1600%2C1067&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1600%2C1067&ssl=1","width":1600,"height":1067},{"@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":4231,"url":"https:\/\/gcas.ie\/ar\/gallery\/","url_meta":{"origin":4319,"position":0},"title":"Gallery","author":"crestondavis","date":"\u0645\u0627\u064a\u0648 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":"\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":227,"url":"https:\/\/gcas.ie\/ar\/affiliate-faculty\/","url_meta":{"origin":4319,"position":1},"title":"\u0623\u0639\u0636\u0627\u0621 \u0647\u064a\u0626\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0633 \u0627\u0644\u0645\u0646\u062a\u0633\u0628\u064a\u0646","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"GCAS Affiliate Faculty& Guest Lecturers The scholars, thinkers, and public intellectuals who have taught, lectured, and seminared with the Global Centre for Advanced Studies across more than a decade of gatherings around the world. As Luaithreach Solas Nua \u00a0\u00b7\u00a0 From the Ashes, a New Light ABCDEFGHIJKLMNPRSTUVWXYZ A Asma AbbasLectured 2021.\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":5262,"url":"https:\/\/gcas.ie\/ar\/defense-scheduling\/","url_meta":{"origin":4319,"position":2},"title":"Defense Scheduling","author":"crestondavis","date":"\u064a\u0648\u0646\u064a\u0648 30, 2026","format":false,"excerpt":"The Global Centre for Advanced Studies Schedule Your Defense You've been invited to schedule your thesis defense. Use the form below to reserve your time from the available institutional defense windows. Before you book: Please reserve a slot only once your defensible draft has been approved by your supervisor. How\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":198,"url":"https:\/\/gcas.ie\/ar\/course-schedule\/","url_meta":{"origin":4319,"position":3},"title":"\u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u062f\u0648\u0631\u0629 GCAS","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 11, 2025","format":false,"excerpt":"The Global Centre for Advanced Studies Post-Graduate Courses for 2026\u20132027 The full academic year of MA seminars, September 2026 through June 2027. Sessions meet live online; the May term and Commencement (May 16th) take place in person in Florence. \ud83d\udd51 All times shown in New York (ET) \u00a0\u00b7\u00a0 Please convert\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":745,"url":"https:\/\/gcas.ie\/ar\/florence-seminars\/","url_meta":{"origin":4319,"position":4},"title":"\u0646\u062f\u0648\u0627\u062a \u0641\u0644\u0648\u0631\u0646\u0633\u0627","author":"crestondavis","date":"\u062f\u064a\u0633\u0645\u0628\u0631 18, 2025","format":false,"excerpt":"GCAS Florence Seminars and Commencement May 8\u201316, 2027 Nine Days of Philosophy, Psychoanalysis, Art, and Collective Reflection In May 2027, GCAS returns to Florence for seminars, commencement, conversations, lectures, and collective study led by some of the most compelling thinkers working today. Set against the backdrop of Florence's Renaissance streets\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\/2026\/06\/Graduates-in-Florence.jpeg?fit=1200%2C900&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=1200%2C900&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=1200%2C900&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=1200%2C900&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=1200%2C900&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":3643,"url":"https:\/\/gcas.ie\/ar\/gcas-florence-final-registration\/","url_meta":{"origin":4319,"position":5},"title":"GCAS Florence Final Registration","author":"crestondavis","date":"\u0645\u0627\u0631\u0633 14, 2026","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":7,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/4319\/revisions"}],"predecessor-version":[{"id":5208,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/pages\/4319\/revisions\/5208"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ar\/wp-json\/wp\/v2\/media\/5059"}],"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}]}}