project/templates/talk/speakers.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 18 Oct 2010 19:35:33 +0530
changeset 173 d1e03263a317
parent 170 13b97c24e6d5
child 179 851b3fe8f30c
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 %}
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"></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    33
    <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
    34
      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
    35
      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
    36
      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
    37
      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
    38
      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
    39
      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
    40
      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
    41
      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
    42
      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
    43
    </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    44
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    45
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    46
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    47
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    48
    <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
    49
    <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
    50
      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
    51
      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
    52
      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
    53
      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
    54
      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
    55
      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
    56
      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
    57
      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
    58
      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
    59
      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
    60
      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
    61
      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
    62
      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
    63
      the James Webb Space Telescope.
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    64
    </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    65
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    66
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    67
    <br /><br />
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    68
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    69
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    70
    <div id="speakerphoto"><img alt="Prabhu Ramachandran"
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    71
        src="/static/img/prabhu_ramachandran.jpg" /></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    72
       <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    73
       He is the architect of Mayavi (3D visualization in Python) and is
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    74
       currently a faculty member at the Department of Aerospace Engineering,
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    75
       Indian Institute of Technology Bombay, India.
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    76
    </div></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    77
    <div style="clear: both;"/>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    78
    <br /><br />
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    79
170
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    80
    <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
    81
    <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
    82
        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
    83
        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
    84
        (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
    85
        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
    86
        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
    87
        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
    88
        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
    89
        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
    90
        </div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    91
    <br /></div>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    92
    <div style="clear: both;"/>
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    93
    <br /><br />
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    94
    
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    95
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    96
    <div id="speakerphoto"><img alt="Jarrod Millman"
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    97
        src="/static/img/jarrod.png" /></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    98
       <div id="speakerinfo"><h3>Jarrod Millman</h3>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    99
       He is on the SciPy steering committee and an active
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   100
       contributor to both the NumPy and SciPy projects.  He is the acting
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   101
       managing director and the director of computing for UC Berkeley's
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   102
       Neuroscience Institute, where he helped found the Neuroimaging in
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   103
       Python (NIPY) project.
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   104
    </div></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   105
    <div style="clear: both;"/>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   106
    <br /><br />
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   107
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   108
    <div id="speaker"><div id="speakerphoto"><img alt="Satrajit"
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   109
        src="/static/img/satrajit.jpg" height=155 width=200 /></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   110
    <div id="speakerinfo"><h3>Satrajit Ghosh</h3> 
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   111
        Satrajit Ghosh is a research scientist at Research Laboratory of
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   112
        Electronics at MIT and a faculty member of the Speech and Hearing
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   113
        Biosciences and Technology program within the Harvard-MIT division
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   114
        of Health Sciences and Technology. He has extensive experience with
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   115
        neuroimaging, signal processing and software development. He has
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   116
        developed state-of-the-art tools for analysis of neuroimaging data
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   117
        and is managing the development of a Python-based, opensource,
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   118
        multi-institution software project aimed at improving interoperability
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   119
        among existing imaging analysis software packages
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   120
        (http://nipy.org/nipype/). His current research focus is on
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   121
        utilizing pattern classification approaches for diagnosis and
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   122
        prediction of neurological disorders. His prior work involves
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   123
        real-time synthesis of computer music and sound effects, controlling
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   124
        chaotic oscillators, computational modeling of speech acquisition
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   125
        and production, and realtime DSP-based speech signal processing. He
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   126
        holds a BS(Honors) degree in Computer Science from the National
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   127
        University of Singapore and a PhD in Cognitive and Neural Systems
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   128
        from Boston University.</div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   129
    <br /></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   130
    <div style="clear: both;"/>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   131
    <br /><br />
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   132
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   133
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   134
    <div id="speakerphoto"><img alt="Asokan Pichai"
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   135
        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
   136
       <div id="speakerinfo"><h3>Asokan Pichai</h3>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   137
       Mr. Asokan Pichai is the consultant/Project manager for the Python
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   138
       group of the FOSSEE project. He is also the principal consultant at
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   139
       Merquri consulting. He has immense experience in the field of training
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   140
       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
   141
       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
   142
       Systems and Future Focus Infotech.
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   143
    </div></div>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   144
    <div style="clear: both;"/>
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
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 %}