{"id":101,"date":"2025-12-11T05:56:32","date_gmt":"2025-12-11T05:56:32","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=101"},"modified":"2025-12-11T06:35:54","modified_gmt":"2025-12-11T06:35:54","slug":"films","status":"publish","type":"page","link":"https:\/\/gcas.ie\/ga\/films\/","title":{"rendered":"Films"},"content":{"rendered":"<!-- FILMS - GCAS College Dublin -->\n\n<style>\n.films-page {\n    font-family: inherit;\n    max-width: 1000px;\n    margin: 0 auto;\nmargin-top: 50px;\n}\n\n.films-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.films-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.films-hero h1 em {\n    font-style: italic;\n    color: #e85a4f;\n}\n\n.films-hero-intro {\n    font-size: 1.1rem;\n    color: #cccccc;\n    max-width: 650px;\n    margin: 0 auto;\n    line-height: 1.8;\n}\n\n.films-sponsored {\n    text-align: center;\n    margin-bottom: 50px;\n    padding: 20px;\n    background: #f8f9fa;\n    border-radius: 8px;\n}\n\n.films-sponsored p {\n    font-size: 0.9rem;\n    color: #666;\n    margin: 0;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n}\n\n.film-card {\n    display: grid;\n    grid-template-columns: 400px 1fr;\n    gap: 40px;\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 40px;\n    transition: all 0.3s ease;\n}\n\n.film-card:hover {\n    box-shadow: 0 15px 40px rgba(0,0,0,0.1);\n}\n\n@media (max-width: 900px) {\n    .film-card {\n        grid-template-columns: 1fr;\n    }\n}\n\n.film-poster {\n    position: relative;\n    background: #0a0a0a;\n    min-height: 300px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.film-poster-placeholder {\n    text-align: center;\n    padding: 40px;\n}\n\n.film-poster-placeholder svg {\n    width: 80px;\n    height: 80px;\n    stroke: #333;\n    margin-bottom: 15px;\n}\n\n.film-poster-placeholder span {\n    display: block;\n    font-size: 0.85rem;\n    color: #555;\n}\n\n.film-poster img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n}\n\n.film-year {\n    position: absolute;\n    top: 15px;\n    left: 15px;\n    background: #e85a4f;\n    color: #ffffff;\n    padding: 5px 12px;\n    font-size: 0.8rem;\n    font-weight: 600;\n    border-radius: 4px;\n}\n\n.film-content {\n    padding: 35px 35px 35px 0;\n}\n\n@media (max-width: 900px) {\n    .film-content {\n        padding: 30px;\n    }\n}\n\n.film-title {\n    font-size: 1.8rem;\n    font-weight: 500;\n    color: #1a1a1a;\n    margin-bottom: 15px;\n}\n\n.film-description {\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 25px;\n}\n\n.film-meta {\n    margin-bottom: 25px;\n}\n\n.film-meta-item {\n    display: flex;\n    gap: 10px;\n    margin-bottom: 10px;\n    font-size: 0.95rem;\n}\n\n.film-meta-label {\n    font-weight: 600;\n    color: #1a1a1a;\n    min-width: 100px;\n}\n\n.film-meta-value {\n    color: #666;\n}\n\n.film-festivals {\n    margin-top: 20px;\n    padding-top: 20px;\n    border-top: 1px solid #e0e0e0;\n}\n\n.film-festivals-title {\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #169B62;\n    margin-bottom: 10px;\n}\n\n.film-festivals-list {\n    font-size: 0.9rem;\n    color: #666;\n    line-height: 1.7;\n}\n\n.film-credits {\n    margin-top: 25px;\n    padding: 20px;\n    background: #f8f9fa;\n    border-radius: 6px;\n}\n\n.film-credits-title {\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n}\n\n.film-credits-list {\n    font-size: 0.9rem;\n    color: #666;\n    line-height: 1.8;\n}\n\n.film-featuring {\n    margin-top: 20px;\n}\n\n.film-featuring-title {\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #1a1a1a;\n    margin-bottom: 10px;\n}\n\n.film-featuring-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    font-size: 0.85rem;\n    color: #666;\n}\n\n@media (max-width: 600px) {\n    .film-featuring-list {\n        grid-template-columns: 1fr;\n    }\n}\n\n.films-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.films-cta h2 {\n    font-size: 1.6rem;\n    font-weight: 400;\n    color: #ffffff;\n    margin-bottom: 15px;\n}\n\n.films-cta p {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.9);\n    margin-bottom: 25px;\n}\n\n.films-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.films-cta-btn:hover {\n    background: #0a0a0a;\n    color: #ffffff;\n}\n\n.films-related {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 50px;\n}\n\n@media (max-width: 768px) {\n    .films-related {\n        flex-direction: column;\n    }\n}\n\n.films-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.films-related-card:hover {\n    border-color: #169B62;\n    background: #ffffff;\n}\n\n.films-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.films-related-icon svg {\n    width: 24px;\n    height: 24px;\n    stroke: #169B62;\n}\n\n.films-related-text h3 {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 5px;\n}\n\n.films-related-text p {\n    font-size: 0.85rem;\n    color: #666;\n    margin: 0;\n}\n\n.films-nav {\n    display: flex;\n    justify-content: space-between;\n    padding-top: 30px;\n    border-top: 1px solid #ddd;\n}\n\n.films-nav a {\n    color: #169B62;\n    text-decoration: none;\n    font-size: 0.95rem;\n    font-weight: 500;\n}\n\n.films-nav a:hover {\n    text-decoration: underline;\n}\n<\/style>\n\n<div class=\"films-page\">\n\n    <div class=\"films-hero\">\n        <h1>GCAS <em>Films<\/em><\/h1>\n        <p class=\"films-hero-intro\">Documentary films sponsored by The Global Center for Advanced Studies, exploring philosophy, politics, and the ideas that shape our world.<\/p>\n    <\/div>\n\n    <div class=\"films-sponsored\">\n        <p>Films Sponsored by The Global Center for Advanced Studies (GCAS)<\/p>\n    <\/div>\n\n    <!-- FILM 1: Badiou -->\n    <div class=\"film-card\">\n        <div class=\"film-poster\">\n            <span class=\"film-year\">2018<\/span>\n            <!-- Replace with actual poster image if available -->\n            <div class=\"film-poster-placeholder\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\">\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                    <line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\"><\/line>\n                    <line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\"><\/line>\n                    <line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\"><\/line>\n                    <line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\"><\/line>\n                <\/svg>\n                <span>Film Poster<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"film-content\">\n            <h2 class=\"film-title\">Badiou<\/h2>\n            <p class=\"film-description\">Nietzsche wrote that philosophy is always the biography of the philosopher. Alain Badiou&#8217;s story suggests that the opposite is also true. The first feature-length documentary film on France&#8217;s most famous living philosopher.<\/p>\n            \n            <div class=\"film-meta\">\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Directors<\/span>\n                    <span class=\"film-meta-value\">Gorav Kalyan, Rohan Kalyan<\/span>\n                <\/div>\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Production<\/span>\n                    <span class=\"film-meta-value\">Nonetheless Productions<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"film-festivals\">\n                <div class=\"film-festivals-title\">Festival Screenings<\/div>\n                <div class=\"film-festivals-list\">\n                    World Premiere: Jihlava International Documentary Film Festival, Czech Republic (October 2018)<br>\n                    Asian Premiere: Arthouse Asia 2019 (January 2019)\n                <\/div>\n            <\/div>\n\n            <div class=\"film-credits\">\n                <div class=\"film-credits-title\">Director Biography<\/div>\n                <div class=\"film-credits-list\">\n                    Gorav Kalyan (director, editor, cinematographer) is a Philadelphia-based filmmaker and co-founder of Nonetheless Productions. Gorav studied philosophy before moving to California in 2006, where he studied Film Directing at the California Institute of the Arts. He was a 2013 Film Independent Project: Involve fellow, and has made feature-length films, documentaries, short films, and music videos.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- FILM 2: The BirdCage -->\n    <div class=\"film-card\">\n        <div class=\"film-poster\">\n            <span class=\"film-year\">2015<\/span>\n            <div class=\"film-poster-placeholder\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\">\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                    <line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\"><\/line>\n                    <line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\"><\/line>\n                    <line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\"><\/line>\n                    <line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\"><\/line>\n                <\/svg>\n                <span>Film Poster<\/span>\n            <\/div>\n        <\/div>\n        <div class=\"film-content\">\n            <h2 class=\"film-title\">The BirdCage<\/h2>\n            <p class=\"film-description\">&#8220;The Birdcage&#8221; revolves around the austerity measures in Greece, a few days after the historic Greek referendum. Ten leading thinkers in democratic politics take turns in a room, minutes away from the Greek parliament and the tear gases of Syntagma square, answering the question: &#8220;How do economics affect politics today and what consequences does this have for the future of democracy?&#8221;<\/p>\n            \n            <div class=\"film-meta\">\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Directors<\/span>\n                    <span class=\"film-meta-value\">Manos Cizek &amp; Lindsey Aliksanyan<\/span>\n                <\/div>\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Producer<\/span>\n                    <span class=\"film-meta-value\">Yanna Buryak<\/span>\n                <\/div>\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Co-Producer<\/span>\n                    <span class=\"film-meta-value\">Creston Davis<\/span>\n                <\/div>\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Cinematography<\/span>\n                    <span class=\"film-meta-value\">Christina Moumouri<\/span>\n                <\/div>\n                <div class=\"film-meta-item\">\n                    <span class=\"film-meta-label\">Music<\/span>\n                    <span class=\"film-meta-value\">Chris Zabriskie<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"film-featuring\">\n                <div class=\"film-featuring-title\">Featuring<\/div>\n                <div class=\"film-featuring-list\">\n                    <span>Srecko Horvat \u2014 Philosopher, Author<\/span>\n                    <span>Aristides Baltas \u2014 Former Greek Minister of Education<\/span>\n                    <span>Stathis Gourgouris \u2014 Prof. Comparative Literature, Columbia<\/span>\n                    <span>Athena Anagnostou \u2014 Prof. Social Anthropology, Panteion<\/span>\n                    <span>Astra Taylor &amp; Laura Hanna \u2014 Documentary Filmmakers<\/span>\n                    <span>Jerome Roos \u2014 Founding Editor, ROAR Magazine<\/span>\n                    <span>Helena Sheehan \u2014 Prof. Philosophy, Dublin City University<\/span>\n                    <span>Yiorgos Chouliaras \u2014 Poet, Author, Harvard Review<\/span>\n                    <span>Bruno Bosteels \u2014 Prof. Literature, Cornell University<\/span>\n                    <span>Jodi Dean \u2014 Prof. Political Science, Hobart &amp; William Smith<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"film-credits\">\n                <div class=\"film-credits-title\">Full Credits<\/div>\n                <div class=\"film-credits-list\">\n                    Camera Assistant: Eleni Lola \u00b7 Set Design: Danae Anagnostou \u00b7 Editor: Christos Giannakopoulos \u00b7 Sound Engineer: Aris Pavlidis \u00b7 Sound Mix: George Ramantanis \/ DNA Lab Studio \u00b7 Line Producer: Giannis Exintaris \u00b7 Production Manager: Amy Makris \u00b7 Assistant Director: Zoe Valve \u00b7 Special Thanks: Eleni Berde\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"films-cta\">\n        <h2>Interested in Collaborating?<\/h2>\n        <p>GCAS sponsors documentary films that explore critical ideas in philosophy, politics, and social change.<\/p>\n        <a href=\"\/ga\/contact\/\" class=\"films-cta-btn\">Get in Touch<\/a>\n    <\/div>\n\n    <!-- Related Pages -->\n    <div class=\"films-related\">\n        <a href=\"\/ga\/videos\/\" class=\"films-related-card\">\n            <div class=\"films-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=\"films-related-text\">\n                <h3>Videos<\/h3>\n                <p>Watch lectures and interviews<\/p>\n            <\/div>\n        <\/a>\n        <a href=\"\/ga\/public-lectures\/\" class=\"films-related-card\">\n            <div class=\"films-related-icon\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                    <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                    <path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n                <\/svg>\n            <\/div>\n            <div class=\"films-related-text\">\n                <h3>Public Lectures<\/h3>\n                <p>Browse our lecture archive<\/p>\n            <\/div>\n        <\/a>\n    <\/div>\n\n    <!-- Navigation -->\n    <div class=\"films-nav\">\n        <a href=\"\/ga\/videos\/\">\u2190 Videos<\/a>\n        <a href=\"\/ga\/public-lectures\/\">Public Lectures \u2192<\/a>\n    <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>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&#8217;s story suggests that the opposite is [&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":"","jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-101","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Films - 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\/ga\/films\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Films\" \/>\n<meta property=\"og:description\" content=\"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&#8217;s story suggests that the opposite is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/ga\/films\/\" \/>\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:35:54+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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/films\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/films\\\/\",\"name\":\"Films - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"datePublished\":\"2025-12-11T05:56:32+00:00\",\"dateModified\":\"2025-12-11T06:35:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/films\\\/#breadcrumb\"},\"inLanguage\":\"ga\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/films\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/films\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Films\"}]},{\"@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\":\"ga\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/#organization\",\"name\":\"The Global Centre for Advanced Studies\",\"alternateName\":\"GCAS\",\"url\":\"https:\\\/\\\/gcas.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ga\",\"@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":"Films - 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\/ga\/films\/","og_locale":"en_US","og_type":"article","og_title":"Films","og_description":"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&#8217;s story suggests that the opposite is [&hellip;]","og_url":"https:\/\/gcas.ie\/ga\/films\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2025-12-11T06:35:54+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":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/films\/","url":"https:\/\/gcas.ie\/films\/","name":"Films - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"datePublished":"2025-12-11T05:56:32+00:00","dateModified":"2025-12-11T06:35:54+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/films\/#breadcrumb"},"inLanguage":"ga","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/films\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/films\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Films"}]},{"@type":"WebSite","@id":"https:\/\/gcas.ie\/#website","url":"https:\/\/gcas.ie\/","name":"The Global Centre for Advanced Studies","description":"An ch\u00e9ad chol\u00e1iste creidi\u00fanaithe ar domhan at\u00e1 saor \u00f3 fhiacha agus at\u00e1 faoi \u00fain\u00e9ireacht na d\u00e1imhe agus na gc\u00e9imithe.","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":"ga"},{"@type":"Organization","@id":"https:\/\/gcas.ie\/#organization","name":"The Global Centre for Advanced Studies","alternateName":"GCAS","url":"https:\/\/gcas.ie\/","logo":{"@type":"ImageObject","inLanguage":"ga","@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-1D","jetpack-related-posts":[{"id":103,"url":"https:\/\/gcas.ie\/ga\/public-lectures\/","url_meta":{"origin":101,"position":0},"title":"Public Lectures","author":"crestondavis","date":"December 11, 2025","format":false,"excerpt":"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\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":92,"url":"https:\/\/gcas.ie\/ga\/contact\/","url_meta":{"origin":101,"position":1},"title":"Teagmh\u00e1il","author":"crestondavis","date":"December 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":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":184,"url":"https:\/\/gcas.ie\/ga\/apply\/","url_meta":{"origin":101,"position":2},"title":"Apply to GCAS","author":"crestondavis","date":"December 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":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":87,"url":"https:\/\/gcas.ie\/ga\/accreditation\/","url_meta":{"origin":101,"position":3},"title":"Creidi\u00fan\u00fa GCAS","author":"crestondavis","date":"December 11, 2025","format":false,"excerpt":"EU Accreditation We are an accredited college of the Woolf collegiate consortium, offering accredited degrees under the European Standards Guidance and in line with the Policy of Quality Assurance. Woolf \u2014 An Institution of Higher Education GCAS is a full member college of Woolf\u2014an accredited, degree-granting Higher Education Institution recognized\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":97,"url":"https:\/\/gcas.ie\/ga\/admissions\/","url_meta":{"origin":101,"position":4},"title":"Iontr\u00e1lacha GCAS","author":"crestondavis","date":"December 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":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":82,"url":"https:\/\/gcas.ie\/ga\/mission-vision-and-values\/","url_meta":{"origin":101,"position":5},"title":"Misean, F\u00eds, agus Luachanna","author":"crestondavis","date":"December 11, 2025","format":false,"excerpt":"Mission, Vision & Values Our education strategy serves as a roadmap to change the traditional 19th-century matrix of global education. We articulate our overarching intent and vision for the future of education. Nobel Peace Prize Recognition Dr. Muhammad Yunus, Nobel Peace Prize Recipient, gave a public lecture for GCAS\u2014affirming our\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/users\/8678545"}],"replies":[{"embeddable":true,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":2,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/101\/revisions"}],"predecessor-version":[{"id":124,"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/pages\/101\/revisions\/124"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/ga\/wp-json\/wp\/v2\/media?parent=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}