{"id":103,"date":"2025-12-11T06:06:51","date_gmt":"2025-12-11T06:06:51","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=103"},"modified":"2025-12-11T06:43:05","modified_gmt":"2025-12-11T06:43:05","slug":"public-lectures","status":"publish","type":"page","link":"https:\/\/gcas.ie\/fr\/public-lectures\/","title":{"rendered":"Public Lectures"},"content":{"rendered":"<!-- PUBLIC LECTURES - GCAS College Dublin -->\n\n<style>\n.lectures-page {\n    font-family: inherit;\n    max-width: 1000px;\n    margin: 0 auto;\nmargin-top: 50px;\n}\n\n.lectures-hero {\n    text-align: center;\n    padding: 60px 20px;\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);\n    border-radius: 8px;\n    margin-bottom: 50px;\n}\n\n.lectures-hero h1 {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 400;\n    color: #ffffff;\n    margin-bottom: 20px;\n    line-height: 1.2;\n}\n\n.lectures-hero h1 em {\n    font-style: italic;\n    color: #e85a4f;\n}\n\n.lectures-hero-intro {\n    font-size: 1.1rem;\n    color: #cccccc;\n    max-width: 750px;\n    margin: 0 auto;\n    line-height: 1.8;\n}\n\n.lectures-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin: -30px 20px 50px;\n    position: relative;\n    z-index: 10;\n}\n\n@media (max-width: 700px) {\n    .lectures-stats {\n        grid-template-columns: 1fr;\n    }\n}\n\n.lectures-stat {\n    background: #ffffff;\n    padding: 25px 20px;\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    border: 1px solid #e0e0e0;\n}\n\n.lectures-stat-number {\n    font-size: 2.2rem;\n    font-weight: 300;\n    color: #e85a4f;\n    line-height: 1;\n    margin-bottom: 8px;\n}\n\n.lectures-stat-label {\n    font-size: 0.9rem;\n    color: #666;\n}\n\n.lectures-about {\n    padding: 40px;\n    background: #f8f9fa;\n    border-radius: 8px;\n    margin-bottom: 50px;\n    border-left: 4px solid #169B62;\n}\n\n.lectures-about p {\n    font-size: 1.1rem;\n    color: #444;\n    line-height: 1.9;\n    margin: 0;\n}\n\n.lectures-sponsor {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 15px;\n    padding: 25px;\n    background: #0a0a0a;\n    border-radius: 8px;\n    margin-bottom: 50px;\n}\n\n.lectures-sponsor span {\n    font-size: 0.85rem;\n    color: #888;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n}\n\n.lectures-sponsor a {\n    font-size: 1.1rem;\n    font-weight: 500;\n    color: #e85a4f;\n    text-decoration: none;\n}\n\n.lectures-sponsor a:hover {\n    text-decoration: underline;\n}\n\n.lectures-section-title {\n    font-size: 1.5rem;\n    font-weight: 400;\n    color: #1a1a1a;\n    margin-bottom: 30px;\n    padding-bottom: 15px;\n    border-bottom: 2px solid #e85a4f;\n}\n\n.lectures-speakers-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 50px;\n}\n\n@media (max-width: 800px) {\n    .lectures-speakers-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 500px) {\n    .lectures-speakers-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n.lectures-speaker {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 20px;\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n}\n\n.lectures-speaker:hover {\n    border-color: #169B62;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n}\n\n.lectures-speaker-avatar {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #169B62 0%, #0d7a4e 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.lectures-speaker-avatar svg {\n    width: 24px;\n    height: 24px;\n    stroke: #ffffff;\n}\n\n.lectures-speaker-info h3 {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 3px;\n    line-height: 1.3;\n}\n\n.lectures-speaker-info span {\n    font-size: 0.8rem;\n    color: #888;\n}\n\n.lectures-speaker.featured {\n    background: #0a0a0a;\n    border-color: #333;\n}\n\n.lectures-speaker.featured .lectures-speaker-avatar {\n    background: linear-gradient(135deg, #e85a4f 0%, #d64a3f 100%);\n}\n\n.lectures-speaker.featured .lectures-speaker-info h3 {\n    color: #ffffff;\n}\n\n.lectures-speaker.featured .lectures-speaker-info span {\n    color: #aaa;\n}\n\n.lectures-cta {\n    text-align: center;\n    padding: 50px 30px;\n    background: linear-gradient(135deg, #169B62 0%, #0d7a4e 100%);\n    border-radius: 8px;\n    margin: 50px 0;\n}\n\n.lectures-cta h2 {\n    font-size: 1.6rem;\n    font-weight: 400;\n    color: #ffffff;\n    margin-bottom: 15px;\n}\n\n.lectures-cta p {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.9);\n    margin-bottom: 25px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.lectures-cta-btn {\n    display: inline-block;\n    padding: 15px 35px;\n    font-size: 0.95rem;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    text-decoration: none;\n    border-radius: 4px;\n    background: #ffffff;\n    color: #169B62;\n    transition: all 0.3s ease;\n}\n\n.lectures-cta-btn:hover {\n    background: #0a0a0a;\n    color: #ffffff;\n}\n\n.lectures-related {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 50px;\n}\n\n@media (max-width: 768px) {\n    .lectures-related {\n        flex-direction: column;\n    }\n}\n\n.lectures-related-card {\n    flex: 1;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    padding: 25px;\n    background: #f8f9fa;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    border: 1px solid transparent;\n}\n\n.lectures-related-card:hover {\n    border-color: #169B62;\n    background: #ffffff;\n}\n\n.lectures-related-icon {\n    width: 50px;\n    height: 50px;\n    background: rgba(22, 155, 98, 0.1);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.lectures-related-icon svg {\n    width: 24px;\n    height: 24px;\n    stroke: #169B62;\n}\n\n.lectures-related-text h3 {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 5px;\n}\n\n.lectures-related-text p {\n    font-size: 0.85rem;\n    color: #666;\n    margin: 0;\n}\n\n.lectures-nav {\n    display: flex;\n    justify-content: space-between;\n    padding-top: 30px;\n    border-top: 1px solid #ddd;\n}\n\n.lectures-nav a {\n    color: #169B62;\n    text-decoration: none;\n    font-size: 0.95rem;\n    font-weight: 500;\n}\n\n.lectures-nav a:hover {\n    text-decoration: underline;\n}\n<\/style>\n\n<div class=\"lectures-page\">\n\n    <div class=\"lectures-hero\">\n        <h1>Public <em>Lecture Series<\/em><\/h1>\n        <p class=\"lectures-hero-intro\">Free high-quality lectures and conferences from world-leading experts, available to the public since 2013.<\/p>\n    <\/div>\n\n    <div class=\"lectures-stats\">\n        <div class=\"lectures-stat\">\n            <div class=\"lectures-stat-number\">1,000+<\/div>\n            <div class=\"lectures-stat-label\">Hours of Free Content<\/div>\n        <\/div>\n        <div class=\"lectures-stat\">\n            <div class=\"lectures-stat-number\">100+<\/div>\n            <div class=\"lectures-stat-label\">World-Class Speakers<\/div>\n        <\/div>\n        <div class=\"lectures-stat\">\n            <div class=\"lectures-stat-number\">2013<\/div>\n            <div class=\"lectures-stat-label\">Since Founded<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"lectures-about\">\n        <p>The Global Center for Advanced Studies (GCAS) has provided thousands of hours of free high-quality lectures and conferences to the public since 2013. We are committed to providing the public with high-level information and research findings from world-leading experts. This mission has become increasingly important in the context of active disinformation campaigns organized and distributed by social actors and institutions who seek to undermine the social good.<\/p>\n    <\/div>\n\n    <div class=\"lectures-sponsor\">\n        <span>Sponsored by<\/span>\n        <a href=\"https:\/\/gcasreview.com\" target=\"_blank\">La revue GCAS<\/a>\n    <\/div>\n\n    <h2 class=\"lectures-section-title\">Our Speakers<\/h2>\n\n    <div class=\"lectures-speakers-grid\">\n        <!-- Featured Speakers -->\n        <div class=\"lectures-speaker featured\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Noam Chomsky, PhD<\/h3>\n                <span>Linguist, Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker featured\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Chris Hedges<\/h3>\n                <span>Pulitzer Prize-winning Journalist<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker featured\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Lewis R. Gordon, PhD<\/h3>\n                <span>GCAS Honorary President<\/span>\n            <\/div>\n        <\/div>\n        <!-- Regular Speakers -->\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Tariq Ali<\/h3>\n                <span>Author<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Henry Giroux, PhD<\/h3>\n                <span>Cultural Critic<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Andrew Feenberg, PhD<\/h3>\n                <span>Philosopher of Technology<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Iain McGilchrist, PhD<\/h3>\n                <span>Psychiatrist, Author<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Thomas Metzinger, PhD<\/h3>\n                <span>Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Adrian Parr, PhD<\/h3>\n                <span>Environmental Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Nina Power, PhD<\/h3>\n                <span>Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Fadhel Kaboub, PhD<\/h3>\n                <span>Economist<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Azfar Hussain, PhD<\/h3>\n                <span>GCAS Honorary Vice-President<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Francisco Gonz\u00e1lez, PhD<\/h3>\n                <span>Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Marianna Ganapini, PhD<\/h3>\n                <span>Philosopher<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Carla Power, PhD<\/h3>\n                <span>Author, Journalist<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Charlene L. Edge<\/h3>\n                <span>Scholar<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Sandra Gangle, JD<\/h3>\n                <span>Legal Scholar<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"lectures-speaker\">\n            <div class=\"lectures-speaker-avatar\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"8\" r=\"5\"><\/circle><path d=\"M3 21v-2a7 7 0 0 1 7-7h4a7 7 0 0 1 7 7v2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"lectures-speaker-info\">\n                <h3>Greg Williams, PhD<\/h3>\n                <span>Scholar<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"lectures-cta\">\n        <h2>Watch Our Free Lectures<\/h2>\n        <p>Access hundreds of hours of free educational content from world-leading scholars.<\/p>\n        <a href=\"\/fr\/videos\/\" class=\"lectures-cta-btn\">Browse Videos<\/a>\n    <\/div>\n\n    <!-- Related Pages -->\n    <div class=\"lectures-related\">\n        <a href=\"\/fr\/videos\/\" class=\"lectures-related-card\">\n            <div class=\"lectures-related-icon\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <polygon points=\"5 3 19 12 5 21 5 3\"><\/polygon>\n                <\/svg>\n            <\/div>\n            <div class=\"lectures-related-text\">\n                <h3>Videos<\/h3>\n                <p>Watch lectures and interviews<\/p>\n            <\/div>\n        <\/a>\n        <a href=\"\/fr\/films\/\" class=\"lectures-related-card\">\n            <div class=\"lectures-related-icon\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"2.18\" ry=\"2.18\"><\/rect>\n                    <line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\"><\/line>\n                    <line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\"><\/line>\n                    <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                <\/svg>\n            <\/div>\n            <div class=\"lectures-related-text\">\n                <h3>Films<\/h3>\n                <p>GCAS sponsored documentaries<\/p>\n            <\/div>\n        <\/a>\n        <a href=\"\/fr\/free-lectures\/\" class=\"lectures-related-card\">\n            <div class=\"lectures-related-icon\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"><\/path>\n                    <path d=\"M6 12v5c3 3 9 3 12 0v-5\"><\/path>\n                <\/svg>\n            <\/div>\n            <div class=\"lectures-related-text\">\n                <h3>Free Lectures<\/h3>\n                <p>Browse free course materials<\/p>\n            <\/div>\n        <\/a>\n    <\/div>\n\n    <!-- Navigation -->\n    <div class=\"lectures-nav\">\n        <a href=\"\/fr\/films\/\">\u2190 Films<\/a>\n        <a href=\"\/fr\/testimonials\/\">Testimonials \u2192<\/a>\n    <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Public Lecture Series Free high-quality lectures and conferences from world-leading experts, available to the public since 2013. 1,000+ Hours of Free Content 100+ World-Class Speakers 2013 Since Founded The Global Center for Advanced Studies (GCAS) has provided thousands of hours of free high-quality lectures and conferences to the public since 2013. We are committed to [&hellip;]<\/p>\n","protected":false},"author":8678545,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","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-103","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Public Lectures - 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\/public-lectures\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Public Lectures\" \/>\n<meta property=\"og:description\" content=\"Public Lecture Series Free high-quality lectures and conferences from world-leading experts, available to the public since 2013. 1,000+ Hours of Free Content 100+ World-Class Speakers 2013 Since Founded The Global Center for Advanced Studies (GCAS) has provided thousands of hours of free high-quality lectures and conferences to the public since 2013. We are committed to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/fr\/public-lectures\/\" \/>\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=\"2025-12-11T06:43:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/social-share-website.png?fit=1200%2C675&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/public-lectures\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/public-lectures\\\/\",\"name\":\"Public Lectures - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"datePublished\":\"2025-12-11T06:06:51+00:00\",\"dateModified\":\"2025-12-11T06:43:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/public-lectures\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/public-lectures\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/public-lectures\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Public Lectures\"}]},{\"@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":"Public Lectures - 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\/public-lectures\/","og_locale":"fr_FR","og_type":"article","og_title":"Public Lectures","og_description":"Public Lecture Series Free high-quality lectures and conferences from world-leading experts, available to the public since 2013. 1,000+ Hours of Free Content 100+ World-Class Speakers 2013 Since Founded The Global Center for Advanced Studies (GCAS) has provided thousands of hours of free high-quality lectures and conferences to the public since 2013. We are committed to [&hellip;]","og_url":"https:\/\/gcas.ie\/fr\/public-lectures\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2025-12-11T06:43:05+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/social-share-website.png?fit=1200%2C675&ssl=1","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/public-lectures\/","url":"https:\/\/gcas.ie\/public-lectures\/","name":"Public Lectures - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"datePublished":"2025-12-11T06:06:51+00:00","dateModified":"2025-12-11T06:43:05+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/public-lectures\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/public-lectures\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/public-lectures\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Public Lectures"}]},{"@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-1F","jetpack-related-posts":[{"id":101,"url":"https:\/\/gcas.ie\/fr\/films\/","url_meta":{"origin":103,"position":0},"title":"Films","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"GCAS Films Documentary films sponsored by The Global Center for Advanced Studies, exploring philosophy, politics, and the ideas that shape our world. Films Sponsored by The Global Center for Advanced Studies (GCAS) 2018 Film Poster Badiou Nietzsche wrote that philosophy is always the biography of the philosopher. Alain Badiou's story\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":184,"url":"https:\/\/gcas.ie\/fr\/apply\/","url_meta":{"origin":103,"position":1},"title":"Apply to GCAS","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"Start Your Application Join a global community of scholars pursuing debt-free, accredited degrees. We accept applications year-round with no deadlines. No Application Fee Apply for free Rolling Admissions No deadlines No SAT\/ACT\/GRE Holistic review Financial Aid Available to all We Review Every Application Personally GCAS College Dublin welcomes applicants from\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":97,"url":"https:\/\/gcas.ie\/fr\/admissions\/","url_meta":{"origin":103,"position":2},"title":"Admissions GCAS","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"Start Your Application Join a global community of scholars pursuing debt-free, accredited degrees. We accept applications year-round with no deadlines. \u2713 No Application Fee Apply for free \u23f0 Rolling Admissions No deadlines \ud83d\udcc4 No SAT\/ACT\/GRE Holistic review \ud83d\udcb0 Financial Aid Available to all We Review Every Application Personally GCAS College\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":77,"url":"https:\/\/gcas.ie\/fr\/introduction\/","url_meta":{"origin":103,"position":3},"title":"Introduction","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"A New Model of Higher Education GCAS is the world\u2019s first debt-free college, offering EU-accredited degrees through our partnership with Woolf and co-owned by its faculty, staff, and graduates. We reject the idea that knowledge must be purchased through debt and affirm education as a public and emancipatory good. 2013\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_6342-2-1024x768.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/IMG_6342-2-1024x768.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":92,"url":"https:\/\/gcas.ie\/fr\/contact\/","url_meta":{"origin":103,"position":4},"title":"Contact","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"Get in Touch We'd love to hear from you. Whether you have questions about our programs or want to learn more about GCAS, we're here to help. Check our FAQs for quick answers. Contact Information Address 38\/39 Fitzwilliam SquareDublin 2, D02 NX53Ireland Phone +353 1 582 2231 Email contact@gcas.ie Considering\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":103,"position":5},"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\/103","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=103"}],"version-history":[{"count":4,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/103\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/103\/revisions\/132"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/media?parent=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}