<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Your Name — Projects</title>
  <link>https://yourdomain.com/projects/</link>
  <description>Data analytics, visualization, and writing projects.</description>
  <language>en</language>
  <atom:link href="https://yourdomain.com/projects/feed.xml" rel="self" type="application/rss+xml"/>

  <!-- PROJECT FEED ITEM TEMPLATE — copy this <item> block for each new
       project, paste it as the FIRST item (newest first). Keep it in sync
       with projects/index.html. -->
  <item>
    <title>Run Expectancy Matrices for Baseball</title>
    <link>https://rem.nikolaydudaev.com</link>
    <guid>https://rem.nikolaydudaev.com</guid>
    <pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate>
    <description>I've taken the well know idea of run expectancy in baseball and made an interactive app where you can check the value for seasons 1930-2025.</description>
  </item>
  <item>
    <title>retrosheetpy - Python library to parse Retrosheet files</title>
    <link>https://codeberg.org/nikolaydudaev/retrosheetpy</link>
    <guid>https://codeberg.org/nikolaydudaev/retrosheetpy</guid>
    <pubDate>Mon, 03 Aug 2024 00:00:00 GMT</pubDate>
    <description>Now Retrosheet actually provides already parsed play-by-play files but it has not always been so. I wrote my own parser in Python back then</description>
  </item>

</channel>
</rss>
