templates/schedule.html
author nishanth
Mon, 26 Jul 2010 20:09:10 +0530
branchanoop
changeset 185 3ab058807ef6
parent 32 7badc9093d9b
child 189 757d0cb5ac77
permissions -rw-r--r--
fixed namespace problem

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