# HG changeset patch # User Madhusudan.C.S # Date 1258539613 -19800 # Node ID 428f9aeb2a78aa1544d1ae4f9cd91f2cfc0df381 # Parent 9b646740d5dd7224a557b800394439005f29b610 Added content and style for speakers page. diff -r 9b646740d5dd -r 428f9aeb2a78 project/static/css/styles.css --- a/project/static/css/styles.css Wed Nov 18 15:49:53 2009 +0530 +++ b/project/static/css/styles.css Wed Nov 18 15:50:13 2009 +0530 @@ -306,6 +306,8 @@ #right-inner li { font-weight: bold; + font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; + font-size: 1.3em; padding-bottom: 15px; } /* forms */ @@ -443,4 +445,22 @@ font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; font-size: 1.1em; color: #58585a; +} + +#speaker { + display:inline; +} + +#speakerphoto { + float: left; + padding-right: 20px; +} + +#speakerinfo { + width: 80%; + font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; + font-size: 1.2em; + color: #58585a; + margin-left: 5em; + text-align: justify; } \ No newline at end of file diff -r 9b646740d5dd -r 428f9aeb2a78 project/templates/talk/speakers.html --- a/project/templates/talk/speakers.html Wed Nov 18 15:49:53 2009 +0530 +++ b/project/templates/talk/speakers.html Wed Nov 18 15:50:13 2009 +0530 @@ -5,36 +5,75 @@

Speakers

-

The following speakers will be invited.

-

Travis Oliphant (Keynote) - He is the architect of NumPy and author of - the definitive guide to NumPy. He was formerly a member of faculty at - BYU and is currently the Vice-President of Enthought Inc. (USA).

+

The following speakers are invited.

+
Travis Oliphant
+

Travis Oliphant (Keynote)

+ He is the architect of NumPy and author of the definitive guide to + NumPy. He was formerly a member of faculty at BYU and is currently + the Vice-President of Enthought Inc. (USA).
+
+
+
+
Jarrod Millman
+

Jarrod Millman

+ 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. +
+
+

-

Fernando Perez - He is the architect of IPython (Interactive Python) - and developer of NiPy (Neuro-Imaging for Python). He is currently with - the Neuroscience Institute, UC Berkeley (USA).

- -

Jarrod Millman - He is a developer for NiPy and is the director of - computing for UC Berkeley's Neuroscience Institute, where he leads the - Computational Infrastructure for Research Laboratories (CIRL) group.

+
+
David Cournapeau
+

David Cournapeau

+ He is one of the lead NumPy and SciPy developers + and is just received his PhD in Signal Processing at Kyoto University, + Japan. +
+
+

-

Stéfan van der Walt - He is a developer for Scipy and Numpy. He is - currently a Professor of Applied Mathematics at the University of - Stellenbosch (South Africa)

- -

David Cournapeau - He is a SciPy developer and is currently a PhD - student in Signal Processing at Kyoto University, Japan.

+
+
Christopher Burns
+

Christopher Burns

+ He is one of the lead developers on the + Neuroimaging in Python project (NiPy). He is a software engineer in + the Computational Infrastructure for Research Laboratories group at UC + Berkeley's Neuroscience Institute and a regular contributor to the + NumPy/SciPy projects. +
+
+

-

Gaël Varoquaux - He is a developer of Mayavi and is currently with the - Department of Applied Mathematics and Neuroscience, Neurospin, CEA - - INRIA Saclay (France)

+
+
Prabhu Ramachandran
+

Prabhu Ramachandran

+ 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. +
+
+

-

Prabhu Ramachandran - 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.

- -

Asokan Pichai - He is a trainer and mentor for various companies and is - currently a consultant for the FOSSEE project.

+
+
Asokan Pichai
+

Asokan Pichai

+ 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. +
+
{% endblock content %} \ No newline at end of file