{"id":5350,"date":"2026-07-11T15:59:52","date_gmt":"2026-07-11T15:59:52","guid":{"rendered":"https:\/\/gcas.ie\/?page_id=5350"},"modified":"2026-07-11T16:29:20","modified_gmt":"2026-07-11T16:29:20","slug":"open-commons","status":"publish","type":"page","link":"https:\/\/gcas.ie\/fr\/open-commons\/","title":{"rendered":"Open Commons"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Open-Access Library \u00b7 The Global Centre for Advanced Studies<\/title>\n<meta name=\"description\" content=\"A working directory of free, open-access archives, journals, and primary texts in the humanities and social sciences, curated for GCAS students.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=IBM+Plex+Mono:wght@400;500&#038;family=Instrument+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --pine:#16362A;\n    --forest:#2E5E45;\n    --parchment:#F1EEE3;\n    --card:#F7F4EC;\n    --ink:#23271F;\n    --muted:#5C6157;\n    --ember:#BC7A2C;\n    --line:#D8D4C6;\n    --display:\"Fraunces\",Georgia,serif;\n    --body:\"Instrument Sans\",-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n    --mono:\"IBM Plex Mono\",ui-monospace,monospace;\n  }\n\n  *{box-sizing:border-box;margin:0;padding:0}\n\n  html{scroll-behavior:smooth}\n\n  body{\n    background:var(--parchment);\n    color:var(--ink);\n    font-family:var(--body);\n    font-size:17px;\n    line-height:1.6;\n    overflow-x:hidden;\n    -webkit-font-smoothing:antialiased;\n    text-rendering:optimizeLegibility;\n  }\n\n  .wrap{max-width:1080px;margin:0 auto;padding:0 28px}\n\n  \/* ---------- Hero ---------- *\/\n  .hero{\n    background:var(--pine);\n    color:var(--parchment);\n    position:relative;\n    overflow:hidden;\n    width:100vw;\n    margin-top:-140px;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n    padding:180px 0 54px;\n  }\n  .hero .wrap{position:relative;z-index:1}\n  .eyebrow{\n    font-family:var(--mono);\n    font-size:12.5px;\n    letter-spacing:.16em;\n    text-transform:uppercase;\n    color:#9DBBAA;\n  }\n  .hero h1{\n    font-family:var(--display);\n    font-weight:500;\n    font-size:clamp(2.5rem,6vw,4.1rem);\n    line-height:1.02;\n    letter-spacing:-.015em;\n    margin:22px 0 20px;\n    max-width:15ch;\n  }\n  .hero p.lede{\n    font-size:1.12rem;\n    color:#D7E0D5;\n    max-width:56ch;\n    line-height:1.62;\n  }\n\n  \/* signature: the \"new light\" line *\/\n  .lightline{\n    display:flex;\n    align-items:center;\n    gap:16px;\n    margin-top:40px;\n    max-width:520px;\n  }\n  .lightline .seg{\n    height:1px;\n    flex:1;\n    background:linear-gradient(90deg,rgba(241,238,227,0) 0%,rgba(188,122,44,.55) 100%);\n  }\n  .lightline .seg.right{\n    background:linear-gradient(90deg,rgba(188,122,44,.55) 0%,rgba(241,238,227,0) 100%);\n  }\n  .lightline .spark{\n    width:7px;height:7px;border-radius:50%;\n    background:var(--ember);\n    box-shadow:0 0 12px 2px rgba(188,122,44,.75),0 0 3px 1px rgba(240,200,120,.9);\n    flex:none;\n  }\n\n  \/* ---------- Sections ---------- *\/\n  main{padding:8px 0 20px}\n  .section{padding:56px 0 8px;border-top:1px solid var(--line)}\n  .section:first-child{border-top:none}\n  .section-head{margin-bottom:30px}\n  .section-head .num{\n    font-family:var(--mono);\n    font-size:12.5px;\n    letter-spacing:.16em;\n    text-transform:uppercase;\n    color:var(--forest);\n    display:block;\n    margin-bottom:10px;\n  }\n  .section-head h2{\n    font-family:var(--display);\n    font-weight:500;\n    font-size:clamp(1.55rem,3.2vw,2rem);\n    letter-spacing:-.01em;\n    color:var(--pine);\n  }\n  .section-head p{\n    color:var(--muted);\n    margin-top:8px;\n    max-width:60ch;\n    font-size:.98rem;\n  }\n\n  \/* ---------- Cards ---------- *\/\n  .grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fill,minmax(268px,1fr));\n    gap:16px;\n  }\n  .card{\n    position:relative;\n    display:flex;\n    flex-direction:column;\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:3px;\n    padding:22px 22px 20px;\n    text-decoration:none;\n    color:inherit;\n    transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;\n  }\n  .card .name{\n    font-family:var(--display);\n    font-weight:500;\n    font-size:1.18rem;\n    color:var(--pine);\n    line-height:1.2;\n    position:relative;\n    display:inline;\n    background-image:linear-gradient(var(--ember),var(--ember));\n    background-size:0% 1.5px;\n    background-position:0 100%;\n    background-repeat:no-repeat;\n    transition:background-size .32s ease;\n    padding-bottom:2px;\n  }\n  .card .desc{\n    color:var(--muted);\n    font-size:.93rem;\n    line-height:1.5;\n    margin-top:11px;\n    flex:1;\n  }\n  .card .go{\n    display:flex;\n    align-items:center;\n    gap:7px;\n    margin-top:18px;\n    font-family:var(--mono);\n    font-size:11.5px;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n    color:var(--forest);\n  }\n  .card .go .arrow{transition:transform .25s ease}\n  .card .host{\n    margin-left:auto;\n    font-family:var(--mono);\n    font-size:11px;\n    letter-spacing:.02em;\n    color:#9AA093;\n    text-transform:none;\n  }\n\n  .card:hover,.card:focus-visible{\n    border-color:var(--forest);\n    transform:translateY(-2px);\n    box-shadow:0 10px 26px -18px rgba(22,54,42,.55);\n    outline:none;\n  }\n  .card:hover .name,.card:focus-visible .name{background-size:100% 1.5px}\n  .card:hover .go .arrow,.card:focus-visible .go .arrow{transform:translateX(4px)}\n  .card:focus-visible{outline:2px solid var(--ember);outline-offset:3px}\n\n  \/* ---------- Footer ---------- *\/\n  footer{\n    background:var(--pine);\n    color:var(--parchment);\n    position:relative;\n    width:100vw;\n    margin-top:56px;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n    padding:48px 0 44px;\n  }\n  .motto{\n    font-family:var(--display);\n    font-style:italic;\n    font-weight:400;\n    font-size:1.3rem;\n    color:#EBD9BC;\n  }\n  .motto span{\n    display:block;\n    font-family:var(--mono);\n    font-style:normal;\n    font-size:11.5px;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n    color:#9DBBAA;\n    margin-top:8px;\n  }\n  footer .note{\n    color:#B9C6BA;\n    font-size:.9rem;\n    line-height:1.6;\n    max-width:64ch;\n    margin-top:22px;\n    padding-top:22px;\n    border-top:1px solid rgba(241,238,227,.14);\n  }\n  footer .note a{color:#EBD9BC;text-decoration:underline;text-underline-offset:2px}\n\n  @media (max-width:560px){\n    body{font-size:16px}\n    .hero{margin-top:-110px;padding:150px 0 46px}\n    .section{padding:44px 0 4px}\n    .grid{grid-template-columns:1fr}\n  }\n\n  @media (prefers-reduced-motion:reduce){\n    *{transition:none!important;scroll-behavior:auto!important}\n    .card .name{background-size:100% 1.5px}\n  }\n<\/style>\n<\/head>\n<body>\n\n<header class=\"hero\">\n  <div class=\"wrap\">\n    <span class=\"eyebrow\">The Global Centre for Advanced Studies &nbsp;\u00b7&nbsp; Open-Access Library<\/span>\n    <h1>Open scholarship, freely available.<\/h1>\n    <p class=\"lede\">Vetted archives, journals, and primary texts across philosophy, theology, psychoanalysis, and politics \u2014 every source here is free to read, no login required. Choose a section and follow the link.<\/p>\n    <div class=\"lightline\" aria-hidden=\"true\">\n      <span class=\"seg\"><\/span>\n      <span class=\"spark\"><\/span>\n      <span class=\"seg right\"><\/span>\n    <\/div>\n  <\/div>\n<\/header>\n\n<main class=\"wrap\">\n\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"num\">Sec. 01 \u2014 Reference<\/span>\n      <h2>Encyclopedias &amp; reference<\/h2>\n      <p>Peer-reviewed, continuously updated starting points when you need a reliable overview before going to the sources.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <a class=\"card\" href=\"https:\/\/plato.stanford.edu\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Stanford Encyclopedia of Philosophy<\/span>\n        <span class=\"desc\">The definitive online reference in philosophy: authoritative, peer-reviewed entries kept current by their authors.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">plato.stanford.edu<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/iep.utm.edu\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Internet Encyclopedia of Philosophy<\/span>\n        <span class=\"desc\">A second peer-reviewed reference with strong coverage of figures, movements, and continental thought.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">iep.utm.edu<\/span><\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"num\">Sec. 02 \u2014 Journals &amp; Articles<\/span>\n      <h2>Journals &amp; articles<\/h2>\n      <p>Indexes and repositories for finding open-access papers and the freely readable version of articles behind paywalls elsewhere.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <a class=\"card\" href=\"https:\/\/doaj.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Directory of Open Access Journals<\/span>\n        <span class=\"desc\">A curated index of vetted, fully open-access journals across every discipline.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">doaj.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/philpapers.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">PhilPapers<\/span>\n        <span class=\"desc\">The comprehensive bibliography and index of philosophy, with open-access copies attached wherever they exist.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">philpapers.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/philarchive.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">PhilArchive<\/span>\n        <span class=\"desc\">The open e-print archive for philosophy \u2014 full-text papers you can download directly.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">philarchive.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/core.ac.uk\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">CORE<\/span>\n        <span class=\"desc\">Aggregates hundreds of millions of open-access research papers from repositories worldwide into one search.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">core.ac.uk<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.jstor.org\/open\/\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">JSTOR Open Content<\/span>\n        <span class=\"desc\">The freely readable portion of JSTOR: open journals, books, and images \u2014 no subscription needed.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">jstor.org\/open<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/scholar.google.com\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Google Scholar<\/span>\n        <span class=\"desc\">Search across scholarly literature; the right-hand links often lead to a free PDF of an otherwise paywalled paper.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">scholar.google.com<\/span><\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"num\">Sec. 03 \u2014 Books &amp; Monographs<\/span>\n      <h2>Books &amp; monographs<\/h2>\n      <p>Full-length scholarly books released under open access, plus digitised libraries with public-domain full texts.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <a class=\"card\" href=\"https:\/\/www.oapen.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">OAPEN Library<\/span>\n        <span class=\"desc\">Peer-reviewed open-access academic books, weighted heavily toward the humanities and social sciences.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">oapen.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.doabooks.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Directory of Open Access Books<\/span>\n        <span class=\"desc\">A discovery index for peer-reviewed open-access monographs from scholarly publishers.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">doabooks.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.hathitrust.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">HathiTrust Digital Library<\/span>\n        <span class=\"desc\">Millions of digitised volumes; full text is readable for anything in the public domain.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">hathitrust.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/openlibrary.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Open Library<\/span>\n        <span class=\"desc\">An open catalogue of millions of titles, with full public-domain texts and borrowable editions.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">openlibrary.org<\/span><\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"num\">Sec. 04 \u2014 Primary Texts &amp; Archives<\/span>\n      <h2>Primary texts &amp; archives<\/h2>\n      <p>Source texts in the original \u2014 classics of philosophy and theology, critical-theory primary material, and digitised European collections.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <a class=\"card\" href=\"https:\/\/www.gutenberg.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Project Gutenberg<\/span>\n        <span class=\"desc\">Public-domain classics in clean, downloadable editions \u2014 philosophy, theology, and literature.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">gutenberg.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/archive.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Internet Archive<\/span>\n        <span class=\"desc\">A vast library of books, texts, and recordings, including out-of-print scholarly works you can rarely find elsewhere.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">archive.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.marxists.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Marxists Internet Archive<\/span>\n        <span class=\"desc\">Deep primary-source holdings in political philosophy and critical theory, freely readable.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">marxists.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.ccel.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Christian Classics Ethereal Library<\/span>\n        <span class=\"desc\">Public-domain theological, patristic, and devotional texts \u2014 a mainstay for the theology programme.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">ccel.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.europeana.eu\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Europeana<\/span>\n        <span class=\"desc\">Digitised primary sources from European libraries, museums, and archives, gathered in one place.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">europeana.eu<\/span><\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"num\">Sec. 05 \u2014 Continental &amp; European<\/span>\n      <h2>Continental &amp; European scholarship<\/h2>\n      <p>Sources with strength in French, German, and broader European humanities \u2014 closest to the intellectual centre of gravity at GCAS.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <a class=\"card\" href=\"https:\/\/www.openedition.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">OpenEdition<\/span>\n        <span class=\"desc\">French and European humanities books and journals, a large share of it open access.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">openedition.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.persee.fr\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">Pers\u00e9e<\/span>\n        <span class=\"desc\">An open archive of French-language humanities and social-science journals, fully readable.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">persee.fr<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.dart-europe.org\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">DART-Europe E-theses Portal<\/span>\n        <span class=\"desc\">Open access to European research theses and dissertations \u2014 useful for doctoral work.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">dart-europe.org<\/span><\/span>\n      <\/a>\n      <a class=\"card\" href=\"https:\/\/www.ssrn.com\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"name\">SSRN<\/span>\n        <span class=\"desc\">Working papers and preprints across the social sciences and politics, most of them free to download.<\/span>\n        <span class=\"go\"><span class=\"arrow\">\u2192<\/span> Visit <span class=\"host\">ssrn.com<\/span><\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<footer>\n  <div class=\"wrap\">\n    <p class=\"motto\">As Luaithreach, Solas Nua\n      <span>From the Ashes, a New Light<\/span>\n    <\/p>\n    <p class=\"note\">Every source here is free to read and maintained by a third party; all links open in a new tab, and their contents are governed by each provider. This shelf is curated for the students and faculty of the Global Centre for Advanced Studies, and kept current as our programmes grow.<\/p>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Open-Access Library \u00b7 The Global Centre for Advanced Studies The Global Centre for Advanced Studies &nbsp;\u00b7&nbsp; Open-Access Library Open scholarship, freely available. Vetted archives, journals, and primary texts across philosophy, theology, psychoanalysis, and politics \u2014 every source here is free to read, no login required. Choose a section and follow the link. Sec. 01 \u2014 [&hellip;]<\/p>\n","protected":false},"author":8678545,"featured_media":5353,"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-5350","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>Open Commons - 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\/open-commons\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Open Commons\" \/>\n<meta property=\"og:description\" content=\"Open-Access Library \u00b7 The Global Centre for Advanced Studies The Global Centre for Advanced Studies &nbsp;\u00b7&nbsp; Open-Access Library Open scholarship, freely available. Vetted archives, journals, and primary texts across philosophy, theology, psychoanalysis, and politics \u2014 every source here is free to read, no login required. Choose a section and follow the link. Sec. 01 \u2014 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcas.ie\/fr\/open-commons\/\" \/>\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-07-11T16:29:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/07\/Open-Commons.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\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=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/\",\"url\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/\",\"name\":\"Open Commons - The Global Centre for Advanced Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Open-Commons.jpg?fit=1200%2C630&ssl=1\",\"datePublished\":\"2026-07-11T15:59:52+00:00\",\"dateModified\":\"2026-07-11T16:29:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Open-Commons.jpg?fit=1200%2C630&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/gcas.ie\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Open-Commons.jpg?fit=1200%2C630&ssl=1\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcas.ie\\\/open-commons\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gcas.ie\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Open Commons\"}]},{\"@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":"Open Commons - 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\/open-commons\/","og_locale":"fr_FR","og_type":"article","og_title":"Open Commons","og_description":"Open-Access Library \u00b7 The Global Centre for Advanced Studies The Global Centre for Advanced Studies &nbsp;\u00b7&nbsp; Open-Access Library Open scholarship, freely available. Vetted archives, journals, and primary texts across philosophy, theology, psychoanalysis, and politics \u2014 every source here is free to read, no login required. Choose a section and follow the link. Sec. 01 \u2014 [&hellip;]","og_url":"https:\/\/gcas.ie\/fr\/open-commons\/","og_site_name":"The Global Centre for Advanced Studies","article_publisher":"https:\/\/www.facebook.com\/globalcenterforadvancedstudies\/","article_modified_time":"2026-07-11T16:29:20+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/gcas.ie\/wp-content\/uploads\/2026\/07\/Open-Commons.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcas.ie\/open-commons\/","url":"https:\/\/gcas.ie\/open-commons\/","name":"Open Commons - The Global Centre for Advanced Studies","isPartOf":{"@id":"https:\/\/gcas.ie\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcas.ie\/open-commons\/#primaryimage"},"image":{"@id":"https:\/\/gcas.ie\/open-commons\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/Open-Commons.jpg?fit=1200%2C630&ssl=1","datePublished":"2026-07-11T15:59:52+00:00","dateModified":"2026-07-11T16:29:20+00:00","breadcrumb":{"@id":"https:\/\/gcas.ie\/open-commons\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcas.ie\/open-commons\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/gcas.ie\/open-commons\/#primaryimage","url":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/Open-Commons.jpg?fit=1200%2C630&ssl=1","contentUrl":"https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2026\/07\/Open-Commons.jpg?fit=1200%2C630&ssl=1","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/gcas.ie\/open-commons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gcas.ie\/"},{"@type":"ListItem","position":2,"name":"Open Commons"}]},{"@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-1oi","jetpack-related-posts":[{"id":208,"url":"https:\/\/gcas.ie\/fr\/research-fellows\/","url_meta":{"origin":5350,"position":0},"title":"Boursiers de recherche","author":"crestondavis","date":"d\u00e9cembre 11, 2025","format":false,"excerpt":"","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3018,"url":"https:\/\/gcas.ie\/fr\/schedule-defense\/","url_meta":{"origin":5350,"position":1},"title":"Schedule Your Defense","author":"crestondavis","date":"janvier 9, 2026","format":false,"excerpt":"\ud83c\udf89 Congratulations! You have made it all the way through your program and are ready to schedule your defense. This is a significant milestone in your academic journey. \u23f0 Important: Schedule your defense 6\u20138 weeks prior to your intended defense date. Timeline for Scheduling Step 1: Confirm Date with Your\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5262,"url":"https:\/\/gcas.ie\/fr\/defense-scheduling\/","url_meta":{"origin":5350,"position":2},"title":"Defense Scheduling","author":"crestondavis","date":"juin 30, 2026","format":false,"excerpt":"The Global Centre for Advanced Studies Schedule Your Defense You've been invited to schedule your thesis defense. Use the form below to reserve your time from the available institutional defense windows. Before you book: Please reserve a slot only once your defensible draft has been approved by your supervisor. How\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2296,"url":"https:\/\/gcas.ie\/fr\/interview-llm\/","url_meta":{"origin":5350,"position":3},"title":"Interview LLM","author":"crestondavis","date":"d\u00e9cembre 30, 2025","format":false,"excerpt":"Thank you for applying to the Law (LL.M.) program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the Law Program below. Normann Latouche, PhD Candidate Director of the Law Program at GCAS Schedule with Normann","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\/Law-Program-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\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Law-Program-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2320,"url":"https:\/\/gcas.ie\/fr\/interview-phd-natural-sciences\/","url_meta":{"origin":5350,"position":4},"title":"Interview-PhD-Natural-Sciences","author":"crestondavis","date":"d\u00e9cembre 30, 2025","format":false,"excerpt":"Thank you for applying to the PhD in Natural Sciences program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the PhD Program in Natural Sciences below. Dr. Fernando Tohme, PhD Director of the PhD Program in Natural Sciences at\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\/Natural-Sciences-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\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Natural-Sciences-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2301,"url":"https:\/\/gcas.ie\/fr\/interview-ma-psychoanalysis\/","url_meta":{"origin":5350,"position":5},"title":"Interview MA Psychoanalysis","author":"crestondavis","date":"d\u00e9cembre 30, 2025","format":false,"excerpt":"Thank you for applying to the MA Psychoanalysis program at GCAS. To complete the next step in your application, please schedule an admissions conversation with the Director of the MA Psychoanalysis Program below. Dr. Florian Kleinau, PhD Professor of Psychoanalysis and Director of the MA Psychoanalysis Program Schedule with Florian","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\/Psychoanalysis-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\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/gcas.ie\/wp-content\/uploads\/2025\/12\/Psychoanalysis-Interview.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/5350","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=5350"}],"version-history":[{"count":2,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/5350\/revisions"}],"predecessor-version":[{"id":5354,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/pages\/5350\/revisions\/5354"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/media\/5353"}],"wp:attachment":[{"href":"https:\/\/gcas.ie\/fr\/wp-json\/wp\/v2\/media?parent=5350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}