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 %} -
Time | Talk | ||
---|---|---|---|
Time | Agenda | Speaker | Title |
9:00-9:30 | Inauguration | ||
9:30-10:30 | Keynote - 1 | ||
10:30-10:45 | Tea Break | ||
10:45-13:15 | Talks | ||
13:15-14:15 | Lunch | ||
14:15-14:45 | Lightning Talks | ||
14:45-15:55 | Talks | ||
15:55-16:10 | Tea-Break | ||
16:10-17:30 | Talks | ||
9:00-9:30 | Inauguration | ||
9:30-10:30 | Keynote - 1 | Perry Greenfield | How Python Slithered into Astronomy |
10:30-10:45 | Tea Break | ||
10:45-13:15 | Talks | ||
13:15-14:15 | Lunch | ||
14:15-14:45 | Lightning Talks | ||
14:45-15:55 | Talks | ||
15:55-16:10 | Tea Break | ||
16:10-17:30 | Talks |
Time | Talk | ||
---|---|---|---|
Time | Agenda | Speaker | Title |
9:00-10:00 | Keynote - 2 | ||
10:00-10:30 | Talks | ||
10:30-10:45 | Tea Break | ||
10:45-13:15 | Talks | ||
13:15-14:15 | Lunch | ||
14:15-14:45 | Lightning Talks | ||
14:45-15:55 | Talks | ||
15:55-16:10 | Tea-Break | ||
16:10-17:30 | Talks | ||
9:00-10:00 | Invited Talk 1 | John Hunter | matplotlib: Beyond the simple plot |
10:00-10:30 | Talks | ||
10:30-10:45 | Tea Break | ||
10:45-13:15 | Talks | ||
13:15-14:15 | Lunch | ||
14:15-14:45 | Lightning Talks | ||
14:45-15:55 | Talks | ||
15:55-16:10 | Tea Break | ||
16:10-17:30 | Talks |
Perry Greenfield +
+ +How Python Slithered into Astronomy +
+ ++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. +
+ +John Hunter +
+ +matplotlib: Beyond the simple plot +
+ +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