diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/talk/schedule.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index f97a876..5f295ed 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -18,7 +18,31 @@ targeting teachers in collegiate education.</p> <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr> <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr> </table> +<br /> +<h3><a name="date">The tentative schedule and structure (focus areas) for all the days +being proposed is :</a></h3> + +<ol> + <li>Theme for Conference talks - "Scientific Python in Action" with + respect to Application and Teaching</li> + <li>The Teacher track of the tutorial (2 days) + <ul> + <li>Why Python for Scientific Computing?</li> + <li>Basic and Intermediate Python</li> + <li>Scientific Computing with Python</li> + <li>Basic Sage and Sympy</li> + </ul> + </li> + + <li>General tutorial + <ul> + <li>Basic python (1/2 day)</li> + <li>Intermediate Python (1/2 day)</li> + <li>Python for Scientific Computing (Scipy, Numpy, Matplotlib, Mayavi) (1 day)</li> + </ul> + </li> + <li>Sprints (2 days)</li> +</ol> </div> -<h3>The agenda will be put up on this site soon.</h3> </div> {% endblock content %}
\ No newline at end of file |