diff options
Diffstat (limited to 'project/templates/about')
-rw-r--r-- | project/templates/about/organizers.html | 136 |
1 files changed, 136 insertions, 0 deletions
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 %} + +<h1 class="title">SciPy.in Committee</h1> + + +<h3 id="sec-1_1">Executive Committee </h3> + + +<h4 id="sec-1_1_1">Conference Co-Chairs </h4> + +<ul> +<li> +Prabhu Ramachandran, IIT Bombay +</li> +<li> +Jarrod Millman, UC Berkeley +</li> +</ul> + +<h3 id="sec-1_2">Program Committee </h3> + +<ul> +<li> +Prabhu Ramachandran, +Department of Aerospace Engineering, +IIT Bombay +</li> +<li> +Jarrod Millman, +Neuroscience Institute, +UC Berkeley +</li> +<li> +Fernando Perez, +Neuroscience Institute, +UC Berkeley +</li> +<li> +John Hunter, +TradeLink Securities +</li> +<li> +Stéfan van der Walt, +Division of Applied Mathematics, +Stellenbosch University +</li> +<li> +Puneeth Chaganti, +FOSSEE, IIT Bombay +</li> +<li> +Kadambari Devarajan, +FOSSEE, IIT Bombay + +</li> +</ul> +<h3 id="sec-1_3">Local Organizers </h3> + +<h4 id="sec-1_3_1">FOSSEE </h4> + +<ul> +<li> +Prabhu Ramachandran (co-chair) +</li> +<li> +Anoop Jacob Thomas +</li> +<li> +Amit Singh Sethi +</li> +<li> +Anand Raj Ramachandran +</li> +<li> +Bhanukiran Perbhatini +</li> +<li> +Kadambari Devarajan +</li> +<li> +Madhusudan C S +</li> +<li> +Nishanth Amuluru +</li> +<li> +Puneeth Chaganti +</li> +<li> +Thomas Stephen Lee + +</li> +</ul> + +<h4 id="sec-1_3_2">IIIT Hyderabad </h4> + +<ul> +<li> +Sandhya Kode (co-chair) +</li> +<li> +Venkatesh Choppella +</li> +<li> +Sunanda Varma +</li> +<li> +Vamsi Pullakavi +</li> +<li> +General R K Bagga + +</li> +</ul> + +<h3 id="sec-1_4">Program Staff </h3> + +<ul> +<li> +Deepak Kharat +</li> +<li> +Vishal Birare +</li> +</ul> + +<h3 id="sec-1_5">Graphic Design </h3> + +<ul> +<li> +Kamaleshwar Morjal +</li> +</ul> + +{% endblock content %} |