templates/schedule.html
branchanoop
changeset 32 7badc9093d9b
child 189 757d0cb5ac77
--- /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 %}
+<h2>Schedule</h2>
+<h4> Day 1 - Monday 9th August, 2010: Introduction and Overview </h4>
+
+<ul>
+<li>
+09:30 - 10:00 Refreshments
+</li>
+<li>
+10:00 - 11:00 Introduction to Sage and the Sage Notebook (talk by William Stein)
+</li>
+<li>
+11:00 - 12:00 Basic Algebra, Calculus, Numerics, Arbitrary Precision Numerics (talk by TBA)
+</li>
+<li>
+12:00 - 14:00 Lunch + Rest time
+</li>
+<li>
+14:00 - 15:00 Basic Plotting, Number Theory, Polynomials (talk by TBA)
+</li>
+<li>
+15:00 - 16:00 Sage as a replacement for Matlab for numerics (talk by TBA)
+</li>
+<li>
+16:00 - 16:20 Tea Break
+</li>
+<li>
+16:20 - 19:00 Sprints 
+
+
+</li>
+</ul>
+
+<h4> Day 2 - Tuesday 10th August, 2010: Cryptography </h4>
+
+<ul>
+<li>
+09:30 - 10:00 Refreshments
+</li>
+<li>
+10:00 - 11:00 Cryptography in Sage (talk by TBA)
+</li>
+<li>
+11:00 - 12:00 Cryptography, continued (talk by TBA)
+</li>
+<li>
+12:00 - 14:00 Lunch + Rest time
+</li>
+<li>
+14:00 - 15:00 Cryptography (tutorial)
+</li>
+<li>
+15:00 - 16:00 Cryptography continued (tutorial)
+</li>
+<li>
+16:00 - 16:20 Tea Break
+</li>
+<li>
+16:20 - 19:00 Sprints 
+
+
+</li>
+</ul>
+
+
+<h4> Day 3 - Wednesday 11th August, 2010: Miscellaneous </h4>
+<ul>
+<li>
+09:30 - 10:00 Refreshments
+</li>
+<li>
+10:00 - 11:00 Running a Sage notebook server (talk by William Stein)
+</li>
+<li>
+11:00 - 12:00 Writing fast compiled code using Cython (tutorial)
+</li>
+<li>
+12:00 - 14:00 Lunch + Rest time
+</li>
+<li>
+14:00 - 15:00 Combinatorics and Graph Theory (tutorial: Symmetric functions and other topics of interest)
+</li>
+<li>
+15:00 - 16:00 Graphics and visualization (tutorial)
+</li>
+<li>
+16:00 - 16:20 Tea Break
+</li>
+<li>
+16:20 - 19:00 Sprints 
+
+
+</li>
+</ul>
+
+<h4> Day 4 - Thursday 12th August, 2010: TBA </h4>
+
+<ul>
+<li>
+09:30 - 10:00 Refreshments
+</li>
+<li>
+10:00 - 11:00 Contributing to Sage (talk)
+</li>
+<li>
+11:00 - 12:00 Sage as a replacement for MATLAB for numerics, part 2 (talk)
+</li>
+<li>
+12:00 - 14:00 Lunch + Rest time
+</li>
+<li>
+14:00 - 15:00 Numerical computation in Sage (tutorial)
+</li>
+<li>
+15:00 - 16:00 Numerical computation in Sage (tutorial)
+</li>
+<li>
+16:00 - 16:20 Tea Break
+</li>
+<li>
+16:20 - 19:00 Sprints 
+</li>
+</ul>
+{% endblock %}