templates/organizers.html
author anoop
Mon, 26 Jul 2010 18:41:25 +0530
branchanoop
changeset 180 cf9d1af48d4e
parent 51 efa1c98c5386
permissions -rw-r--r--
updated the last date for confirming participation.

{% extends 'base.html' %}
{% block title %}
Organizers
{% endblock %}
{% block content %}
<h2>Organizers</h2>
<ul>
<li>
William Stein (University of Washington)
</li>
<li>
Jarrod Millman (UC Berkeley)
</li>
<li>
Prabhu Ramachandran (IITB)
</li>
<li>
Kiran Kedlaya (MIT)
</li>
<li>
Sourav Sen Gupta (ISI Kolkata) 
</li>
</ul>

{% endblock %}