{"id":8491,"date":"2026-04-25T04:00:57","date_gmt":"2026-04-25T02:00:57","guid":{"rendered":"https:\/\/elsc.support\/?page_id=8491"},"modified":"2026-04-25T04:21:16","modified_gmt":"2026-04-25T02:21:16","slug":"index-of-repression","status":"publish","type":"page","link":"https:\/\/elsc.support\/it\/index-of-repression\/","title":{"rendered":"Index of Repression"},"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>Index of Repression &#8211; ELSC<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;\n            line-height: 1.6;\n            color: #3E543F;\n            background: #ffffff;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 60px 30px;\n        }\n\n        \/* Header *\/\n        .page-header {\n            margin-bottom: 50px;\n            border-bottom: 1px solid #e0e0e0;\n            padding-bottom: 40px;\n        }\n\n        .page-header h1 {\n            font-size: 2.2em;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n            color: #A62A2B;\n        }\n\n        .page-header .intro-text {\n            font-size: 1.05em;\n            line-height: 1.8;\n            color: #3E543F;\n            max-width: 800px;\n        }\n\n        \/* CTA Buttons *\/\n        .cta-buttons {\n            display: flex;\n            gap: 15px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 12px 28px;\n            border-radius: 4px;\n            font-weight: 600;\n            font-size: 0.95em;\n            text-decoration: none;\n            transition: all 0.25s ease;\n            cursor: pointer;\n            border: 2px solid;\n        }\n\n        .btn-primary {\n            background: #A62A2B;\n            color: #fff;\n            border-color: #A62A2B;\n        }\n\n        .btn-primary:hover {\n            background: #fff;\n            color: #A62A2B;\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: #A62A2B;\n            border-color: #A62A2B;\n        }\n\n        .btn-secondary:hover {\n            background: #A62A2B;\n            color: #fff;\n        }\n\n        \/* Section Structure *\/\n        .section {\n            margin-bottom: 60px;\n            padding-bottom: 50px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n\n        .section:last-child {\n            border-bottom: none;\n        }\n\n        .section h2 {\n            font-size: 1.6em;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: #A62A2B;\n        }\n\n        .section h3 {\n            font-size: 1.2em;\n            font-weight: 700;\n            margin-bottom: 15px;\n            margin-top: 25px;\n            color: #A62A2B;\n        }\n\n        .section p {\n            font-size: 1em;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            color: #3E543F;\n        }\n\n        \/* Key Stats *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .stat-box {\n            background: #f8f8f8;\n            padding: 25px;\n            border-radius: 6px;\n            border-left: 4px solid #B82105;\n        }\n\n        .stat-box .number {\n            font-size: 2em;\n            font-weight: 700;\n            color: #A62A2B;\n            margin-bottom: 8px;\n        }\n\n        .stat-box .label {\n            font-size: 0.95em;\n            color: #3E543F;\n            font-weight: 600;\n        }\n\n        \/* Lists *\/\n        .content-list {\n            margin: 20px 0;\n        }\n\n        .content-list li {\n            margin-bottom: 12px;\n            margin-left: 20px;\n            line-height: 1.7;\n            color: #3E543F;\n        }\n\n        \/* Highlights *\/\n        .highlight-box {\n            background: #f8f8f8;\n            padding: 25px;\n            border-radius: 6px;\n            margin: 25px 0;\n            border-left: 4px solid #13612E;\n        }\n\n        .highlight-box p {\n            margin-bottom: 0;\n            font-weight: 600;\n            color: #3E543F;\n        }\n\n        \/* Call-to-Action Section *\/\n        .cta-section {\n            background: #f8f8f8;\n            padding: 40px;\n            border-radius: 6px;\n            margin: 40px 0;\n        }\n\n        .cta-section h3 {\n            margin-top: 0;\n            color: #A62A2B;\n        }\n\n        .cta-list {\n            display: grid;\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .cta-item {\n            display: grid;\n            grid-template-columns: auto 1fr;\n            gap: 15px;\n            align-items: start;\n        }\n\n        .cta-number {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 30px;\n            height: 30px;\n            background: #B82105;\n            color: #fff;\n            border-radius: 50%;\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n\n        .cta-content p {\n            margin-bottom: 8px;\n            color: #3E543F;\n        }\n\n        .cta-content strong {\n            color: #A62A2B;\n        }\n\n        a {\n            color: #A62A2B;\n            text-decoration: none;\n        }\n\n        a:hover {\n            text-decoration: underline;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 40px 20px;\n            }\n\n            .page-header h1 {\n                font-size: 1.8em;\n            }\n\n            .section h2 {\n                font-size: 1.4em;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n            }\n\n            .btn {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n\n        <!-- HEADER -->\n        <div class=\"page-header\">\n            <h1>A Transnational Index of Anti-Palestinian Repression<\/h1>\n            <p class=\"intro-text\">For too long, anti-Palestinian repression has been dismissed as incidental, exceptional, and justified. The Index of Repression confirms what the movement has long known: this repression is multi-sited, institutionalised, and systematic, unfolding across varied stages.<\/p>\n            \n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/www.index-of-repression.org\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">Access the Index Platform<\/a>\n                <a href=\"#what-can-you-do\" class=\"btn btn-secondary\">Take Action<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- WHAT IS THE INDEX -->\n        <section class=\"section\">\n            <h2>What is the Index?<\/h2>\n            \n            <p>The <strong>Index of Repression<\/strong> is a transnational database documenting verified incidents of legal, institutional, and political repression targeting students, academics, workers, journalists, artists, and organisers standing in solidarity with Palestine. Developed by ELSC and Forensic Architecture, the Index traces how repression operates across borders, across institutions, and across sectors by identifying the actors, mechanisms, and targets of repression.<\/p>\n\n            <div class=\"stats-grid\">\n                <div class=\"stat-box\">\n                    <div class=\"number\">2000+<\/div>\n                    <div class=\"label\">Verified incidents documented<\/div>\n                <\/div>\n                <div class=\"stat-box\">\n                    <div class=\"number\">1122<\/div>\n                    <div class=\"label\">Germany incidents (2019\u20132025)<\/div>\n                <\/div>\n                <div class=\"stat-box\">\n                    <div class=\"number\">964<\/div>\n                    <div class=\"label\">Britain incidents (2019\u20132025)<\/div>\n                <\/div>\n            <\/div>\n\n            <h3>Development &#038; Growth<\/h3>\n            <p>The first iteration of the Index was published in Germany in 2025, documenting 766 verified incidents of anti\u2011Palestinian repression (2019\u20132025). This database was subsequently updated for the first time in February 2026 with 356 new incidents, alongside the release of the first British dataset documenting 964 verified incidents in Britain (2019\u20132025). Taken together, the Index now records more than 2000 incidents across these two countries \u2014 providing clear evidence that repression across Europe is systematic, institutional, and undeniable.<\/p>\n\n            <p>Our documentation draws on years of legal casework, monitoring, and research by a team embedded in the Palestine solidarity movement. What began with the publication of Germany&#8217;s dataset has developed into a broader effort to expose repression across Europe. Rather than presenting repression as isolated national phenomena, the Index reveals patterns and connections across jurisdictions.<\/p>\n\n            <div class=\"highlight-box\">\n                <p>Repressive tactics \u2014 from smears and censorship to prosecutions and dismissals \u2014 circulate and evolve, adapting from one context to another. The forthcoming iteration will build on this transnational effort in the Netherlands.<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- WHAT MAKES IT UNIQUE -->\n        <section class=\"section\">\n            <h2>What Makes the Index Unique?<\/h2>\n\n            <h3>First cross-sector dataset of its kind<\/h3>\n            <p>The Index is the first of its kind to document how state and non-state actors coordinate a multi-sited, institutionalised repression aimed at depoliticising and isolating the Palestine solidarity movement across Europe.<\/p>\n\n            <h3>Traces repression before October 2023<\/h3>\n            <p>Spanning 2019\u20132026, the data demonstrate that repression did not begin in October 2023, nor with the high-profile proscription of groups like Samidoun in Germany or Palestine Action in Britain. It is structural, evolving, and premeditated. Repression intensifies when people stand in solidarity \u2013 not only with those facing repression, but with Palestinians resisting oppression.<\/p>\n\n            <h3>Situated within a transnational architecture<\/h3>\n            <p>The Index of Repression operates on a transnational level. By tracing patterns across Europe, our database provides a tool that allows the public to understand repression not only as a national phenomenon but as an interconnected, cross-border system. Repressive tactics are adapted and imported across jurisdictions; what succeeds in one country is replicated in another. These patterns are sustained through the repeated mobilisation of legal and quasi-legal frameworks and the strategic deployment of institutional power. Understanding how these mechanisms are operationalised and adapted is essential to challenging them, including through strategic litigation, as well as by anticipating and delegitimising emerging practices.<\/p>\n\n            <h3>Rigorously documented and embedded in the movement<\/h3>\n            <p>The Index is grounded in a rigorous and evolving methodology, developed through sustained engagement with the Palestine solidarity movement and those directly affected by repression. This work would not be possible without the trust, collaboration, and contributions of individuals, groups, and organisations who mobilise, report incidents and share their testimonies.<\/p>\n            \n            <p>Our work draws on submissions through our <a href=\"https:\/\/elsc.support\/it\/intake\/\" target=\"_blank\">report form<\/a>, systematic media monitoring, and fieldwork, enabling us to document both highly visible and underreported forms of repression. This approach ensures that the dataset is robust, verifiable, and actionable for advocacy, legal intervention, and organising.<\/p>\n\n            <div class=\"highlight-box\">\n                <p>We rely on people reporting all forms of anti-Palestinian repression, including those not pursued through legal action, to fully capture the scope of repression and support collective mobilisation.<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- WHY IT MATTERS -->\n        <section class=\"section\">\n            <h2>Why Does the Index Matter?<\/h2>\n\n            <h3>It reveals the architecture of anti-Palestinian repression<\/h3>\n            <p>The Index goes beyond our legal work and shows that repression is systematic and institutionalised, carried out by state and non-state actors. Together with our report <em>On All Fronts: The Multi-Sited Repression of Palestine Solidarity in Britain<\/em>, it identifies a coordinated, multi-sited system that evolves in phases \u2014 from smears to sanctions to lasting and debilitating repercussions \u2014 and exposes the structural logic that enables and sustains it. It also exposes key mechanisms of repression (Incident Types), identifies the main actors involved and the people targeted, and allows users to search incidents by date and keywords, including commonly used legal acts and policies used to repress Palestine solidarity.<\/p>\n\n            <h3>It&#8217;s a resource for the movement<\/h3>\n            <p>The Index is intended as a tool for organisers, workers, students, legal advocates, researchers, and communities resisting repression in practice. Understanding how this repression works \u2013 its actors, mechanisms, and targets \u2013 gives us the power to strategise how to protect our communities and sustain our struggle. Its value depends on it being used, shared, tested, and developed to identify openings, leverage points, campaign targets, and opportunities that build stronger movement strategy.<\/p>\n\n            <h3>It makes denial impossible<\/h3>\n            <p>This public evidence stands as an undeniable record of anti-Palestinian repression. By revealing patterns across sectors and across countries, the Index resists claims that repression is isolated, random, or justified.<\/p>\n\n            <h3>It tells a story of resistance<\/h3>\n            <p>Repression intensifies when people resist, yet this very crackdown often becomes the catalyst for further struggle \u2013 leading, time and again, to hard-won victories that expand the space for mobilisation.<\/p>\n        <\/section>\n\n        <!-- THE REPORT -->\n        <section class=\"section\">\n            <h2>The Report: On All Fronts<\/h2>\n\n            <p><em>On All Fronts: The Multi-Sited Repression of Palestine Solidarity in Britain<\/em> contextualises the Britain dataset within the broader patterns identified by the Index and explains how repression operates. Drawing on Britain&#8217;s dataset, it moves beyond documentation to examine the legal, political, and institutional frameworks that structure repression, and the conditions that enable its expansion across sectors.<\/p>\n\n            <h3>Key insights<\/h3>\n            <ul class=\"content-list\">\n                <li>The documented incidents represent a monitorable sample indicative of a far wider and deeper pattern.<\/li>\n                <li>Situates contemporary forms of repression within longer historical trajectories, demonstrating how they are rooted in and shaped by Britain&#8217;s imperial policy and its enduring political commitments.<\/li>\n                <li>Traces how key allegations \u2013 particularly antisemitism and support for terrorism \u2013 function as central organising frames through which Palestine solidarity is governed, restricted, and sanctioned.<\/li>\n                <li>Shows how repression operates as a multi-sited and cumulative process advancing a broader political project: the depoliticisation and demobilisation of the Palestine solidarity movement.<\/li>\n            <\/ul>\n\n            <div class=\"highlight-box\">\n                <p>The report highlights that repression does not simply constrain the movement but actively generates new sites of struggle. Those targeted contest these practices through legal challenges, collective organising, and public advocacy, repeatedly exposing and disrupting the mechanisms deployed against them.<\/p>\n            <\/div>\n\n            <p style=\"margin-top: 25px;\">\n                <a href=\"http:\/\/elsc.support\/wp-content\/uploads\/2026\/03\/On-All-Fronts-The-Multi-Sited-Repression-of-Palestine-Solidarity-in-Britain.pdf\" target=\"_blank\" class=\"btn btn-secondary\">Download Full Report (PDF)<\/a>\n            <\/p>\n        <\/section>\n\n        <!-- MAIN FINDINGS -->\n        <section class=\"section\">\n            <h2>Main Findings<\/h2>\n\n            <h3>The Data<\/h3>\n            <ul class=\"content-list\">\n                <li><strong>2000+ verified incidents<\/strong> (Germany: 1122; Britain: 964) targeting Palestine solidarity documented across education, workplaces, protest spaces, and cultural institutions since 2019.<\/li>\n                <li>Moves beyond isolated case reporting, identifying <strong>recurring institutional and enforcement patterns across sectors<\/strong>.<\/li>\n                <li>The repression evolves in phases: from smears to sanctions (like disciplinary hearings, suspensions) to more lasting and debilitating repercussions (such as legal charges and dismissals).<\/li>\n            <\/ul>\n\n            <h3>Key Actors &#038; Mechanisms<\/h3>\n            <ul class=\"content-list\">\n                <li>The report finds <strong>UK Lawyers for Israel (UKLFI) involved in 128 incidents<\/strong> leading to institutional repression of Palestine solidarity.<\/li>\n                <li>In Germany, the second most frequent actor category, after the police, is the State or a member of a State Institution (144 incidents), showing that institutional repression is predominantly administered directly at the hands of the state.<\/li>\n                <li>The main two allegations used against the Palestine solidarity movement are <strong>antisemitism<\/strong> and <strong>support for terrorism<\/strong>.<\/li>\n            <\/ul>\n\n            <h3>Strategic Targeting Across Sectors<\/h3>\n            <p>Repression focuses deliberately on sectors fundamental to shaping public discourse and holding public trust: <strong>education, activism and protest, and culture<\/strong>. This strategic targeting across sectors represents a division of repressive labour. It aims to dismantle solidarity at every stage: from the formation of political consciousness in universities and schools, to its expression in culture, to its organisation in public spaces.<\/p>\n\n            <h3>Victories of the Palestine Solidarity Movement<\/h3>\n            <p><strong>In Britain:<\/strong><\/p>\n            <ul class=\"content-list\">\n                <li>Anti-Zionist belief is now protected as a philosophical belief under the Equality Act 2010 (Miller v University of Bristol)<\/li>\n                <li>Trade unions continue to pass policies to protect their workers&#8217; freedom of speech, protest rights, and right to reject their workplaces&#8217; complicity in the Israeli genocide in Palestine<\/li>\n                <li>A successful Judicial Review ruled that the decision to proscribe Palestine Action was unlawful, with juries acquitting activists as part of the trials against the &#8216;Filton 24&#8217;<\/li>\n            <\/ul>\n\n            <p><strong>In Germany:<\/strong><\/p>\n            <ul class=\"content-list\">\n                <li>Activists defended the slogan &#8220;From the River to the Sea&#8221; at protests in Hesse<\/li>\n                <li>Successfully challenged attempts to shut down Palestine solidarity events in Berlin<\/li>\n                <li>Protected a family whose one-year-old child had been separated under migration law over their political activism<\/li>\n                <li>Secured acquittals for Schengen-bans against activists like Ghassan Abu\u2011Sitta, setting important precedents for political speech and protest<\/li>\n                <li>Running Germany\u2011wide campaigns, including for the first time, a nation-wide academic boycott campaign, in spite of the government&#8217;s continued efforts to criminalise BDS since 2017<\/li>\n            <\/ul>\n\n            <div class=\"highlight-box\">\n                <p>All these efforts are pushing public discourse and exposing the political character of repression and its complicity with genocide.<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- WHAT CAN YOU DO -->\n        <section class=\"section\" id=\"what-can-you-do\">\n            <h2>What Can You Do?<\/h2>\n\n            <div class=\"cta-section\">\n                <h3 style=\"margin-top: 0;\">Take Action Now<\/h3>\n                \n                <div class=\"cta-list\">\n                    <div class=\"cta-item\">\n                        <div class=\"cta-number\">1<\/div>\n                        <div class=\"cta-content\">\n                            <strong>Report repression<\/strong>\n                            <p>Report repression of Palestine solidarity to the ELSC <a href=\"https:\/\/elsc.support\/it\/intake\/\" target=\"_blank\">here<\/a>. All submissions are confidential and treated with care.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"cta-item\">\n                        <div class=\"cta-number\">2<\/div>\n                        <div class=\"cta-content\">\n                            <strong>Circulate &#038; amplify<\/strong>\n                            <p>Share the Index and the report within your network. Amplify our social media posts on the day of the launch and in the days following.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"cta-item\">\n                        <div class=\"cta-number\">3<\/div>\n                        <div class=\"cta-content\">\n                            <strong>Use these tools strategically<\/strong>\n                            <p>Use the Index and report against the normalisation of anti-Palestinian repression and to inform your strategy, campaigns, and advocacy.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"cta-item\">\n                        <div class=\"cta-number\">4<\/div>\n                        <div class=\"cta-content\">\n                            <strong>If you&#8217;re a journalist<\/strong>\n                            <p>Report on these findings and the stories of the people who face and resist repression. We believe the scope and patterns we reveal here are of the utmost public concern \u2013 precisely the kind of issues journalism exists to address.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FOOTER LINKS -->\n        <section class=\"section\" style=\"border-bottom: none;\">\n            <h2>Resources<\/h2>\n            <p>\n                <a href=\"https:\/\/www.index-of-repression.org\" target=\"_blank\" class=\"btn btn-primary\" style=\"margin-right: 15px; margin-bottom: 10px;\" rel=\"noopener\">Access the Index Platform<\/a>\n                <a href=\"https:\/\/elsc.support\/it\/intake\/\" target=\"_blank\" class=\"btn btn-secondary\" style=\"margin-bottom: 10px;\">Report Repression<\/a>\n            <\/p>\n            <p style=\"margin-top: 20px; font-size: 0.95em; color: #777;\">\n                <strong>Want to learn more?<\/strong> Contact us at <a href=\"https:\/\/elsc.support\/it\/contact\/\" target=\"_blank\">elsc.support\/contact<\/a> or follow us on <a href=\"https:\/\/x.com\/elsclegal\" target=\"_blank\">X<\/a>, <a href=\"https:\/\/instagram.com\/elsclegal\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>, <a href=\"https:\/\/www.facebook.com\/elsclegal\" target=\"_blank\" rel=\"noopener\">Facebook<\/a>, and <a href=\"https:\/\/www.linkedin.com\/company\/67147509\/\" target=\"_blank\" rel=\"noopener\">LinkedIn<\/a>.\n            <\/p>\n        <\/section>\n\n    <\/div>\n<\/body>\n<\/html>\n\n\n<style>.kb-row-layout-id8491_892c17-72 > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id8491_892c17-72 > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id8491_892c17-72 > .kt-row-column-wrap{column-gap:var(--global-kb-gap-md, 2rem);row-gap:var(--global-kb-gap-md, 2rem);max-width:var( --global-content-width, 1290px );padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding);padding-top:var(--global-kb-spacing-sm, 1.5rem);padding-bottom:var(--global-kb-spacing-sm, 1.5rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id8491_892c17-72 > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id8491_892c17-72 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id8491_892c17-72 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id8491_892c17-72 alignnone wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n<style>.kadence-column8491_6af452-14 > .kt-inside-inner-col{padding-top:var(--global-kb-spacing-sm, 1.5rem);padding-right:var(--global-kb-spacing-sm, 1.5rem);padding-bottom:var(--global-kb-spacing-sm, 1.5rem);padding-left:var(--global-kb-spacing-sm, 1.5rem);}.kadence-column8491_6af452-14 > .kt-inside-inner-col,.kadence-column8491_6af452-14 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column8491_6af452-14 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column8491_6af452-14 > .kt-inside-inner-col{flex-direction:column;}.kadence-column8491_6af452-14 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column8491_6af452-14 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column8491_6af452-14{position:relative;}@media all and (max-width: 1024px){.kadence-column8491_6af452-14 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column8491_6af452-14 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column8491_6af452-14\"><div class=\"kt-inside-inner-col\"><\/div><\/div>\n\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Index of Repression &#8211; ELSC A Transnational Index of Anti-Palestinian Repression For too long, anti-Palestinian repression has been dismissed as incidental, exceptional, and justified. The Index of Repression confirms what the movement has long known: this repression is multi-sited, institutionalised, and systematic, unfolding across varied stages. Access the Index Platform Take Action What is the&#8230;<\/p>","protected":false},"author":11,"featured_media":7977,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-8491","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"taxonomy_info":[],"featured_image_src_large":["https:\/\/elsc.support\/wp-content\/uploads\/2025\/11\/Tracking-the-machinery-of-silencing-2-edited-1024x683.png",1024,683,true],"author_info":{"display_name":"Bashar","author_link":"https:\/\/elsc.support\/it\/author\/bashar\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/pages\/8491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/comments?post=8491"}],"version-history":[{"count":8,"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/pages\/8491\/revisions"}],"predecessor-version":[{"id":8505,"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/pages\/8491\/revisions\/8505"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/media\/7977"}],"wp:attachment":[{"href":"https:\/\/elsc.support\/it\/wp-json\/wp\/v2\/media?parent=8491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}