diff -r ec540dfbfe78 -r 7badc9093d9b templates/schedule.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/schedule.html Fri Jun 04 19:01:18 2010 +0530
@@ -0,0 +1,128 @@
+{% extends 'base.html' %}
+{% block title %}
+Schedule
+{% endblock %}
+{% block content %}
+
Schedule
+ Day 1 - Monday 9th August, 2010: Introduction and Overview
+
+
+-
+09:30 - 10:00 Refreshments
+
+-
+10:00 - 11:00 Introduction to Sage and the Sage Notebook (talk by William Stein)
+
+-
+11:00 - 12:00 Basic Algebra, Calculus, Numerics, Arbitrary Precision Numerics (talk by TBA)
+
+-
+12:00 - 14:00 Lunch + Rest time
+
+-
+14:00 - 15:00 Basic Plotting, Number Theory, Polynomials (talk by TBA)
+
+-
+15:00 - 16:00 Sage as a replacement for Matlab for numerics (talk by TBA)
+
+-
+16:00 - 16:20 Tea Break
+
+-
+16:20 - 19:00 Sprints
+
+
+
+
+
+ Day 2 - Tuesday 10th August, 2010: Cryptography
+
+
+-
+09:30 - 10:00 Refreshments
+
+-
+10:00 - 11:00 Cryptography in Sage (talk by TBA)
+
+-
+11:00 - 12:00 Cryptography, continued (talk by TBA)
+
+-
+12:00 - 14:00 Lunch + Rest time
+
+-
+14:00 - 15:00 Cryptography (tutorial)
+
+-
+15:00 - 16:00 Cryptography continued (tutorial)
+
+-
+16:00 - 16:20 Tea Break
+
+-
+16:20 - 19:00 Sprints
+
+
+
+
+
+
+ Day 3 - Wednesday 11th August, 2010: Miscellaneous
+
+-
+09:30 - 10:00 Refreshments
+
+-
+10:00 - 11:00 Running a Sage notebook server (talk by William Stein)
+
+-
+11:00 - 12:00 Writing fast compiled code using Cython (tutorial)
+
+-
+12:00 - 14:00 Lunch + Rest time
+
+-
+14:00 - 15:00 Combinatorics and Graph Theory (tutorial: Symmetric functions and other topics of interest)
+
+-
+15:00 - 16:00 Graphics and visualization (tutorial)
+
+-
+16:00 - 16:20 Tea Break
+
+-
+16:20 - 19:00 Sprints
+
+
+
+
+
+ Day 4 - Thursday 12th August, 2010: TBA
+
+
+-
+09:30 - 10:00 Refreshments
+
+-
+10:00 - 11:00 Contributing to Sage (talk)
+
+-
+11:00 - 12:00 Sage as a replacement for MATLAB for numerics, part 2 (talk)
+
+-
+12:00 - 14:00 Lunch + Rest time
+
+-
+14:00 - 15:00 Numerical computation in Sage (tutorial)
+
+-
+15:00 - 16:00 Numerical computation in Sage (tutorial)
+
+-
+16:00 - 16:20 Tea Break
+
+-
+16:20 - 19:00 Sprints
+
+
+{% endblock %}