<%@ Model="IEnumerable" Master="master.html" %> <%@ BeginContent="PageTitle" %> Research <%@ EndContent %> <%@ BeginContent="Body" %> Here you can find descriptions of research projects I've worked on. Publicly available material is linked where appropriate. If there's something not listed that you would like to see, please send me an email.


<% foreach(Research r in Model) { %> <%= Html.RenderPartial("research.html", r) %> <% } %> <%@ EndContent %>