author | Madhusudan.C.S <madhusudancs@gmail.com> |
Thu, 18 Nov 2010 16:16:28 +0530 | |
branch | payments |
changeset 276 | 325ec5a41269 |
parent 214 | d3c910ce9a16 |
child 386 | 8ce19610fa03 |
permissions | -rw-r--r-- |
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 %} |
105
9ce5f3e887ce
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
77
diff
changeset
|
3 |
<h1>SciPy.in 2010 Schedule</h1> |
9ce5f3e887ce
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
77
diff
changeset
|
4 |
<p>SciPy.in is a 6-day programme from December 13th upto December 18th, of 2010 |
212
047b2f49979c
Fixed an error in the schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
211
diff
changeset
|
5 |
comprising of two days of conference, three days of tutorials followed by corresponding sprints and a day dedicated completely to sprints.</p> |
60
b078d1833e58
Updated all the schedule to a common page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
58
diff
changeset
|
6 |
|
b078d1833e58
Updated all the schedule to a common page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
58
diff
changeset
|
7 |
|
57
6699e5c82e60
Added time slots of days.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
35
diff
changeset
|
8 |
<strong>Over all break up of activites</strong> |
6699e5c82e60
Added time slots of days.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
35
diff
changeset
|
9 |
|
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
10 |
<table cellspacing="5"> |
105
9ce5f3e887ce
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
77
diff
changeset
|
11 |
<tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr> |
214
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
12 |
<tr > <td align=right>Monday, Dec. 13 2010</td><td><a href="/{{ params.scope }}/talks-cfp/conference/">Conference</a></td> </tr> |
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
13 |
<tr> <td align=right>Tuesday, Dec. 14 2010</td><td><a href="/{{ params.scope }}/talks-cfp/conference/">Conference</a></td> </tr> |
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
14 |
<tr> <td align=right>Wednesday, Dec. 15 2010</td><td><a href="/{{ params.scope }}/tutorial/">Tutorials</a>/<a href="/{{ params.scope }}/sprints/">Sprint</a></td> </tr> |
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
15 |
<tr> <td align=right>Thursday, Dec. 16 2010</td><td><a href="/{{ params.scope }}/tutorial/">Tutorials</a>/<a href="/{{ params.scope }}/sprints/">Sprint</a></td> </tr> |
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
16 |
<tr> <td align=right>Friday, Dec. 17 2010</td><td><a href="/{{ params.scope }}/tutorial/">Tutorials</a>/<a href="/{{ params.scope }}/sprints/">Sprint</a></td> </tr> |
d3c910ce9a16
Made changes to Schedule and Tutorials page.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
212
diff
changeset
|
17 |
<tr> <td align=right>Saturday, Dec. 18 2010</td><td><a href="/{{ params.scope }}/sprints/">Full Sprint</a></td> </tr> |
1
fda1c66b25f9
Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
18 |
</table> |
35
49fb13408210
Added a tentative schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
2
diff
changeset
|
19 |
<br /> |
60
b078d1833e58
Updated all the schedule to a common page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
58
diff
changeset
|
20 |
|
204 | 21 |
{% endblock content %} |