author | Parth buch <parth.buch.115@gmail.com> |
Sat, 01 Oct 2011 03:59:03 +0530 | |
branch | 2011 |
changeset 429 | cde70fd3073c |
parent 426 | 8d55ce40211c |
child 432 | d3d92744dc89 |
permissions | -rw-r--r-- |
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 | 59 |
Dr Prabhu has been a faculty member at the department of Aerospace Engineering, |
60 |
IIT Bombay since 2005. He has a PhD in Aerospace Engineering from IIT Madras. |
|
61 |
His research interests are primarily in particle methods and applied scientific |
|
62 |
computing. He has been active in the FOSS community for more than a decade. |
|
63 |
He co-founded the Indian Linux User Group - Chennai (ILUGC) in 1998 and is the |
|
64 |
creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK |
|
65 |
Python packages. Prabhu has contributed to the Python wrappers of the |
|
66 |
Visualization Toolkit (VTK). He is an active member of the SciPy community and |
|
67 |
a member of the Python Software Foundation (PSF). In 2009, he gave the keynote |
|
68 |
address at India's first PyCon. Prabhu currently heads the FOSSEE project |
|
69 |
(http://fossee.in) which aims to spread the use of Python (and other Free |
|
70 |
Software) in the curriculum. |
|
421
32de9e8b4fad
added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents:
218
diff
changeset
|
71 |
</div></div> |
173
d1e03263a317
Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
170
diff
changeset
|
72 |
|
33
7dc40ba1b35c
Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
73 |
</div> |
179 | 74 |
{% endblock content %} |