project/templates/talk/speakers.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 18 Oct 2010 13:08:04 +0530
changeset 170 13b97c24e6d5
parent 79 a5d348588b5b
child 173 d1e03263a317
permissions -rw-r--r--
Added speakers profiles and opened up the link.
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 %}
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
<div class="post">
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
  <div class="title">
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
    <h2><a name="date">Speakers</a></h2>
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
  </div>
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
  <div class="entry">
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
     8
    <h3>The following speakers are invited.</h3>
170
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
     9
    <div id="speaker"><div id="speakerphoto"><img alt="Fernando Perez"
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    10
        src="/static/img/fperez.jpg" height=220 width=179 /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    11
    <div id="speakerinfo"><h3>Fernando Perez</h3> 
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    12
       Fernando Perez received his PhD in Physics from the University of
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    13
       Colorado, Boulder, in 2002 working on questions regarding the
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    14
       toplogical structure of the QCD vacuum using Lattice Gauge Theory
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    15
       techniques. He then worked at the Applied Mathematics Dept. at the
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    16
       same university, focusing on the development of a new family of
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    17
       algorithms for the efficient application of linear operators in
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    18
       multiple dimensions, with a focus on the uses of such techniques on
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    19
       the (bound state) multiparticle Schrodinger Equation. Since early 2008,
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    20
       he has worked as a research scientist at the Helen Wills Neuroscience
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    21
       Institute at the University of California, Berkeley, on the development
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    22
       of new algorithms and tools for neuroimaging. He is actively involved
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    23
       in the development of tools for scientific computing using high-level
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    24
       languages, in particular Python. He is the original author and leader
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    25
       of the IPython project for interactive computing
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    26
       (http://ipython.scipy.org) and an active contributor to other
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    27
       scientific Python projects as well as a frequent lecturer on these
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    28
       topics.</div>
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    29
    <br /></div>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    30
    <div style="clear: both;"/>
170
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    31
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    32
    <div id="speaker"><div id="speakerphoto"><img alt="Satrajit"
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    33
        src="/static/img/satrajit.jpg" height=155 width=200 /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    34
    <div id="speakerinfo"><h3>Satrajit Ghosh</h3> 
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    35
        Satrajit Ghosh is a research scientist at Research Laboratory of
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    36
        Electronics at MIT and a faculty member of the Speech and Hearing
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    37
        Biosciences and Technology program within the Harvard-MIT division
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    38
        of Health Sciences and Technology. He has extensive experience with
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    39
        neuroimaging, signal processing and software development. He has
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    40
        developed state-of-the-art tools for analysis of neuroimaging data
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    41
        and is managing the development of a Python-based, opensource,
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    42
        multi-institution software project aimed at improving interoperability
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    43
        among existing imaging analysis software packages
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    44
        (http://nipy.org/nipype/). His current research focus is on
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    45
        utilizing pattern classification approaches for diagnosis and
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    46
        prediction of neurological disorders. His prior work involves
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    47
        real-time synthesis of computer music and sound effects, controlling
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    48
        chaotic oscillators, computational modeling of speech acquisition
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    49
        and production, and realtime DSP-based speech signal processing. He
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    50
        holds a BS(Honors) degree in Computer Science from the National
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    51
        University of Singapore and a PhD in Cognitive and Neural Systems
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    52
        from Boston University.</div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    53
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    54
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    55
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    56
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    57
    <div id="speaker">
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    58
    <div id="speakerphoto"><img alt="Jarrod Millman"
79
a5d348588b5b Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 72
diff changeset
    59
        src="/static/img/jarrod.png" /></div>
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    60
       <div id="speakerinfo"><h3>Jarrod Millman</h3>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    61
       He is on the SciPy steering committee and an active
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    62
       contributor to both the NumPy and SciPy projects.  He is the acting
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    63
       managing director and the director of computing for UC Berkeley's
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    64
       Neuroscience Institute, where he helped found the Neuroimaging in
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    65
       Python (NIPY) project.
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    66
    </div></div>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    67
    <div style="clear: both;"/>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    68
    <br /><br />
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    69
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    70
    <div id="speaker">
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    71
    <div id="speakerphoto"><img alt="Prabhu Ramachandran"
79
a5d348588b5b Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 72
diff changeset
    72
        src="/static/img/prabhu_ramachandran.jpg" /></div>
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    73
       <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    74
       He is the architect of Mayavi (3D visualization in Python) and is
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    75
       currently a faculty member at the Department of Aerospace Engineering,
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    76
       Indian Institute of Technology Bombay, India.
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    77
    </div></div>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    78
    <div style="clear: both;"/>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    79
    <br /><br />
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    80
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    81
    <div id="speaker">
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    82
    <div id="speakerphoto"><img alt="Asokan Pichai"
79
a5d348588b5b Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 72
diff changeset
    83
        src="/static/img/pasokan.jpg" height=119 width=200 /></div>
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    84
       <div id="speakerinfo"><h3>Asokan Pichai</h3>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    85
       Mr. Asokan Pichai is the consultant/Project manager for the Python
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    86
       group of the FOSSEE project. He is also the principal consultant at
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    87
       Merquri consulting. He has immense experience in the field of training
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    88
       and instructional design. He has been a director at CIBS and has been
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    89
       the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    90
       Systems and Future Focus Infotech.
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    91
    </div></div>
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    92
    <div style="clear: both;"/>
170
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    93
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    94
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    95
    <div id="speaker"><div id="speakerphoto"></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    96
    <div id="speakerinfo"><h3>John Hunter</h3> 
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    97
      John Hunter received his Ph.D. in neurobiology at the University of
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    98
      Chicago for experimental and numerical modeling work on synchronization
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    99
      of neurons to aperiodic stimuli and the non-linear response of synapses
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   100
      to aperiodic inputs. His postdoctoral research was in coherence and
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   101
      characterization of transient synchronizations in pediatric epilepsy.
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   102
      He left academia in 2005 for quantitative finance, and is Senior
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   103
      Quantitative Analyst at TradeLink Securities. An avid python programmer
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   104
      and lecturer in scientific computing in python, he is original author
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   105
      and lead developer of the scientific visualization package matplotlib.
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   106
    </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   107
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   108
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   109
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   110
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   111
    <div id="speaker"><div id="speakerphoto"></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   112
    <div id="speakerinfo"><h3>Perry Greenfield</h3> 
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   113
      Perry Greenfield received a Ph.D. in Physics from M.I.T. His thesis
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   114
      was based on Very Large Array radio observations of the first discovered
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   115
      gravitational lens. After a short stint in communications engineering
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   116
      at Bell Labs, he ended up at the Space Telescope Science Institute,
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   117
      where he has worked for the last 25 years. He initially was responsible
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   118
      for calibrating the Faint Object Camera for the Hubble Space Telescope,
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   119
      but for the last 15 years he has been leading the Science Software
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   120
      Branch. He has pioneered the use of Python in astronomy, and his group
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   121
      been heavily involved in Python for the last 12 years. They have
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   122
      developed PyRAF, numarray (the precursor to current numpy capabilities),
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   123
      PyFITS, and been heavily involved in the development and support of
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   124
      matplotlib. His group is now heavily involved in developing the science
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   125
      software to support the next large space telescope under construction,
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   126
      the James Webb Space Telescope.
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   127
    </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   128
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   129
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   130
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   131
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   132
    <div id="speaker"><div id="speakerphoto"></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   133
    <div id="speakerinfo"><h3>Stéfan van der Walt</h3> 
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   134
        Stéfan van der Walt is a researcher and lecturer in Applied Mathematics
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   135
        at Stellenbosch University, South Africa. He holds a BEng (E&E with CS)
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   136
        (2005) and MScEng (2005) from the same institution, and recently
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   137
        completed his PhD on super-resolution imaging. His current research
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   138
        interests include mathematical modeling in neuro-imaging, the discrete
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   139
        pulse transform, GPU computing and manifold learning. Stéfan is a
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   140
        strong proponent of free and open software for scientific research
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   141
        and teaching, and has been part of the NumPy community since 2006.
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   142
        </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   143
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   144
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
   145
    <br /><br />
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   146
  </div>
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   147
</div>
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   148
{% endblock content %}