{{ partial "header.html" . }}
{{ template "partials/sidebar.html" . }} {{ $baseurl := .Site.BaseURL }}

Curriculum Vitae  pdf

Much of my research has been about exchange in human blood and organs, cultural goods, software, and ideas. My current work focuses on the moral order of market society, the effect of models and measurement on social classification, and the link between those two topics, especially in the consumer credit market. I'm also interested in techniques and methods for data visualization.

Working Papers

{{ range (where .Data.Pages "Type" "unpublished").GroupByDate "2006" "desc" }}

{{ .Key }}

    {{ range .Pages.ByDate.Reverse }}
  • {{ .Params.citation | safeHTML }} Abstract {{ if isset .Params "file" }}  pdf {{ end }}
  • {{ end }}
{{ end }}

Articles and Book Chapters

{{ range (where .Data.Pages "Type" "published").GroupByDate "2006" "desc" }}

{{ .Key }}

    {{ range .Pages.ByDate.Reverse }}
  • {{ .Params.citation | safeHTML }} Abstract {{ if isset .Params "file" }}  pdf {{ end }}
  • {{ end }}
{{ end }}

Retired Papers

{{ range (where .Data.Pages "Type" "retired").GroupByDate "2006" "desc" }}

{{ .Key }}

    {{ range .Pages.ByDate.Reverse }}
  • {{ .Params.citation | safeHTML }} Abstract {{ if isset .Params "file" }}  pdf {{ end }}
  • {{ end }}
{{ end }}

Essays and Reviews

{{ range (where .Data.Pages "Type" "other").GroupByDate "2006" "desc" }}

{{ .Key }}

    {{ range .Pages.ByDate.Reverse }}
  • {{ .Params.citation | safeHTML }} Abstract {{ if isset .Params "file" }}  pdf {{ end }}
  • {{ end }}
{{ end }}

{{ partial "whatisthis.html" . }} {{ partial "foot.html" . }}