diff options
-rw-r--r-- | project/templates/talk/speakers.html | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/project/templates/talk/speakers.html b/project/templates/talk/speakers.html index 0115529..1e7cb5e 100644 --- a/project/templates/talk/speakers.html +++ b/project/templates/talk/speakers.html @@ -29,69 +29,6 @@ <br /></div> <div style="clear: both;"/> - <div id="speaker"><div id="speakerphoto"><img alt="Satrajit" - src="/static/img/satrajit.jpg" height=155 width=200 /></div> - <div id="speakerinfo"><h3>Satrajit Ghosh</h3> - Satrajit Ghosh is a research scientist at Research Laboratory of - Electronics at MIT and a faculty member of the Speech and Hearing - Biosciences and Technology program within the Harvard-MIT division - of Health Sciences and Technology. He has extensive experience with - neuroimaging, signal processing and software development. He has - developed state-of-the-art tools for analysis of neuroimaging data - and is managing the development of a Python-based, opensource, - multi-institution software project aimed at improving interoperability - among existing imaging analysis software packages - (http://nipy.org/nipype/). His current research focus is on - utilizing pattern classification approaches for diagnosis and - prediction of neurological disorders. His prior work involves - real-time synthesis of computer music and sound effects, controlling - chaotic oscillators, computational modeling of speech acquisition - and production, and realtime DSP-based speech signal processing. He - holds a BS(Honors) degree in Computer Science from the National - University of Singapore and a PhD in Cognitive and Neural Systems - from Boston University.</div> - <br /></div> - <div style="clear: both;"/> - <br /><br /> - - <div id="speaker"> - <div id="speakerphoto"><img alt="Jarrod Millman" - src="/static/img/jarrod.png" /></div> - <div id="speakerinfo"><h3>Jarrod Millman</h3> - He is on the SciPy steering committee and an active - contributor to both the NumPy and SciPy projects. He is the acting - managing director and the director of computing for UC Berkeley's - Neuroscience Institute, where he helped found the Neuroimaging in - Python (NIPY) project. - </div></div> - <div style="clear: both;"/> - <br /><br /> - - <div id="speaker"> - <div id="speakerphoto"><img alt="Prabhu Ramachandran" - src="/static/img/prabhu_ramachandran.jpg" /></div> - <div id="speakerinfo"><h3>Prabhu Ramachandran</h3> - He is the architect of Mayavi (3D visualization in Python) and is - currently a faculty member at the Department of Aerospace Engineering, - Indian Institute of Technology Bombay, India. - </div></div> - <div style="clear: both;"/> - <br /><br /> - - <div id="speaker"> - <div id="speakerphoto"><img alt="Asokan Pichai" - src="/static/img/pasokan.jpg" height=119 width=200 /></div> - <div id="speakerinfo"><h3>Asokan Pichai</h3> - Mr. Asokan Pichai is the consultant/Project manager for the Python - group of the FOSSEE project. He is also the principal consultant at - Merquri consulting. He has immense experience in the field of training - and instructional design. He has been a director at CIBS and has been - the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin - Systems and Future Focus Infotech. - </div></div> - <div style="clear: both;"/> - <br /><br /> - <div id="speaker"><div id="speakerphoto"></div> <div id="speakerinfo"><h3>John Hunter</h3> John Hunter received his Ph.D. in neurobiology at the University of @@ -129,6 +66,17 @@ <div style="clear: both;"/> <br /><br /> + <div id="speaker"> + <div id="speakerphoto"><img alt="Prabhu Ramachandran" + src="/static/img/prabhu_ramachandran.jpg" /></div> + <div id="speakerinfo"><h3>Prabhu Ramachandran</h3> + He is the architect of Mayavi (3D visualization in Python) and is + currently a faculty member at the Department of Aerospace Engineering, + Indian Institute of Technology Bombay, India. + </div></div> + <div style="clear: both;"/> + <br /><br /> + <div id="speaker"><div id="speakerphoto"></div> <div id="speakerinfo"><h3>Stéfan van der Walt</h3> Stéfan van der Walt is a researcher and lecturer in Applied Mathematics @@ -143,6 +91,58 @@ <br /></div> <div style="clear: both;"/> <br /><br /> + + <div id="speaker"> + <div id="speakerphoto"><img alt="Jarrod Millman" + src="/static/img/jarrod.png" /></div> + <div id="speakerinfo"><h3>Jarrod Millman</h3> + He is on the SciPy steering committee and an active + contributor to both the NumPy and SciPy projects. He is the acting + managing director and the director of computing for UC Berkeley's + Neuroscience Institute, where he helped found the Neuroimaging in + Python (NIPY) project. + </div></div> + <div style="clear: both;"/> + <br /><br /> + + <div id="speaker"><div id="speakerphoto"><img alt="Satrajit" + src="/static/img/satrajit.jpg" height=155 width=200 /></div> + <div id="speakerinfo"><h3>Satrajit Ghosh</h3> + Satrajit Ghosh is a research scientist at Research Laboratory of + Electronics at MIT and a faculty member of the Speech and Hearing + Biosciences and Technology program within the Harvard-MIT division + of Health Sciences and Technology. He has extensive experience with + neuroimaging, signal processing and software development. He has + developed state-of-the-art tools for analysis of neuroimaging data + and is managing the development of a Python-based, opensource, + multi-institution software project aimed at improving interoperability + among existing imaging analysis software packages + (http://nipy.org/nipype/). His current research focus is on + utilizing pattern classification approaches for diagnosis and + prediction of neurological disorders. His prior work involves + real-time synthesis of computer music and sound effects, controlling + chaotic oscillators, computational modeling of speech acquisition + and production, and realtime DSP-based speech signal processing. He + holds a BS(Honors) degree in Computer Science from the National + University of Singapore and a PhD in Cognitive and Neural Systems + from Boston University.</div> + <br /></div> + <div style="clear: both;"/> + <br /><br /> + + <div id="speaker"> + <div id="speakerphoto"><img alt="Asokan Pichai" + src="/static/img/pasokan.jpg" height=119 width=200 /></div> + <div id="speakerinfo"><h3>Asokan Pichai</h3> + Mr. Asokan Pichai is the consultant/Project manager for the Python + group of the FOSSEE project. He is also the principal consultant at + Merquri consulting. He has immense experience in the field of training + and instructional design. He has been a director at CIBS and has been + the CEO/CTO of various firms such as MinVesta Infotech Ltd., Arkin + Systems and Future Focus Infotech. + </div></div> + <div style="clear: both;"/> + <br /><br /> </div> </div> {% endblock content %}
\ No newline at end of file |