From 15c15afea697e377011fa10defb8e217a911c767 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Fri, 12 Nov 2010 22:03:26 +0530 Subject: Added abstracts to conference schedule page. --- project/templates/talk/conf_schedule.html | 105 ++++++++++++++++++++++-------- 1 file changed, 77 insertions(+), 28 deletions(-) (limited to 'project/templates') diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html index 453524d..9da5ed2 100644 --- a/project/templates/talk/conf_schedule.html +++ b/project/templates/talk/conf_schedule.html @@ -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

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

- +

Day 2

-+ - + - - - - - - - - - + + + + + + + + +
TimeTalk
TimeAgendaSpeakerTitle
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
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

+ +

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

+ +

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 %} -- cgit