project/templates/talk/schedule.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 30 Oct 2009 15:13:23 +0530
changeset 2 5d9dfa859761
parent 1 fda1c66b25f9
child 35 49fb13408210
permissions -rw-r--r--
Changed the content of the Schedule and CfP pages.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
<div class="post">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
  <div class="title">
2
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     5
    <h2><a name="date">Schedule</a></h2>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
  </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
  <div class="entry">
2
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     8
    <p>SciPy.in is a 6-day programme from December 12th to 17th, 2009, comprising 
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     9
of two days each of conference, tutorials and sprints. The tutorial will further
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    10
be constituted of two parallel tracks - one for the general public and one 
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    11
targeting teachers in collegiate education.</p>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
    <table cellspacing="5">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
      <tr> <td align=center>Date</td><td>Activity</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    14
      <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
      <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
      <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
      <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
      <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
      <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    20
    </table>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    21
  </div>
2
5d9dfa859761 Changed the content of the Schedule and CfP pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    22
<h3>The agenda will be put up on this site soon.</h3>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    23
</div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    24
{% endblock content %}