Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 728 Bytes

File metadata and controls

19 lines (17 loc) · 728 Bytes
title Press
description Select media clips of Ben Balter in the press talking about open source, open data, and government innovation.
layout page
permalink /press/
id /press

I regularly speak with the press about open source, open data, and innovation within government. Below are some highlights:

    {% assign clips = site.data.clips | sort: "date" | reverse %} {% for clip in clips %}
  • {{ clip.title }}
    {{ clip.publication }} — {{ clip.date | date: '%B %d, %Y' }}
  • {% endfor %}