diff options
author | Madhusudan.C.S | 2009-11-12 13:11:35 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-12 13:11:35 +0530 |
commit | 83fa276deca1b81ea4b6a95cfbc7c4005d0d9880 (patch) | |
tree | 54d0527890b094cfb6d29d8861646850dbf0f191 /project/templates | |
parent | 71f61894aaa8967216c4371b25a859cbfa790724 (diff) | |
download | scipycon-83fa276deca1b81ea4b6a95cfbc7c4005d0d9880.tar.gz scipycon-83fa276deca1b81ea4b6a95cfbc7c4005d0d9880.tar.bz2 scipycon-83fa276deca1b81ea4b6a95cfbc7c4005d0d9880.zip |
Added a tentative schedule.
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 |