# HG changeset patch # User Anoop Jacob Thomas # Date 1289579606 -19800 # Node ID ed09ea8f8ea9c69e7271dd8ac1d331822986b0f7 # Parent 1633a9693efae0018c61b9e4a8c98857e7d09171 Added abstracts to conference schedule page. diff -r 1633a9693efa -r ed09ea8f8ea9 project/templates/talk/conf_schedule.html --- a/project/templates/talk/conf_schedule.html Fri Nov 12 21:06:49 2010 +0530 +++ b/project/templates/talk/conf_schedule.html Fri Nov 12 22:03:26 2010 +0530 @@ -1,52 +1,101 @@ {% extends "base.html" %} {% block content %} -

SciPy.in 2010 Conference Schedule

+

SciPy.in 2010 Conference Schedule

+ +

A detailed list of talks will be announced after accepting the Call for Papers is complete.

+ +

Day 1

-

A detailed list of talks will be announced after accepting the Call for Papers is complete.

-

Day 1

+ + ++ + + + + + + + + + + + + + + +
TimeAgendaSpeakerTitle
9:00-9:30Inauguration
9:30-10:30Keynote - 1Perry GreenfieldHow Python Slithered into Astronomy
10:30-10:45Tea Break
10:45-13:15Talks
13:15-14:15Lunch
14:15-14:45Lightning Talks
14:45-15:55Talks
15:55-16:10Tea Break
16:10-17:30Talks
+ +

Day 2

-+ - + - - - - - - - - - + + + + + + + + +
TimeTalk
TimeAgendaSpeakerTitle
9:00-9:30Inauguration
9:30-10:30Keynote - 1
10:30-10:45Tea Break
10:45-13:15Talks
13:15-14:15Lunch
14:15-14:45Lightning Talks
14:45-15:55Talks
15:55-16:10Tea-Break
16:10-17:30Talks
9:00-10:00Invited Talk 1John Huntermatplotlib: Beyond the simple plot
10:00-10:30Talks
10:30-10:45Tea Break
10:45-13:15Talks
13:15-14:15Lunch
14:15-14:45Lightning Talks
14:45-15:55Talks
15:55-16:10Tea Break
16:10-17:30Talks
+

Keynote by Perry Greenfield

-

Day 2

+

Perry Greenfield +

+ +

Title

+ +

How Python Slithered into Astronomy +

+ +

Talk/Paper Abstract

+

+I will talk about how Python was used to solve our problems for the +Hubble Space Telescope. From humble beginnings as a glue element for +our legacy software, it has become a cornerstone of our scientific +software for HST and the next large space telescope, the James Webb +Space Telescope, as well as many other astronomy projects. The talk +will also cover some of the history of essential elements for +scientific Python and where future work is needed, and why Python is +so well suited for scientific software. +

+ +

Invited Talk 1

- - -- - - - - - - - - - - - - - - -
TimeTalk
9:00-10:00Keynote - 2
10:00-10:30Talks
10:30-10:45Tea Break
10:45-13:15Talks
13:15-14:15Lunch
14:15-14:45Lightning Talks
14:45-15:55Talks
15:55-16:10Tea-Break
16:10-17:30Talks
+

John Hunter +

+ +

Title

+ +

matplotlib: Beyond the simple plot +

+ +

Talk/Paper Abstract:

+

matplotlib, a python package for making sophisticated publication +quality 2D graphics, and some 3D, has long supported a wide variety +of basic plotting types such line graphs, bar charts, images, +spectral plots, and more. In this talk, we will look at some of the +new features and performance enhancements in matplotlib as well as +some of the comparatively undiscovered features such as interacting +with your data and graphics, and animating plot elements with the +new animations API. We will explore the performance with large +datasets utilizing the new path simplification algorithm, and +discuss areas where performance improvements are still needed. +Finally, we will demonstrate the new HTML5 backend, which in +combination with the new HTML5 IPython front-end under development, +will enable an interactive Python shell with interactive graphics in +a web browser. +

{% endblock content %}