{% extends "base.html" %} {% block stylesheets %} {{ block.super }}{% endblock %} {% block path %}{% endblock %} {% block title %}A Brave New Bold World!{% endblock %} {% block right_stuff %}
RSS feeds:
{% comment %}   - journal entries
{% endcomment %}   - web links
  - site code changes


Other sites:
  - athena locker
  - planet
  - equator
{% endblock %} {% block content %}

Where am I?

In early 2008 I returned to MIT and graduated in spring 2009 with a degree in physics. I spent the summer teaching and traveling in the Middle East, see some of the photos I took. Hopefully I'll be on the road again soon!  More...

Photos!

{% if latest_galleries %} Most recently I have shots from: {% for gallery in latest_galleries %} {{gallery.title}}   {% endfor %} {% endif %} {% if latest_photos %}
{% for photo in latest_photos %} {% endfor %}
{{ photo.title }}   
{% else %}

None yet! {% endif %}

Knowledge!

{% if shortlog %} {% include "git_wiki/shortlog_table" %} {% else %} None yet! {% endif %}

Comments!

{% if latest_comments %} {% include "newcomments_table" %} {% else %} None yet! {% endif %}

{% endblock %}