project/templates/about/sprints.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 11:42:18 +0530
changeset 213 079c29b18517
child 361 a109ce7f7758
permissions -rw-r--r--
Made sprints page, tutorials page and conference schedule page.

{% extends "base.html" %}
{% block content %}
<h1>Probable Sprint Topics</h1>

<ul>
<li>
Documentation
<ul>
<li>
Scipy/Numpy
</li>
<li>
Mayavi
</li>
</ul>
</li>
<li>
Mayavi
</li>
<li>
Ipython
</li>
<li>
Sage
</li>
<li>
matplotlib
</li>
<li>
Spoken tutorial
<ul>
<li>
recording
</li>
<li>
dubbing
</li>
</ul>
</li>
<li>
Text books
<ul>
<li>
Kreyszig - Advanced Engineering Mathematics 
</li>
<li>
Strang - Linear Algebra
</li>
<li>
Introduction to Dynamics - Ian Percival, Derek Richards

</li>
</ul>
</li>
</ul>

<p>Details of the Sprints can be worked out based on the interest of
the participants.  This will be updated as soon as more information is 
available.
</p>
<p>
Participants of Sprints who make a significant contribution will be
given swag. The sprint lead, will choose the participants who are
eligible for the swag. 
</p>

{% endblock content %}