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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
     3
<div class="entry">
425
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     4
    <h2><a name="date">Speakers</a></h2>
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     5
    <div id="speaker">
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     6
	<div id="speakerphoto"><img alt="Eric Jones"
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     7
        src="/static/img/eric.jpg" width=200 /></div>
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     8
       <div id="speakerinfo"><h3>Eric Jones -  Keynote Speaker</h3>
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
     9
      	Eric has a broad background in engineering and software development and leads 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    10
      	Enthought's product engineering and software design. Prior to co-founding Enthought, 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    11
      	Eric worked with numerical electromagnetics and genetic optimization in the 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    12
      	Department of Electrical Engineering at Duke University. He has taught numerous courses 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    13
      	on the use of Python for scientific computing and serves as a member of the Python 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    14
      	Software Foundation. He holds M.S. and Ph.D. degrees from Duke University in electrical 
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    15
      	engineering and a B.S.E. in mechanical engineering from Baylor University.
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    16
      	Eric was the Keynote Speaker at SciPy US 2011.
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    17
    </div></div>
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    18
    
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    19
    <div id="speaker">
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    20
    <div id="speakerphoto"><img alt="Jarrod Millman"
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    21
        src="/static/img/jarrod.png" /></div>
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    22
       <div id="speakerinfo"><h3>Jarrod Millman</h3>
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    23
       He is on the SciPy steering committee and an active
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    24
       contributor to both the NumPy and SciPy projects.  He is the acting
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    25
       managing director and the director of computing for UC Berkeley's
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    26
       Neuroscience Institute, where he helped found the Neuroimaging in
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    27
       Python (NIPY) project.
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    28
    </div></div>
203
f6123d1edf06 added perry's photo to speaker profile page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    29
    
425
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    30
    
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    31
    <div id="speaker">
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    32
    <div id="speakerphoto"><img alt="Mateusz Paprocki"
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    33
        src="/static/img/mateusz.jpg" width=200 /></div>
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    34
       <div id="speakerinfo"><h3>Mateusz Paprocki</h3>
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    35
      	Mateusz Paprocki is a software developer and a researcher in the field 
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    36
      	of computer science. He graduated last spring from Technical University 
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    37
      	of Wroclaw in Poland. Mateusz is an active Open Source Python scientific 
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    38
      	software developer. His major contribution to the community is his work on 
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    39
      	SymPy, a pure Python symbolic mathematics system.
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    40
    </div></div>
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    41
    
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    42
    <div id="speaker">
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    43
    <div id="speakerphoto"><img alt="Asokan Pichai"
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    44
        src="/static/img/pasokan.jpg" height=119 width=200 /></div>
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    45
       <div id="speakerinfo"><h3>Asokan Pichai</h3>
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    46
       Mr. Asokan Pichai is the consultant/project manager for the Python
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    47
       group of the FOSSEE project. He is also the principal consultant at
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    48
       TalentSprint. He has immense experience in the field of training
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    49
       and instructional design. He has been a director at CIBS and has been
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    50
       the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    51
       Systems and Future Focus Infotech.
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    52
    </div></div>
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    53
    
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    54
  
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    55
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    56
    <div id="speakerphoto"><img alt="Prabhu Ramachandran"
203
f6123d1edf06 added perry's photo to speaker profile page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    57
        src="/static/img/prabhu_ramachandran.jpg" width=200/></div>
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    58
       <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    59
       Dr Prabhu has been a faculty member at the department of Aerospace Engineering, 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    60
       IIT Bombay since 2005.  He has a PhD in Aerospace Engineering from IIT Madras.  
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    61
       His research interests are primarily in particle methods and applied scientific 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    62
       computing.  He has been active in the FOSS community for more than a decade.  
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    63
       He co-founded the Indian Linux User Group - Chennai (ILUGC) in 1998 and is the 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    64
       creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    65
       Python packages. Prabhu has contributed to the Python wrappers of the 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    66
       Visualization Toolkit (VTK). He is an active member of the SciPy community and 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    67
       a member of the Python Software Foundation (PSF). In 2009, he gave the keynote 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    68
       address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    69
       (http://fossee.in) which aims to spread the use of Python (and other Free 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    70
       Software) in the curriculum.  
432
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    71
    </div></div>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    72
    
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    73
     <div id="speaker">
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    74
    <div id="speakerphoto"><img alt="Gaël Varoquaux"
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    75
        src="/static/img/gael.jpg" width=200/></div>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    76
       <div id="speakerinfo"><h3>Gaël Varoquaux</h3>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    77
       Gaël Varoquaux is a researcher in computational science at INRIA, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    78
       in the Neurospin research institute (Paris, France). His research 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    79
       activities include statistical and computational techniques for 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    80
       probabilistic modeling of intrinsic brain activity using functional 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    81
       imaging. He has a strong interest in making advanced data-processing 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    82
       techniques available across new scientific fields. For this purpose, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    83
       he favors the development of easy-to-use, inter-disciplinary, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    84
       open-source, scientific software, with a focus on the Python language. 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    85
       Varoquaux has a PhD in quantum physics, is a graduate from Ecole Normale 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    86
       Superieure, Paris.   
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
    87
    </div></div>        
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    88
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    89
</div>
179
851b3fe8f30c reviewed and updated the speaker profiles.
kadambari
parents: 173
diff changeset
    90
{% endblock content %}