project/templates/talk/speakers.html
branch2011
changeset 426 8d55ce40211c
parent 425 25351965cd69
child 432 d3d92744dc89
equal deleted inserted replaced
425:25351965cd69 426:8d55ce40211c
     6 	<div id="speakerphoto"><img alt="Eric Jones"
     6 	<div id="speakerphoto"><img alt="Eric Jones"
     7         src="/static/img/eric.jpg" width=200 /></div>
     7         src="/static/img/eric.jpg" width=200 /></div>
     8        <div id="speakerinfo"><h3>Eric Jones -  Keynote Speaker</h3>
     8        <div id="speakerinfo"><h3>Eric Jones -  Keynote Speaker</h3>
     9       	Eric has a broad background in engineering and software development and leads 
     9       	Eric has a broad background in engineering and software development and leads 
    10       	Enthought's product engineering and software design. Prior to co-founding Enthought, 
    10       	Enthought's product engineering and software design. Prior to co-founding Enthought, 
    11       	Eric was the Keynote Speaker at SciPy US 2011.
       
    12       	Eric worked with numerical electromagnetics and genetic optimization in the 
    11       	Eric worked with numerical electromagnetics and genetic optimization in the 
    13       	Department of Electrical Engineering at Duke University. He has taught numerous courses 
    12       	Department of Electrical Engineering at Duke University. He has taught numerous courses 
    14       	on the use of Python for scientific computing and serves as a member of the Python 
    13       	on the use of Python for scientific computing and serves as a member of the Python 
    15       	Software Foundation. He holds M.S. and Ph.D. degrees from Duke University in electrical 
    14       	Software Foundation. He holds M.S. and Ph.D. degrees from Duke University in electrical 
    16       	engineering and a B.S.E. in mechanical engineering from Baylor University.
    15       	engineering and a B.S.E. in mechanical engineering from Baylor University.
       
    16       	Eric was the Keynote Speaker at SciPy US 2011.
       
    17     </div></div>
       
    18     
       
    19     <div id="speaker">
       
    20     <div id="speakerphoto"><img alt="Jarrod Millman"
       
    21         src="/static/img/jarrod.png" /></div>
       
    22        <div id="speakerinfo"><h3>Jarrod Millman</h3>
       
    23        He is on the SciPy steering committee and an active
       
    24        contributor to both the NumPy and SciPy projects.  He is the acting
       
    25        managing director and the director of computing for UC Berkeley's
       
    26        Neuroscience Institute, where he helped found the Neuroimaging in
       
    27        Python (NIPY) project.
    17     </div></div>
    28     </div></div>
    18     
    29     
    19     
    30     
    20     <div id="speaker">
    31     <div id="speaker">
    21     <div id="speakerphoto"><img alt="Mateusz Paprocki"
    32     <div id="speakerphoto"><img alt="Mateusz Paprocki"
    26       	of Wroclaw in Poland. Mateusz is an active Open Source Python scientific 
    37       	of Wroclaw in Poland. Mateusz is an active Open Source Python scientific 
    27       	software developer. His major contribution to the community is his work on 
    38       	software developer. His major contribution to the community is his work on 
    28       	SymPy, a pure Python symbolic mathematics system.
    39       	SymPy, a pure Python symbolic mathematics system.
    29     </div></div>
    40     </div></div>
    30     
    41     
    31   <div id="speaker">
    42     <div id="speaker">
    32     <div id="speakerphoto"><img alt="Jarrod Millman"
    43     <div id="speakerphoto"><img alt="Asokan Pichai"
    33         src="/static/img/jarrod.png" /></div>
    44         src="/static/img/pasokan.jpg" height=119 width=200 /></div>
    34        <div id="speakerinfo"><h3>Jarrod Millman</h3>
    45        <div id="speakerinfo"><h3>Asokan Pichai</h3>
    35        He is on the SciPy steering committee and an active
    46        Mr. Asokan Pichai is the consultant/project manager for the Python
    36        contributor to both the NumPy and SciPy projects.  He is the acting
    47        group of the FOSSEE project. He is also the principal consultant at
    37        managing director and the director of computing for UC Berkeley's
    48        TalentSprint. He has immense experience in the field of training
    38        Neuroscience Institute, where he helped found the Neuroimaging in
    49        and instructional design. He has been a director at CIBS and has been
    39        Python (NIPY) project.
    50        the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
       
    51        Systems and Future Focus Infotech.
    40     </div></div>
    52     </div></div>
       
    53     
    41   
    54   
    42     <div id="speaker">
    55     <div id="speaker">
    43     <div id="speakerphoto"><img alt="Prabhu Ramachandran"
    56     <div id="speakerphoto"><img alt="Prabhu Ramachandran"
    44         src="/static/img/prabhu_ramachandran.jpg" width=200/></div>
    57         src="/static/img/prabhu_ramachandran.jpg" width=200/></div>
    45        <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
    58        <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
    55        address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
    68        address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
    56        (http://fossee.in) which aims to spread the use of Python (and other Free 
    69        (http://fossee.in) which aims to spread the use of Python (and other Free 
    57        Software) in the curriculum.  
    70        Software) in the curriculum.  
    58     </div></div>    
    71     </div></div>    
    59 
    72 
    60     <div id="speaker">
       
    61     <div id="speakerphoto"><img alt="Asokan Pichai"
       
    62         src="/static/img/pasokan.jpg" height=119 width=200 /></div>
       
    63        <div id="speakerinfo"><h3>Asokan Pichai</h3>
       
    64        Mr. Asokan Pichai is the consultant/project manager for the Python
       
    65        group of the FOSSEE project. He is also the principal consultant at
       
    66        TalentSprint. He has immense experience in the field of training
       
    67        and instructional design. He has been a director at CIBS and has been
       
    68        the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
       
    69        Systems and Future Focus Infotech.
       
    70     </div></div>
       
    71 </div>
    73 </div>
    72 {% endblock content %}
    74 {% endblock content %}