project/templates/talk/speakers.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 20:03:01 +0530
branch2011
changeset 425 25351965cd69
parent 421 32de9e8b4fad
child 426 8d55ce40211c
permissions -rw-r--r--
changed the order of speakers
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 was the Keynote Speaker at SciPy US 2011.
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    12
      	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
    13
      	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
    14
      	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
    15
      	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
    16
      	engineering and a B.S.E. in mechanical engineering from Baylor University.
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    17
    </div></div>
203
f6123d1edf06 added perry's photo to speaker profile page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    18
    
425
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    19
    
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    20
    <div id="speaker">
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    21
    <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
    22
        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
    23
       <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
    24
      	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
    25
      	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
    26
      	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
    27
      	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
    28
      	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
    29
    </div></div>
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    30
    
425
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    31
  <div id="speaker">
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    32
    <div id="speakerphoto"><img alt="Jarrod Millman"
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    33
        src="/static/img/jarrod.png" /></div>
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    34
       <div id="speakerinfo"><h3>Jarrod Millman</h3>
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    35
       He is on the SciPy steering committee and an active
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    36
       contributor to both the NumPy and SciPy projects.  He is the acting
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    37
       managing director and the director of computing for UC Berkeley's
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    38
       Neuroscience Institute, where he helped found the Neuroimaging in
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    39
       Python (NIPY) project.
421
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
  
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    42
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    43
    <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
    44
        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
    45
       <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    46
       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
    47
       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
    48
       His research interests are primarily in particle methods and applied scientific 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    49
       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
    50
       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
    51
       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
    52
       Python packages. Prabhu has contributed to the Python wrappers of the 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    53
       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
    54
       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
    55
       address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
    56
       (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
    57
       Software) in the curriculum.  
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    58
    </div></div>    
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    59
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    60
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    61
    <div id="speakerphoto"><img alt="Asokan Pichai"
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    62
        src="/static/img/pasokan.jpg" height=119 width=200 /></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    63
       <div id="speakerinfo"><h3>Asokan Pichai</h3>
179
851b3fe8f30c reviewed and updated the speaker profiles.
kadambari
parents: 173
diff changeset
    64
       Mr. Asokan Pichai is the consultant/project manager for the Python
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    65
       group of the FOSSEE project. He is also the principal consultant at
179
851b3fe8f30c reviewed and updated the speaker profiles.
kadambari
parents: 173
diff changeset
    66
       TalentSprint. He has immense experience in the field of training
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    67
       and instructional design. He has been a director at CIBS and has been
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    68
       the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    69
       Systems and Future Focus Infotech.
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    70
    </div></div>
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
</div>
179
851b3fe8f30c reviewed and updated the speaker profiles.
kadambari
parents: 173
diff changeset
    72
{% endblock content %}