project/templates/about/sprints.html
author primal primal007@gmail.com
Mon, 30 Jan 2012 15:19:23 +0530
branch2011
changeset 522 01b130ea8d8d
parent 361 a109ce7f7758
permissions -rw-r--r--
Merged

{% 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 eligible for swag. 
</p>

{% endblock content %}