project/templates/about/sprints.html
changeset 213 079c29b18517
child 361 a109ce7f7758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/about/sprints.html	Fri Nov 12 11:42:18 2010 +0530
@@ -0,0 +1,67 @@
+{% 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 %}