diff options
Diffstat (limited to 'project/templates/talk/schedule.html')
-rw-r--r-- | project/templates/talk/schedule.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 82ee2ec..f97a876 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -2,11 +2,13 @@ {% block content %} <div class="post"> <div class="title"> - <h2><a name="date">Dates</a></h2> + <h2><a name="date">Schedule</a></h2> </div> <div class="entry"> - <p>Its a 6-day programme between December 12 - 17, 2009, comprising of 2 days of conference, 2 days of tutorials with 2 parallel tracks (one specifically for teachers and the other for the general -public), and 2 days of Sprints.</p> + <p>SciPy.in is a 6-day programme from December 12th to 17th, 2009, comprising +of two days each of conference, tutorials and sprints. The tutorial will further +be constituted of two parallel tracks - one for the general public and one +targeting teachers in collegiate education.</p> <table cellspacing="5"> <tr> <td align=center>Date</td><td>Activity</td> </tr> <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr> @@ -17,6 +19,6 @@ public), and 2 days of Sprints.</p> <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr> </table> </div> -<h3>Details of the programme will be updated soon.</h3> +<h3>The agenda will be put up on this site soon.</h3> </div> {% endblock content %}
\ No newline at end of file |