equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 <h1>Probable Sprint Topics</h1> |
|
4 |
|
5 <ul> |
|
6 <li> |
|
7 Documentation |
|
8 <ul> |
|
9 <li> |
|
10 Scipy/Numpy |
|
11 </li> |
|
12 <li> |
|
13 Mayavi |
|
14 </li> |
|
15 </ul> |
|
16 </li> |
|
17 <li> |
|
18 Mayavi |
|
19 </li> |
|
20 <li> |
|
21 Ipython |
|
22 </li> |
|
23 <li> |
|
24 Sage |
|
25 </li> |
|
26 <li> |
|
27 matplotlib |
|
28 </li> |
|
29 <li> |
|
30 Spoken tutorial |
|
31 <ul> |
|
32 <li> |
|
33 recording |
|
34 </li> |
|
35 <li> |
|
36 dubbing |
|
37 </li> |
|
38 </ul> |
|
39 </li> |
|
40 <li> |
|
41 Text books |
|
42 <ul> |
|
43 <li> |
|
44 Kreyszig - Advanced Engineering Mathematics |
|
45 </li> |
|
46 <li> |
|
47 Strang - Linear Algebra |
|
48 </li> |
|
49 <li> |
|
50 Introduction to Dynamics - Ian Percival, Derek Richards |
|
51 |
|
52 </li> |
|
53 </ul> |
|
54 </li> |
|
55 </ul> |
|
56 |
|
57 <p>Details of the Sprints can be worked out based on the interest of |
|
58 the participants. This will be updated as soon as more information is |
|
59 available. |
|
60 </p> |
|
61 <p> |
|
62 Participants of Sprints who make a significant contribution will be |
|
63 given swag. The sprint lead, will choose the participants who are |
|
64 eligible for the swag. |
|
65 </p> |
|
66 |
|
67 {% endblock content %} |