templates/schedule.html
author nishanth
Fri, 03 Sep 2010 16:37:03 +0530
branchanoop
changeset 245 30053a24a92a
parent 230 7b84f472c530
permissions -rw-r--r--
updated the template

{% 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>
8:30 - 9:00 Registration + providing laptops
</li>
<li>
9:00 - 9:30 How to connect to local Sage server, creating account etc.
</li>
<li>
9:30 - 10:00 Refreshments
</li>
<li>
10:00 - 11:00 Introduction to Sage, History, goals, developers -  William Stein
</li>
<li>
11:00 - 12:00 Using the Sage notebook effectively(Basic Algebra, Basic Calculus, Basic Plotting) - Prabhu Ramachandran
</li>
<li>
12:00 - 14:00 Lunch + Rest time
</li>
<li>
14:00 - 15:00 Calculus with Sage - Amit, FOSSEE
</li>
<li>
15:00 - 16:00 Linear algebra with Sage - Puneet, FOSSEE
</li>
<li>
16:00 - 16:30 Tea Break
</li>
<li>
16:30 - 20:00 Sprints

</li>
</ul>


<h4> Day 2 - Tuesday 10th August, 2010: Cryptography </h4>

<ul>
<li>
9:30 - 10:00 Refreshments
</li>
<li>
10:00 - 11:00 Encounters with Sage: Examples from my research - Kiran Kedlaya
</li>
<li>
11:00 - 12:00 Number Theory &amp; it's applications in cryptography - P. Vanchinathan
</li>
<li>
12:00 - 14:00 Lunch + Rest time 
</li>
<li>
14:00 - 15:00 Cryptography in Sage - Sourav Sen Gupta
</li>
<li>
15:00 - 16:00 Exploratory research with Sage in Graphs and Matrices - S. Sivaramakrishnan
</li>
<li>
16:00 - 16:30 Tea Break
</li>
<li>
16:30 - 20:00 Sprints

</li>
</ul>

<h4> Day 3 - Wednesday 11th August, 2010: Miscellaneous </h4>

<ul>
<li>
9:30 - 10:00 Refreshments
</li>
<li>
10:00 - 11:00 Basic Python programming - Anoop Jacob Thomas, FOSSEE
</li>
<li>
11:00 - 12:00 More Python programming (Functions, modules, objects) - Madhusudan, FOSSEE
</li>
<li>
12:00 - 14:00 Lunch + Rest time 
</li>
<li>
14:00 - 15:00 Numerical math in Sage - Nishanth. A, FOSSEE
</li>
<li>
15:00 - 15:30 Contributing to Sage(ReST) - Puneeth, FOSSEE
</li>
<li>
15:30 - 16:00 Contributing to Sage(Mercurial) - Madhusudan, FOSSEE 
</li>
<li>
16:00 - 16:30 Tea Break
</li>
<li>
16:30 - 17:00 Contributing to Sage(advaced/sage specific) - <b>Recorded talk by William Stein</b>
</li>
<li>
17:00 - 20:00 Sprints

</li>
</ul>


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

<ul>
<li>
9:30 - 10:00 Refreshments
</li>
<li>
10:00 - 11:00 Numerical math in Sage - Nishanth. A, FOSSEE
</li>
<li>
11:00 - 12:00 SAGE(PARI) for Number Theory - P. Vanchinathan
</li>
<li>
12:00 - 14:00 Lunch + Rest time 
</li>
<li>
14:00 - 15:00 SAGE(GAP) for Groups &amp; Representation - P. Vanchinathan
</li>
<li>
15:00 - 15:15 Arbitary precision &amp; plotting used in Indian Astronomy - Venketeswara Pai R.
</li>
<li>
15:15 - 15:50 Advanced topics on Sage --interact, widgets, advanced plotting, connecting to other tools like mathematica, etc.- <b>Recorded talk by William Stein</b>
</li>
<li>
15:50 - 16:00 Sage as a replacement for commercial tools - Prabhu Ramachandran 
</li>
<li>
16:00 - 16:30 Tea Break
</li>
<li>
16:30 - 20:00 Sprints
</li>
</ul>

{% endblock %}