CINXE.COM

Barbara van Schewick - Stanford CIS

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Barbara van Schewick - Stanford CIS</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="theme-color" content="#c72513"> <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300..800&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin> <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin> <script defer type="module" src="https://cyberlaw.stanford.edu/assets/built/app.js?v=b183fb975d"></script> <link rel="stylesheet" type="text/css" href="https://cyberlaw.stanford.edu/assets/built/app.css?v=b183fb975d" /> <script> // Global values needed const themeGlobal = { currentPage: parseInt('1'), nextPage: parseInt('2'), nextPageLink: '', maxPages: parseInt('45'), lastPage: `1` === `45` ? true : false, postsPerPage: parseInt('12'), total: parseInt('531'), siteUrl: 'https://cyberlaw.stanford.edu', } // Calculate contrast & HSL value; function getColorInfo(hexcolor) { // get contrast if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); } if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); } let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16); let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000; const colorContrast = (yiq >= 128) ? '#000' : '#fff'; //get HSL r /= 255, g /= 255, b /= 255; const max = Math.max(r, g, b), min = Math.min(r, g, b); let h, s, l = (max + min) / 2; if ( max == min ) { h = s = 0; } else { let d = max - min; s = l > 0.5 ? d / (2 - max - min) : d / (max + min); switch(max){ case r: h = (g - b) / d + (g < b ? 6 : 0); break; case g: h = (b - r) / d + 2; break; case b: h = (r - g) / d + 4; break; } h /= 6; } const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)]; // return return { colorContrast, colorHSL } }; const brandColor = getColorInfo("#c72513"); let style = document.createElement('style'); style.innerHTML = `:root { --color-brand-contrast: ${brandColor.colorContrast}; --color-brand-h: ${brandColor.colorHSL[0]}; --color-brand-s: ${brandColor.colorHSL[1]}%; --color-brand-l: ${brandColor.colorHSL[2]}%; --color-brand-hsl: ${brandColor.colorHSL[0]} ${brandColor.colorHSL[1]}% ${brandColor.colorHSL[2]}%; }` document.getElementsByTagName('head')[0].appendChild(style); </script> <meta name="description" content="M. Elizabeth Magill Professor of Law at Stanford Law School&lt;br&gt; Director of the Stanford Center for Internet &amp; Society&lt;br&gt;Professor (by courtesy) of Electrical Engineering, Stanford University"> <link rel="canonical" href="https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/page/2/"> <meta property="og:site_name" content="Stanford CIS"> <meta property="og:type" content="profile"> <meta property="og:title" content="Barbara van Schewick - Stanford CIS"> <meta property="og:description" content="M. Elizabeth Magill Professor of Law at Stanford Law School&lt;br&gt; Director of the Stanford Center for Internet &amp; Society&lt;br&gt;Professor (by courtesy) of Electrical Engineering, Stanford University"> <meta property="og:url" content="https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Barbara van Schewick - Stanford CIS"> <meta name="twitter:description" content="M. Elizabeth Magill Professor of Law at Stanford Law School&lt;br&gt; Director of the Stanford Center for Internet &amp; Society&lt;br&gt;Professor (by courtesy) of Electrical Engineering, Stanford University"> <meta name="twitter:url" content="https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/"> <meta name="twitter:site" content="@ghost"> <meta name="twitter:creator" content="@vanschewick"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "sameAs": [ "https://twitter.com/vanschewick" ], "name": "Barbara van Schewick", "url": "https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/", "mainEntityOfPage": "https://cyberlaw.stanford.edu/about/people/barbara-van-schewick/", "description": "M. Elizabeth Magill Professor of Law at Stanford Law School&lt;br&gt; Director of the Stanford Center for Internet &amp; Society&lt;br&gt;Professor (by courtesy) of Electrical Engineering, Stanford University" } </script> <meta name="generator" content="Ghost 5.110"> <link rel="alternate" type="application/rss+xml" title="Stanford CIS" href=""> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.49/umd/portal.min.js" data-i18n="true" data-ghost="https://cyberlaw.stanford.edu/" data-key="e5cc6f4534b756c5b3e6d235f4" data-api="https://stanford-cis.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="e5cc6f4534b756c5b3e6d235f4" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://stanford-cis.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://cyberlaw.stanford.edu/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=b183fb975d"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=b183fb975d"> <script defer src="/public/comment-counts.min.js?v=b183fb975d" data-ghost-comments-counts-api="https://cyberlaw.stanford.edu/members/api/comments/counts/"></script> <script defer src="/public/member-attribution.min.js?v=b183fb975d"></script><style>:root {--ghost-accent-color: #c72513;}</style> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-05ZJ3P0LKG"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-05ZJ3P0LKG'); </script> </head> <body class="author-template author-barbara-van-schewick relative overflow-x-hidden bg-backgr text-typogr" x-data="{showMenu : false}" :class="{ 'overflow-hidden': showMenu, '': !showMenu}" @keydown.escape="menuOpen = false" @keydown.cmk.k="document.querySelector('[data-ghost-search]').click()"> <header class="bg-backgr text-typogr-tone" x-init="renderSubmenus()"> <div class="px-4"> <div class="max-w-container mx-auto flex py-3 gap-6 sm:py-4 lg:py-6"> <a href="https://cyberlaw.stanford.edu"> <picture data-logo='default'> <source srcset="/content/images/size/w100/format/webp/2023/12/cis.webp 100w, /content/images/size/w320/format/webp/2023/12/cis.webp 320w, /content/images/size/w640/format/webp/2023/12/cis.webp 600w" sizes="(max-width: 800px) 200px, 320px" type="image/webp" > <img class="h-[var(--logo-h-mobile)] w-[var(--logo-w-mobile)] md:h-[var(--logo-h-desktop)] md:w-[var(--logo-w-desktop)] transition duration-400 blur" onload="this.classList.remove('blur')" loading="lazy" srcset="/content/images/size/w100/format/webp/2023/12/cis.webp 100w, /content/images/size/w320/format/webp/2023/12/cis.webp 320w, /content/images/size/w640/format/webp/2023/12/cis.webp 600w" sizes="(max-width: 800px) 200px, 320px" src="/content/images/size/w30/2023/12/cis.webp" alt="Stanford CIS" /> </picture> </a> <p class="max-w-lg text-sm sm:flex font-lora text-brand italic self-end hidden md:text-base"> The Center for Internet and Society at Stanford Law School is a leader in the study of the law and policy around the Internet and other emerging technologies. </p> </div> </div> <div class="bg-backgr-tone border-y border-border px-4 font-[450]"> <div class="max-w-container mx-auto py-2 flex items-center"> <button class="flex md:hidden items-center justify-center h-8 mr-1" @click="showMenu = !showMenu" aria-label="Toggle Menu" :aria-expanded="showMenu" aria-controls="nav-list"> <span :class="{ 'block': !showMenu, 'hidden': showMenu}"><i class="icon icon-menu w-5 h-5 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M4 6l16 0" /> <path d="M4 12l16 0" /> <path d="M4 18l16 0" /> </svg> </i></span> <span class="hidden" :class="{ 'hidden': !showMenu, 'block': showMenu}"><i class="icon icon-close w-5 h-5 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M18 6l-12 12" /> <path d="M6 6l12 12" /> </svg> </i></span> <span class="ml-1 sr-only">Menu</span> </button> <nav class="hidden text-sm md:flex flex-1" data-nav-desktop> <ul class="flex gap-1" data-nav-items> <li class="nav-about-us relative flex items-center" data-label="About Us" data-length="8"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/about-us/"> <span>About Us</span> </a> </li> <li class="nav-work relative flex items-center" data-label="Work" data-length="4"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/work/"> <span>Work</span> </a> </li> <li class="nav-people nav-current-parent relative flex items-center" data-label="People" data-length="6"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/about/people/"> <span>People</span> </a> </li> <li class="nav-blog relative flex items-center" data-label="Blog" data-length="4"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/blog/"> <span>Blog</span> </a> </li> <li class="nav-publications relative flex items-center" data-label="Publications" data-length="12"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/publications/"> <span>Publications</span> </a> </li> <li class="nav-press relative flex items-center" data-label="Press" data-length="5"> <a class="px-3 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100" href="https://cyberlaw.stanford.edu/press/"> <span>Press</span> </a> </li> </ul> </nav> <span class="flex-1 md:hidden"></span> <div class="flex items-center gap-1.5"> <a href="/subscribe/" class="rounded-theme bg-brand text-sm text-brand-contrast font-medium px-3 py-1.5 md:px-4 md:py-2">Subscribe</a> <button class="flex items-center justify-center w-8 h-8" data-ghost-search title="Search" aria-label="Search"> <i class="icon icon-search w-5 h-5 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /> <path d="M21 21l-6 -6" /> </svg> </i> </button> </div> </div> </div> <div class="max-w-container mx-auto px-4 bg-backgr-tone relative"> <!-- Mobile menu --> <div class="z-[100] hidden w-full bg-backgr-tone absolute left-0 top-0 text-typogr-tone" :class="{ 'block': showMenu, 'hidden': !showMenu}"> <div class="flex flex-col justify-center text-sm" aria-label="Global"> <nav class="md:hidden" data-nav-mobile> <ul class="flex flex-col" data-nav-items> <li class="nav-about-us flex flex-wrap border-b border-border" data-label="About Us" data-length="8"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/about-us/"> <span>About Us</span> </a> </li> <li class="nav-work flex flex-wrap border-b border-border" data-label="Work" data-length="4"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/work/"> <span>Work</span> </a> </li> <li class="nav-people nav-current-parent flex flex-wrap border-b border-border" data-label="People" data-length="6"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/about/people/"> <span>People</span> </a> </li> <li class="nav-blog flex flex-wrap border-b border-border" data-label="Blog" data-length="4"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/blog/"> <span>Blog</span> </a> </li> <li class="nav-publications flex flex-wrap border-b border-border" data-label="Publications" data-length="12"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/publications/"> <span>Publications</span> </a> </li> <li class="nav-press flex flex-wrap border-b border-border" data-label="Press" data-length="5"> <a class="flex-1 w-full px-4 py-2 decoration-2 opacity-90 hover:text-typogr hover:opacity-100 hover:bg-backgr-tone" href="https://cyberlaw.stanford.edu/press/"> <span>Press</span> </a> </li> </ul> </nav> </div> </div> </div> </header> <main class="main"> <section class="px-4 my-6"> <div class="max-w-container mx-auto border-b border-border pb-3 flex gap-4 items-center"> <picture > <source srcset="/content/images/size/w100/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 100w, /content/images/size/w320/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 320w, /content/images/size/w640/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 600w" sizes="96px" type="image/webp" > <img class="object-cover mx-auto h-24 w-24 rounded-theme" loading="eager" srcset="/content/images/size/w100/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 100w, /content/images/size/w320/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 320w, /content/images/size/w640/format/webp/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg 600w" sizes="96px" src="/content/images/size/w30/sites/default/files/styles/profile_image/public/people/portaits/schewick-photo-headshot.jpg" alt="Barbara van Schewick" /> </picture> <div class="flex flex-col gap-1.5"> <h1 class="text-xl sm:text-2xl md:text-3xl lg:text-4xl font-bold"> Barbara van Schewick </h1> <p class="max-w-xl text-typogr-tone">M. Elizabeth Magill Professor of Law at Stanford Law School<br> Director of the Stanford Center for Internet & Society<br>Professor (by courtesy) of Electrical Engineering, Stanford University</p> </div> </div> </section> <div class="px-4"> <div class="max-w-container mx-auto grid gap-6 grid-cols-1 md:grid-cols-3"> <article class="col-span-2 ghost-content prose prose-theme" style="--gap:0"> <p>Barbara van Schewick is a professor of law, and by courtesy, electrical engineering at&nbsp;<a href="https://law.stanford.edu/barbara-van-schewick/?ref=cyberlaw.stanford.edu" rel="noreferrer">Stanford Law School</a>. She is also the Director of Stanford Law School’s&nbsp;<a href="https://cyberlaw.stanford.edu/">Center for Internet and Society</a>.</p><p>Van Schewick is a leading expert on net neutrality. Her book&nbsp;<a href="http://netarchitecture.org/?ref=cyberlaw.stanford.edu"><em>Internet Architecture and Innovation</em></a>&nbsp;(MIT Press 2010, Paperback 2012) is considered to be the seminal work on the science, economics, and policy of network neutrality.</p><p>Her research has influenced net neutrality debates in the United States, Canada, Latin America, Asia, and Europe, and has been cited by academics, stakeholders, regulatory agencies, and other public entities worldwide. The Federal Communications Commission’s 2010, 2015, and 2024 Open Internet Orders relied heavily on her work. She served as the lead technical advisor for California’s 2018 landmark net neutrality law that restored all of the protections the FCC abolished in 2017, and testified at every hearing on the bill. She wrote amicus briefs on novel questions of federal preemption of state broadband laws in cases challenging state broadband laws, including California’s net neutrality law that was upheld three times by federal courts.</p><p>Her work also shaped the European Union's 2015 and 2020 guidelines implementing the European Union's net neutrality law, the E.U.’s 2022 update that banned harmful zero-rating, and the 2016 and 2017 Orders on zero-rating by the Telecom Regulatory Authority of India and the Canadian Radio-Television and Telecommunications Commission, respectively.</p><p>Van Schewick has testified before the Federal Communications Commission (FCC), the Body of European Regulators for Electronic Communications (BEREC), the Canadian Radio-television and Telecommunications Commission (CRTC), and the California Legislature, and has advised policy makers, legislators, and regulators in the U.S., Latin America, and Europe. She has submitted White Papers, ex parte letters and comments to network-neutrality-related proceedings in the U.S., Canada, India, and Europe, and was instrumental in FCC efforts to stop Comcast’s blocking of BitTorrent and Verizon’s blocking of tethering applications.</p><p>Her work has been discussed by leading print and online publications around the world, including&nbsp;<em>The Wall Street Journal</em>,&nbsp;<em>The New York Times</em>, The&nbsp;<em>Washington Post</em>,&nbsp;<em>Politico</em>, The&nbsp;<em>Economist</em>,&nbsp;<em>BBC News</em>, The&nbsp;<em>Times of India</em>,&nbsp;<em>Sueddeutsche Zeitung</em>,&nbsp;<em>Die Zeit</em>,&nbsp;<em>BoingBoing</em>,&nbsp;<em>Wired,</em>&nbsp;and&nbsp;<em>Ars Technica</em>, and has been featured on radio and television in the U.S., Canada, Europe, and Australia.</p><p>Van Schewick received the Scientific Award 2005 from the German Foundation for Law and Computer Science and the Award in Memory of Dieter Meurer 2006 from the German Association for the Use of Information Technology in Law (“EDV-Gerichtstag”) for her doctoral work. In 2010, she received the Research Prize Technical Communication 2010 from the Alcatel-Lucent Stiftung for Communications Research for her “pioneering work in the area of Internet architecture, innovation and regulation.”</p><p>Van Schewick holds a PhD in Computer Science, an MSc in Computer Science, and a BSc in Computer Science, all summa cum laude from&nbsp;<a href="http://www.eecs.tu-berlin.de/?ref=cyberlaw.stanford.edu">Technical University Berlin</a>, the Second State Exam in Law (equivalent of Bar Exam), summa cum laude, from the&nbsp;<a href="http://www.kammergericht.de/?ref=cyberlaw.stanford.edu">Higher Regional Court Berlin</a>, and the First State Exam in Law (equivalent of J.D.), summa cum laude, from&nbsp;<a href="http://www.fu-berlin.de/einrichtungen/fachbereiche/jura/index.html?ref=cyberlaw.stanford.edu">Free University Berlin</a>.</p><p><strong>Funding</strong></p><p>Barbara van Schewick’s salary, research support, and travel* are funded through the general budget of Stanford Law School and are independent of the budget and&nbsp;<a href="https://cyberlaw.stanford.edu/about-us">funding</a>&nbsp;of the Center for Internet and Society. She has received no direct or indirect corporate funding for her work with the Center for Internet and Society or Stanford Law School.</p><p>*Unless covered by event organizers.</p> <!--kg-card-begin: html--> <ul class="detail-list person"> <li class="detail-list-item people_links"> <a href="https://bsky.app/profile/vanschewick.bsky.social?ref=cyberlaw.stanford.edu">Bluesky</a> </li> <li class="detail-list-item people_links"> <a href="https://mastodon.lawprofs.org/@vanschewick?ref=cyberlaw.stanford.edu">Mastodon</a> </li> <li class="detail-list-item people_links"> <a href="http://twitter.com/vanschewick?ref=cyberlaw.stanford.edu">Twitter</a><br> </li> <li class="detail-list-item people_links">Email: schewick@stanford.edu</li> </ul> <!--kg-card-end: html--> </article> <aside class="order-[-1] md:order-[2] prose prose-sm prose-theme" data-author-info> </aside> </div> </div> <section class="px-4 my-6 mb-16" data-author="barbara-van-schewick"> <div class="max-w-container mx-auto"> <div class="grid md:grid-cols-3 gap-4 md:gap-6"> <div class="mb-4"> <div class="flex gap-2 justify-between mb-2"> <h2 class="font-inter text-base font-semibold uppercase opacity-60">Blogs</h2> <span class="text-sm font-medium text-typogr-tone opacity-50">51 articles</span> </div> <ul role="list" class="border-t border-border max-h-96 overflow-y-scroll"> <li class="border-b border-border"> <a href="/blog/2024/09/a-deutsche-telekom-shakedown-will-instagram-facebook-whatsapp-slow-to-a-crawl/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">A Deutsche Telekom Shakedown: Will Instagram, Facebook and WhatsApp slow to a crawl in Germany as DT tries to get paid twice, and will German regulators have the courage to stop DT’s bullying?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-09-25">Sep 25, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/07/its-groundhog-day-european-commission-2/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">It&#x27;s Groundhog Day at the European Commission</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-07-01">Jul 1, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/05/initial-analysis-of-the-fccs-2024-open-internet-order/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Initial Analysis of the FCC’s 2024 Open Internet Order</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-08">May 8, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/04/2nd-circuit-when-fcc-abdicates-its-power-over-broadband-states-can-act/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">2nd Circuit: When the FCC abdicates its power over broadband, states can act</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-26">Apr 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/04/fcc-votes-restore-its-authority-over-broadband-providers-and-restore-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC votes to restore its authority over broadband providers and restore net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-25">Apr 25, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/04/harmful-5g-fast-lanes-are-coming-fcc-needs-stop-them/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Harmful 5G Fast Lanes Are Coming. The FCC Needs to Stop Them</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-11">Apr 11, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2024/03/how-strengthen-fccs-proposed-net-neutrality-protections-closing-loopholes-and-matching/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How to Strengthen the FCC’s Proposed Net Neutrality Protections by Closing Loopholes and Matching the 2015 Open Internet Order</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-13">Mar 13, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/10/fcc-starts-process-bring-back-common-sense-net-neutrality-protections-and-broadband/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC starts process to bring back common sense net neutrality protections and broadband oversight</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-19">Oct 19, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/07/yes-telefonica-forcing-apps-pay-isps-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Yes, Telefonica, Forcing Apps to Pay ISPs Violates Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-07-14">Jul 14, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/07/eu-telecoms-newest-proposal-force-websites-pay-them-just-terrible-their-previous-one/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU Telecoms’ Newest Proposal to Force Websites to Pay Them Is Just As Terrible As Their Previous One</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-07-08">Jul 8, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/06/when-media-gets-it-wrong-eu-parliament-actually-said-no-forcing-websites-pay-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">When the Media Gets It Wrong: The EU Parliament Actually Said No to Forcing Websites to Pay ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-06-15">Jun 15, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/06/europes-biggest-telecoms-are-trying-trick-european-parliament-endorsing-their-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe’s biggest telecoms are trying to trick the European Parliament into endorsing their proposal to force websites to pay them without proper evaluation and debate. MEPs shouldn’t let them.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-06-12">Jun 12, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/05/heres-how-european-commission-proposal-force-websites-pay-isps-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Here’s How the European Commission Proposal to Force Websites to Pay ISPs Violates Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-05-29">May 29, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/05/european-commission-proposal-force-websites-pay-isps-violates-net-neutrality-harms/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">European Commission proposal to force websites to pay ISPs violates net neutrality, harms Europeans, and solves no problems: Prof. Barbara van Schewick Filing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-05-20">May 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2023/05/comments-european-commissions-exploratory-consultation-mandated-network-access-fees-2/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments to the European Commission’s Exploratory Consultation on Mandated Network Access Fees</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-05-19">May 19, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2022/11/eus-top-telecom-regulator-big-telecoms-proposal-force-websites-pay-them-puts-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU’s Top Telecom Regulator: Big Telecoms’ Proposal to Force Websites to Pay Them Puts the Internet at Risk</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-11-23">Nov 23, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2022/06/european-regulators-just-stopped-facebook-google-and-big-telecoms-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">European Regulators Just Stopped Facebook, Google and Big Telecoms’ Net Neutrality Violations</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-06-15">Jun 15, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2022/05/facebook-google-big-telecoms-want-keep-violating-net-neutrality-europe-regulators/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Facebook, Google &amp; Big Telecoms Want to Keep Violating Net Neutrality in Europe. Regulators Should Stop Them.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-05-30">May 30, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2022/05/isps-drop-legal-fight-against-california-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold"> ISPs Drop Legal Fight Against California Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-05-04">May 4, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2021/03/setting-record-straight-carriers-can-help-veterans-and-comply-californias-net/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Setting the Record Straight: Carriers Can Help Veterans and Comply with California’s Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-25">Mar 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2021/03/in-a-win-open-internet-att-stops-zero-rating-its-own-video/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">In a Win for the Open Internet, AT&amp;T Stops Zero-Rating its Own Video</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-17">Mar 17, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2020/09/california-defends-its-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Defends its Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-09-17">Sep 17, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2019/10/court-decision-clears-way-state-net-neutrality-laws/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court Decision Clears Way for State Net Neutrality Laws</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-10-01">Oct 1, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2019/04/restoring-net-neutrality-protections-analysis-hr-1096-vs-hr-1644/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Restoring Net Neutrality Protections: An Analysis of H.R. 1096 vs. H.R. 1644</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-04-08">Apr 8, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/09/gov-jerry-brown-signs-sb-822-restoring-net-neutrality-california/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Gov. Jerry Brown Signs SB 822, Restoring Net Neutrality to California</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-09-30">Sep 30, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/09/gov-jerry-brown-signs-sb-822-restoring-comprehensive-net-neutrality-protections/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Gov. Jerry Brown Signs SB 822, Restoring Comprehensive Net Neutrality Protections to California</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-09-30">Sep 30, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/09/landmark-vote-california-legislature-votes-restore-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">In Landmark Vote, California Legislature Votes to Restore Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-31">Aug 31, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/06/failing-real-test-sb-822-no-longer-restores-all-lost-net-neutrality-protections/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Failing the Real Test: SB 822 No Longer Restores All the Lost Net Neutrality Protections</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-06-24">Jun 24, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/04/california-senate-committee-recommends-cutting-key-net-neutrality-protections/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Senate Committee Recommends Cutting Key Net Neutrality Protections</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-04-16">Apr 16, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2018/03/sb-822-would-secure-net-neutrality-california/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">SB 822 Would Secure Net Neutrality for California</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-03-14">Mar 14, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2017/12/fcc-rushed-technically-flawed-decision-will-harm-economy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC’s rushed, technically flawed decision will harm the economy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-12-14">Dec 14, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2016/07/126-leading-academics-europes-telecom-regulators-protect-open-internet-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">126 Leading Academics to Europe’s Telecom Regulators: Protect the Open Internet in Europe </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-21">Jul 21, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2016/01/t-mobiles-binge-violates-key-net-neutrality-principles-659540c150a9320832767552/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On Violates Key Net Neutrality Principles </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2015/06/house-appropriations-bill-threatens-undo-open-internet-rules-through-backdoor/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">House Appropriations Bill Threatens to Undo Open Internet Rules Through the Backdoor</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-06-17">Jun 17, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2015/02/historic-fcc-vote-will-protect-future-americas-economy-and-democracy-659540c150a932083276755a/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold"> Historic FCC Vote will Protect the Future of America&#x27;s Economy and Democracy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-26">Feb 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2015/02/getting-net-neutrality-right-four-improvements-take-us-across-finish-line/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Getting net neutrality right: Four improvements to take us across the finish line</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-22">Feb 22, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2015/02/what-look-weeks-network-neutrality-announcement/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What to look for in this week&#x27;s network neutrality announcement</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-02">Feb 2, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2015/01/seven-reasons-new-gop-bill-will-not-give-us-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Seven Reasons the New GOP Bill Will Not Give Us Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-01-28">Jan 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2014/11/sound-policy-based-strong-legal-foundation-my-response-president-obamas-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sound Policy Based on a Strong Legal Foundation: My Response to President Obama&#x27;s Net Neutrality Plan</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-10">Nov 10, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2014/05/evaluating-chairmans-revised-net-neutrality-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Evaluating the Chairman’s Revised Net Neutrality Proposal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-12">May 12, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2014/04/fcc-changed-course-network-neutrality-here-why-you-should-care/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The FCC changed course on network neutrality. Here is why you should care.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-04-25">Apr 25, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2012/09/paperback-and-kindle-versions-internet-architecture-and-innovation-now-available/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Paperback and Kindle Versions of Internet Architecture and Innovation Now Available</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-09-17">Sep 17, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2012/06/network-non-discrimination-and-quality-service/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Non-Discrimination and Quality of Service</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-06-13">Jun 13, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2011/12/verizon-wireless-illegally-blocking-google-wallet-its-time-fcc-investigate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is Verizon Wireless illegally blocking Google Wallet? It’s time for the FCC to investigate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-12-19">Dec 19, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2011/07/public-interest-requires-public-input-verizonandroid-tethering/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Public Interest Requires Public Input: Verizon/Android Tethering</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-06-30">Jun 30, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2011/01/fccs-open-internet-rules--stronger-you-think/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The FCC’s Open Internet Rules – Stronger than You Think</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-01-04">Jan 4, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2010/12/fccs-open-internet-proposal-lessons-silicon-valley-edit/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The FCC’s Open Internet Proposal – Lessons from Silicon Valley Edit</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-14">Dec 14, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2010/12/start-video-company-asks-fcc-improve-open-internet-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Start-Up Video Company Asks FCC to Improve Open Internet Proposal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-13">Dec 13, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2010/12/watch-barbara-van-schewicks-talk-about-her-book-internet-architecture-innovation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Watch Barbara van Schewick&#x27;s talk about her book &quot;Internet Architecture &amp; Innovation&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-07">Dec 7, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2010/09/do-we-need-new-generativity-principle--comments-zittrains-future-internet-ii/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Do we need a new generativity principle? – Comments on Zittrain’s The Future of the Internet (II)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-09-08">Sep 8, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/blog/2010/09/generative-end-hosts-vs-generative-networks-comments-zittrains-future-internet-i/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Generative End Hosts vs. Generative Networks? – Comments on Zittrain’s The Future of the Internet (I)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-09-08">Sep 8, 2010</time> </a> </li> </ul> </div> <div class="mb-4"> <div class="flex gap-2 justify-between mb-2"> <h2 class="font-inter text-base font-semibold uppercase opacity-60">Publications</h2> <span class="text-sm font-medium text-typogr-tone opacity-50">88 articles</span> </div> <ul role="list" class="border-t border-border max-h-96 overflow-y-scroll"> <li class="border-b border-border"> <a href="/publications/comments-submitted-berec-consultation-draft-berec-report-ip-interconnection-ecosystem/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments submitted to the BEREC Consultation on the Draft BEREC Report on the IP Interconnection Ecosystem</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-08-01">Aug 1, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/its-groundhog-day-european-commission/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">It’s Groundhog Day at the European Commission</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-06-30">Jun 30, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Ramesh Nagarajan, Chief Legal Advisor to Chairwoman Jessica Rosenworcel, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-23">Apr 23, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/whitepaper-submitted-to-the-fcc-included-in/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Whitepaper Submitted to the FCC included in Reply to a Written Ex Parte Filed by CTIA – Notice of Ex Parte Meeting, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-22">Apr 22, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-safeguarding-and-securing-the-open-internet-docket-no-23-320-2/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Reply to a Written Ex Parte Filed by CTIA - Notice of Ex Parte Meeting, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-22">Apr 22, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-ramesh-nagarajan-4-19-2024-chief-legal-advisor-to-chairwoman-jessica-rosenworcel-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Ramesh Nagarajan 4/19/2024, Chief Legal Advisor to Chairwoman Jessica Rosenworcel, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-19">Apr 19, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-slicing-and-net-neutrality-no-throttling-rule-whitepaper-notice-of-ex-parte-meeting-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Slicing and Net Neutrality: No Throttling Rule Whitepaper – Notice of Ex Parte Meeting, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-19">Apr 19, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-justin-faulb-4-15-24-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Justin Faulb 4/15/24, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-17">Apr 17, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/harmful-5g-fast-lanes-are-coming-the-fcc-needs-to-stop-them/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Harmful 5G Fast Lanes Are Coming. The FCC Needs to Stop Them – Blog Post Submitted to the FCC – Notice of Ex Parte Meeting with Justin Faulb 4/15/24 – Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-17">Apr 17, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/harmful-5g-fast-lanes-are-coming-the-fcc-needs-to-stop-them-blog-post-submitted-to-the-fcc-notice-of-ex-parte-meeting-with-ramesh-nagarajan-4-15-24-safeguarding-and-securing-the-open-in/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Harmful 5G Fast Lanes Are Coming. The FCC Needs to Stop Them – Blog Post Submitted to the FCC – Notice of Ex Parte Meeting with Ramesh Nagarajan 4/15/24 – Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-17">Apr 17, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-ramesh-nagarajan-4-15-24-chief-legal-advisor-to-chairwoman-jessica-rosenworcel-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Ramesh Nagarajan 4/15/24, Chief Legal Advisor to Chairwoman Jessica Rosenworcel, Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-17">Apr 17, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/net-neutrality-5g-network-slicing-whitepaper-notice-of-ex-parte-meeting-with-justin-faulb-chief-of-staff-and-legal-advisor-for-wireline-and-national-security-for-commissioner-starks-on/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality &amp; 5G Network Slicing Whitepaper – Notice of Ex Parte Meeting with Justin Faulb, Chief of Staff and Legal Advisor for Wireline and National Security for Commissioner Starks on March 29, 2024</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-11">Apr 11, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-justin-faulb-chief-of-staff-and-legal-advisor-for-wireline-and-national-security-for-commissioner-starks-on-march-29-2024-safeguarding-and-securing-the-o/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Justin Faulb, Chief of Staff and Legal Advisor for Wireline and National Security for Commissioner Starks on March 29, 2024. Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-11">Apr 11, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/net-neutrality-5g-network-slicing-whitepaper-notice-of-ex-parte-meeting-with-deena-shetler-chief-of-staff-and-legal-advisor-for-media-and-international-and-hayley-steffen-legal-advisor/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality &amp; 5G Network Slicing Whitepaper – Notice of Ex Parte Meeting with Deena Shetler, Chief of Staff and Legal Advisor for Media and International, and Hayley Steffen, Legal Advisor for Wireline and Space on April 3, 2024</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-11">Apr 11, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-deena-shetler-chief-of-staff-and-legal-advisor-for-media-and-international-and-hayley-steffen-legal-advisor-for-wireline-and-space-on-april-3-2024-safegu/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Deena Shetler, Chief of Staff and Legal Advisor for Media and International, and Hayley Steffen, Legal Advisor for Wireline and Space on April 3, 2024. Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-11">Apr 11, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/clarifying-the-no-throttling-rule-notice-of-ex-parte-safeguarding-and-securing-the-open-internet-docket-no-23-320/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Clarifying the No-Throttling Rule – Notice of Ex Parte – Safeguarding and Securing the Open Internet, Docket No. 23-320</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-02">Apr 2, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/net-neutrality-non-bias-data-services-notice-of-ex-parte-meeting-with-ramesh-nagarajan-chairwoman-rosenworcels-chief-legal-advisor-and-elizabeth-cuttner-chairwoman-rosenworcels-legal-ad/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality &amp; Non-BIAS Data Services – Notice of Ex Parte Meeting with Ramesh Nagarajan, Chairwoman Rosenworcel‘s Chief Legal Advisor, and Elizabeth Cuttner, Chairwoman Rosenworcel‘s Legal Advisor, Wireline and Enforcement, on March 22, 2024</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-26">Mar 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/notice-of-ex-parte-meeting-with-ramesh-nagarajan-chairwoman-rosenworcels-chief-legal-advisor-and-elizabeth-cuttner-chairwoman-rosenworcels-legal-advisor-wireline-and-enforcement-on-marc/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Notice of Ex Parte Meeting with Ramesh Nagarajan, Chairwoman Rosenworcel‘s Chief Legal Advisor, and Elizabeth Cuttner, Chairwoman Rosenworcel‘s Legal Advisor, Wireline and Enforcement, on March 22, 2024</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-26">Mar 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/how-to-strengthen-the-fccs-proposed-net-neutrality-protections-by-closing-loopholes-and-matching-the-2015-open-internet-order/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How to Strengthen the FCC’s Proposed Net Neutrality Protections by Closing Loopholes and Matching the 2015 Open Internet Order</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-13">Mar 13, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/reply-comments-in-the-matter-of-safeguarding-and-securing-the-open-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Reply Comments In the Matter of Safeguarding and Securing the Open Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-01-23">Jan 23, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/publications/counter-comments-telecom-regulatory-authority-indias-consultation-regulatory-mechanism/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Counter Comments to the Telecom Regulatory Authority of India’s Consultation on Regulatory Mechanism for Over-The-Top (OTT) Communication Services, and Selective Banning of OTT Services</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-15">Sep 15, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/response-telecom-regulatory-authority-indias-consultation-regulatory-mechanism-over/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Response to the Telecom Regulatory Authority of India’s Consultation on Regulatory Mechanism for Over-The-Top (OTT) Communication Services, and Selective Banning of OTT Services</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-08">Sep 8, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/response-anatels-consultation-item-6-anatels-regulatory-agenda-2023-2024-period/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Response to Anatel’s Consultation on Item 6 of Anatel’s Regulatory Agenda for the 2023-2024 Period on the Regulation of Users’ Duties</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-08">Sep 8, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/are-online-applications-users-telecommunications-service-provided-their-customers-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Are online applications users of a telecommunications service provided by their customers’ ISPs? A legal analysis</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-08">Sep 8, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/open-floor-barbara-van-schewick-net-neutrality-united-states/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Open Floor to Barbara van Schewick: Net Neutrality in the United States</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-07-04">Jul 4, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/la-parole-a-barbara-van-schewick-la-neutralite-du-net-aux-etats-unis/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">La Parole à Barbara van Schewick: La Neutralité du Net aux Etats-Unis</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-07-04">Jul 4, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-belgian-institute-postal-services-and-telecommunications-bipt-draft/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on the Belgian Institute for Postal Services and Telecommunications (BIPT) Draft Communication regarding the request to impose mandatory contributions by internet platforms to telecom operators for the use of their networks in Belgium</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-06-06">Jun 6, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-european-commissions-exploratory-consultation-mandated-network-access-fees/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments to the European Commission’s Exploratory Consultation on Mandated Network Access Fees</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-05-19">May 19, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-draft-berec-guidelines-implementation-open-internet-regulation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on Draft BEREC Guidelines on the Implementation of the Open Internet Regulation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-04-14">Apr 14, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/publications/impact-ecjs-2020-and-2021-zero-rating-judgments-zero-rating-and-differentiated-pricing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Impact of the ECJ’s 2020 and 2021 Zero-rating Judgments on Zero-rating and Differentiated Pricing in the European Union</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-04-14">Apr 14, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-internet-law-professors-amici-curiae-support-defendant-appellant/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief of Internet Law Professors as Amici Curiae in Support of Defendant-Appellant</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-12-01">Dec 1, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-amici-curiae-internet-law-professors-support-appellee/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief of Amici Curiae Internet Law Professors in Support of Appellee</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-05-11">May 11, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/publications/setting-record-straight-carriers-can-help-veterans-and-comply-californias-net-659540c150a9320832767545/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Setting the Record Straight: Carriers Can Help Veterans and Comply with California’s Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-25">Mar 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-professors-internet-law-amici-curiae-lawsuit-over-california-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief of Professors of Internet Law as Amici Curiae in Lawsuit over California Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-10-02">Oct 2, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/publications/follow-comments-telekom-regulatory-authority-india-trai-consultation-paper-traffic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Follow-up Comments on Telekom Regulatory Authority of India (TRAI) Consultation Paper on &quot;Traffic Management Practices (TMPs) and Multi-Stakeholder Body for Net Neutrality&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-06-29">Jun 29, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/publications/reply-comments-telekom-regulatory-authority-india-trai-consultation-paper-traffic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Reply Comments on Telekom Regulatory Authority of India (TRAI) Consultation Paper on &quot;Traffic Management Practices (TMPs) and Multi-Stakeholder Body for Net Neutrality&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-02-27">Feb 27, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-telekom-regulatory-authority-india-trai-consultation-paper-traffic-management/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on Telekom Regulatory Authority of India (TRAI) Consultation Paper on &quot;Traffic Management Practices (TMPs) and Multi-Stakeholder Body for Net Neutrality&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-02-13">Feb 13, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-body-european-regulators-electronic-communications-berec-draft-guidelines/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on Body of European Regulators for Electronic Communications (BEREC) Draft Guidelines on the Implementation of the Open Internet Regulation, BoR (19) 179</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-11-28">Nov 28, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/publications/hr-1096-vs-hr-1644/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">H.R. 1096 vs. H.R. 1644</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-04-08">Apr 8, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-of-professors-of-communications-law-as-amici-curiae-in-support-of-petitioners/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief of Professors of Communications Law as Amici Curiae in Support of Petitioners</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-27">Aug 27, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/publications/fcc-about-repeal-net-neutrality-heres-why-congress-should-stop-them/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The FCC is about to repeal net neutrality. Here’s why Congress should stop them.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-11-26">Nov 26, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/publications/commentary-fcc-has-always-defended-net-neutrality-why-stop-now-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Commentary: The FCC Has Always Defended Net Neutrality. Why Stop Now?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-11-22">Nov 22, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/publications/net-neutrality-and-zero-rating-oral-testimony-crtcs-hearing-differential-pricing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality and Zero-Rating: Oral Testimony at the CRTC’s Hearing on Differential Pricing Practices Related to Internet Data Plans, November 4, 2016</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-11-04">Nov 4, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-berec-guidelines-implementation-national-regulators-european-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on BEREC Guidelines on the Implementation by National Regulators of European Net Neutrality Rules, BoR (16) 94</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-18">Jul 18, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/four-days-save-open-internet-europe-open-letter/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Four Days to Save the Open Internet in Europe: An Open Letter</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-trais-consultation-paper-free-data/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on TRAI’s Consultation Paper on Free Data</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-trais-pre-consultation-paper-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on TRAI’s Pre-Consultation Paper on Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-04">Jul 4, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/t-mobiles-binge-violates-key-net-neutrality-principles/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On Violates Key Net Neutrality Principles</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/publications/why-we-should-join-movement-save-internet-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why We Should Join the Movement to Save the Internet in Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/europe-vote-threatens-net-neutrality-help-save-open-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe Vote Threatens Net Neutrality. Help Save the Open Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/europe-about-adopt-bad-net-neutrality-rules-heres-how-fix/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe Is About to Adopt Bad Net Neutrality Rules. Here’s How to Fix The</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-22">Oct 22, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/first-amendment-scholars-amicus-brief/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">First Amendment Scholars Amicus Brief</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-09-21">Sep 21, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/historic-fcc-vote-will-protect-future-americas-economy-and-democracy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Historic FCC Vote will Protect the Future of America&#x27;s Economy and Democracy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-03-06">Mar 6, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-and-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality and Zero-rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-19">Feb 19, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/case-meaningful-network-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Case for Meaningful Network Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-19">Feb 19, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/las-razones-para-un-reglamento-de-neutralidad-de-red-significativo/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Las razones para un Reglamento de Neutralidad de Red significativo</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-19">Feb 19, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/analysis-proposed-network-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Analysis of Proposed Network Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-18">Feb 18, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/new-republican-bill-network-neutrality-name-only/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">New Republican Bill Is Network Neutrality in Name Only</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-01-20">Jan 20, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-and-quality-service-what-nondiscrimination-rule-should-look/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality and Quality of Service: What a Nondiscrimination Rule Should Look Like</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-01-16">Jan 16, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/publications/will-fcc-ruin-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Will the FCC ruin the Internet?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-07">Nov 7, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-mozillas-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on Mozilla&#x27;s Proposal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-10-30">Oct 30, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/only-title-ii-will-ensure-fairness-among-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Only Title II will ensure fairness among ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-09-16">Sep 16, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/internet-about-get-sloooooow/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is the Internet about to get sloooooow?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-09-10">Sep 10, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-and-quality-service-what-non-discrimination-rule-should-look-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality and Quality of Service: What a Non-Discrimination Rule Should Look Like</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-06-26">Jun 26, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/case-rebooting-network-neutrality-debate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Case for Rebooting the Network Neutrality Debate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-06">May 6, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/letter-marlene-h-dortch-secretary-federal-communications-commission-notice-ex-parte/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Letter to the Marlene H. Dortch, Secretary, Federal Communications Commission, Notice of Ex Parte Meeting, GN Docket, Nos. 09-191 &amp; 14-28 (2014)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-04-18">Apr 18, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-amici-curiae-center-democracy-technology-and-legal-scholars-support-appellee/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief Amici Curiae of the Center for Democracy &amp; Technology and Legal Scholars in Support of Appellee</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-11-15">Nov 15, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-european-commissions-public-consultation-specific-aspects-transparency/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on the European Commission’s Public Consultation on Specific Aspects of Transparency, Traffic Management and Switching in an Open Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-10-15">Oct 15, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/next-big-battle-internet-policy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Next Big Battle in Internet Policy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-10-02">Oct 2, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/internet-architecture-and-innovation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet Architecture and Innovation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-09-14">Sep 14, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-berecs-public-consultation-network-neutrality-bor-12-32-guidelines-quality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on BEREC’s Public Consultation on Network Neutrality, BoR (12) 32 - Guidelines for Quality of Service in the scope of Net Neutrality, BoR (12) 31 - Differentiation practices and related competition issues in the scope of Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-07-31">Jul 31, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/comments-berecs-public-consultation-network-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comments on BEREC’s Public Consultation on Network Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-07-31">Jul 31, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-and-quality-service-what-non-discrimination-rule-should-look/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality and Quality of Service: What a Non-Discrimination Rule Should Look Like</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-06-11">Jun 11, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/publications/verizons-blocking-google-wallet-preserving-open-internet-gn-docket-no-09-191-broadband/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon’s Blocking of Google Wallet: Preserving the Open Internet, GN Docket No. 09-191; Broadband Industry Practices, WC Docket No. 07-52</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-12-19">Dec 19, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/publications/complaint-free-press-against-cellco-partnership-dba-verizon-wireless-violating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Complaint of Free Press Against Cellco Partnership d/b/a Verizon Wireless for Violating Conditions Imposed on C Block of Upper 700 MHz Spectrum, filed June 6, 2011</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-06-30">Jun 30, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-what-non-discrimination-rule-should-look/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality: What a Non-Discrimination Rule Should Look Like</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-09-20">Sep 20, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/publications/opening-statement-at-the-federal-communications-commissions-workshop-on-approaches-to-preserving-the-open-internet-in-seattle-wa-wc-docket-no-07-52-gn-docket-no-09-191/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Opening Statement at the Federal Communications Commission’s Workshop on Approaches to Preserving the Open Internet in Seattle, WA - WC Docket No. 07-52, GN Docket No. 09-191</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-04-28">Apr 28, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/publications/opening-statement-at-the-federal-communications-commissions-workshop-on-innovation-investment-and-the-open-internet-in-cambridge-ma-wc-docket-no-07-52-gn-docket-no-09-191/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Opening Statement at the Federal Communications Commission’s Workshop on Innovation, Investment and the Open Internet in Cambridge, MA - WC Docket No. 07-52, GN Docket No. 09-191</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-01-13">Jan 13, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/publications/letter-of-six-law-professors-to-fcc-chairman-julius-genachowski/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Letter of Six Law Professors to FCC Chairman Julius Genachowski</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2009-11-02">Nov 2, 2009</time> </a> </li> <li class="border-b border-border"> <a href="/publications/brief-amicus-curiae-of-professors-jack-m-balkin-jim-chen-lawrence-lessig-barbara-van-schewick-and-timothy-wu-urging-that-the-fccs-order-be-afirmed/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Brief Amicus Curiae of Professors Jack M. Balkin, Jim Chen, Lawrence Lessig, Barbara van Schewick, and Timothy Wu Urging that the FCC&#x27;s Order Be Afirmed</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2009-10-05">Oct 5, 2009</time> </a> </li> <li class="border-b border-border"> <a href="/publications/new-design-principles-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">New Design Principles for the Internet </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2009-06-14">Jun 14, 2009</time> </a> </li> <li class="border-b border-border"> <a href="/publications/pointcounterpoint-network-neutrality-nuances/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Point/Counterpoint - Network Neutrality Nuances</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2009-01-31">Jan 31, 2009</time> </a> </li> <li class="border-b border-border"> <a href="/publications/d3--initial-overall-architecture/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">D3 – Initial Overall Architecture</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2008-08-31">Aug 31, 2008</time> </a> </li> <li class="border-b border-border"> <a href="/publications/letter-federal-communications-commission-jack-balkin/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Letter to Federal Communications Commission (with Jack Balkin)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2008-08-20">Aug 20, 2008</time> </a> </li> <li class="border-b border-border"> <a href="/publications/oral-testimony-federal-communications-commissions-second-public-en-banc-hearing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Oral Testimony at the Federal Communications Commission’s Second Public En Banc Hearing on Broadband Network Management Practices</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2008-04-17">Apr 17, 2008</time> </a> </li> <li class="border-b border-border"> <a href="/publications/petition-declaratory-ruling-free-press-public-knowledge-media-access-project-consumer/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Petition for Declaratory Ruling (with Free Press, Public Knowledge, Media Access Project, Consumer Federation of America, Information Society Project at Yale Law School and Charles Nesson</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2007-10-31">Oct 31, 2007</time> </a> </li> <li class="border-b border-border"> <a href="/publications/network-neutrality-and-economics-information-superhighway-reply-professor-yoo/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality and the Economics of an Information Superhighway: A Reply to Professor Yoo</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2007-09-15">Sep 15, 2007</time> </a> </li> <li class="border-b border-border"> <a href="/publications/towards-economic-framework-network-neutrality-regulation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Towards an Economic Framework for Network Neutrality Regulation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2005-10-04">Oct 4, 2005</time> </a> </li> </ul> </div> <div class="mb-4"> <div class="flex gap-2 justify-between mb-2"> <h2 class="font-inter text-base font-semibold uppercase opacity-60">Press</h2> <span class="text-sm font-medium text-typogr-tone opacity-50">389 articles</span> </div> <ul role="list" class="border-t border-border max-h-96 overflow-y-scroll"> <li class="border-b border-border"> <a href="/press/isps-fear-wave-of-state-laws-after-new-yorks-15-broadband-mandate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">ISPs fear wave of state laws after New York’s $15 broadband mandate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2025-02-24">Feb 24, 2025</time> </a> </li> <li class="border-b border-border"> <a href="/press/law-prof-van-schewick-calls-net-neutrality-ruling-a-radical-decision/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Law Prof van Schewick Calls Net Neutrality Ruling &#x27;a Radical Decision’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2025-01-09">Jan 9, 2025</time> </a> </li> <li class="border-b border-border"> <a href="/press/court-decision-to-block-net-neutrality-rules-sparks-alarm-industry-concerns/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court decision to block net neutrality rules sparks alarm industry concerns</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2025-01-09">Jan 9, 2025</time> </a> </li> <li class="border-b border-border"> <a href="/press/verbraucherzentrale-wirft-der-telekom-drosselung-vor/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verbraucherzentrale wirft der Telekom Drosselung vor</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2025-01-07">Jan 7, 2025</time> </a> </li> <li class="border-b border-border"> <a href="/press/what-may-be-next-after-a-federal-court-struck-down-the-fccs-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What may be next after a federal court struck down the FCC&#x27;s net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2025-01-06">Jan 6, 2025</time> </a> </li> <li class="border-b border-border"> <a href="/press/meta-to-invest-10b-in-exclusive-40-000-km-subsea-cable-report/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Meta To Invest $10B in Exclusive 40,000 km Subsea Cable: Report</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-12-03">Dec 3, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/meta-deutsche-telekom-standoff-in-the-eu-is-something-to-keep-an-eye-on/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Meta, Deutsche Telekom Standoff In The EU Is Something To Keep An Eye On</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-09-27">Sep 27, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/consulation-on-eus-future-connectivity-networks-again-no-support-for-regulatory-intervention/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Consulation on EU&#x27;s Future Connectivity Networks: (Again) No Support for Regulatory Intervention</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-09-23">Sep 23, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/proof-that-net-neutrality-was-never-about-saving-the-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Proof That Net Neutrality Was Never about ‘Saving the Internet’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-20">May 20, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/president-biden-restored-net-neutrality-boosting-biden-day-92/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">President Biden Restored Net Neutrality: Boosting Biden Day 92</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-15">May 15, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/views-what-reliance-jios-flip-flop-on-bandwidth-consumption-by-video-streaming-tells-us/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Views: What Reliance Jio’s Flip-Flop on Bandwidth Consumption by video streaming tells us</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-14">May 14, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/final-fcc-net-neutrality-rules-address-fast-lane-loophole-worried-critics/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Final FCC Net Neutrality Rules Address ‘Fast Lane’ Loophole That Worried Critics</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-09">May 9, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-clarifies-its-net-neutrality-order-doesnt-allow-5g-fast-lanes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC clarifies that its net neutrality order doesn’t allow 5G fast lanes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-09">May 9, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-slams-banhammer-5g-fast-lanes-final-net-neutrality-text/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC slams banhammer on 5G fast lanes with final net neutrality text</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-05-09">May 9, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/court-upholds-low-cost-internet-law-blow-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court upholds low-cost internet law in blow to ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-30">Apr 30, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-back-now/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Is Back! For Now.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-26">Apr 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/court-upholds-new-york-law-says-isps-must-offer-15-broadband/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court upholds New York law that says ISPs must offer $15 broadband</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-26">Apr 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-back-us-promises-fast-safe-and-reliable-internet-all/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality is back: U.S. promises fast, safe and reliable internet for all</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-26">Apr 26, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-claims-net-neutrality-back-following-vote-regulate-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC Claims Net Neutrality is Back Following Vote to Regulate ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-25">Apr 25, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/usa-fuhren-netzneutralitat-wieder-ein/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">USA führen Netzneutralität wieder ein</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-25">Apr 25, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-reinstate-net-neutrality-its-not-easy-it-once-was/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC to reinstate net neutrality, but it’s not as easy as it once was</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-24">Apr 24, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/us-federal-communications-commissions-net-neutrality-rules-allow-telcos-operate-5g-fast-lanes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">US Federal Communications Commission’s Net Neutrality Rules Allow For Telcos To Operate 5G Fast Lanes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-19">Apr 19, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/bidens-new-net-neutrality-rules-dont-prevent-anti-competitive-fast-lanes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Biden’s New Net Neutrality Rules Don’t Prevent Anti-Competitive “Fast Lanes”</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-18">Apr 18, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/isps-can-charge-extra-fast-gaming-under-fccs-internet-rules-critics-say/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">ISPs can charge extra for fast gaming under FCC’s Internet rules, critics say</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-16">Apr 16, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/law-professor-calls-fcc-shut-down-5g-fast-lanes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Law Professor Calls On FCC to Shut Down 5G Fast Lanes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-15">Apr 15, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/akamai-wants-fcc-to-fill-a-gap-in-net-neutrality-draft-order/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Akamai Wants FCC to Fill a Gap in Net Neutrality Draft Order</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-13">Apr 13, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-chair-highlights-net-neutrality-push-campbell/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC chair highlights net neutrality push in Campbell</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-10">Apr 10, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-chair-holds-roundtable-net-neutrality-campbell-ahead-agency-vote/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC chair holds roundtable on net neutrality in Campbell ahead of agency vote</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-08">Apr 8, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/santa-clara-county-fire-backs-push-reinstate-nationwide-net-neutrality-laws/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Santa Clara County fire backs push to reinstate nationwide net neutrality laws</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-08">Apr 8, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/white-paper-on-europes-digital-infrastructure-needs-europes-open-internet-still-at-risk/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">White Paper on Europe&#x27;s Digital Infrastructure Needs: Europe&#x27;s Open Internet Still At Risk</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-08">Apr 8, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-prepares-restore-net-neutrality-new-rules-might-be-weaker-ones-discarded-trump/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC Prepares To Restore Net Neutrality, But The New Rules Might Be Weaker Than The Ones Discarded By Trump</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-04-04">Apr 4, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-advocates-discover-quality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality advocates discover quality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-28">Mar 28, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/regulating-tech-will-new-internet-rules-safeguard-consumers/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Regulating Tech - Will new internet rules safeguard consumers?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-22">Mar 22, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/3-11-joint-filing-on-applying-the-open-internet-rules-to-specialized-services-and-mobile-slicing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">3/11 Joint Filing on Applying the Open Internet Rules to Specialized Services and Mobile Slicing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2024-03-13">Mar 13, 2024</time> </a> </li> <li class="border-b border-border"> <a href="/press/event-report-international-trends-network-usage-fees-october-4-2023/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Event Report: International Trends In Network Usage Fees, October 4, 2023</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-11-01">Nov 1, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/what-happened-internet-without-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What happened to the internet without net neutrality?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-27">Oct 27, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/divided-fcc-approves-net-neutrality-nprm/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Divided FCC Approves Net Neutrality NPRM</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-20">Oct 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/reactions-fccs-net-neutrality-proceeding/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Reactions to FCC&#x27;s Net Neutrality Proceeding</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-20">Oct 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-begins-unwinding-its-trump-era-abdication-broadband-oversight/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC begins unwinding its Trump-era abdication of broadband oversight</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-20">Oct 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/telcos-respond-online-communication-regulation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Telcos respond to online communication regulation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-19">Oct 19, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/save-internet-slams-coais-attempt-misdirect-trai-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Save The Internet Slams COAI’s Attempt to Misdirect TRAI on Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-17">Oct 17, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/how-fear-and-greed-could-choke-indias-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How Fear and Greed Could Choke India’s Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-13">Oct 13, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/fair-share-contribution-hinders-free-and-open-network-medianama-speakers-counter-coais/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Fair-Share Contribution Hinders Free And Open Network: MediaNama Speakers Counter COAI’s Statement</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-10">Oct 10, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-countries-should-not-mess-interconnection-agreements/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why Countries Should Not Mess With Interconnection Agreements</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-09">Oct 9, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/idea-european-parliament-voted-favour-network-fees-false-barbara-van-schewick-clarifies/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Idea That The European Parliament Voted In Favour Of Network Fees Is False: Barbara Van Schewick Clarifies</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-09">Oct 9, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/medianama-daily-stanford-professor-false-assumptions-around-eus-network-fees-situation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">MediaNama Daily: Stanford Professor On False Assumptions Around EU’s Network Fees Situation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-09">Oct 9, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/unfair-competition-among-isps-unequal-access-internet-experts-how-network-usage-fees-threaten/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Unfair Competition Among ISPs, Unequal Access To Internet: Experts On How Network Usage Fees Threaten Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-10-09">Oct 9, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/nasscom-suggests-reducing-telecom-regulation-not-adding-new-rules-communication-platforms/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">NASSCOM Suggests Reducing Telecom Regulation, Not Adding New Rules For Communication Platforms In Response To TRAI’s OTT Regulation Consultation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-20">Sep 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/network-fees-could-splinter-internet-stanford-law-professor-barbara-van-schewick-responds-trai/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Fees Could Splinter The Internet: Stanford Law Professor Barbara Van Schewick Responds To TRAI’s Consultation On OTT Regulation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-09-12">Sep 12, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/yes-network-fees-violate-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Yes, Network Fees Violate Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-07-20">Jul 20, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/telecoms-detail-their-dumb-plan-force-tech-giants-pay-them-billions-no-reason/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Telecoms Detail Their Dumb Plan To Force Tech Giants To Pay Them Billions For No Reason</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-05-25">May 25, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/barbara-van-schewick-net-neutrality-and-future-internet-2/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Barbara van Schewick: Net neutrality and the future of the internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2023-02-27">Feb 27, 2023</time> </a> </li> <li class="border-b border-border"> <a href="/press/consumer-advocates-angry-new-privacy-law-erodes-oversight-telecom-monopolies/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Consumer Advocates Angry that New Privacy Law Erodes Oversight of Telecom Monopolies</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-08-11">Aug 11, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-cracks-down-data-cap-exemptions-update-net-neutrality-rules-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe cracks down on data cap exemptions in update to net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-06-15">Jun 15, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-cracks-down-data-cap-exemptions-update-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe cracks down on data cap exemptions in update to net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-06-15">Jun 15, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/big-isps-finally-gave-blocking-californias-landmark-network-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Big ISPs finally gave up on blocking California’s landmark network neutrality law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-06-05">Jun 5, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/stung-3-court-losses-isps-stop-fighting-california-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stung by 3 court losses, ISPs stop fighting California net neutrality law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-05-05">May 5, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/appeals-court-upholds-californias-right-enforce-its-net-neutrality-law-while-fcc-remains/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Appeals court upholds California’s right to enforce its net neutrality law while the FCC remains at a standstill</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2022-01-29">Jan 29, 2022</time> </a> </li> <li class="border-b border-border"> <a href="/press/broadband-industry-sues-new-york-state-promising-15-broadband/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Broadband Industry Sues New York State For Promising $15 Broadband</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-05-04">May 4, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/telecom-using-veterans-props-demonize-californias-new-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Telecom Using Veterans As Props To Demonize California&#x27;s New Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-26">Mar 26, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/att-blames-net-neutrality-law-hbo-max-counting-against-data-caps-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">AT&amp;T blames net neutrality law for HBO Max counting against data caps</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-22">Mar 22, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/att-lies-about-calif-net-neutrality-law-claiming-it-bans-free-data/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">AT&amp;T lies about Calif. net neutrality law, claiming it bans “free data”</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-19">Mar 19, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/opinion-californias-net-neutrality-law-just-cost-att-wireless-customers-free-streaming-perk-/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Opinion: California’s net neutrality law just cost AT&amp;T wireless customers a free streaming perk. That’s a good thing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-19">Mar 19, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/att-cries-about-having-play-fair-under-new-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">AT&amp;T Cries About Having to Play Fair Under New Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-18">Mar 18, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/att-blames-net-neutrality-law-hbo-max-counting-against-data-caps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">AT&amp;T blames net neutrality law for HBO Max counting against data caps</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-18">Mar 18, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/hbo-max-viewing-will-start-counting-against-att-data-limits/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">HBO Max viewing will start counting against AT&amp;T data limits</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-18">Mar 18, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/att-halts-free-data-services-after-net-neutrality-ruling/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">AT&amp;T Halts Free Data Services After Net Neutrality Ruling</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-03-17">Mar 17, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-may-soon-return-thanks-california-judge/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality May Soon Return Thanks to California Judge</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-02-25">Feb 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-officially-here/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality is Officially Here</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-02-25">Feb 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-can-enforce-net-neutrality-law-judge-rules-loss-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California can enforce net neutrality law, judge rules in loss for ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-02-25">Feb 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-providers-put-hypocrisy-full-display-challenging-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet providers put hypocrisy on full display in challenging net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-02-25">Feb 25, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-law-take-effect-california-after-judge-deals-blow-telecom-industry/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality law to take effect in California after judge deals blow to telecom industry</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2021-02-23">Feb 23, 2021</time> </a> </li> <li class="border-b border-border"> <a href="/press/live-trais-net-neutrality-open-house-discussion-traffic-management-practices/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">LIVE: TRAI&#x27;s Net Neutrality open house discussion on traffic management practices</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-06-24">Jun 24, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/enforcing-net-neutrality-india-what-know-trais-open-house-discussion/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Enforcing Net Neutrality in India: what to know before TRAI&#x27;s open house discussion</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-06-22">Jun 22, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-regulator-reminds-telcos-not-breach-net-neutrality-during-covid-19-pandemic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU regulator reminds telcos to not breach Net Neutrality during COVID-19 pandemic</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-03-20">Mar 20, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/asia-internet-coalition-recommends-principle-based-rules-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Asia Internet Coalition recommends principle-based rules on Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-03-11">Mar 11, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/india-needs-clear-net-neutrality-rules-network-management-barbara-van-schewick-stanford-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">India needs clear net neutrality rules for network management: Barbara van Schewick, Stanford law professor</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-03-05">Mar 5, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/no-need-committee-enforce-net-neutrality-airtel-trai/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">&#x27;No need for committee to enforce net neutrality&#x27;: Airtel to TRAI</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2020-03-03">Mar 3, 2020</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-battle-keep-internet-open-and-free-barbara-van-schewic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality: The Battle to Keep the Internet Open and Free with Barbara van Schewick</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-11-01">Nov 1, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/press/-big-win-wiener-hails-california-net-neutrality-prospects-after-mixed-ruling/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">‘A big win’: Wiener hails California net neutrality prospects after mixed ruling</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-10-01">Oct 1, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-net-neutrality-advocates-remain-optimistic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why Net Neutrality Advocates Remain Optimistic</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-06-01">Jun 1, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/press/reddit-co-founder-congresswoman-advocate-net-neutrality-law-school-event/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Reddit Co-founder, Congresswoman advocate for net neutrality at Law School event</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2019-05-31">May 31, 2019</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-could-soon-have-its-own-version-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Could Soon Have Its Own Version of the Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-12-29">Dec 29, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/doj-lawsuit-against-california-raises-legal-questions-over-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">DOJ Lawsuit Against California Raises Legal Questions Over Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-09">Oct 9, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/suit-block-californias-net-neutrality-law-could-be-overshadowed-broader-challenge-dc-circuit/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Suit to block California&#x27;s net neutrality law could be overshadowed by broader challenge in D.C. Circuit</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-03">Oct 3, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/justice-depts-lawsuit-could-delay-californias-net-neutrality-law/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Justice Dept&#x27;s. Lawsuit Could Delay California&#x27;s Net Neutrality Law</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-02">Oct 2, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-tests-limits-state-power-internet-boardrooms/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California tests limits of state power, from internet to boardrooms</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-02">Oct 2, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/us-government-sues-california-daring-protect-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">US Government Sues California for Daring to Protect Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-01">Oct 1, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/californias-net-neutrality-rules-face-legal-test/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California’s net neutrality rules face legal test</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-01">Oct 1, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/federal-government-and-california-are-officially-war-over-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Federal Government and California Are Officially at War Over Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-10-01">Oct 1, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-just-passed-its-net-neutrality-law-doj-already-suing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California just passed its net neutrality law. The DOJ is already suing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-09-30">Sep 30, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/showdown-looms-states-resurrect-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Showdown looms as states resurrect net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-09-25">Sep 25, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-lawmakers-pass-net-neutrality-bill/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Lawmakers Pass Net Neutrality Bill</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-09-01">Sep 1, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/californias-net-neutrality-bill-one-signature-away-taking-effect/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California&#x27;s net neutrality bill is one signature away from taking effect</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-31">Aug 31, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/calif-senate-approves-net-neutrality-rules-sends-bill-governor/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Calif. Senate approves net neutrality rules, sends bill to governor</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-31">Aug 31, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-pledged-protect-net-neutrality--showdown-here/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California pledged to protect net neutrality — the showdown is here</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-27">Aug 27, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-net-neutrality-measure-advances-firefighters-complain-throttling/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Net Neutrality Measure Advances, As Firefighters Complain Of Throttling</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-08-22">Aug 22, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/heres-how-companies-have-flouted-net-neutrality-and-what-made-them-stop/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Here’s how companies have flouted net neutrality before and what made them stop</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-06-11">Jun 11, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/californias-tough-new-net-neutrality-law-takes-another-step-forward/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California&#x27;s Tough New Net Neutrality Law Takes Another Step Forward</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-06-04">Jun 4, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-senate-passes-sb-822-gold-standard-state-net-neutrality-laws/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Senate Passes SB 822, the ‘Gold Standard’ of State Net Neutrality Laws</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-05-30">May 30, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-senate-defies-att-votes-strict-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Senate defies AT&amp;T, votes for strict net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-05-30">May 30, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/californias-state-senate-about-vote-sb-822--strongest-state-net-neutrality-law-yet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California’s State Senate Is About to Vote on SB 822 — the Strongest State Net Neutrality Law Yet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-05-29">May 29, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/charter-uses-net-neutrality-repeal-claim-states-cant-hold-it-accountable-shoddy-service-failed/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Charter Uses Net Neutrality Repeal To Claim States Can&#x27;t Hold It Accountable For Shoddy Service, Failed Promises</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-05-17">May 17, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/californias-plan-protect-net-neutrality-will-shield-consumers-telecom-bullies/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California&#x27;s plan to protect net neutrality will shield consumers from telecom bullies</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-04-20">Apr 20, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/bad-news-att-and-comcast-calif-senate-panel-oks-net-neutrality-bill/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Bad news for AT&amp;T and Comcast: Calif. Senate panel OKs net neutrality bill</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-04-18">Apr 18, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-rules-move-past-first-hurdle-california/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality rules move past first hurdle in California</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-04-17">Apr 17, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-democrats-want-weaken-bill-would-protect-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Democrats Want to Weaken Bill That Would Protect Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-04-16">Apr 16, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-senator-revamps-proposal-match-original-net-neutrality-protections/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California Senator Revamps Proposal to Match Original Net Neutrality Protections</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-03-15">Mar 15, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/could-california-effectively-restore-net-neutrality-entire-country/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Could California Effectively Restore Net Neutrality for the Entire Country?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-03-14">Mar 14, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/calif-weighs-toughest-net-neutrality-law-us-ban-paid-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Calif. weighs toughest net neutrality law in US—with ban on paid zero-rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-03-14">Mar 14, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/california-bill-looks-preserve-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">California bill looks to preserve net-neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2018-03-14">Mar 14, 2018</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-secret-sauce-has-made-internet-awesome/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">“Net neutrality is the secret sauce that has made the internet awesome”</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-12-14">Dec 14, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-repeals-net-neutrality-amid-criticism-politicians-startups/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC repeals net neutrality amid criticism from politicians, startups</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-12-14">Dec 14, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-legal-pam-karlan-joe-bankman-web-extra-net-neutrality-guest-barbara-van-schewick/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Legal with Pam Karlan &amp; Joe Bankman: &quot;Web extra: Net neutrality with guest Barbara van Schewick&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-12-13">Dec 13, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/berkshire-county-groups-call-action-protect-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Berkshire County Groups Call for Action to Protect Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-12-12">Dec 12, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/how-end-net-neutrality-could-affect-online-marketing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How the end of net neutrality could affect online marketing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-11-30">Nov 30, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/trump-administrations-repeal-net-neutrality-big-gift-americas-internet-providers/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Trump administration’s repeal of net neutrality a big gift to America’s internet providers</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-11-29">Nov 29, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-repeal-could-crush-small-businesses-companies-say/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Repeal Could Crush Small Businesses, Companies Say</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-11-27">Nov 27, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/will-massive-net-neutrality-protest-change-fccs-mind/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Will Massive Net-Neutrality Protest Change the FCC’s Mind?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-07-12">Jul 12, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/neutral-zone-future-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Neutral Zone: The Future of Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-07-10">Jul 10, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/major-web-companies-and-public-interest-groups-announce-internet-wide-day-action-save-net/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Major web companies and public interest groups Announce Internet-Wide Day of Action to Save Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-06-06">Jun 6, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/jio-wants-net-neutrality-exceptions-specialised-and-managed-services-payments/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Jio wants Net Neutrality exceptions for Specialised and Managed services, Payments</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-04-18">Apr 18, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/hyperloop-law-autonomy-infrastructure-and-transportation-startups/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Hyperloop Law: Autonomy, Infrastructure, and Transportation Startups</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2017-03-08">Mar 8, 2017</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-taking-hard-look-free-data-video-services/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC taking hard look at ‘free’ data for video services</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-12-14">Dec 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-data-pricing-battle-heats-us-att-and-fcc-following-canadian-hearing/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet data pricing battle heats up in U.S. with AT&amp;T and FCC following Canadian hearing</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-11-11">Nov 11, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/heres-what-expect-weeks-crtc-hearings/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Here’s what to expect from this week’s CRTC hearings</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-11-01">Nov 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/berec-nails-down-its-net-neutrality-guidelines-end-tired-old-debate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">BEREC nails down its Net Neutrality guidelines - is that the end of the tired old debate?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-31">Aug 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/open-internet-advocates-claim-victory-europe-net-neutrality-fight/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Open Internet Advocates Claim Victory in Europe Net Neutrality Fight</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-31">Aug 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/eus-net-neutrality-guidelines-close-fast-lane-loopholes-do-they-go-too-far/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU&#x27;s net neutrality guidelines close &#x27;fast lane&#x27; loopholes - but do they go too far?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-31">Aug 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/europes-net-neutrality-guidelines-seen-victory-open-web/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe&#x27;s net neutrality guidelines seen as a victory for the open web</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-30">Aug 30, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/clinton-backs-net-neutrality-trumps-stand-unclear/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Clinton backs net neutrality; Trump’s stand is unclear</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-27">Aug 27, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-new-unlimited-data-plan-throttles-video-slows-hotspots/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s New &#x27;Unlimited&#x27; Data Plan Throttles Video, Slows Hotspots</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-18">Aug 18, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-freedom-fighter/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">An Internet Freedom Fighter</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-15">Aug 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/kmpferin-frs-freie-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Kämpferin fürs freie Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-12">Aug 12, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-professorin-van-schewick-netzbetreiber-gegen-den-rest-der-welt/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford-Professorin Van Schewick: ‘Netzbetreiber gegen den Rest der Welt’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-08-05">Aug 5, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/july-hot-month-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">July is a hot month for zero rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-27">Jul 27, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-adds-abc-disney-and-others-binge-legere-jabs-verizons-go90/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile adds ABC, Disney and others to Binge On as Legere jabs Verizon&#x27;s Go90</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-26">Jul 26, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/tim-berners-lee-slams-manipulative-tactics-telcos-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Tim Berners-Lee slams “manipulative tactics” of telcos on net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-18">Jul 18, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/time-running-out-save-net-neutrality-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Time Is Running Out to Save Net Neutrality in Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-17">Jul 17, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/internets-creator-urges-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet&#x27;s creator urges net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-16">Jul 16, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/save-open-internet-europe-pleads-web-inventor-tim-berners-lee/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">&#x27;Save the open internet in Europe,&#x27; pleads web inventor Tim Berners-Lee</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/telcos-5g-manifesto-countered-call-online-action/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Telcos 5G manifesto countered by call to online action</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/sir-tim-berners-lee-pushes-closure-eu-net-neutrality-loopholes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sir Tim Berners-Lee pushes for the closure of EU net neutrality loopholes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/sir-tim-berners-lee-calls-europeans-help-save-open-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sir Tim Berners-Lee calls on Europeans to help &#x27;save the open internet&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-pokmon-go-and-another-test-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile, Pokémon GO, and Another Test for Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/sir-tim-berners-lee-makes-last-minute-plea-save-net-neutrality-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sir Tim Berners-Lee makes a last-minute plea to save net neutrality in Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-15">Jul 15, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/berners-lee-urges-citizens-comment-four-days-save-open-internet-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Berners-Lee Urges Citizens to Comment: &quot;Four Days to Save the Open Internet in Europe&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/berners-lee-eu-should-ban-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Berners-Lee: EU Should Ban Zero Rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/4-days-left-sir-tim-berners-lee-larry-lessig-and-barbara-van-schewick-beg-europe-close-net/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">With 4 Days Left, Sir Tim Berners-Lee, Larry Lessig, And Barbara Van Schewick Beg Europe To Close Net Neutrality Loopholes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/inventor-web-wants-europeans-rescue-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Inventor of the Web Wants Europeans To Rescue Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-14">Jul 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-professorin-ber-netzneutralitt-die-kleinen-haben-keine-chance/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford-Professorin über Netzneutralität: ‘Die Kleinen haben keine Chance’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-12">Jul 12, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/wir-haben-keinen-online-journalismus/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Wir haben keinen Online-Journalismus</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-07-12">Jul 12, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-advocates-target-zero-rated-offerings-verizon-t-mobile-others/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality advocates target zero-rated offerings from Verizon, T-Mobile, others</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-24">Jun 24, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/binge-doesnt-live-t-mobiles-claims-researchers-say/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Binge On doesn&#x27;t live up to T-Mobile&#x27;s claims, researchers say</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-22">Jun 22, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-now-zero-rates-90-different-services/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On Now &#x27;Zero Rates&#x27; 90 Different Services</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-14">Jun 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/court-upholds-fcc-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court upholds FCC net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-14">Jun 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-adds-pbs-other-partners-binge/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile adds PBS, other partners to Binge On</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-14">Jun 14, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-india-should-keep-eye-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why India should keep an eye on Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-13">Jun 13, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-architecture-vs-section-222/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet Architecture vs. Section 222</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-06-10">Jun 10, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-announces-new-content-binge-music-freedom-services-have-transmitted-350-petabytes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile announces new content for Binge On, Music Freedom; services have transmitted 350 petabytes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-04-05">Apr 5, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/zero-rating-boon-consumers-or-net-neutrality-nightmare/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Zero rating: a boon to consumers, or a net neutrality nightmare?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-03-23">Mar 23, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-now-exempting-porn-its-usage-caps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Now Exempting Porn From Its Usage Caps</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-03-22">Mar 22, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/binge-freebee-data-push-envelope-net-neutrality-fcc-just-monitors/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Binge On, FreeBee Data push the envelope on net neutrality, but the FCC just &#x27;monitors&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-03-08">Mar 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/comcast-hit-fcc-zero-rating-complaint-over-stream-tv/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comcast Hit With FCC Zero-Rating Complaint Over ‘Stream TV’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-03-03">Mar 3, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-more-danger-ever/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Is in More Danger Than Ever</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-03-01">Mar 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/can-unlimited-video-really-be-bad/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Can unlimited video really be that bad?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-26">Feb 26, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/protecting-open-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Protecting the Open Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-25">Feb 25, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/trai-first-regulator-world-focus-differential-pricing-barbara-van-schewick/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Trai first regulator in world to focus on differential pricing: Barbara van Schewick</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-22">Feb 22, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/india-defends-net-neutrality-against-facebooks-free-basics/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">India Defends Net Neutrality against Facebook’s Free Basics</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-12">Feb 12, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/verizons-zero-rating-go90-likely-spur-fcc-response/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon’s Zero-Rating for Go90 Likely to Spur FCC Response</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-09">Feb 9, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/facebooks-fall-grace-arab-spring-indian-winter/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Facebook’s fall from grace: Arab Spring to Indian winter</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-09">Feb 9, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/india-just-banned-zero-rating-your-move-fcc/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">India Just Banned Zero-Rating. Your Move, FCC.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-09">Feb 9, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/india-trades-free-basics-internet-freedom/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">India Trades Free Basics for Internet Freedom</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-09">Feb 9, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-warns-fcc-tread-lightly-binge-inquiry/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Warns FCC to &#x27;Tread Lightly&#x27; on Binge On Inquiry</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-08">Feb 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/heres-full-text-trais-prohibition-discriminatory-tariffs-data-services-regulations/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Here’s The Full Text Of Trai’s Prohibition Of Discriminatory Tariffs For Data Services Regulations</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-08">Feb 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-fcc-tread-lightly-net-neutrality-investigation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile to FCC: &#x27;Tread lightly&#x27; on net neutrality investigation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-08">Feb 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/full-text-prohibition-discriminatory-tariffs-data-services-regulations-2016/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Full text: The Prohibition of Discriminatory Tariffs for Data Services Regulations, 2016</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-08">Feb 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/vertical-integration-worst-form-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Vertical integration is the worst form of zero rating </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-08">Feb 8, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/verizons-new-video-service-tests-net-neutrality-laws-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon’s New Video Service Tests Net Neutrality Laws</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-06">Feb 6, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/verizons-new-video-service-tests-net-neutrality-laws/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon’s New Video Service Tests Net Neutrality Laws</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-06">Feb 6, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-fcc-tread-lightly-binge-investigation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile to FCC: ‘Tread lightly’ in Binge On investigation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-05">Feb 5, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-urges-fcc-tread-lightly-video-throttling-and-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold"> T-Mobile urges FCC to “tread lightly” on video throttling and zero-rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-05">Feb 5, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/wolverton-battle-net-neutrality-isnt-over/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Wolverton: Battle for net neutrality isn&#x27;t over</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-05">Feb 5, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-uss-bingeon-does-break-net-neutrality-says-law-prof/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile US&#x27;s BingeOn does break net neutrality, says law prof</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-04">Feb 4, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/zero-sum-game-what-you-should-know-about-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">A ZERO SUM GAME? WHAT YOU SHOULD KNOW ABOUT ZERO-RATING</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-04">Feb 4, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/ice-cream-illustrates-why-you-dont-need-fear-zero-rating/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Ice cream illustrates why you don’t need to fear zero rating</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-03">Feb 3, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/mobile-makes-binge-throttling-easier-disable/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Mobile Makes Binge On Throttling Easier to Disable</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-02">Feb 2, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/report-binge-untergrbt-netzneutralitt/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Report: Binge On untergräbt Netzneutralität</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-02">Feb 2, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-expert-t-mobiles-binge-will-lead-internet-down-slippery-slope/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Expert: T-Mobile&#x27;s Binge On Will Lead Internet Down &#x27;A Slippery Slope&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-02">Feb 2, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-service-harms-competition-stanford-study-says/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile service &#x27;harms competition,&#x27; Stanford study says</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-01">Feb 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/law-professor-t-mobiles-binge-program-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Law professor: T-Mobile’s Binge On program violates Net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-01">Feb 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/academic-binge-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Academic: Binge On violates net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-01">Feb 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-law-professor-says-t-mobiles-binge-on-violates-net-neutrality-principles/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford law professor says T-Mobile’s ‘Binge On’ violates Net Neutrality principles</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-02-01">Feb 1, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-illegal-stanford-university-law-professor-says-yes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is T-Mobile&#x27;s Binge On Illegal? Stanford University Law Professor Says Yes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-31">Jan 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/researcher-t-mobile-binge-likely-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Researcher: T-Mobile Binge On likely violates net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-31">Jan 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-supports-idea-t-mobiles-binge-violates-net-neutrality-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Study Supports Idea That T-Mobile&#x27;s &#x27;Binge On&#x27; Violates Net Neutrality, Is &#x27;Likely Illegal&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-31">Jan 31, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-violates-net-neutrality-read-full-report-barbara-van-schewick/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile’s Binge On Violates Net Neutrality? Read Full Report by Barbara van Schewick</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-30">Jan 30, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-binge-plan-net-neutrality-issues-strike-back-yet-again/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Binge On Plan Net Neutrality Issues Strike Back Yet Again</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-30">Jan 30, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-faces-more-accusations-its-violating-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Faces (More) Accusations It&#x27;s Violating Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-30">Jan 30, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-law-professor-says-t-mobile-binge-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Law Professor Says T-Mobile Binge On Violates Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-30">Jan 30, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-t-mobiles-binge-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Study: T-Mobile’s Binge On Is ‘Likely Illegal’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-says-t-mobiles-binge-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford study says T-Mobile’s Binge On is illegal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/new-study-shows-t-mobiles-binge-might-violate-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">New Study Shows T-Mobile’s Binge On might Violate Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-on-flouts-net-neutrality-report-says/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile’s ‘Binge On’ Flouts Net Neutrality, Report Says</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-program-violates-net-neutrality-says-stanford-study/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On Program Violates Net Neutrality, Says Stanford Study</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-may-run-afoul-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On May Run Afoul of Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/scholar-explains-why-t-mobiles-binge-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Scholar explains why T-Mobile’s Binge On is ‘likely illegal’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-promotion-likely-illegal-study-concludes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s &#x27;Binge On&#x27; Promotion &#x27;Likely Illegal,&#x27; Study Concludes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-expert-thinks-t-mobiles-binge-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Expert Thinks T-Mobile’s Binge On Is “Likely Illegal”</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-violates-net-neutrality-says-stanford-report/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold"> T-Mobile’s Binge On violates net neutrality, says Stanford report</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-expert-just-wrote-fcc-saying-t-mobiles-binge-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">A net neutrality expert just wrote the FCC saying T-Mobile’s Binge On is ‘likely illegal’</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-binge-could-be-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile &#x27;Binge On&#x27; could be illegal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-law-professor-tells-fcc-t-mobiles-binge-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford law professor tells the FCC that T-Mobile&#x27;s Binge On is illegal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-law-professor-t-mobiles-binge-on-violates-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Law Professor: T-Mobile’s ‘Binge On’ Violates Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-expert-fcc-t-mobiles-binge-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality expert to FCC: T-Mobile&#x27;s Binge On is &#x27;likely illegal&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-t-mobiles-binge-likely-illegal-659540c150a9320832767555/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford study: T-Mobile&#x27;s Binge On is &#x27;likely illegal&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-t-mobiles-binge-program-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Study: T-Mobile&#x27;s &#x27;Binge On&#x27; Program Violates Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-legal-law-professor-says-no/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is T-Mobile&#x27;s Binge On Legal? Law Professor Says No</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-professor-t-mobile-clearly-violating-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford Professor: T-Mobile is Clearly Violating Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-binge-undermines-net-neutrality-stanford-report-says/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile&#x27;s Binge On Undermines Net Neutrality, Stanford Report Says</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/new-report-fcc-details-how-binge-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">New Report To FCC Details How Binge On Violates Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-finds-t-mobiles-binge-promotion-likely-illegal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford study finds T-Mobile&#x27;s &#x27;Binge On&#x27; promotion is likely illegal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-study-argues-t-mobiles-binge-violates-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford study argues T-Mobile&#x27;s Binge On violates net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-binge-slammed-again-over-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Binge On Slammed (Again) Over Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-video-offering-likely-illegal-says-influential-advocate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile’s video offering likely illegal, says influential advocate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-29">Jan 29, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-and-fuss-over-free-phone-streaming-what-fights-about/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile and the Fuss Over &#x27;Free&#x27; Phone Streaming: What the Fight’s About</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2016-01-11">Jan 11, 2016</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-proponents-warn-loopholes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net-Neutrality Proponents Warn of Loopholes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-12-13">Dec 13, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-unlimited-video-streaming-actually-good-consumers/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is T-Mobile&#x27;s unlimited video streaming actually good for consumers?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-13">Nov 13, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-offers-its-customers-unbargain/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile offers its customers an &#x27;unbargain&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-12">Nov 12, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-streaming-plan-may-challenge-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile streaming plan may challenge net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-12">Nov 12, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobile-video-plan-could-test-fccs-new-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile Video Plan Could Test F.C.C.’s New Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-12">Nov 12, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-net-neutrality-activists-hate-t-mobiles-free-video-plan/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why Net-Neutrality Activists Hate T-Mobile’s Free Video Plan</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-11">Nov 11, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/us-announces-charges-jpmorgan-hack-apple-creates-1000-new-jobs-ireland-why-activists-hate-t/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">U.S. announces charges in JPMorgan hack; Apple creates 1,000 new jobs in Ireland; why activists hate T-Mobile’s video plan</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-11">Nov 11, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/t-mobiles-new-binge-on-plan-teeters-edge-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">T-Mobile’s New ‘Binge On’ Plan Teeters on the Edge of Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-11-11">Nov 11, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/multi-speed-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">A multi-speed Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-31">Oct 31, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/open-internet-goes-europe/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Open Internet Goes to Europe</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-30">Oct 30, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/ec-passes-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EC passes net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-28">Oct 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-approves-net-neutrality-rules-critics-pounce/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU Approves Net Neutrality Rules, Critics Pounce</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-28">Oct 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-rejects-net-neutrality-amendments/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe rejects net neutrality amendments</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-28">Oct 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/european-parliament-just-dealt-major-blow-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The European Parliament just dealt a major blow to net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/apesar-das-crticas-regras-para-neutralidade-da-internet-na-ue-foram-aprovadas/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Apesar das críticas, regras para a neutralidade da Internet na UE foram aprovadas</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/parlamento-europeo-approva-abolizione-roaming-e-norme-su-net-neutrality-polemica-su/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Parlamento europeo approva abolizione roaming e norme su Net neutrality. Polemica su possibilità per telco di gestire traffico, Oettinger: “Solo in emergenza. Chi ne ha di continue dovrà potenziare rete”</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-stemt-vandaag-over-lekke-netneutraliteit/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU stemt vandaag over lekke netneutraliteit</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europski-parlament-izglasao-internet-za-bogate-i-internet-za-siromane/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europski parlament izglasao internet za bogate i internet za siromašne</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-verordnung-netzneutralitt-nur-theoretisch/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU-Verordnung: Netzneutralität nur theoretisch</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/european-parliament-could-be-about-end-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The European Parliament could be about to end net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europa-voteaz-viitorul-internetului-dar-nu-e-un-demers-lipsit-de-probleme/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europa votează viitorul Internetului, dar nu e un demers lipsit de probleme</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/mogelpackung-europaparlament-beschliet-weder-netzneutralitt-noch-das-ende-von-roaming/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Mogelpackung: Europaparlament beschließt weder Netzneutralität noch das Ende von Roaming</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/ganan-las-telecos-europa-vota-contra-la-neutralidad-de-la-red/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Ganan las telecos: Europa vota contra la Neutralidad de la Red</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-parliament-passes-net-neutrality-law-tech-companies-are-unhappy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU Parliament passes net neutrality law, but tech companies are unhappy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/advocates-clamor-against-proposed-eu-net-neutrality-rules-it-bad/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Advocates Clamor Against Proposed EU Net Neutrality Rules: Is It That Bad?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-passes-controversial-net-neutrality-law-many-criticize-full-loopholes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe Passes Controversial Net Neutrality Law Many Criticize As Full Of Loopholes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/live-ticker-net-neutrality-debate-vote-european-parliament/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Live-Ticker net neutrality debate &amp; vote in the European Parliament</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-parlament-beschliet-zweideutige-netzneutralitts-verordnung--jetzt-entscheiden-gerichte/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU-Parlament beschließt zweideutige Netzneutralitäts-Verordnung – Jetzt entscheiden Gerichte und Regulierungsbehörden</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/members-european-parliament-vote-legislation-which-could-affect-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Members of European Parliament to Vote on Legislation Which Could Affect Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-passes-net-neutrality-law-and-ends-mobile-roaming-charges-critics-still-hate-new-regs/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe Passes Net Neutrality Law And Ends Mobile Roaming Charges, But Critics Still Hate The New Regs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/tnyleg-nem-lesz-eurpban-netsemlegessg/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Tényleg nem lesz Európában netsemlegesség</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/ma-gykeresen-megvltozhat-amit-internetezsnek-hvunk/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Ma gyökeresen megváltozhat, amit internetezésnek hívunk</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-tries-save-net-neutrality-killing-it-instead/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe Tries to Save Net Neutrality, Is Killing It Instead</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/maj-leurope-vote-aujourdhui-sur-la-neutralit-du-net-leurope-vot-contre-les-amendements/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">[MAJ] L&#x27;Europe vote aujourd&#x27;hui sur la neutralité du net - l&#x27;Europe a voté contre les amendements</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/here-are-meps-you-should-tweet-about-net-neutrality-morning/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Here Are The MEPs You Should Tweet About Net Neutrality This Morning</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/patru-mari-probleme-pentru-neutralitatea-internetului-dupa-votul-din-parlamentul-european-cu/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Patru mari probleme pentru neutralitatea internetului dupa votul din Parlamentul European. Cu ce te va afecta in mod direct</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europas-nettnytralitet-avgjres-i-dag/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europas nettnøytralitet avgjøres i dag</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/ke-przegosuje-przepisy-o-neutralnoci-sieci/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">KE przegłosuje przepisy o neutralności sieci</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/european-parliament-votes-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">European Parliament Votes for Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/european-parliament-votes-against-net-neutrality-amendments/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">European Parliament votes against net neutrality amendments</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-parliament-set-vote-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU parliament set to vote on net neutrality rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/neutralit-du-net-le-parlement-europen-revoit-ses-prtentions--la-baisse/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Neutralité du net : le parlement européen revoit ses prétentions à la baisse</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-passes-net-neutrality-laws-leave-fast-lane-loopholes/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU passes net neutrality laws that leave &#x27;fast lane&#x27; loopholes</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-27">Oct 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/come-salvare-la-neutralit-della-rete-europa/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Come salvare la neutralità della rete in Europa</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/---------/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Την Τρίτη κρίνεται το μέλλον του ανοικτού διαδικτύου στην Ε.Ε.</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/heute-den-feuilletons-heiter-ist-anders/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Heute in den Feuilletons: &quot;Heiter ist anders&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/morgen-stemt-europa-over-een-voorstel-dat-netneutraliteit-onmogelijk-maakt/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Morgen stemt Europa over een voorstel dat netneutraliteit onmogelijk maakt</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europe-votes-future-its-internet-tuesday/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe votes on the future of its internet Tuesday</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-risk-eu-heads-crucial-vote/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality at risk as EU heads for crucial vote</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/ue-la-vigilia-della-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">UE, la vigilia della net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/avrupa-birliinde-internetin-gelecei-oylanyor/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Avrupa Birliği’nde internetin geleceği oylanıyor</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/4-bezwaren-tegen-europese-netneutraliteit/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">4 bezwaren tegen Europese netneutraliteit</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/future-europes-internet-will-likely-mean-faster-speeds-some/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Future of Europe&#x27;s Internet Will Likely Mean Faster Speeds for Some</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/gigantes-de-tecnologia-assinam-carta-contra-lei-da-unio-europeia-para-neutralidade-da-rede/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Gigantes de tecnologia assinam carta contra lei da União Europeia para neutralidade da rede</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europa-votar-neutralidade-de-rede-nesta-tera-e-isso-pode-mudar-muita-coisa/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europa votará neutralidade de rede nesta terça; e isso pode mudar muita coisa</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/future-europes-internet-line-eu-preps-net-neutrality-vote/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Future of Europe&#x27;s Internet On the Line as EU Preps for Net Neutrality Vote</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/domani-leuropa-voter-sul-futuro-della-neutralit-di-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Domani l’Europa voterà sul futuro della neutralità di internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/web-giants-sir-tim-slam-europes-net-neutrality-rules-eve-vote/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Web giants, Sir Tim slam Europe&#x27;s net neutrality rules on eve of vote</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/est-en-peligro-el-futuro-del-internet-en-europa/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">¿Está en peligro el futuro del Internet en Europa?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/h---internet-----/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">H τύχη του Internet στην Ευρώπη, αύριο στο Ευρωκοινοβούλιο</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eus-net-neutrality-stand-tomorrow/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU’s net neutrality stand-off is tomorrow</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-tech-firms-are-scrambling-against-europes-net-neutrality-bill/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why tech firms are scrambling against Europe’s net neutrality bill</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/fate-europes-net-neutrality-will-be-decided-tomorrow/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The fate of Europe’s net neutrality will be decided tomorrow</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/tech-giants-sign-letter-against-eu-laws-hand-huge-new-powers-isps/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Tech Giants Sign Letter Against EU Laws To Hand Huge New Powers To ISPs</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-europes-net-neutrality-plan-more-controversial-us-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why Europe’s net neutrality plan is more controversial than US rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-prepares-vote-awful-loophole-filled-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The EU Prepares To Vote For Awful, Loophole-Filled Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/der-erfinder-des-www-bangt-um-sein-baby/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Der Erfinder des WWW bangt um sein Baby</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/leurope-vote-demain-sur-lavenir-de-linternet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">L’Europe vote demain sur l’avenir de l’Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-26">Oct 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/tech-firms-rally-against-harmful-eu-net-neutrality-laws-deadline-looms/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Tech Firms Rally Against Harmful EU Net Neutrality Laws As Deadline Looms</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-25">Oct 25, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/schlupflcher-fr-ein-zwei-klassen-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Schlupflöcher für ein Zwei-Klassen-Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-24">Oct 24, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/european-net-neutrality-threat-needs-urgent-action-says-us-lawyer/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">European net neutrality threat needs urgent action, says US lawyer</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-23">Oct 23, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eu-net-neutrality-vote-next-week-heres-how-fix-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">EU net neutrality up for a vote next week: Here’s how to fix the proposal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-23">Oct 23, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/demain-votre-oprateur-pourrait-brider-les-dbits-des-vpn-et-de-bittorrent/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Demain, votre opérateur pourrait brider les débits des VPN et de BitTorrent</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-23">Oct 23, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/eus-impending-net-neutrality-rules-are-terrible-they-can-be-fixed/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The EU&#x27;s impending Net Neutrality rules are terrible, but they can be fixed</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-23">Oct 23, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/stanford-professor-populre-fildelingstjenester-trues-af-eu-lov-med-svag-netneutralitet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Stanford-professor: Populære fildelingstjenester trues af EU-lov med svag netneutralitet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-22">Oct 22, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/europes-net-neutrality-could-allow-torrent-and-vpn-throttling/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Europe’s ‘Net Neutrality’ Could Allow Torrent and VPN Throttling</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-22">Oct 22, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/barbara-van-schewick--one-women-who-won-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Barbara van Schewick – One of the Women Who Won Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-10-08">Oct 8, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-could-become-biggest-face-corporate-speech-citizens-united/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality could become the biggest face-off on corporate speech since Citizens United</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-09-28">Sep 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/marvin-ammori-susan-crawford-tim-wu/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Marvin Ammori, Susan Crawford, Tim Wu</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-09-10">Sep 10, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/carriers-should-stop-attacking-open-internet-order/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Carriers should stop attacking the Open Internet Order</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-08-04">Aug 4, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/sprint-ditches-600-kbps-streaming-video-speed-limit-after-outcry/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sprint ditches 600 Kbps streaming video speed limit after outcry</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-07-01">Jul 1, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/sprint-called-out-throttling-policy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sprint Is Called Out on Throttling Policy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-06-30">Jun 30, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/sneak-attack-congress-plan-kill-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Sneak attack! Congress&#x27; plan to kill Net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-06-12">Jun 12, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/bill-blocking-net-neutrality-approved-financial-service-subcommittee/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Bill Blocking Net Neutrality Approved By Financial Service Subcommittee</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-06-11">Jun 11, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/shots-fired-new-web-war/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Shots fired in new Web war</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-04-19">Apr 19, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-some-people-believe-mark-zuckerbergs-plan-bring-cheap-internet-world-majorly-flawed/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why some people believe Mark Zuckerberg&#x27;s plan to bring cheap internet to the world is majorly flawed</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-04-17">Apr 17, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/dear-mark-zuckerberg-facebook-not-and-should-not-be-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Dear Mark Zuckerberg, Facebook is not, and should not be the internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-04-16">Apr 16, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/network-neutrality-toolkit/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Network Neutrality Toolkit</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-04-15">Apr 15, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/innovating-networked-organization/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Innovating in the Networked Organization</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-03-25">Mar 25, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-part-2-rules-praised-questions-remain/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Part 2: Rules Praised, Questions Remain</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-03-13">Mar 13, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/can-net-neutrality-survive-impending-onslaught-lawsuits/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Can Net Neutrality Survive the Impending Onslaught of Lawsuits?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-03-05">Mar 5, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-survives-day-weird-politics/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet survives day of weird politics</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-03-03">Mar 3, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/fccs-3-2-vote-codifies-net-neutrality-concept/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC’s 3-2 vote codifies Net Neutrality concept</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-28">Feb 28, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/future-net-neutrality-now-political-waiting-game/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The future of net neutrality is now a political waiting game</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-27">Feb 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-passes-net-neutrality-rules-promote-open-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC passes net neutrality rules to promote an open internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-27">Feb 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-fccs-new-net-neutrality-rules-are-likely-survive-legal-congressional-challenges/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why FCC&#x27;s New &#x27;Net Neutrality&#x27; Rules Are Likely To Survive Legal, Congressional Challenges</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-27">Feb 27, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-decision-cheered-tech-decried-telecoms/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net neutrality decision cheered by tech, decried by telecoms</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-26">Feb 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/what-net-neutrality-rules-could-mean-your-wireless-carrier/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What Net Neutrality Rules Could Mean For Your Wireless Carrier</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-26">Feb 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/how-googles-silence-helped-net-neutrality-win/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How Google&#x27;s Silence Helped Net Neutrality Win</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-26">Feb 26, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/what-net-neutrality-rules-could-mean-your-wireless-carrier-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What Net Neutrality Rules Could Mean For Your Wireless Carrier</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-25">Feb 25, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-hit-net-neutrality-lobbying-blitz/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC hit with net neutrality lobbying blitz</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-25">Feb 25, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/five-loopholes-could-undermine-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Five Loopholes That Could Undermine Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-24">Feb 24, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/woman-fate-internet-her-hands-reveals-thoughts-upcoming-net-neutrality-vote/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Woman With The Fate Of The Internet In Her Hands Reveals Thoughts On Upcoming Net Neutrality Vote</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-24">Feb 24, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/fccs-general-conduct-standard-draws-concern/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC&#x27;s &#x27;General Conduct&#x27; Standard Draws Concern</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-19">Feb 19, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/surprise-surprise-theres-partisan-divide-net-neutrality-debate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Surprise, surprise: There&#x27;s a partisan divide in the net neutrality debate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-06">Feb 6, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/how-ragtag-band-activists-won-battle-net-neutrality-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">How a Ragtag Band of Activists Won the Battle for Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-05">Feb 5, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/faculty-point-barbara-van-schewick-network-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Faculty on Point | Barbara van Schewick on Network Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-03">Feb 3, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/major-policy-shift-fcc-will-regulate-internet-public-utility-report/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">In a major policy shift, FCC will regulate Internet as a public utility (report)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-02-02">Feb 2, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/now-liberals-are-winning-net-neutrality-republicans-want-compromise/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Now that liberals are winning on net neutrality, Republicans want a compromise</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-01-21">Jan 21, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/republicans-wage-last-minute-campaign-undermine-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Republicans Wage Last-Minute Campaign To Undermine Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2015-01-21">Jan 21, 2015</time> </a> </li> <li class="border-b border-border"> <a href="/press/we-need-be-pragmatic-about-principle-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">We need to be pragmatic about the principle of net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-29">Nov 29, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-essential-american-way-life/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Is &quot;Net Neutrality&quot; Essential to the American Way of Life?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-13">Nov 13, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/what-net-neutrality-explainer/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">What is &#x27;Net Neutrality&#x27;? An explainer</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-11">Nov 11, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/obamas-internet-rules-could-boost-13-trillion-connected-web/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Obama&#x27;s Internet Rules Could Boost $1.3 Trillion Connected Web</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-11">Nov 11, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/obama-thrills-left-web-fight/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Obama thrills left with Web fight</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-10">Nov 10, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-likely-delay-net-neutrality-rules-until-next-year/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC Likely to Delay Net-Neutrality Rules Until Next Year</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-07">Nov 7, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/hybrid-net-neutrality-makes-no-one-happy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Hybrid Net Neutrality Makes No One Happy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-11-03">Nov 3, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-eying-net-neutrality-plan-will-make-no-one-happy/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC Eying Net Neutrality Plan That Will Make No One Happy</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-10-31">Oct 31, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-close-hybrid-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC &#x27;Close&#x27; to Hybrid Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-10-31">Oct 31, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/right-way-fix-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Right Way to Fix the Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-10-14">Oct 14, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/wireless-plans-add-new-twist-net-neutrality-debate/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Wireless Plans Add New Twist to Net Neutrality Debate</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-09-24">Sep 24, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/momentum-building-net-neutrality-compromise/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Momentum is building for a net neutrality compromise</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-09-16">Sep 16, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/open-internet-roundtable-policy-approaches/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Open Internet Roundtable - Policy Approaches</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-09-16">Sep 16, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/green-party-fcc-instead-tampering-net-neutrality-make-internet-free-public-resource/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Green Party to FCC: Instead of tampering with Net Neutrality, make Internet a free public resource</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-19">May 19, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/week-review-behind-times-big-change-and-fccs-proposal-moves-forward/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">This Week in Review: Behind The Times’ big change, and the FCC’s proposal moves forward</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-16">May 16, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/protecting-and-promoting-open-internet-notice-proposed-rulemaking/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Protecting and Promoting the Open Internet - Notice of Proposed Rulemaking</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-15">May 15, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/times-netflix-movies-make-third-traffic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">At times, Netflix movies make up a third of traffic</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-15">May 15, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-unveil-proposed-rules-govern-internet-traffic/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC To Unveil Proposed Rules To Govern Internet Traffic</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-15">May 15, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-puts-fcc-center-storm/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">‘Net neutrality’ puts FCC at center of storm</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-14">May 14, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-plan-put-fcc-thicket-it-has-avoided-0/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net-Neutrality Plan to Put FCC in a Thicket It Has Avoided</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-13">May 13, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-plan-put-fcc-thicket-it-has-avoided/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net-Neutrality Plan to Put FCC in a Thicket It Has Avoided </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-13">May 13, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-chair-cracks-door-open-reclassifying-broadband-public-utility/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC chair cracks door open to reclassifying broadband as a public utility</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-12">May 12, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/panel-discussion-proposed-fcc-net-neutrality-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">A Panel Discussion on Proposed FCC Net Neutrality Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-08">May 8, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-you-should-be-worried-about-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why you should be worried about net neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-04">May 4, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/fccs-wheeler-tries-clarify-net-neutrality-stance-again/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC&#x27;s Wheeler Tries to Clarify Net Neutrality Stance, Again</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-05-01">May 1, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-advocates-prepare-fight-pay-play-proposal/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Advocates Prepare To Fight Pay-For-Play Proposal</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-04-25">Apr 25, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/barbara-van-shewick-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Barbara van Shewick on Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2014-01-16">Jan 16, 2014</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-issues-and-barbara-van-schewicks-internet-architecture-and-innovation-book/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Issues and Barbara van Schewick’s “Internet Architecture and Innovation” Book</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-09-28">Sep 28, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/use-social-media-get-law-school/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Use Social Media to Get Into Law School</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-09-04">Sep 4, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/van-schewicks-view-net-neutrality-and-quality-service/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Van Schewick’s View of Net Neutrality and Quality of Service</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-06-14">Jun 14, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/center-internet-and-society-director-barbara-van-schewick-provides-roadmap-enforcing-net/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Center for Internet and Society Director Barbara van Schewick Provides Roadmap for Enforcing Net Neutrality Rules </h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-06-11">Jun 11, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/has-internet-run-out-ideas-already/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Has the Internet Run Out of Ideas Already?</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-04-28">Apr 28, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/verizon-versus-google-wallet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon Versus Google Wallet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2012-01-13">Jan 13, 2012</time> </a> </li> <li class="border-b border-border"> <a href="/press/professor-lodges-complaint-over-verizons-block-google-wallet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Professor Lodges Complaint over Verizon&#x27;s Block of Google Wallet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-12-19">Dec 19, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-scholar-barbara-van-schewick-urges-fcc-investigate-verizons-blocking-google/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality Scholar Barbara van Schewick Urges FCC to Investigate Verizon&#x27;s Blocking of Google Wallet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-12-18">Dec 18, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/circuit-bt-sues-google-fcc-urged-investigate-verizon-ftc-asks-icann-slow-down/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">The Circuit: BT Sues Google, FCC Urged to Investigate Verizon, FTC asks ICANN to Slow Down</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-12-18">Dec 18, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/verizon-draws-fire-limiting-subscribers-cheap-data-relays/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Verizon Draws Fire For Limiting Subscribers’ Cheap Data Relays</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-08-10">Aug 10, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/net-neutrality-hungry-beast/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Net Neutrality (Hungry Beast)</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-05-18">May 18, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/one-three-american-cell-phone-users-has-smartphone-data-plans-could-burden-networks/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">One in Three American Cell Phone Users has a Smartphone; Data Plans Could Burden Networks</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-04-18">Apr 18, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/why-its-time-get-fence-about-net-neutrality/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Why It&#x27;s Time to Get Off the Fence about Net Neutrality</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-03-11">Mar 11, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/passing-through-why-open-internet-worth-saving/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Passing Through - Why The Open Internet Is Worth Saving</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2011-02-28">Feb 28, 2011</time> </a> </li> <li class="border-b border-border"> <a href="/press/regs-advocate-net-neutrality-stronger-you-think/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Regs Advocate: Net Neutrality &#x27;Stronger Than You Think&#x27;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-26">Dec 26, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-set-back-internet-traffic-rules/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC Set To Back Internet Traffic Rules</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-21">Dec 21, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/four-takes-why-net-neutrality-matters/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Four Takes on Why Net Neutrality Matters</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-19">Dec 19, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/barbara-van-schewick-internet-architecture-and-innovation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Barbara van Schewick on Internet Architecture and Innovation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-12-16">Dec 16, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/prelude-book-review-barbara-van-schewicks-internet-architecture-and-innovation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Prelude To A Book Review: Barbara van Schewick’s Internet Architecture And Innovation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-08-27">Aug 27, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/essential-new-book-net-policy-blessed-lessig-internet-architecture-and-innovation/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Essential new book on &#x27;Net Policy (blessed by Lessig!): &quot;Internet Architecture and Innovation&quot;</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-08-12">Aug 12, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-policy-most-important-book-years-now-out/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet Policy: Most Important Book In Years is Now Out</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-08-11">Aug 11, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/internet-architecture-and-innovation-659540c250a93208327675eb/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Internet Architecture And Innovation</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-08-10">Aug 10, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/another-deregulation-debacle/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Another Deregulation Debacle</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-08-10">Aug 10, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/comm-dailyr-notebook/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Comm Daily(R) Notebook</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-05-06">May 6, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/fcc-panelists-net-neutrality-protects-innovation-and-freedom/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">FCC panelists: Net neutrality protects innovation and freedom</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-04-29">Apr 29, 2010</time> </a> </li> <li class="border-b border-border"> <a href="/press/court-decision-could-lead-fcc-redefine-internet/" class="block py-2.5 hover:bg-backgr-tone pr-4"> <h3 class="text-sm leading-tight font-semibold">Court Decision Could Lead FCC To Redefine Internet</h3> <time class="mt-1 text-xs text-typogr-tone opacity-80" datetime="2010-04-09">Apr 9, 2010</time> </a> </li> </ul> </div> </div> </div> </section> <section class="px-4 my-6 mb-16" data-section="author-feed" data-author="barbara-van-schewick"> <div class="max-w-container mx-auto"> <h2 class="font-inter text-base font-semibold uppercase opacity-60 mb-3">Recent articles</h2> <div class="grid grid-cols-1 gap-6 sm:grid-cols-2 md:grid-cols-3 mb-8" data-post-feed="author" > <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2025-02-24">Feb 24, 2025</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/isps-fear-wave-of-state-laws-after-new-yorks-15-broadband-mandate/">ISPs fear wave of state laws after New York’s $15 broadband mandate</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> We asked AT&amp;T if it still believes that it would be impossible to comply with the zero-rating rule only in California. We also asked AT&amp;T if it is compl&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2025-01-09">Jan 9, 2025</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/law-prof-van-schewick-calls-net-neutrality-ruling-a-radical-decision/">Law Prof van Schewick Calls Net Neutrality Ruling &#x27;a Radical Decision’</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Another net neutrality autopsy has rolled in following the Federal Communications Commission’s recent defeat in a landmark net neutrality case. On Jan. 2, a pa&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2025-01-09">Jan 9, 2025</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/court-decision-to-block-net-neutrality-rules-sparks-alarm-industry-concerns/">Court decision to block net neutrality rules sparks alarm industry concerns</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> In a recent NPR interview, Barbara van Schewick, a Stanford University law professor and long-time advocate for net neutrality, warned that ISPs now have the po&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2025-01-07">Jan 7, 2025</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/verbraucherzentrale-wirft-der-telekom-drosselung-vor/">Verbraucherzentrale wirft der Telekom Drosselung vor</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Die Verbraucherzentrale Bundesverband (VZBV) wirft der Deutschen Telekom ein Ausbremsen des Internets durch kostenpflichtiges Zusammenschalten wie Peering vor.&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2025-01-06">Jan 6, 2025</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/what-may-be-next-after-a-federal-court-struck-down-the-fccs-net-neutrality-rules/">What may be next after a federal court struck down the FCC&#x27;s net neutrality rules</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> NPR&#39;s Juana Summers speaks with Stanford Law Professor Barbara van Schewick about a federal court&#39;s decision to strike down the Biden administration&#39&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-12-03">Dec 3, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/meta-to-invest-10b-in-exclusive-40-000-km-subsea-cable-report/">Meta To Invest $10B in Exclusive 40,000 km Subsea Cable: Report</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Naturally, companies don’t have complete control over service quality given that they rely on telecom companies’ networks to provide their services, however, as&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-09-27">Sep 27, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/meta-deutsche-telekom-standoff-in-the-eu-is-something-to-keep-an-eye-on/">Meta, Deutsche Telekom Standoff In The EU Is Something To Keep An Eye On</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Net neutrality expert and Stanford Law Professor Barbara van Schewick warns in a blog post that the next step for DT is to specifically punish Meta by slowing a&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/blog/">Blog</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-09-25">Sep 25, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/blog/2024/09/a-deutsche-telekom-shakedown-will-instagram-facebook-whatsapp-slow-to-a-crawl/">A Deutsche Telekom Shakedown: Will Instagram, Facebook and WhatsApp slow to a crawl in Germany as DT tries to get paid twice, and will German regulators have the courage to stop DT’s bullying?</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> We are about to see whether the largest and most powerful telecom in Europe, Deutsche Telekom (DT), can force websites and apps to pay so-called “network fe&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/press/">Press</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-09-23">Sep 23, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/press/consulation-on-eus-future-connectivity-networks-again-no-support-for-regulatory-intervention/">Consulation on EU&#x27;s Future Connectivity Networks: (Again) No Support for Regulatory Intervention</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> On the other side, just like last time, we only find telecommunications companies and their trade associations. No one else. The “fair share” narrative lost all&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/publication/">Publication</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-08-01">Aug 1, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/publications/comments-submitted-berec-consultation-draft-berec-report-ip-interconnection-ecosystem/">Comments submitted to the BEREC Consultation on the Draft BEREC Report on the IP Interconnection Ecosystem</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Comments submitted to the BEREC Consultation on the Draft BEREC Report on the IP Interconnection Ecosystem. I welcome the opportunity to submit comments to the&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/blog/">Blog</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-07-01">Jul 1, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/blog/2024/07/its-groundhog-day-european-commission-2/">It&#x27;s Groundhog Day at the European Commission</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> For the past two years, the European Commission has been pushing to radically change the internet and telecommunications market in the EU in order to benefit Eu&hellip; </p> </article> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" href="/our-work/topics/publication/">Publication</a> <span class="mx-2 opacity-50">•</span> <time class="" datetime="2024-06-30">Jun 30, 2024</time> </div> <h3 class="leading-snug text-lg font-semibold hover:underline"><a href="/publications/its-groundhog-day-european-commission/">It’s Groundhog Day at the European Commission</a></h3> <p class="text-sm leading-relaxed text-typogr-tone"> Response to the European Commission’s White Paper “How to master Europe’s digital infrastructure needs?” Even though it’s summer, it appears to be Groundhog Da&hellip; </p> </article> </div> <nav class="my-12 flex items-center justify-center gap-4 font-medium text-[0.85rem] sm:gap-6 " data-pagination> <a data-prev class="flex items-center gap-0.5 border border-border rounded-theme px-4 py-1.5 cursor-not-allowed" href="javascript:"> <i class="icon icon-chevron-left w-4 h-4 stroke-2 -ml-1 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg> </i><span>Prev</span> </a> <span data-page-number class="opacity-75">Page 1 of 45</span> <a data-next class="flex items-center gap-0.5 border border-border rounded-theme px-4 py-1.5 hover:bg-typogr hover:text-backgr hover:border-typogr" href="/about/people/barbara-van-schewick/page/2/"> <span>Next</span><i class="icon icon-chevron-right h-4 w-4 stroke-2 -mr-1 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg> </i> </a> </nav> </div> </section> </main> <footer class="bg-backgr-tone px-4 border-t border-border"> <div class="max-w-container mx-auto flex flex-col py-8"> <nav class="text-sm text-typogr-tone pb-4"> <ul class="flex flex-wrap gap-3 md:gap-4" data-nav-items> <li class="nav-about-us " data-label="About Us" data-length="8"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/about-us/"> <span>About Us</span> </a> </li> <li class="nav-work " data-label="Work" data-length="4"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/work/"> <span>Work</span> </a> </li> <li class="nav-people " data-label="People" data-length="6"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/people/"> <span>People</span> </a> </li> <li class="nav-blog " data-label="Blog" data-length="4"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/blog/"> <span>Blog</span> </a> </li> <li class="nav-publications " data-label="Publications" data-length="12"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/publications/"> <span>Publications</span> </a> </li> <li class="nav-press " data-label="Press" data-length="5"> <a class="hover:underline decoration-2" href="https://cyberlaw.stanford.edu/press/"> <span>Press</span> </a> </li> </ul> </nav> <div class="text-sm opacity-60 pt-4 border-t border-border"> <span>&copy;2025.</span> <span>Stanford Center for Internet and Society</span> </div> </div> </footer> <template data-post-card-template> <article class="flex flex-col gap-3 p-4 bg-backgr-tone border border-border rounded-theme md:px-6 md:py-5"> <div class="flex font-medium text-[0.8rem] text-brand"> <a class="hover:underline decoration-2" data-template-tag href=""></a> <span class="mx-2 opacity-50">•</span> <time class="" data-template-date></time> </div> <h2 class="leading-snug text-lg font-semibold hover:underline"> <a data-template-title href=""></a> </h2> <p class="text-sm leading-relaxed text-typogr-tone" data-template-excerpt></p> </article> </template> <template data-publication-types="blog,press,white-paper-report,litigation-brief,regulatory-filing,academic-writing,journal-article,report,working-papers,other-writing"></template> <template data-cis-team="barbara-van-schewick,elaine-adolfo,russell-degraff"></template> <script> const info = document.querySelector('.ghost-content .detail-list.person') const infoElement = document.querySelector('[data-author-info]') if (info && infoElement) infoElement.appendChild(info) const authorResearch = document.querySelector('.detail-list-item.topics') if (authorResearch) { authorResearch.querySelector('.item-key').innerText = 'Research:' const researchAreas = authorResearch.querySelectorAll('.item-value a') researchAreas.forEach(area => { const href = area.href.replace('/tag/', '/our-work/topics/'); area.setAttribute('href', href) }) } </script> <template data-toggle-template> <button class="-ml-2" title="Menu toggle" aria-label="Menu toggle" onclick="this.classList.toggle('rotate-180');this.nextElementSibling.classList.toggle('hidden')" > <i class="icon icon-chevron-down w-5 h-5 stroke-2 stroke-2"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M6 9l6 6l6 -6" /> </svg> </i> </button> </template> <script> function renderSubmenus() { // const navItems = document.querySelectorAll('[data-nav] li') const navItems = document.querySelectorAll('[data-nav-items] li') const subItems = document.querySelectorAll('.is-subitem') // Remove '-' signs subItems.forEach(item => { const itemName = item.querySelector('a span') itemName.innerText = itemName.innerText.slice(1) }); // Add subitems in place let subMenu, hasItems navItems.forEach((item, index) => { if (item.classList.contains('is-subitem') && !navItems[index - 1].classList.contains('is-subitem')) navItems[index - 1].classList.add('is-mainitem'); subMenu = item.classList.contains('is-subitem') ? subMenu : document.createElement('ul'); if (item.classList.contains('is-subitem')) { subMenu.appendChild(item) subMenu.setAttribute('data-nav-items', '') subMenu.setAttribute('data-nav-subitems', '') if (subMenu.closest('[data-nav-desktop]')) { subMenu.classList.add('absolute', 'z-[1]', 'flex','flex-col', 'shadow-2xl', 'border', 'border-border', 'bg-backgr-tone', '-ml-0.5', 'mt-10', 'top-1', 'hidden') } else { subMenu.classList.add('basis-full', 'border-t', 'border-border', 'hidden') } } else { item.appendChild(subMenu) } }); const dropdowMenus = document.querySelectorAll('[data-nav-items] .is-mainitem') const toggle = document.querySelector('[data-toggle-template]'); dropdowMenus.forEach(menu => { const toggleBtn = toggle.content.cloneNode(true); menu.insertBefore(toggleBtn, menu.children[1]); }); } </script> <script> document.addEventListener('DOMContentLoaded', function() { var links = document.querySelectorAll('a'); links.forEach(function(link) { if (link.hostname != window.location.hostname) { link.target = '_blank'; } }); }); </script> <script> let regex = new RegExp(/\[\[([0-9]+)\]\](?!:)/, 'g') ; document.querySelectorAll('article p, article li, article figcaption, article .kg-callout-text').forEach(element => { var textchunk = ""; for (var i = 0; i < element.childNodes.length; i++) { var curNode = element.childNodes[i]; if (curNode.nodeName === "#text") { textchunk=curNode.nodeValue const matches = curNode.nodeValue.matchAll(regex); for (const match of matches) { let firstpiece = textchunk.slice(0,match.index) let lastpiece = textchunk.slice(match.index + match[0].length) let linkpiece = ` <sup id="fnref:${match[1]}"> <a href="#fn:${match[1]}">${match[1]}</a> </sup> ` let newpiece = firstpiece + linkpiece + lastpiece let tmp = document.createRange().createContextualFragment(newpiece) curNode.replaceWith(tmp) } } } } ) let regex2 = new RegExp(/\[\[([0-9]+)\]\]:/, 'g') for (let node of document.querySelectorAll('article p')) { textchunk=node.innerHTML const matches = textchunk.matchAll(regex2); for (const match of matches) { let newpiece = `<div class="footnotes"><ol><li class="footnote" id="fn:${match[1]}"><p>${textchunk.slice(match[1].length + 5)} <a href="#fnref:${match[1]}" title="return to article"> ↩</a></p></ol></div>` let tmp = document.createRange().createContextualFragment(newpiece) node.replaceWith(tmp) } } </script> <style> .littlefoot { --popover-background-color: white; --popover-horizontal-padding: 2rem; --popover-vertical-padding: 1.5rem; } /* Littlefoot */ .littlefoot{--button-background-color:#949494;--button-text-color:#fff;--button-active-background-color:#3f3f3f;--button-active-text-color:#fff;--button-border-radius:8px;--button-border-radius:0.5rem;--button-height:16px;--button-height:1rem;--button-margin:0 1.6px;--button-margin:0 0.1rem;--button-padding:0 9.6px;--button-padding:0 0.6rem;--button-transition:background-color 0.25s ease,color 0.25s ease;--popover-background-color:#f5f5f5;--popover-text-color:#111;--popover-border:1px solid #949494;--popover-border-radius:8px;--popover-border-radius:0.5rem;--popover-max-height:15em;--popover-max-width:90%;--popover-horizontal-padding:22.4px;--popover-horizontal-padding:1.4rem;--popover-vertical-padding:9.6px;--popover-vertical-padding:0.6rem;--popover-shadow:0 0 8px rgba(0,0,0,.302);--popover-transform-origin:50% 0;--popover-transform:scale(0.1) translateZ(0);--popover-active-transform:scale(1) translateZ(0);--popover-transition:opacity 0.25s ease,transform 0.25s ease;--popover-width:22em;--popover-scroll-indicator-color:#3f3f3f;--popover-tooltip-size:8px;--popover-tooltip-size:0.5rem;position:relative}.littlefoot__button{background-color:var(--button-background-color);border:0;border:var(--button-border,0);border-radius:var(--button-border-radius);color:var(--button-text-color);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--button-font-size,12px);font-size:.75rem;font-size:var(--button-font-size,.75rem);font-weight:400;font-weight:var(--button-font-weight,initial);height:var(--button-height);margin:var(--button-margin);padding:var(--button-padding);-webkit-text-decoration:none;text-decoration:none;transition:var(--button-transition);vertical-align:middle}.littlefoot__button.is-active,.littlefoot__button:active,.littlefoot__button:focus,.littlefoot__button:hover{background-color:var(--button-active-background-color);color:var(--button-active-text-color)}.littlefoot__button svg{float:left;height:4.8px;height:.3rem}.littlefoot__popover{border:var(--popover-border);border-radius:var(--popover-border-radius);box-shadow:var(--popover-shadow);margin:calc(var(--popover-tooltip-size) + var(--button-height)) 0;max-width:var(--popover-max-width);position:absolute;top:0;transform:var(--popover-transform);transform-origin:var(--popover-transform-origin);transition:var(--popover-transition);width:var(--popover-width);z-index:1}.littlefoot__popover.is-above{bottom:0;top:auto}.littlefoot__popover.is-active{transform:var(--popover-active-transform)}.littlefoot__wrapper{position:relative;z-index:1}.littlefoot__content,.littlefoot__wrapper{border-radius:var(--popover-border-radius)}.littlefoot__content{-webkit-overflow-scrolling:touch;background-color:var(--popover-background-color);color:var(--popover-text-color);font-family:initial;font-family:var(--popover-font-family,initial);font-size:medium;font-size:var(--popover-font-size,initial);font-style:normal;font-style:var(--popover-font-style,initial);font-weight:400;font-weight:var(--popover-font-weight,initial);line-height:normal;line-height:var(--popover-line-height,normal);max-height:var(--popover-max-height);overflow:auto;padding:var(--popover-vertical-padding) var(--popover-horizontal-padding)}.littlefoot__content img{max-width:100%}.littlefoot__content:focus{outline:none}.is-scrollable{--arrow-x:calc(var(--popover-horizontal-padding)*-1);--arrow-y:calc(var(--popover-vertical-padding)/2)}.is-scrollable .littlefoot__content:after{bottom:0;color:var(--popover-scroll-indicator-color);content:"\21E3";display:block;left:0;opacity:1;position:sticky;text-align:center;transform:translateX(var(--arrow-x)) translateY(var(--arrow-y));transition:var(--popover-transition);width:var(--popover-horizontal-padding)}.is-scrollable.is-fully-scrolled .littlefoot__content:after{opacity:0}.littlefoot__tooltip{--tooltip-margin:calc(var(--popover-tooltip-size)*-1);background-color:var(--popover-background-color);border:var(--popover-border);box-shadow:var(--popover-shadow);height:calc(var(--popover-tooltip-size)*2);margin-left:var(--tooltip-margin);position:absolute;transform:rotate(45deg);width:calc(var(--popover-tooltip-size)*2)}.is-below .littlefoot__tooltip{top:var(--tooltip-margin)}.is-above .littlefoot__tooltip{bottom:var(--tooltip-margin)}@media (max-width:767px){.littlefoot__popover{border-radius:0;border-width:1px 0 0;bottom:0;left:0!important;margin:0;max-width:100%!important;position:fixed;right:0;top:auto;transform:translateY(100%);width:100%}.littlefoot__popover.is-active{transform:translateY(0)}.littlefoot__wrapper{border-radius:0;max-width:100%!important;transform:none}.littlefoot__tooltip{display:none}}@media not print{.littlefoot--print{display:none}}@media print{.littlefoot__button,.littlefoot__popover{display:none}} .littlefoot__wrapper a { text-decoration: underline; } </style> <script> // inlined Littlefoot code below !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).littlefoot={})}(this,(function(e){"use strict";var t=function(){return t=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},t.apply(this,arguments)},n=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self,{__esModule:!0}),r=n.getStyle=void 0;r=n.getStyle=function(e,t){var n,r=((null===(n=e.ownerDocument)||void 0===n?void 0:n.defaultView)||window).getComputedStyle(e);return r.getPropertyValue(t)||r[t]};var o=void 0,i=n,a=96,c=25.4;function u(e){return e?i.getStyle(e,"fontSize")||u(e.parentElement):i.getStyle(window.document.documentElement,"fontSize")}function s(e,t){e.classList.add(t)}function l(e,t){e.classList.remove(t)}function f(e){var t;null===(t=e.parentNode)||void 0===t||t.removeChild(e)}o=function e(t,n){var r,o,i=null!==(o=null===(r=null==n?void 0:n.ownerDocument)||void 0===r?void 0:r.defaultView)&&void 0!==o?o:window,s=i.document.documentElement||i.document.body,l=function(e){var t,n=e||"0",r=parseFloat(n),o=n.match(/[\d-.]+(\w+)$/);return[r,(null!==(t=null==o?void 0:o[1])&&void 0!==t?t:"").toLowerCase()]}(t),f=l[0];switch(l[1]){case"rem":return f*e(u(window.document.documentElement));case"em":return f*e(u(n),null==n?void 0:n.parentElement);case"in":return f*a;case"q":return f*a/c/4;case"mm":return f*a/c;case"cm":return f*a*10/c;case"pt":return f*a/72;case"pc":return f*a/6;case"vh":return(f*i.innerHeight||s.clientWidth)/100;case"vw":return(f*i.innerWidth||s.clientHeight)/100;case"vmin":return f*Math.min(i.innerWidth||s.clientWidth,i.innerHeight||s.clientHeight)/100;case"vmax":return f*Math.max(i.innerWidth||s.clientWidth,i.innerHeight||s.clientHeight)/100;default:return f}};var d="littlefoot__tooltip";function p(e){var t=e.offsetHeight,n=e.getBoundingClientRect().top+t/2;return{above:n,below:window.innerHeight-n}}function v(e){var t=parseFloat(r(e,"marginLeft")),n=e.offsetWidth-t;return(e.getBoundingClientRect().left+n/2)/window.innerWidth}function h(e,t){var n=2*parseInt(r(e,"marginTop"),10)+e.offsetHeight;return t.below<n&&t.below<t.above?"above":"below"}var m="is-active",g="is-changing",y="is-scrollable",b=function(e){return!!e.parentElement};function w(e){var t=e.id,n=e.button,i=e.content,a=e.host,c=e.popover,u=e.wrapper,w=!1,x=0,E="above";return{id:t,activate:function(e){var t;n.setAttribute("aria-expanded","true"),s(n,g),s(n,m),n.insertAdjacentElement("afterend",c),c.style.maxWidth=document.body.clientWidth+"px",t=i,x=Math.round(o(r(t,"maxHeight"),t)),null==e||e(c,n)},dismiss:function(e){n.setAttribute("aria-expanded","false"),s(n,g),l(n,m),l(c,m),null==e||e(c,n)},isActive:function(){return n.classList.contains(m)},isReady:function(){return!n.classList.contains(g)},isHovered:function(){return w},ready:function(){s(c,m),l(n,g)},remove:function(){f(c),l(n,g)},reposition:function(){b(c)&&(i.style.maxHeight=function(e,t,n){var o=p(t),i=h(e,o),a=parseInt(r(e,"marginTop"),10);return Math.min(n,o[i]-a-15)}(c,n,x)+"px",E=function(e,t,n){var r=h(e,p(t));if(n!==r){l(e,"is-"+n),s(e,"is-"+r);var o=100*v(t)+"%",i="above"===r?"100%":"0";e.style.transformOrigin=o+" "+i}return r}(c,n,E),c.offsetHeight<i.scrollHeight?(s(c,y),i.setAttribute("tabindex","0")):(l(c,y),i.removeAttribute("tabindex")))},resize:function(){b(c)&&(c.style.left=function(e,t){var n=e.offsetWidth;return-v(t)*n+parseInt(r(t,"marginLeft"),10)+t.offsetWidth/2}(i,n)+"px",u.style.maxWidth=i.offsetWidth+"px",function(e,t){var n=e.querySelector("."+d);n&&(n.style.left=100*v(t)+"%")}(c,n))},startHovering:function(){w=!0},stopHovering:function(){w=!1},destroy:function(){return f(a)}}}var x=void 0;x=function(e,t){void 0===t&&(t=0);var n,r=0;return Object.assign((function(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];var a=Math.max(0,r+t-Date.now());a?(clearTimeout(n),n=setTimeout((function(){r=Date.now(),e.apply(void 0,o)}),a)):(r=Date.now(),e.apply(void 0,o))}),{cancel:function(){r=0,clearTimeout(n)}})};var E="is-fully-scrolled";function S(e,t){e.addEventListener("wheel",x(function(e){return function(t){var n=t.currentTarget,r=-t.deltaY;r>0&&l(e,E),n&&r<=0&&r<n.clientHeight+n.scrollTop-n.scrollHeight&&s(e,E)}}(t),16))}var A="littlefoot__content",H="littlefoot__wrapper",T="littlefoot--print",M=function(e){return s(e,T)};function D(e,t){return Array.from(e.querySelectorAll(t))}function O(e,t){return e.querySelector("."+t)||e.firstElementChild||e}function k(e){var t=document.createElement("div");return t.innerHTML=e,t.firstElementChild}function P(e){return void 0!==e}function j(e){var t=e.parentElement,n=function(e,t){return Array.from(e.children).filter((function(e){return 8!==e.nodeType&&e.matches(t)}))}(t,":not(.littlefoot--print)"),r=n.filter((function(e){return"HR"===e.tagName}));n.length===r.length&&(r.concat(t).forEach(M),j(t))}function I(e){var t=e.parentElement;f(e),t.innerHTML.replace("[]","").replace("&nbsp;"," ").trim()||I(t)}function L(e,t){var n=k(e.body.outerHTML);D(n,'[href$="#'+e.referenceId+'"]').forEach(I);var r=n.innerHTML.trim();return{original:e,data:{id:String(t+1),number:t+1,reference:"lf-"+e.referenceId,content:r.startsWith("<")?r:"<p>"+r+"</p>"}}}function W(e){var t=/<%=?\s*(\w+?)\s*%>/g;return function(n){return e.replace(t,(function(e,t){var r;return String(null!==(r=n[t])&&void 0!==r?r:"")}))}}function C(e){var n,r,o,i=e.allowDuplicates,a=e.anchorParentSelector,c=e.anchorPattern,u=e.buttonTemplate,s=e.contentTemplate,f=e.footnoteSelector,d=e.numberResetSelector,p=e.scope,v=function(e,t,n){return D(e,n+' a[href*="#"]').filter((function(e){return(e.href+e.rel).match(t)}))}(document,c,p).map(function(e,t,n,r){var o=[];return function(i){var a=i.href.split("#")[1],c=D(e,"#"+window.CSS.escape(a)).find((function(e){return t||!o.includes(e)})),u=null==c?void 0:c.closest(r);if(u){o.push(u);var s=i.closest(n)||i;return{reference:s,referenceId:s.id||i.id,body:u}}}}(document,i,a,f)).filter(P).map(L).map(d?(n=d,r=0,o=null,function(e){var i=e.original,a=e.data,c=i.reference.closest(n);return r=o===c?r+1:1,o=c,{original:i,data:t(t({},a),{number:r})}}):function(e){return e}).map(function(e,t){var n=W(e),r=W(t);return function(e){var t=e.original,o=e.data,i=o.id,a=k('<span class="'.concat("littlefoot",'">').concat(n(o),"</span>")),c=a.firstElementChild;c.setAttribute("aria-expanded","false"),c.dataset.footnoteButton="",c.dataset.footnoteId=i;var u=k(r(o));u.dataset.footnotePopover="",u.dataset.footnoteId=i;var s=O(u,H),l=O(u,A);return S(l,u),{original:t,data:o,id:i,button:c,host:a,popover:u,content:l,wrapper:s}}}(u,s)).map((function(e){return M(e.original.reference),M(e.original.body),j(e.original.body),e.original.reference.insertAdjacentElement("beforebegin",e.host),e})).map(w);return{footnotes:v,unmount:function(){v.forEach((function(e){return e.destroy()})),D(document,".littlefoot--print").forEach((function(e){return l(e,T)}))}}}var _={activateDelay:100,activateOnHover:!1,allowDuplicates:!0,allowMultiple:!1,anchorParentSelector:"sup",anchorPattern:/(fn|footnote|note)[:\-_\d]/gi,dismissDelay:100,dismissOnUnhover:!1,footnoteSelector:"li",hoverDelay:250,numberResetSelector:"",scope:"",contentTemplate:'<aside class="littlefoot__popover" id="fncontent:<% id %>"><div class="'.concat(H,'"><div class="').concat(A,'"><% content %></div></div><div class="').concat(d,'"></div></aside>'),buttonTemplate:'<button class="littlefoot__button" id="<% reference %>" title="See Footnote <% number %>"><svg role="img" aria-labelledby="title-<% reference %>" viewbox="0 0 31 6" preserveAspectRatio="xMidYMid"><title id="title-<% reference %>">Footnote <% number %></title><circle r="3" cx="3" cy="3" fill="white"></circle><circle r="3" cx="15" cy="3" fill="white"></circle><circle r="3" cx="27" cy="3" fill="white"></circle></svg></button>'};var F,z={},R={},q={get exports(){return R},set exports(e){R=e}};function U(){return F||(F=1,function(e,t){e.exports=function(){function e(){if(!(this instanceof e))return new e;this.size=0,this.uid=0,this.selectors=[],this.selectorObjects={},this.indexes=Object.create(this.indexes),this.activeIndexes=[]}var t=window.document.documentElement,n=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.msMatchesSelector;e.prototype.matchesSelector=function(e,t){return n.call(e,t)},e.prototype.querySelectorAll=function(e,t){return t.querySelectorAll(e)},e.prototype.indexes=[];var r=/^#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/g;e.prototype.indexes.push({name:"ID",selector:function(e){var t;if(t=e.match(r))return t[0].slice(1)},element:function(e){if(e.id)return[e.id]}});var o=/^\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/g;e.prototype.indexes.push({name:"CLASS",selector:function(e){var t;if(t=e.match(o))return t[0].slice(1)},element:function(e){var t=e.className;if(t){if("string"==typeof t)return t.split(/\s/);if("object"==typeof t&&"baseVal"in t)return t.baseVal.split(/\s/)}}});var i,a=/^((?:[\w\u00c0-\uFFFF\-]|\\.)+)/g;e.prototype.indexes.push({name:"TAG",selector:function(e){var t;if(t=e.match(a))return t[0].toUpperCase()},element:function(e){return[e.nodeName.toUpperCase()]}}),e.prototype.indexes.default={name:"UNIVERSAL",selector:function(){return!0},element:function(){return[!0]}},i="function"==typeof window.Map?window.Map:function(){function e(){this.map={}}return e.prototype.get=function(e){return this.map[e+" "]},e.prototype.set=function(e,t){this.map[e+" "]=t},e}();var c=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g;function u(e,t){var n,r,o,i,a,u,s=(e=e.slice(0).concat(e.default)).length,l=t,f=[];do{if(c.exec(""),(o=c.exec(l))&&(l=o[3],o[2]||!l))for(n=0;n<s;n++)if(a=(u=e[n]).selector(o[1])){for(r=f.length,i=!1;r--;)if(f[r].index===u&&f[r].key===a){i=!0;break}i||f.push({index:u,key:a});break}}while(o);return f}function s(e,t){var n,r,o;for(n=0,r=e.length;n<r;n++)if(o=e[n],t.isPrototypeOf(o))return o}function l(e,t){return e.id-t.id}return e.prototype.logDefaultIndexUsed=function(){},e.prototype.add=function(e,t){var n,r,o,a,c,l,f,d,p=this.activeIndexes,v=this.selectors,h=this.selectorObjects;if("string"==typeof e){for(h[(n={id:this.uid++,selector:e,data:t}).id]=n,f=u(this.indexes,e),r=0;r<f.length;r++)a=(d=f[r]).key,(c=s(p,o=d.index))||((c=Object.create(o)).map=new i,p.push(c)),o===this.indexes.default&&this.logDefaultIndexUsed(n),(l=c.map.get(a))||(l=[],c.map.set(a,l)),l.push(n);this.size++,v.push(e)}},e.prototype.remove=function(e,t){if("string"==typeof e){var n,r,o,i,a,c,s,l,f=this.activeIndexes,d=this.selectors=[],p=this.selectorObjects,v={},h=1===arguments.length;for(n=u(this.indexes,e),o=0;o<n.length;o++)for(r=n[o],i=f.length;i--;)if(c=f[i],r.index.isPrototypeOf(c)){if(s=c.map.get(r.key))for(a=s.length;a--;)(l=s[a]).selector!==e||!h&&l.data!==t||(s.splice(a,1),v[l.id]=!0);break}for(o in v)delete p[o],this.size--;for(o in p)d.push(p[o].selector)}},e.prototype.queryAll=function(e){if(!this.selectors.length)return[];var t,n,r,o,i,a,c,u,s={},f=[],d=this.querySelectorAll(this.selectors.join(", "),e);for(t=0,r=d.length;t<r;t++)for(i=d[t],n=0,o=(a=this.matches(i)).length;n<o;n++)s[(u=a[n]).id]?c=s[u.id]:(c={id:u.id,selector:u.selector,data:u.data,elements:[]},s[u.id]=c,f.push(c)),c.elements.push(i);return f.sort(l)},e.prototype.matches=function(e){if(!e)return[];var t,n,r,o,i,a,c,u,s,f,d,p=this.activeIndexes,v={},h=[];for(t=0,o=p.length;t<o;t++)if(u=(c=p[t]).element(e))for(n=0,i=u.length;n<i;n++)if(s=c.map.get(u[n]))for(r=0,a=s.length;r<a;r++)!v[d=(f=s[r]).id]&&this.matchesSelector(e,f.selector)&&(v[d]=!0,h.push(f));return h.sort(l)},e}()}(q)),R}!function(e,t){!function(e,t){t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t;var n={},r={},o=new WeakMap,i=new WeakMap,a=new WeakMap,c=Object.getOwnPropertyDescriptor(Event.prototype,"currentTarget");function u(e,t,n){var r=e[t];return e[t]=function(){return n.apply(e,arguments),r.apply(e,arguments)},e}function s(e,t,n){var r=[],o=t;do{if(1!==o.nodeType)break;var i=e.matches(o);if(i.length){var a={node:o,observers:i};n?r.unshift(a):r.push(a)}}while(o=o.parentElement);return r}function l(){o.set(this,!0)}function f(){o.set(this,!0),i.set(this,!0)}function d(){return a.get(this)||null}function p(e,t){c&&Object.defineProperty(e,"currentTarget",{configurable:!0,enumerable:!0,get:t||c.get})}function v(e){try{return e.eventPhase,!0}catch(e){return!1}}function h(e){if(v(e)){var t=(1===e.eventPhase?r:n)[e.type];if(t){var c=s(t,e.target,1===e.eventPhase);if(c.length){u(e,"stopPropagation",l),u(e,"stopImmediatePropagation",f),p(e,d);for(var h=0,m=c.length;h<m&&!o.get(e);h++){var g=c[h];a.set(e,g.node);for(var y=0,b=g.observers.length;y<b&&!i.get(e);y++)g.observers[y].data.call(g.node,e)}a.delete(e),p(e)}}}}function m(e,o,i){var a=!!(arguments.length>3&&void 0!==arguments[3]?arguments[3]:{}).capture,c=a?r:n,u=c[e];u||(u=new t,c[e]=u,document.addEventListener(e,h,a)),u.add(o,i)}function g(e,t,o){var i=!!(arguments.length>3&&void 0!==arguments[3]?arguments[3]:{}).capture,a=i?r:n,c=a[e];c&&(c.remove(t,o),c.size||(delete a[e],document.removeEventListener(e,h,i)))}function y(e,t,n){return e.dispatchEvent(new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n}))}e.fire=y,e.off=g,e.on=m,Object.defineProperty(e,"__esModule",{value:!0})}(t,U())}(0,z);var V="[data-footnote-id]",N=function(e,t){return e.target.closest(t)},B=function(e){return null==e?void 0:e.dataset.footnoteId},Y=function(e){return function(t){t.preventDefault();var n=N(t,V),r=B(n);r&&e(r)}},$=document.addEventListener,G=window.addEventListener;function J(e){var t,n,r,o=new AbortController,i=o.signal,a=(t=e.toggle,n=e.dismissAll,function(e){var r=N(e,"[data-footnote-button]"),o=B(r);o?t(o):N(e,"[data-footnote-popover]")||n()}),c=(r=e.dismissAll,function(e){27!==e.keyCode&&"Escape"!==e.key&&"Esc"!==e.key||r()}),u=x(e.repositionAll,16),s=x(e.resizeAll,16),l=Y(e.hover),f=Y(e.unhover);return $("touchend",a,{signal:i}),$("click",a,{signal:i}),$("keyup",c,{signal:i}),$("gestureend",u,{signal:i}),G("scroll",u,{signal:i}),G("resize",s,{signal:i}),z.on("mouseover",V,l),z.on("mouseout",V,f),function(){o.abort(),z.off("mouseover",V,l),z.off("mouseout",V,f)}}function K(e){void 0===e&&(e={});var n=t(t({},_),e),r=function(e,t){var n=e.footnotes,r=e.unmount,o=function(e){return function(n){n.isReady()&&(n.dismiss(t.dismissCallback),setTimeout(n.remove,e))}},i=function(e){return function(r){t.allowMultiple||n.filter((function(e){return e.id!==r.id})).forEach(o(t.dismissDelay)),r.isReady()&&(r.activate(t.activateCallback),r.reposition(),r.resize(),setTimeout(r.ready,e))}},a=function(e){return function(t){var r=n.find((function(e){return e.id===t}));r&&e(r)}};return{activate:function(e,t){return a(i(t))(e)},dismiss:function(e,t){return a(o(t))(e)},dismissAll:function(){return n.forEach(o(t.dismissDelay))},repositionAll:function(){return n.forEach((function(e){return e.reposition()}))},resizeAll:function(){return n.forEach((function(e){return e.resize()}))},toggle:a((function(e){return e.isActive()?o(t.dismissDelay)(e):i(t.activateDelay)(e)})),hover:a((function(e){e.startHovering(),t.activateOnHover&&!e.isActive()&&i(t.hoverDelay)(e)})),unhover:a((function(e){e.stopHovering(),t.dismissOnUnhover&&setTimeout((function(){return n.filter((function(e){return!e.isHovered()})).forEach(o(t.dismissDelay))}),t.hoverDelay)})),unmount:r}}(C(n),n),o=J(r);return{activate:function(e,t){void 0===t&&(t=n.activateDelay),r.activate(e,t)},dismiss:function(e,t){void 0===t&&(t=n.dismissDelay),void 0===e?r.dismissAll():r.dismiss(e,t)},unmount:function(){o(),r.unmount()},getSetting:function(e){return n[e]},updateSetting:function(e,t){n[e]=t}}}e.default=K,e.littlefoot=K,Object.defineProperty(e,"__esModule",{value:!0})})); littlefoot.littlefoot({ buttonTemplate: `<button aria-label="Footnote <% number %>" class="littlefoot__button" id="<% reference %>" title="See Footnote <% number %>" /> <% number %> </button>` }) // Pass any littlefoot settings here. </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10