|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 <div class="post"> |
|
4 <div class="title"> |
|
5 <h2><a name="date">Speakers</a></h2> |
|
6 </div> |
|
7 <div class="entry"> |
|
8 <h3>The following speakers will be invited.</h3> |
|
9 <p>Travis Oliphant (Keynote) - He is the architect of NumPy and author of |
|
10 the definitive guide to NumPy. He was formerly a member of faculty at |
|
11 BYU and is currently the Vice-President of Enthought Inc. (USA).</p> |
|
12 |
|
13 <p>Fernando Perez - He is the architect of IPython (Interactive Python) |
|
14 and developer of NiPy (Neuro-Imaging for Python). He is currently with |
|
15 the Neuroscience Institute, UC Berkeley (USA).</p> |
|
16 |
|
17 <p>Jarrod Millman - He is a developer for NiPy and is the director of |
|
18 computing for UC Berkeley's Neuroscience Institute, where he leads the |
|
19 Computational Infrastructure for Research Laboratories (CIRL) group.</p> |
|
20 |
|
21 <p>Stéfan van der Walt - He is a developer for Scipy and Numpy. He is |
|
22 currently a Professor of Applied Mathematics at the University of |
|
23 Stellenbosch (South Africa)</p> |
|
24 |
|
25 <p>David Cournapeau - He is a SciPy developer and is currently a PhD |
|
26 student in Signal Processing at Kyoto University, Japan.</p> |
|
27 |
|
28 <p>Gaël Varoquaux - He is a developer of Mayavi and is currently with the |
|
29 Department of Applied Mathematics and Neuroscience, Neurospin, CEA - |
|
30 INRIA Saclay (France)</p> |
|
31 |
|
32 <p>Prabhu Ramachandran - He is the architect of Mayavi (3D visualization |
|
33 in Python) and is currently a faculty member at the Department of |
|
34 Aerospace Engineering, Indian Institute of Technology Bombay, India.</p> |
|
35 |
|
36 <p>Asokan Pichai - He is a trainer and mentor for various companies and is |
|
37 currently a consultant for the FOSSEE project.</p> |
|
38 </div> |
|
39 </div> |
|
40 {% endblock content %} |