| 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.
-
{% 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 %}
-
{% for post in site.posts limit: 5%}
- {{ post.date | date_to_string }} • {{ post.title }} {% endfor %}