changed the handler404 and handler500 to a custom view, passing scope to get proper formed urls when displaying 404 and 500 pages
{% extends "base.html" %}
{% block content %}
<div class="entry">
<h2><a name="date">Speakers</a></h2>
<div id="speaker">
<div id="speakerphoto"><img alt="Eric Jones"
src="/static/img/eric.jpg" width=200 /></div>
<div id="speakerinfo"><h3>Eric Jones - Keynote Speaker</h3>
Eric has a broad background in engineering and software development and leads
Enthought's product engineering and software design. Prior to co-founding Enthought,
Eric worked with numerical electromagnetics and genetic optimization in the
Department of Electrical Engineering at Duke University. He has taught numerous courses
on the use of Python for scientific computing and serves as a member of the Python
Software Foundation. He holds M.S. and Ph.D. degrees from Duke University in electrical
engineering and a B.S.E. in mechanical engineering from Baylor University.
Eric was the Keynote Speaker at SciPy US 2011.
</div></div>
<div id="speaker">
<div id="speakerphoto"><img alt="Jarrod Millman"
src="/static/img/jarrod.png" /></div>
<div id="speakerinfo"><h3>Jarrod Millman</h3>
He is on the SciPy steering committee and an active
contributor to both the NumPy and SciPy projects. He is the acting
managing director and the director of computing for UC Berkeley's
Neuroscience Institute, where he helped found the Neuroimaging in
Python (NIPY) project.
</div></div>
<div id="speaker">
<div id="speakerphoto"><img alt="Mateusz Paprocki"
src="/static/img/mateusz.jpg" width=200 /></div>
<div id="speakerinfo"><h3>Mateusz Paprocki</h3>
Mateusz Paprocki is a software developer and a researcher in the field
of computer science. He graduated last spring from Technical University
of Wroclaw in Poland. Mateusz is an active Open Source Python scientific
software developer. His major contribution to the community is his work on
SymPy, a pure Python symbolic mathematics system.
</div></div>
<div id="speaker">
<div id="speakerphoto"><img alt="Asokan Pichai"
src="/static/img/pasokan.jpg" height=119 width=200 /></div>
<div id="speakerinfo"><h3>Asokan Pichai</h3>
Mr. Asokan Pichai is the consultant/project manager for the Python
group of the FOSSEE project. He is also the principal consultant at
TalentSprint. He has immense experience in the field of training
and instructional design. He has been a director at CIBS and has been
the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
Systems and Future Focus Infotech.
</div></div>
<div id="speaker">
<div id="speakerphoto"><img alt="Prabhu Ramachandran"
src="/static/img/prabhu_ramachandran.jpg" width=200/></div>
<div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
Dr Prabhu has been a faculty member at the department of Aerospace Engineering,
IIT Bombay since 2005. He has a PhD in Aerospace Engineering from IIT Madras.
His research interests are primarily in particle methods and applied scientific
computing. He has been active in the FOSS community for more than a decade.
He co-founded the Indian Linux User Group - Chennai (ILUGC) in 1998 and is the
creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK
Python packages. Prabhu has contributed to the Python wrappers of the
Visualization Toolkit (VTK). He is an active member of the SciPy community and
a member of the Python Software Foundation (PSF). In 2009, he gave the keynote
address at India's first PyCon. Prabhu currently heads the FOSSEE project
(http://fossee.in) which aims to spread the use of Python (and other Free
Software) in the curriculum.
</div></div>
</div>
{% endblock content %}