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 %} -
Time | Agenda | Speaker | Title |
---|---|---|---|
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-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-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. +
+ +Time | Talk |
---|---|
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 |
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 %}