{% extends "obpages/base.html" %} {% load sections %} {% block meta_description %}A collection of Robin Hanson's content.{% endblock %} {% block content %}

Introduction

Welcome to OvercomingBias Collection, a collection of Robin Hanson's content.

It aims to make his work more accessible by:

If you're new, check out one of the essays, blog posts or interviews below.

Click the icon with the arrow ( ) to see the content on its original site.

Work in progress!

{% query_results query_results=curated_essaycontentitems title="Curated Essays" max_results=max_results row=True is_staff=user.is_staff %} {% query_results query_results=curated_obcontentitems title="Curated Posts" max_results=max_results row=True is_staff=user.is_staff %} {% query_results query_results=curated_youtubecontentitems title="Curated Youtube Videos" max_results=max_results row=True is_staff=user.is_staff %} {% query_results query_results=curated_spotifycontentitems title="Curated Spotify Episodes" max_results=max_results row=True is_staff=user.is_staff %} {% endblock content %}