Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.36 KB

File metadata and controls

41 lines (39 loc) · 1.36 KB
layout default

I'm a science writer living and working in the Washington, D.C. metropolitan area. I write research stories for the Department of Physics at the University of Maryland and the Joint Quantum Institute, where I am currently Director of Communications and Outreach. I'm also the lead developer and maintainer of The Quantum Atlas, an online guide to quantum physics.

Latest featured clips

    {% assign sorted = site.clips | sort:"date" | reverse %} {% for clip in sorted %} {% if clip.featured == true %}
  • {% for outlet in site.outlets %} {% if clip.outlet == outlet.name %} • {% endif %} {% endfor %} {{ clip.date | date_to_string }} • {% if clip.type != "news_article" %} [{{ clip.type | upcase }}] {% endif %} {{ clip.headline }}
  • {% endif %} {% endfor %}

Recent blog posts

    {% for post in site.posts limit: 5%}
  • {{ post.date | date_to_string }} • {{ post.title }}
  • {% endfor %}