templates/schedule.html
author anoop
Wed, 28 Jul 2010 00:39:03 +0530
branchanoop
changeset 189 757d0cb5ac77
parent 32 7badc9093d9b
child 190 579638f2f414
permissions -rw-r--r--
updated schedule.

{% 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, History, goals, developers (talk by William Stein)
</li>
<li>
11:00 - 12:00 Using the Sage notebook effectively(Basic algebra, calculus, plotting (talk by Prabhu Ramachandran)
</li>
<li>
12:00 - 14:00 Lunch + Rest time
</li>
<li>
14:00 - 15:00 Advanced Sage notebook tutorial(arbitary precision numerics, dialogs, widgets, advanced algebra, advanced plotting, calculus, interaction) (talk by William Stein)
</li>
<li>
15:00 - 15:15 Contributing to Sage(Mercurial) (talk by Madhusudan,FOSSEE)
</li>
<li>
15:15 - 15:30 Contributing to Sage (ReST) (talk by Puneeth,FOSSEE)
</li>
<li>
15:30 - 16:00 Contributing to Sage (Advanced/Sage specific - patches, etc) (talk by William Stein)
</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 How I use Sage for my research (talk by Kiran Kedlaya)
</li>
<li>
11:00 - 12:00 Number Theory & it's application in cryptography (talk by P. Vanchinathan)
</li>
<li>
12:00 - 14:00 Lunch + Rest time
</li>
<li>
14:00 - 15:00 Cryptography in Sage (talk by Sourav Sen Gupta)
</li>
<li>
15:00 - 15:30 Exploratory research with Sage in Graphs and Matrices (talk by S Sivaramakrishnan)
</li>
<li>
15:30 - 16:00 Elaboration on Graphs and Matrices (talk by William Stein)
</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 Numerics (talk by William Stein)
</li>
<li>
11:00 - 12:00 SAGE(PARI) for Number Theory (talk by P. Vanchinathan)
</li>
<li>
12:00 - 14:00 Lunch + Rest time
</li>
<li>
14:00 - 15:00 SAGE(GAP) for Groups & Representation (talk by P. Vanchinathan)
</li>
<li>
15:00 - 16:00 Combinatorics and Graph Theory (tutorial: Symmetric functions and other topics of interest) (by William Stein)
</li>
<li>
16:00 - 16:20 Tea Break
</li>
<li>
16:20 - 19:00 Sprints 


</li>
</ul>

<h4> Day 4 - Thursday 12th August, 2010: Miscellaneous </h4>

<ul>
<li>
09:30 - 10:00 Refreshments
</li>
<li>
10:00 - 11:00 Running Sage notebook server (tutorial by William Stein)
</li>
<li>
11:00 - 12:00 Cython (talk by Prabhu Ramachandran)
</li>
<li>
12:00 - 14:00 Lunch + Rest time
</li>
<li>
14:00 - 14:30 Arbitrary precision & plotting used in Indian Astronomy (talk by Venketeswara Pai R.)
</li>
<li>
14:30 - 15:00 Sage as a replacement for Commercial Tools (talk by Prabhu Ramachandran)
</li>
<li>
16:00 - 16:20 Tea Break
</li>
<li>
16:20 - 19:00 Sprints 
</li>
</ul>
{% endblock %}