project/templates/talk/speakers.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 16:43:31 +0530
branch2011
changeset 453 62063e573649
parent 444 3c612f342b99
permissions -rw-r--r--
Added Emmanuelle's bio to speakers page
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 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
    
453
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    19
    
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    20
    <div id="speaker">
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    21
	<div id="speakerphoto"><img alt="Ajith Kumar"
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    22
        src="/static/img/emma_small.jpg" width=200 /></div>
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    23
       <div id="speakerinfo"><h3>Emmanuelle Gouillart</h3>
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    24
      	Emmanuelle Gouillart is a physics researcher in a joint laboratory
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    25
		between the French National Research Center (CNRS), and the French
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    26
		industry group Saint-Gobain. Her research interests are in glass melting,
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    27
		tomography imaging, and fluid mixing. She started teaching Scientific
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    28
		Python during the Python African Tour event in Dakar in 2009, and was one
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    29
		of the organizers of the Euroscipy conferences in Paris in 2010 and 2011.
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    30
		Emmanuelle is now one of the developers of the Python module
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    31
		scikits-image. 
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    32
    </div></div>
62063e573649 Added Emmanuelle's bio to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 444
diff changeset
    33
    
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    34
    <div id="speaker">
444
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    35
	<div id="speakerphoto"><img alt="Ajith Kumar"
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    36
        src="/static/img/ajith.jpg" width=200 /></div>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    37
       <div id="speakerinfo"><h3>Ajith Kumar</h3>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    38
      	His main area of work is development of instrumentation for particle 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    39
      	accelerators and associated experiments, including radio-frequency 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    40
      	accelerating structures, control and data acquisition systems, 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    41
      	digital and radio frequency electronics modules. Also involved in 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    42
      	developing laboratory equipment (expeyes.in) for teaching physics and 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    43
      	engineering following the philosophy of Free Software. Has been a user 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    44
      	and propagator of Free Software in the field of education for several years. 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    45
    </div></div>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    46
    
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    47
    <div id="speaker">
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    48
    <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
    49
        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
    50
       <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
    51
       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
    52
       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
    53
       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
    54
       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
    55
       Python (NIPY) project.
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    56
    </div></div>
203
f6123d1edf06 added perry's photo to speaker profile page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    57
    
425
25351965cd69 changed the order of speakers
Parth buch <parth.buch.115@gmail.com>
parents: 421
diff changeset
    58
    
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    59
    <div id="speaker">
444
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    60
    <div id="speakerphoto"><img alt="Ole Nielsen"
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    61
        src="/static/img/ole.jpg" /></div>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    62
       <div id="speakerinfo"><h3>Ole Nielsen</h3>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    63
       Ole Nielsen has been an Open Source adopter, promotor and 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    64
       developer since the early nineties during his career as technical 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    65
       consultant, academic researcher, government scientist and development 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    66
       professional within an aid organisation. Ole has a double Master's degree in 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    67
       Mathematics and Computer Science as well as a PhD in scientific computing 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    68
       from universities in Denmark. Ole joined AusAID in Jakarta in 2010 to support 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    69
       the Indonesian government in multi-hazard disaster risk reduction. 
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    70
    </div></div>
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    71
    
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    72
    
3c612f342b99 Added ole and ajith as invited guests
Parth buch <parth.buch.115@gmail.com>
parents: 432
diff changeset
    73
    <div id="speaker">
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    74
    <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
    75
        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
    76
       <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
    77
      	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
    78
      	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
    79
      	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
    80
      	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
    81
      	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
    82
    </div></div>
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    83
    
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    84
    <div id="speaker">
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    85
    <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
    86
        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
    87
       <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
    88
       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
    89
       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
    90
       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
    91
       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
    92
       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
    93
       Systems and Future Focus Infotech.
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    94
    </div></div>
426
8d55ce40211c fixed typo in eric's bio, sorted out speakers
Parth buch <parth.buch.115@gmail.com>
parents: 425
diff changeset
    95
    
421
32de9e8b4fad added pics for eric and mateusz
Parth buch <parth.buch.115@gmail.com>
parents: 218
diff changeset
    96
  
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    97
    <div id="speaker">
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    98
    <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
    99
        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
   100
       <div id="speakerinfo"><h3>Prabhu Ramachandran</h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
   101
       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
   102
       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
   103
       His research interests are primarily in particle methods and applied scientific 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
   104
       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
   105
       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
   106
       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
   107
       Python packages. Prabhu has contributed to the Python wrappers of the 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
   108
       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
   109
       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
   110
       address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 179
diff changeset
   111
       (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
   112
       Software) in the curriculum.  
432
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   113
    </div></div>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   114
    
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   115
     <div id="speaker">
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   116
    <div id="speakerphoto"><img alt="Gaël Varoquaux"
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   117
        src="/static/img/gael.jpg" width=200/></div>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   118
       <div id="speakerinfo"><h3>Gaël Varoquaux</h3>
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   119
       Gaël Varoquaux is a researcher in computational science at INRIA, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   120
       in the Neurospin research institute (Paris, France). His research 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   121
       activities include statistical and computational techniques for 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   122
       probabilistic modeling of intrinsic brain activity using functional 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   123
       imaging. He has a strong interest in making advanced data-processing 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   124
       techniques available across new scientific fields. For this purpose, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   125
       he favors the development of easy-to-use, inter-disciplinary, 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   126
       open-source, scientific software, with a focus on the Python language. 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   127
       Varoquaux has a PhD in quantum physics, is a graduate from Ecole Normale 
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   128
       Superieure, Paris.   
d3d92744dc89 Added Gael to speakers page
Parth buch <parth.buch.115@gmail.com>
parents: 426
diff changeset
   129
    </div></div>        
173
d1e03263a317 Changed the order of speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
   130
33
7dc40ba1b35c Added speakers section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   131
</div>
179
851b3fe8f30c reviewed and updated the speaker profiles.
kadambari
parents: 173
diff changeset
   132
{% endblock content %}