{"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-05-24T08:16:32","modified_gmt":"2026-05-24T08:16:32","slug":"gallery","status":"publish","type":"page","link":"https:\/\/gcas.ie\/fr\/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    \/* 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    \/* ===== Previous seminars link ===== *\/\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    \/* ===== 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\">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    <!-- ===== Previous seminars link ===== -->\n    <div class=\"gcas-florence-prev-link\">\n        <a href=\"\/past-seminars\/\">Previous seminars and conferences <span class=\"arrow\">&rarr;<\/span><\/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\/05\/Bifos-Class-Web.jpeg?ssl=1\" alt=\"Bifo's 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\/Graduates-in-Florence-web.jpeg?ssl=1\" alt=\"Graduates gathered at the Duomo\"><\/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\/Jamiesons-Class-web.jpeg?ssl=1\" alt=\"Jamieson Webster leading a 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\/Team-photo-web.jpeg?ssl=1\" alt=\"GCAS team and researchers\"><\/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\/Graduates-at-Commencement-Web.jpeg?ssl=1\" alt=\"Graduates at commencement\"><\/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\/Commencement-Feast-Web.jpeg?ssl=1\" alt=\"Commencement feast\"><\/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\/Early-Reception-web.jpeg?ssl=1\" alt=\"Early reception\"><\/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\/GCAS-in-Cafe-web.jpeg?ssl=1\" alt=\"GCAS researchers in a caf\u00e9\"><\/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\/Bifo-Seminar-K2.jpg?ssl=1\" alt=\"Bifo 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\/Bifo-and-Sofia.jpg?ssl=1\" alt=\"Bifo and Sofia\"><\/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\/Bifo-and-Barry.jpg?ssl=1\" alt=\"Bifo and Barry\"><\/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\/Bifo-and-Abdulla-in-Florence.jpg?ssl=1\" alt=\"Bifo and Abdulla in Florence\"><\/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\/Filippo-and-Jamie-rotated.jpg?ssl=1\" alt=\"Filippo and Jamie\"><\/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\/Jamieson-and-Gabriella-Florence.jpg?ssl=1\" alt=\"Jamieson and Gabriella in Florence\"><\/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\/Tessina-and-Ewa-in-Florence-rotated.jpg?ssl=1\" alt=\"Tessina and Ewa in Florence\"><\/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\/viktoria-and-josh-at-Commencement-rotated.jpg?ssl=1\" alt=\"Viktoria and Josh at commencement\"><\/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\/Barry-playing-Guitar.jpg?ssl=1\" alt=\"Barry playing guitar\"><\/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\/Artemis-at-Commencement-rotated.jpg?ssl=1\" alt=\"Artemis at commencement\"><\/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\/Sam-Florence-Garden-rotated.jpg?ssl=1\" alt=\"Sam in the Florence garden\"><\/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\/Florence-Seminar-C.jpg?ssl=1\" alt=\"Florence 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\/Filippo-and-Friend-Florence-Villa.jpg?ssl=1\" alt=\"Filippo and a friend at the Florence villa\"><\/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\/Eleni-Garden-rotated.jpg?ssl=1\" alt=\"Eleni in the garden\"><\/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\/Dr.-Martin-Florence-rotated.jpg?ssl=1\" alt=\"Dr. Martin in Florence\"><\/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\/Dinner-with-the-team.jpg?ssl=1\" alt=\"Dinner with the team\"><\/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\/Reception-8.jpg?ssl=1\" alt=\"Reception\"><\/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\/Garden-Hangout-in-Florence.jpg?ssl=1\" alt=\"Garden gathering in Florence\"><\/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\/GCAS-Researchers-in-Florence-Street.jpg?ssl=1\" alt=\"GCAS researchers in a Florence street\"><\/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\/Cafe-.jpg?ssl=1\" alt=\"Caf\u00e9\"><\/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\/Graduates-in-Florence.jpeg?ssl=1\" alt=\"Graduates in Florence\"><\/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\/F_EL_1.jpg?ssl=1\" alt=\"Florence 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\/F_EL_5.jpg?ssl=1\" alt=\"Florence 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\/F_EL_18.jpg?ssl=1\" alt=\"Florence 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\/F_EL_26.jpg?ssl=1\" alt=\"Florence 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\/F_EL_27.jpg?ssl=1\" alt=\"Florence 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\/F_EL_28.jpg?ssl=1\" alt=\"Florence 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\/F_EL_29.jpg?ssl=1\" alt=\"Florence 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\/F_EL_30.jpg?ssl=1\" alt=\"Florence 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\/F_EL_34.jpg?ssl=1\" alt=\"Florence 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\/F_EL_36.jpg?ssl=1\" alt=\"Florence 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\/F_EL_46.jpg?ssl=1\" alt=\"Florence 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\/F_EL_48.jpg?ssl=1\" alt=\"Florence 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\/F_EL_50.jpg?ssl=1\" alt=\"Florence 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\/F_EL_51.jpg?ssl=1\" alt=\"Florence 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\/F_EL_52.jpg?ssl=1\" alt=\"Florence 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\/F_EL_59.jpg?ssl=1\" alt=\"Florence 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\/F_EL_61.jpg?ssl=1\" alt=\"Florence 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\/F_EL_85.jpg?ssl=1\" alt=\"Florence 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\/F_EL_86.jpg?ssl=1\" alt=\"Florence 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\/F_EL_87.jpg?ssl=1\" alt=\"Florence 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\/F_EL_88.jpg?ssl=1\" alt=\"Florence 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})();\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 &rarr; &times; &lsaquo; &rsaquo;<\/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":"","footnotes":""},"class_list":["post-4231","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>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\/fr\/gallery\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\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 &rarr; &times; &lsaquo; &rsaquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/fr\/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-05-24T08:16:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/05\/Bifos-Class-Web.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\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\\\/05\\\/Bifos-Class-Web.jpeg\",\"datePublished\":\"2026-05-23T10:16:45+00:00\",\"dateModified\":\"2026-05-24T08:16:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/gallery\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Bifos-Class-Web.jpeg\",\"contentUrl\":\"https:\\\/\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Bifos-Class-Web.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/gallery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@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, 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\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@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\/fr\/gallery\/","og_locale":"fr_FR","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 &rarr; &times; &lsaquo; &rsaquo;","og_url":"https:\/\/gcas.ie\/fr\/gallery\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-05-24T08:16:32+00:00","og_image":[{"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/05\/Bifos-Class-Web.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"11 minutes"},"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\/05\/Bifos-Class-Web.jpeg","datePublished":"2026-05-23T10:16:45+00:00","dateModified":"2026-05-24T08:16:32+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/gallery\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/gallery\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/gcas.ie\/gallery\/#primaryimage","url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/05\/Bifos-Class-Web.jpeg","contentUrl":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/05\/Bifos-Class-Web.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/gallery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@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":"Le premier \u00e9tablissement d'enseignement sup\u00e9rieur accr\u00e9dit\u00e9 au monde, sans dette, appartenant aux enseignants et aux dipl\u00f4m\u00e9s.","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":"fr-FR"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@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":6,"url":"https:\/\/gcas.ie\/fr\/","url_meta":{"origin":4231,"position":0},"title":"Home","author":"crestondavis","date":"d\u00e9cembre 9, 2025","format":false,"excerpt":"About GCAS A New Model forHigher Education The Global Centre for Advanced Studies (GCAS) is founded on a radical conviction: the pursuit of knowledge should never require lifelong financial sacrifice. We are the world's first institution to offer EU-accredited degrees in which students graduate debt-free and become co-owners alongside faculty.\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1928,"url":"https:\/\/gcas.ie\/fr\/schedule-supervision-meeting\/","url_meta":{"origin":4231,"position":1},"title":"Schedule Supervision Meeting","author":"crestondavis","date":"d\u00e9cembre 24, 2025","format":false,"excerpt":"","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":822,"url":"https:\/\/gcas.ie\/fr\/phd-humanities-and-social-sciences\/","url_meta":{"origin":4231,"position":2},"title":"Doctorat en sciences humaines et sociales","author":"crestondavis","date":"d\u00e9cembre 19, 2025","format":false,"excerpt":"PhD Humanities and Social Sciences Rigorous, Independent Doctoral Research for a New Era 100% Online \u2022 Research-Only \u2022 Debt-Free \u2022 3-Year Program The GCAS PhD Program in the Humanities and Social Sciences is built on a simple but radical conviction: that rigorous, independent doctoral research matters more now than ever\u2014and\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1732-1-rotated.jpeg?fit=900%2C1200&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1732-1-rotated.jpeg?fit=900%2C1200&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1732-1-rotated.jpeg?fit=900%2C1200&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_1732-1-rotated.jpeg?fit=900%2C1200&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":242,"url":"https:\/\/gcas.ie\/fr\/handbook\/","url_meta":{"origin":4231,"position":3},"title":"Manuel de l'\u00e9tudiant du GCAS","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"\ud83c\uddea\ud83c\uddf8 Para la versi\u00f3n en espa\u00f1ol del manual de GCAS, haga clic aqu\u00ed. (Spanish version) GCAS College Dublin - Student Handbook 2025 GCAS College Dublin The Global Centre for Advanced Studies Student Handbook 2025 Read the Entire Handbook Address: 38\/39 Fitzwilliam Square, Dublin 2, Ireland Phone: +353 87 754 1417\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2307,"url":"https:\/\/gcas.ie\/fr\/interview-ma-philosophy\/","url_meta":{"origin":4231,"position":4},"title":"Interview MA Philosophy","author":"crestondavis","date":"d\u00e9cembre 30, 2025","format":false,"excerpt":"Thank you for applying to the MA Philosophy program at GCAS. To complete the next step in your application, please schedule an admissions conversation with one of our faculty members below. Dr. Jamie Davies, PhD Lecturer in Literature and Philosophy at GCAS Schedule with Jamie Dr. Filippo Scafi, PhD Lecturer\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Philosophy-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\/Philosophy-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Philosophy-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Philosophy-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Philosophy-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/4231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/comments?post=4231"}],"version-history":[{"count":4,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/4231\/revisions"}],"predecessor-version":[{"id":4323,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/4231\/revisions\/4323"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/media?parent=4231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}