<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arno</title>
	<link>https://arnorosenfeld.com</link>
	<description>Arno</description>
	<pubDate>Thu, 21 May 2020 18:17:04 +0000</pubDate>
	<generator>https://arnorosenfeld.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Journalism</title>
				
		<link>http://arnorosenfeld.com/Journalism</link>

		<comments></comments>

		<pubDate>Thu, 21 May 2020 18:17:04 +0000</pubDate>

		<dc:creator>Arno</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">368267</guid>

		<description>Arno Rosenfeld  Journalism
PBS News Hour appearance to discuss Tucker Carlson’s Nick Fuentes interviewNov 7, 2025





          WNYC appearance to discuss Columbia’s adoption of a controversial antisemitism definition (with Katie J.M. Baker)July 18, 2025


        


This school is fighting antisemitism all wrong. Why is it working?October 7, 2025

&#60;img width="1000" height="667" width_o="1000" height_o="667" src_o="https://cortex.persona.co/t/original/i/e044c9a2cd319f0661099612b4e2bd94cf682abddfce48089fa40211cafcacab/5013a86c-0f24-4498-b082-6eaf59645c18.sized-1000x1000-1.jpg" data-mid="1429885" border="0" data-scale="95"/&#62;Elon University has won plaudits for creating a 
safe campus for Jewish students even as it avoids the limitations on 
speech pursued by other universities under fire for antisemitism.
How Trump is banning DEI at universities — except for JewsAugust 4, 2025

&#60;img width="1024" height="576" width_o="1024" height_o="576" src_o="https://cortex.persona.co/t/original/i/9d5160789784ad7b98cb036ae310517780ed80b653681e1db2f267f73594efea/GettyImages-2149617302-2400x1350.jpg" data-mid="1429886" border="0" data-scale="100"/&#62;The Trump administration’s ban on DEI at universities has one big exception: Jewish students get special support.


American Jews asked to pick sides in wrenching debate over how to rebuild kibbutz hit hardest on Oct. 7August 29, 2024 (Deadline Club winner)
&#60;img width="1280" height="720" width_o="1280" height_o="720" src_o="https://cortex.persona.co/t/original/i/78c662649b44ea15957f2aad702fcbf4ad2f5afda0f4093aaeffcf29950c4dce/kibbutzniroz022-2400x1350-1728053870.jpg" data-mid="1429883" border="0" data-scale="100"/&#62;
"The stories [included in a package with “After 10/7, Jewish federations raised $850 million for Israel. 40% is unspent”] provide much-needed nuance on how 
American Jewish philanthropies made decisions... With detailed reporting from the ground, great sourcing, and 
tracking down fundraising/expenditure data and an internal meeting 
recording, Arno Rosenfeld gives readers an insight into cases where 
American Jews needed to pick sides." — Deadline Club Award Judges


The secret history and uncertain future of Students for Justice in PalestineDecember 10, 2023 (Deadline Club finalist)

&#60;img width="1280" height="720" width_o="1280" height_o="720" src_o="https://cortex.persona.co/t/original/i/84736da29d12715221945a939cd10b2e138f89b0398d30677cce503a636c26d3/GettyImages-1793875057-2400x1350.jpg" data-mid="1429884" border="0" data-scale="100"/&#62;Interviews with 14 current and former top leaders, and others close 
to Students for Justice in Palestine, tell the story of a network that 
was founded to press for Palestinian rights as a reasoned voice during 
the heady days of the Oslo peace process but has grown more strident as 
Israelis and Palestinians themselves take more extreme positions. 



</description>
		
		<excerpt>Arno Rosenfeld  Journalism PBS News Hour appearance to discuss Tucker Carlson’s Nick Fuentes interviewNov 7, 2025                WNYC appearance to discuss...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Home Page</title>
				
		<link>http://arnorosenfeld.com/Home-Page</link>

		<comments></comments>

		<pubDate>Mon, 17 Aug 2015 23:34:03 +0000</pubDate>

		<dc:creator>Arno</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">367792</guid>

		<description>



  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --ink: #1a1615; --ink-mid: #4a4340; --ink-light: #8a827a;
    --paper: #f5f3ef; --rule: rgba(26,22,21,0.12); --accent: #8c1f3a;
    --cta-bg: #4a1528; --nl-bg: #ece6df; --nl-border: rgba(26,22,21,0.1);
    --serif: 'Source Serif 4', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif;
  }
  html, body { background: var(--paper); margin: 0; padding: 0; }
  .site { color: var(--ink); font-family: var(--serif); }

  /* HEADER */
  .hd { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 3rem 0 1.5rem; border-bottom: 1px solid var(--ink); gap: 2rem; }
  .hd-name { font-family: 'Source Serif 4', Georgia, serif !important; font-size: clamp(38px,6vw,64px); font-weight: 500 !important; font-optical-sizing: auto; letter-spacing: -0.02em; line-height: 1; }
  .hd-meta { font-family: var(--sans); font-size: 12px; font-weight: 300; color: var(--ink-mid); letter-spacing: 0.08em; text-transform: uppercase; text-align: right; line-height: 1.8; }
  .hd-meta a { color: var(--accent); text-decoration: none; }

  /* NAV */
  .nav { display: flex; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--rule); font-family: var(--sans); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; flex-wrap: wrap; }
  .nav a { color: var(--ink-mid); text-decoration: none; transition: color 0.2s; }
  .nav a:hover { color: var(--accent); }

  /* HERO */
  .hero { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; padding: 1.5rem 0; align-items: start; }
  .hero-lede { font-size: clamp(18px,2vw,21px); font-weight: 400; font-optical-sizing: auto; line-height: 1.55; margin-bottom: 1.1rem; }
  .hero-lede a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(140,31,58,0.3); }
  .hero-body { font-size: 17px; font-weight: 300; font-optical-sizing: auto; line-height: 1.65; color: var(--ink-mid); margin-bottom: 1rem; }
  .hero-body a { color: var(--accent); text-decoration: none; }
  .awards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; margin-top: 0; grid-column: 1 / -1; border-top: 1px solid var(--rule); padding-top: 0; }
  .award { display: flex; gap: 0.75rem; align-items: baseline; font-size: 14px; line-height: 1.5; padding: 0.65rem 1.25rem 0.65rem 0; border-bottom: 1px solid var(--rule); }
  .award:nth-child(3n+2) { padding-left: 1.25rem; padding-right: 1.25rem; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); }
  .award:nth-child(3n) { padding-left: 1.25rem; padding-right: 0; }
  .award-year { font-family: var(--sans); font-size: 11px; font-weight: 500; color: var(--accent); letter-spacing: 0.06em; white-space: nowrap; }
  .award-text { color: var(--ink-mid); font-weight: 300; line-height: 1.5; }
  .photo-col { position: relative; }
  .photo-main { width: 100%; aspect-ratio: 2/3; object-fit: cover; object-position: top center; display: block; filter: saturate(0.85) contrast(1.05); }
  .photo-dl { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(26,22,21,0.55); color: var(--paper); font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; padding: 0.65rem 1rem; text-decoration: none; opacity: 0; transition: opacity 0.2s; display: block; }
  .photo-col:hover .photo-dl { opacity: 1; }

  /* SPEAKING CTA */
  .speaking-cta { margin: 1.5rem 0 0; background: var(--cta-bg); color: var(--paper); padding: 2rem 2.25rem; display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: center; }
  .cta-text { font-family: var(--serif); font-size: 20px; font-weight: 400; font-optical-sizing: auto; line-height: 1.5; }
  .cta-sub { font-family: var(--sans); font-size: 11px; font-weight: 300; color: rgba(245,243,239,0.55); display: block; margin-top: 0.4rem; letter-spacing: 0.02em; }
  .cta-btn { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cta-bg); background: var(--paper); text-decoration: none; border: 1px solid var(--paper); padding: 0.65rem 1.35rem; white-space: nowrap; transition: opacity 0.2s; }
  .cta-btn:hover { opacity: 0.85; }

  /* SECTION HEADER */
  .section-hd { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.25rem; }
  .section-title { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); white-space: nowrap; }

  /* VIDEO */
  .video-section { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); }
  .video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: #111; }
  .video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
  .video-caption { font-family: var(--sans); font-size: 13px; font-weight: 300; color: var(--ink-mid); margin-top: 0.75rem; }

  /* TOPICS STRIP */
  .topics-strip { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
  .topic { font-family: var(--sans); font-size: 12px; font-weight: 400; color: var(--ink-mid); border: 1px solid rgba(26,22,21,0.2); padding: 0.3rem 0.8rem; letter-spacing: 0.02em; transition: border-color 0.2s, color 0.2s; }
  .topic:hover { color: var(--accent); border-color: var(--accent); }

  /* ENGAGEMENTS */
  .speaking-section { padding: 1.5rem 0; }
  .engagements { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .engagement { padding: 0.85rem 0; border-bottom: 1px solid var(--rule); padding-right: 2rem; }
  .engagement:nth-child(odd) { border-right: 1px solid var(--rule); }
  .engagement:nth-child(even) { padding-left: 2rem; padding-right: 0; }
  .eng-title { font-family: var(--serif); font-size: 15px; font-weight: 300; font-optical-sizing: auto; line-height: 1.45; color: var(--ink); text-decoration: none; display: block; margin-bottom: 0.2rem; }
  .eng-title:hover { color: var(--accent); }
  .eng-venue { font-family: var(--sans); font-size: 11px; font-weight: 300; color: var(--ink-light); }

  /* CLIPS */
  .clips-section { padding: 1.5rem 0; }
  .clips { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 0; }
  .clip { padding: 0.9rem 1.5rem 0.9rem 0; border-bottom: 1px solid var(--rule); }
  .clip:nth-child(3n+2) { padding: 0.9rem 1.5rem; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); }
  .clip:nth-child(3n) { padding: 0.9rem 0 0.9rem 1.5rem; }
  .clip-pub { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.3rem; }
  .clip-title { font-family: var(--serif); font-size: 15px; font-weight: 300; font-optical-sizing: auto; line-height: 1.45; color: var(--ink); text-decoration: none; display: block; overflow-wrap: break-word; }
  .clip-title:hover { color: var(--accent); }

  /* NEWSLETTER */
  .newsletter { margin: 1.5rem 0 0; background: var(--cta-bg); color: var(--paper); padding: 2rem 2.25rem; }
  .nl-label-col { display: none; }
  .nl-title { font-family: var(--serif); font-size: 22px; font-weight: 400; font-optical-sizing: auto; margin-bottom: 0.5rem; color: var(--paper); }
  .nl-desc { font-size: 16px; font-weight: 300; font-optical-sizing: auto; line-height: 1.6; color: rgba(245,243,239,0.75); margin-bottom: 0.9rem; max-width: 580px; }
  .nl-link { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--paper); text-decoration: none; border-bottom: 1px solid rgba(245,243,239,0.4); padding-bottom: 1px; }

  /* CONTACT */
  .contact { padding: 1.5rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 0.75rem; }
  .contact-item { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--ink-mid); }
  .contact-item a { color: var(--ink-mid); text-decoration: none; border-bottom: 1px solid var(--rule); }
  .contact-item a:hover { color: var(--accent); border-color: var(--accent); }

  /* MOBILE */
  @media (max-width: 640px) {
    .hd { grid-template-columns: 1fr; gap: 0.75rem; }
    .hd-meta { text-align: left; }
    .hero { grid-template-columns: 1fr; gap: 0; }
    .photo-col { order: -1; margin-bottom: 1.25rem; }
    .photo-main { aspect-ratio: 4/3; object-position: 50% 15%; }
    .awards { grid-template-columns: 1fr; }
    .award { padding: 0.65rem 0 !important; border-left: none !important; border-right: none !important; }
    .topics-strip { flex-wrap: wrap; }
    .speaking-cta { grid-template-columns: 1fr; gap: 1.25rem; }
    .cta-btn { align-self: start; white-space: normal; }
    .engagements { grid-template-columns: 1fr; }
    .engagement { border-right: none !important; padding-left: 0 !important; padding-right: 0 !important; }
    .clips { grid-template-columns: 1fr; }
    .clip { padding: 0.9rem 0 !important; border-left: none !important; border-right: none !important; }
    .contact { grid-template-columns: 1fr; }
    .newsletter { grid-template-columns: 1fr; }
    .nl-label-col { display: none; }
  }




  
    Arno Rosenfeld
    
      Enterprise Reporter, The Forward
      Washington, D.C.
    
  

  
    About
    Speaking
    Work
    Newsletter
    Contact
  

  
    
      I'm an enterprise reporter at The Forward, America's largest Jewish newspaper, covering how antisemitism — and the politics swirling around it — shapes Jewish life.
      My reporting centers on the debates over defining antisemitism, Jewish life on college campuses, how Jews have responded to antisemitism in different ways, and the rifts among national organizations over how to keep Jews safe. I've reported from Charlottesville, Colleyville, Tel Aviv, Berlin, and the West Bank, among other places.
      Before The Forward, I covered state politics for the Casper Star-Tribune and I got my start in Jewish journalism at J., The Jewish News of Northern California, and have written for JTA, The Times of Israel, Maclean's, SF Weekly, and Washington Jewish Week.
    
    
      &#60;img class="photo-main" src="https://cortex.persona.co/t/original/i/cebe745bafbdfa5a1208ef70b572d1c85aa6b31bef4cc4fbdb9195d6b5a303e5/1T8A2432.jpg" alt="Arno Rosenfeld"&#62;
      Download headshot ↓
    
    
      2025Rockower Award (2×) &#38;amp; Michael Staenberg Award, AJPA — October 7 philanthropy and kibbutz reporting
      2025Deadline Club Award, SPJ New York — American Jewish philanthropy after October 7
      2024Rockower Award for Excellence in Writing about Antisemitism, AJPA — Germany and the U.S. fight against antisemitism
      2024Deadline Club Award Finalist, SPJ New York — Campus politics around Israel and antisemitism
      2023Boris Smolar Award for Excellence in Enterprise Reporting, AJPA — Jewish students and Israel politics at GWU
      2023Rockower Award for Excellence in Writing about Women, AJPA — Jewish organizing after Roe
    
  

  
    
      Available for speaking engagements and workshops.
      Synagogues · Universities · JCCs · Conferences
      Recent events have included moderating panels, keynote lectures and more casual presentations and workshops with community members.
    
    Get in touch →
  

  
    Topics
    Antisemitism in the U.S.
    The challenge of defining antisemitism
    Jewish campus life
    Anti-Zionism &#38;amp; antisemitism
    White supremacy &#38;amp; the far-right
  

  
    Watch
    
      
    
    PBS NewsHour · On Trump's campus antisemitism task force, and why it's dividing the Jewish community
  

  
    Speaking &#38;amp; media
    
      The spin master in charge of feeding GazaVox · Today Explained
      Examining Trump's approach to combat antisemitism on campusPBS NewsHour
      The administration's fight against antisemitism is dividing JewsNPR · Code Switch
      The Misunderstood Element of AntisemitismWNET THIRTEEN
      The Use and Misuse of 'Antisemitism'Temple Sinai
      Jewish Journalism in our Era of Rising AntisemitismBeth Am Synagogue
      Campus Crackdowns on Gaza ProtestsJewish Currents
      The Battle to Define and Defeat AntisemitismTucson Jewish Museum &#38;amp; Holocaust Center
      The Weight of Memory: Trauma, Power and the American Jewish Response to AntisemitismTikvat Israel
      For some Jewish peace activists, demands for a cease-fire come at a personal costNPR
    
  

  
    Selected work
    
      
        The Forward
        Young Americans increasingly likely to view Hamas as 'resistance,' not terrorists
      
      
        The Forward
        Coverage of American Jewish philanthropy in the aftermath of the Israel-Hamas war
      
      
        The Forward
        Jewish students and Israel politics at George Washington University
      
      
        The Forward
        Does Germany offer a model or a warning for how the US should fight antisemitism?
      
      
        The Forward
        Full archive →
      
    
  

  
    
      Antisemitism Decoded
      A biweekly newsletter published in The Forward exploring how antisemitism is defined and debated in American life — and what it reveals about the fractures inside the Jewish community and beyond.
      Read the newsletter →
    
  

  
    
      Get in touch
      arno.rosenfeld@proton.me
      Signal: @arnorosenfeld.08
    
    
      Follow
      Bluesky
      LinkedIn
      The Forward
    
  

</description>
		
		<excerpt>Arno Rosenfeld            Enterprise Reporter, The Forward       Washington, D.C.                 About     Speaking     Work     Newsletter    ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>