{"id":745,"date":"2025-12-18T06:55:33","date_gmt":"2025-12-18T06:55:33","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=745"},"modified":"2026-06-16T09:11:19","modified_gmt":"2026-06-16T09:11:19","slug":"florence-seminars","status":"publish","type":"page","link":"https:\/\/gcas.ie\/de\/florence-seminars\/","title":{"rendered":"Florenz-Seminare"},"content":{"rendered":"<div style=\"max-width: 900px; margin: 0 auto; line-height: 1.7; padding: 0 30px;\">\n\n    <!-- Full-Width Hero Banner with Title Overlay -->\n    <div style=\"width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 0; height: 500px; background-image: url('https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-Florence-.jpeg'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; margin-bottom: 3rem;\">\n        <div style=\"background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center;\">\n            <h1 style=\"font-family: Georgia, serif; font-size: 3rem; font-weight: 400; color: #fff; margin-bottom: 0.5rem;\">GCAS Florence Seminars and Commencement<\/h1>\n            <p style=\"font-size: 1.25rem; color: #eee; margin-bottom: 0.25rem;\">May 8\u201316, 2027<\/p>\n            <p style=\"font-size: 1.1rem; color: #ddd; font-style: italic;\">Nine Days of Philosophy, Psychoanalysis, Art, and Collective Reflection<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Introduction -->\n    <p style=\"margin-bottom: 1.5rem; color: #333;\">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&#8217;s Renaissance streets and intimate intellectual spaces, this event brings together scholars, artists, researchers, and members of the public who wish to think deeply about our shared present\u2014and the futures still possible.<\/p>\n    \n    <p style=\"margin-bottom: 1.5rem; color: #333;\">The 2027 program is taking shape now, with featured seminars from Simon Critchley on mysticism and Bruce Fink on psychoanalytic theory and practice, alongside two further seminars to be announced. Further faculty, seminar descriptions, and the full schedule will be announced in the coming months.<\/p>\n\n    <!-- Gallery Link -->\n    <p style=\"text-align: center; margin-bottom: 2.5rem;\">\n        <a href=\"https:\/\/gcas.ie\/de\/gallery\/\" style=\"display: inline-block; padding: 12px 28px; background-color: #2c3e50; color: #fff; text-decoration: none; font-family: Georgia, serif; font-size: 1rem; border-radius: 4px; transition: background-color 0.3s ease;\" onmouseover=\"this.style.backgroundColor='#169B62'\" onmouseout=\"this.style.backgroundColor='#2c3e50'\">View Photos from Our Recent Florence Event \u2192<\/a>\n    <\/p>\n\n    <!-- Who Should Attend -->\n    <h2 style=\"font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; margin-bottom: 1.25rem; text-align: center;\">Who Should Attend<\/h2>\n    \n    <p style=\"margin-bottom: 2.5rem; color: #333;\">These seminars are open to GCAS students, scholars across disciplines, artists, writers, activists, and select members of the public who want to take part in a rare gathering of intellectual life in one of Europe&#8217;s most historic cities. No previous academic affiliation is required\u2014only curiosity, openness, and a willingness to think collectively.<\/p>\n\n    <!-- Featured Seminars -->\n    <h2 style=\"font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; margin-bottom: 1.5rem; text-align: center;\">Featured Seminars &amp; Faculty<\/h2>\n    \n    <p style=\"margin-bottom: 2rem; color: #333; text-align: center;\">Hover over each card to learn more. Additional faculty and full seminar details are forthcoming.<\/p>\n\n    <!-- Flip Card Styles -->\n    <style>\n        .flip-container {\n            perspective: 1000px;\n            width: 280px;\n            height: 280px;\n        }\n        .flip-card {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            transform-style: preserve-3d;\n            transition: transform 0.6s;\n        }\n        .flip-container:hover .flip-card {\n            transform: rotateY(180deg);\n        }\n        .flip-front, .flip-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden;\n            border-radius: 6px;\n            overflow: hidden;\n        }\n        .flip-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-front-text {\n            width: 100%;\n            height: 100%;\n            background-color: #3a4a5a;\n            color: #fff;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 1rem;\n        }\n        .flip-front-text h3 {\n            font-family: Georgia, serif;\n            font-size: 1.25rem;\n            font-weight: 400;\n            margin: 0;\n        }\n        .flip-back {\n            background-color: #2c3e50;\n            color: #fff;\n            transform: rotateY(180deg);\n            padding: 1rem;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            text-align: center;\n        }\n        .flip-back h3 {\n            font-family: Georgia, serif;\n            font-size: 1rem;\n            font-weight: 400;\n            margin-bottom: 0.25rem;\n        }\n        .flip-back h4 {\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n        }\n        .flip-back p {\n            font-size: 0.75rem;\n            line-height: 1.4;\n            margin: 0;\n        }\n        .seminars-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n            justify-items: center;\n            margin-bottom: 2.5rem;\n        }\n        @media (max-width: 900px) {\n            .seminars-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        @media (max-width: 600px) {\n            .seminars-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n\n    <!-- Seminar Cards Grid -->\n    <div class=\"seminars-grid\">\n\n        <!-- Card 1 - Simon Critchley -->\n        <div class=\"flip-container\">\n            <div class=\"flip-card\">\n                <div class=\"flip-front\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Simon.jpg?ssl=1\" alt=\"Mysticism - Simon Critchley\">\n                <\/div>\n                <div class=\"flip-back\">\n                    <h3>Simon Critchley<\/h3>\n                    <h4>&#8220;Mysticism&#8221;<\/h4>\n                    <p>Critchley leads a seminar on mysticism\u2014its philosophical stakes, its histories, and its bearing on how we live now. More information forthcoming.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Card 2 - Bruce Fink -->\n        <div class=\"flip-container\">\n            <div class=\"flip-card\">\n                <div class=\"flip-front\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Bruce-1.jpg?ssl=1\" alt=\"Psychoanalytic Theory and Practice - Bruce Fink\">\n                <\/div>\n                <div class=\"flip-back\">\n                    <h3>Bruce Fink<\/h3>\n                    <h4>&#8220;Psychoanalytic Theory and Practice&#8221;<\/h4>\n                    <p>Fink offers a seminar on psychoanalytic theory and practice, drawing on his work in the Lacanian clinical tradition. More information forthcoming.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Card 3 - Additional Seminars TBA -->\n        <div class=\"flip-container\">\n            <div class=\"flip-card\">\n                <div class=\"flip-front\">\n                    <div class=\"flip-front-text\">\n                        <h3>2 Other Seminars TBA<\/h3>\n                    <\/div>\n                <\/div>\n                <div class=\"flip-back\">\n                    <h3>2 Other Seminars<\/h3>\n                    <h4>To Be Announced<\/h4>\n                    <p>Two further seminars will be announced in the coming months. More information forthcoming.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- ==================== COMMENCEMENT SECTION ==================== -->\n\n    <h2 style=\"font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; margin-bottom: 1.5rem; text-align: center;\">Commencement<\/h2>\n\n    <div style=\"margin-bottom: 1.5rem; border-radius: 6px; overflow: hidden;\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Commencement-Pearl-Filippo-Davide.jpg?ssl=1\" alt=\"GCAS Florence commencement\" style=\"width: 100%; height: auto; display: block;\">\n    <\/div>\n\n    <div style=\"text-align: center; padding: 1.5rem; background-color: #fffbeb; border-radius: 6px; margin-bottom: 2.5rem;\">\n        <p style=\"margin: 0 0 0.25rem 0; font-family: Georgia, serif; font-size: 1.2rem; color: #2c3e50;\">\ud83c\udf93 Commencement Ceremony<\/p>\n        <p style=\"margin: 0; color: #333;\"><strong>Sunday, May 16, 2027 \u00b7 6:00pm local time<\/strong><\/p>\n        <p style=\"margin: 0.25rem 0 0 0; color: #666; font-size: 0.9rem;\">A reception will follow.<\/p>\n    <\/div>\n\n    <!-- ==================== SCHEDULE SECTION ==================== -->\n    \n    <h2 style=\"font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; margin-bottom: 0.5rem; text-align: center;\">Florence Schedule<\/h2>\n    <p style=\"text-align: center; color: #666; margin-bottom: 2rem; font-size: 0.9rem;\">May 8\u201316, 2027 \u00b7 All times Central European Time (CET)<\/p>\n\n    <div style=\"text-align: center; padding: 2.5rem 1.5rem; background-color: #f9f9f9; border-radius: 6px; margin-bottom: 2.5rem;\">\n        <p style=\"margin: 0 0 0.5rem 0; font-family: Georgia, serif; font-size: 1.2rem; color: #2c3e50;\">Full Schedule Forthcoming<\/p>\n        <p style=\"margin: 0; color: #555;\">The complete day-by-day program, including additional faculty, will be published here as details are confirmed. Commencement takes place Sunday, May 16 at 6:00pm local time.<\/p>\n    <\/div>\n\n    <!-- Registration -->\n    <div style=\"text-align: center; padding: 1.25rem 1.5rem; background-color: #f9f9f9; border-radius: 6px; margin-bottom: 2rem;\">\n        <p style=\"margin: 0 0 0.5rem 0; color: #333;\"><strong>Registration<\/strong><\/p>\n        <p style=\"margin: 0; color: #555;\">The Florence GCAS events are for the GCAS community and their guests. Applications for a small number of guest researcher places will open in the autumn.<\/p>\n    <\/div>\n\n    <!-- Legend -->\n    <p style=\"font-size: 0.85rem; color: #666; text-align: center; font-style: italic; margin-bottom: 2.5rem;\">Program is in development and subject to change.<\/p>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>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&#8217;s Renaissance streets and intimate intellectual spaces, this [&hellip;]<\/p>\n","protected":false},"author":8678545,"featured_media":4749,"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,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-745","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>Florence Seminars - The Global Centre for Advanced Studies<\/title>\n<meta name=\"description\" content=\"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.\" \/>\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\/de\/florence-seminars\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Florence Seminars\" \/>\n<meta property=\"og:description\" content=\"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/de\/florence-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-16T09:11:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1536\" \/>\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=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/\",\"name\":\"Florence Seminars - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1\",\"datePublished\":\"2025-12-18T06:55:33+00:00\",\"dateModified\":\"2026-06-16T09:11:19+00:00\",\"description\":\"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1\",\"width\":2048,\"height\":1536},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/florence-seminars\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Florence 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\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@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":"Florence Seminars - The Global Centre for Advanced Studies","description":"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.","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\/de\/florence-seminars\/","og_locale":"de_DE","og_type":"article","og_title":"Florence Seminars","og_description":"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.","og_url":"https:\/\/gcas.ie\/de\/florence-seminars\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-06-16T09:11:19+00:00","og_image":[{"width":2048,"height":1536,"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/florence-seminars\/","url":"https:\/\/gcas.ie\/florence-seminars\/","name":"Florence Seminars - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcas.ie\/florence-seminars\/#primaryimage"},"image":{"@id":"https:\/\/gcas.ie\/florence-seminars\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1","datePublished":"2025-12-18T06:55:33+00:00","dateModified":"2026-06-16T09:11:19+00:00","description":"Join leading scholars at the GCAS Florence Seminars. Faculty include Franco Berardi, Jamieson Webster, Clayton Crockett, Barry Taylor.","breadcrumb":{"@id":"https:\/\/gcas.ie\/florence-seminars\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/florence-seminars\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/gcas.ie\/florence-seminars\/#primaryimage","url":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/06\/Graduates-in-Florence.jpeg?fit=2048%2C1536&ssl=1","width":2048,"height":1536},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/florence-seminars\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Florence Seminars"}]},{"@type":"WebSite","@id":"https:\/\/gcas.ie\/#website","url":"https:\/\/gcas.ie\/","name":"The Global Centre for Advanced Studies","description":"Die erste schuldenfreie, akkreditierte Hochschule der Welt, die im Besitz der Fakult\u00e4t und der Absolventen ist.","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":"de"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"de","@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-c1","jetpack-related-posts":[{"id":4319,"url":"https:\/\/gcas.ie\/de\/past-seminars\/","url_meta":{"origin":745,"position":0},"title":"Past Seminars","author":"crestondavis","date":"Mai 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":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","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":4231,"url":"https:\/\/gcas.ie\/de\/gallery\/","url_meta":{"origin":745,"position":1},"title":"Gallery","author":"crestondavis","date":"Mai 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":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1915,"url":"https:\/\/gcas.ie\/de\/gcas-florence\/","url_meta":{"origin":745,"position":2},"title":"GCAS Florence","author":"crestondavis","date":"Dezember 24, 2025","format":false,"excerpt":"Go to GCAS Florence Seminars Page","rel":"","context":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":747,"url":"https:\/\/gcas.ie\/de\/florence-registration\/","url_meta":{"origin":745,"position":3},"title":"Florence Registration","author":"crestondavis","date":"Dezember 18, 2025","format":false,"excerpt":"Go to GCAS Florence Seminars Page","rel":"","context":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5321,"url":"https:\/\/gcas.ie\/de\/newsletter-july-2026\/","url_meta":{"origin":745,"position":4},"title":"Newsletter July 2026","author":"crestondavis","date":"Juli 5, 2026","format":false,"excerpt":"THE GLOBAL CENTER FOR ADVANCED STUDIES Newsletter \u00b7 July 5, 2026 Dear GCAS College Researchers and Friends: If you haven\u2019t yet, please make sure you register your researcher\u2019s account on our website here: gcas.ie\/student-register Not Just a Debt-Free Difference Next month, in August, GCAS will celebrate its 13th anniversary \u2014\u2026","rel":"","context":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/GCAS-July-Newsletter.jpg?fit=1200%2C630&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/GCAS-July-Newsletter.jpg?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/GCAS-July-Newsletter.jpg?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/GCAS-July-Newsletter.jpg?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/GCAS-July-Newsletter.jpg?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":3643,"url":"https:\/\/gcas.ie\/de\/gcas-florence-final-registration\/","url_meta":{"origin":745,"position":5},"title":"GCAS Florence Final Registration","author":"crestondavis","date":"M\u00e4rz 14, 2026","format":false,"excerpt":"","rel":"","context":"\u00c4hnlicher Beitrag","block_context":{"text":"\u00c4hnlicher Beitrag","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/pages\/745","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/comments?post=745"}],"version-history":[{"count":21,"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/pages\/745\/revisions"}],"predecessor-version":[{"id":5184,"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/pages\/745\/revisions\/5184"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/media\/4749"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/de\/wp-json\/wp\/v2\/media?parent=745"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}