From 442c0d2f8b7f99cfdab06ea4ae5583e5d9eca409 Mon Sep 17 00:00:00 2001
From: Anoop Jacob Thomas
Date: Fri, 29 Oct 2010 19:59:03 +0530
Subject: added organizers page.
---
project/templates/about/organizers.html | 136 ++++++++++++++++++++++++++++++++
1 file changed, 136 insertions(+)
create mode 100644 project/templates/about/organizers.html
(limited to 'project/templates/about')
diff --git a/project/templates/about/organizers.html b/project/templates/about/organizers.html
new file mode 100644
index 0000000..2eaa083
--- /dev/null
+++ b/project/templates/about/organizers.html
@@ -0,0 +1,136 @@
+{% extends "base.html" %}
+{% block content %}
+
+
SciPy.in Committee
+
+
+Executive Committee
+
+
+Conference Co-Chairs
+
+
+-
+Prabhu Ramachandran, IIT Bombay
+
+-
+Jarrod Millman, UC Berkeley
+
+
+
+Program Committee
+
+
+-
+Prabhu Ramachandran,
+Department of Aerospace Engineering,
+IIT Bombay
+
+-
+Jarrod Millman,
+Neuroscience Institute,
+UC Berkeley
+
+-
+Fernando Perez,
+Neuroscience Institute,
+UC Berkeley
+
+-
+John Hunter,
+TradeLink Securities
+
+-
+Stéfan van der Walt,
+Division of Applied Mathematics,
+Stellenbosch University
+
+-
+Puneeth Chaganti,
+FOSSEE, IIT Bombay
+
+-
+Kadambari Devarajan,
+FOSSEE, IIT Bombay
+
+
+
+Local Organizers
+
+FOSSEE
+
+
+-
+Prabhu Ramachandran (co-chair)
+
+-
+Anoop Jacob Thomas
+
+-
+Amit Singh Sethi
+
+-
+Anand Raj Ramachandran
+
+-
+Bhanukiran Perbhatini
+
+-
+Kadambari Devarajan
+
+-
+Madhusudan C S
+
+-
+Nishanth Amuluru
+
+-
+Puneeth Chaganti
+
+-
+Thomas Stephen Lee
+
+
+
+
+IIIT Hyderabad
+
+
+-
+Sandhya Kode (co-chair)
+
+-
+Venkatesh Choppella
+
+-
+Sunanda Varma
+
+-
+Vamsi Pullakavi
+
+-
+General R K Bagga
+
+
+
+
+Program Staff
+
+
+-
+Deepak Kharat
+
+-
+Vishal Birare
+
+
+
+Graphic Design
+
+
+-
+Kamaleshwar Morjal
+
+
+
+{% endblock content %}
--
cgit