project/templates/talk/schedule.html
changeset 2 5d9dfa859761
parent 1 fda1c66b25f9
child 35 49fb13408210
equal deleted inserted replaced
1:fda1c66b25f9 2:5d9dfa859761
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% block content %}
     2 {% block content %}
     3 <div class="post">
     3 <div class="post">
     4   <div class="title">
     4   <div class="title">
     5     <h2><a name="date">Dates</a></h2>
     5     <h2><a name="date">Schedule</a></h2>
     6   </div>
     6   </div>
     7   <div class="entry">
     7   <div class="entry">
     8     <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
     8     <p>SciPy.in is a 6-day programme from December 12th to 17th, 2009, comprising 
     9 public), and 2 days of Sprints.</p>
     9 of two days each of conference, tutorials and sprints. The tutorial will further
       
    10 be constituted of two parallel tracks - one for the general public and one 
       
    11 targeting teachers in collegiate education.</p>
    10     <table cellspacing="5">
    12     <table cellspacing="5">
    11       <tr> <td align=center>Date</td><td>Activity</td> </tr>
    13       <tr> <td align=center>Date</td><td>Activity</td> </tr>
    12       <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
    14       <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
    13       <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
    15       <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
    14       <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
    16       <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
    15       <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
    17       <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
    16       <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
    18       <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
    17       <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
    19       <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
    18     </table>
    20     </table>
    19   </div>
    21   </div>
    20 <h3>Details of the programme will be updated soon.</h3>
    22 <h3>The agenda will be put up on this site soon.</h3>
    21 </div>
    23 </div>
    22 {% endblock content %}
    24 {% endblock content %}