{"id":4231,"date":"2026-05-23T10:16:45","date_gmt":"2026-05-23T10:16:45","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=4231"},"modified":"2026-06-16T09:21:17","modified_gmt":"2026-06-16T09:21:17","slug":"gallery","status":"publish","type":"page","link":"https:\/\/gcas.ie\/it\/gallery\/","title":{"rendered":"Gallery"},"content":{"rendered":"\n<!--\n========================================================================\nGCAS FLORENCE 2026 GALLERY\nReplace the existing content of the \/gallery\/ page with this block.\nPaste into a WordPress Custom HTML block.\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-left: 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\">Annual In-Person Seminars<\/p>\n        <h1 class=\"gcas-florence-title\">Florence 2026<\/h1>\n        <p class=\"gcas-florence-desc\">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.<\/p>\n    <\/div>\n\n    <div class=\"gcas-florence-prev-link\">\n        <a href=\"\/past-seminars\/\">Previous seminars and conferences <span class=\"arrow\">\u2192<\/span><\/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\/1.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/2.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/3.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/4.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/5.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/6.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/7.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/8.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/9.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/10.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/11.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/12.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/13.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/14.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/15.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/16.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/17.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/18.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/19.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/20.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/21.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/22.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/23.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/24.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/25.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/26.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/27.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/28.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/29.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/30.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/31.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/32.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/33.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/34.jpg?ssl=1\" alt=\"GCAS Florence 2026 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\/35.jpg?ssl=1\" alt=\"GCAS Florence 2026 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); }\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})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>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<\/p>","protected":false},"author":8678545,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-4231","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.2 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Gallery - 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\/it\/gallery\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gallery\" \/>\n<meta property=\"og:description\" content=\"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\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/it\/gallery\/\" \/>\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-16T09:21:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/\",\"name\":\"Gallery - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/1.jpg\",\"datePublished\":\"2026-05-23T10:16:45+00:00\",\"dateModified\":\"2026-06-16T09:21:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/gallery\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/1.jpg\",\"contentUrl\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gallery\"}]},{\"@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, Co-Owned College offering accredited degrees.\",\"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\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@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":"Gallery - 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\/it\/gallery\/","og_locale":"it_IT","og_type":"article","og_title":"Gallery","og_description":"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","og_url":"https:\/\/gcas.ie\/it\/gallery\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-06-16T09:21:17+00:00","og_image":[{"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"8 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/gallery\/","url":"https:\/\/gcas.ie\/gallery\/","name":"Gallery - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcas.ie\/gallery\/#primaryimage"},"image":{"@id":"https:\/\/gcas.ie\/gallery\/#primaryimage"},"thumbnailUrl":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/1.jpg","datePublished":"2026-05-23T10:16:45+00:00","dateModified":"2026-06-16T09:21:17+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/gallery\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/gallery\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/gcas.ie\/gallery\/#primaryimage","url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/1.jpg","contentUrl":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/gallery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/ar\/"},{"@type":"ListItem","position":2,"name":"Gallery"}]},{"@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, Co-Owned College offering accredited degrees.","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":"it-IT"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@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-16f","jetpack-related-posts":[{"id":4319,"url":"https:\/\/gcas.ie\/it\/past-seminars\/","url_meta":{"origin":4231,"position":0},"title":"Past Seminars","author":"crestondavis","date":"Maggio 24, 2026","format":false,"excerpt":"An Archive Past Seminars & Conferences Photographs from earlier GCAS gatherings \u2014 seminars, conferences, and commencements held across the years and across the world. Paris, Prague, Athens, Cuba, Dublin, Slovenia, Philadelphia, Brooklyn, and beyond. \u2190 Florence 2026 \u00d7 \u2039 \u203a","rel":"","context":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1200%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1200%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1200%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1200%2C800&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/50.jpg?fit=1200%2C800&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":5262,"url":"https:\/\/gcas.ie\/it\/defense-scheduling\/","url_meta":{"origin":4231,"position":1},"title":"Defense Scheduling","author":"crestondavis","date":"Giugno 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":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":227,"url":"https:\/\/gcas.ie\/it\/affiliate-faculty\/","url_meta":{"origin":4231,"position":2},"title":"Facolt\u00e0 affiliata","author":"crestondavis","date":"Dicembre 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":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5369,"url":"https:\/\/gcas.ie\/it\/degrees-landing-page\/","url_meta":{"origin":4231,"position":3},"title":"Degrees Landing Page","author":"crestondavis","date":"Luglio 13, 2026","format":false,"excerpt":"The Global Centre for Advanced Studies Study what matters. Anywhere in the world. A debt-free, cooperative academic community offering fully online degrees from undergraduate to doctorate \u2014 taught by some of the world\u2019s leading scholars. As Luaithreach, Solas Nua\u201cFrom the Ashes, a New Light\u201d Every GCAS degree is EU-accredited, awarded\u2026","rel":"","context":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3643,"url":"https:\/\/gcas.ie\/it\/gcas-florence-final-registration\/","url_meta":{"origin":4231,"position":4},"title":"GCAS Florence Final Registration","author":"crestondavis","date":"Marzo 14, 2026","format":false,"excerpt":"","rel":"","context":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":101,"url":"https:\/\/gcas.ie\/it\/films\/","url_meta":{"origin":4231,"position":5},"title":"Films","author":"crestondavis","date":"Dicembre 11, 2025","format":false,"excerpt":"Film at GCAS GCAS Films Documentary films sponsored by The Global Center for Advanced Studies, exploring philosophy, politics, and the ideas that shape our world \u2014 alongside work we think is worth your time. Four films \u00a0\u00b7\u00a0 2015 \u2013 2024 Sponsored by GCAS \u25b6 Watch the full film Badiou Prod.\u2026","rel":"","context":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/pages\/4231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/comments?post=4231"}],"version-history":[{"count":6,"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/pages\/4231\/revisions"}],"predecessor-version":[{"id":5185,"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/pages\/4231\/revisions\/5185"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/it\/wp-json\/wp\/v2\/media?parent=4231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}