project/templates/talk/speakers.html
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:05:52 +0530
branch2011
changeset 432 d3d92744dc89
parent 426 8d55ce40211c
child 444 3c612f342b99
permissions -rw-r--r--
Added Gael to speakers page

{% 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 id="speaker">
    <div id="speakerphoto"><img alt="Gaël Varoquaux"
        src="/static/img/gael.jpg" width=200/></div>
       <div id="speakerinfo"><h3>Gaël Varoquaux</h3>
       Gaël Varoquaux is a researcher in computational science at INRIA, 
       in the Neurospin research institute (Paris, France). His research 
       activities include statistical and computational techniques for 
       probabilistic modeling of intrinsic brain activity using functional 
       imaging. He has a strong interest in making advanced data-processing 
       techniques available across new scientific fields. For this purpose, 
       he favors the development of easy-to-use, inter-disciplinary, 
       open-source, scientific software, with a focus on the Python language. 
       Varoquaux has a PhD in quantum physics, is a graduate from Ecole Normale 
       Superieure, Paris.   
    </div></div>        

</div>
{% endblock content %}