{% extends "base.html" %} {% block title %}Studies — Gordon{% endblock %} {% block content %}

Studies

Three chart-backed studies that carry the heterodox interpretation of the data layer. Each reads the official BLS/BEA numbers through a real-competition (Shaikh) frame: the reading is labeled, the underlying data is neutral and downloadable in the Explorer.

{% for s in studies %}

{{ s.title }}

{{ s.blurb }}

  • Charts {{ s.charts | length }}
{% endfor %}
{% endblock %}