Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.08 KB

File metadata and controls

28 lines (26 loc) · 1.08 KB
layout page
title Code & Software
subtitle Open-source tools that power the science
permalink /code/

I believe research code should be open. The list below covers the projects I lead or maintain; smaller utilities and forks live on [my GitHub profile](https://github.com/{{ site.author.github }}).

{% for project in site.data.code %} {% if project.image %}{{ project.name | escape }}{% endif %}

{{ project.language }} · {{ project.role }}

{{ project.name }}

{{ project.description }}

{% if project.url %}Source{% endif %} {% if project.docs %} · Docs{% endif %} {% if project.paper %} · Paper{% endif %}

{% endfor %}