diff options
author | Madhusudan.C.S | 2009-12-12 03:00:51 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-12-12 03:00:51 +0530 |
commit | 15115934311f7575a935eab0278b86fce1da86a1 (patch) | |
tree | 87f765daddfaa3e036e985e46ca137435a0153a1 | |
parent | 897b022077ef4d0ab0f62e0807763f9ec5c88f30 (diff) | |
download | scipycon-15115934311f7575a935eab0278b86fce1da86a1.tar.gz scipycon-15115934311f7575a935eab0278b86fce1da86a1.tar.bz2 scipycon-15115934311f7575a935eab0278b86fce1da86a1.zip |
Added some final touches to the schedule.
-rw-r--r-- | project/templates/notifications/last_day_mail.html | 4 | ||||
-rw-r--r-- | project/templates/talk/schedule.html | 65 |
2 files changed, 45 insertions, 24 deletions
diff --git a/project/templates/notifications/last_day_mail.html b/project/templates/notifications/last_day_mail.html index 1d62f77..9a3a007 100644 --- a/project/templates/notifications/last_day_mail.html +++ b/project/templates/notifications/last_day_mail.html @@ -15,11 +15,11 @@ is fossee on both twitter and identi.ca. Also, please use the hashtags twitter robs the dots ;-) The website is also updated with "How to reach the venue?" and -"Accommodation" details. Please check them. +"Accommodation" details. Please check them. Last but not the least, any issue getting to the Techno park or any help you want regarding SciPy.in 2009, please call me on this number: -+91-9987214220. My name is Madhusudan.C.S ++91-9987214220. My name is Madhusudan.C.S -- Thanks, diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index dca0a62..68eae4b 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -110,7 +110,8 @@ bridging digital divide <td class="speaker" width="75%"><h4>Dinner</h4></td> </tr> </table> - <h2>Day 2, Saturday, December 13th, 2009</h2> +<br /><br /> +<h2>Day 2, Sunday, December 13th, 2009</h2> <table class="list-all-talks"> <tr> <th class="speaker"><h4>Time</h4></th> @@ -182,25 +183,45 @@ bridging digital divide </tr> </table> -<ol> - <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> -</div> +<br /><br /> +<h2>Day 3, Monday, December 14th, 2009 and</h2> +<h2>Day 4, Tuesday, December 15th, 2009</h2> +<table class="list-all-talks"> + <tr> + <th class="speaker"><h4>Time</h4></th> + <th class="speaker"><h4>Event</h4></th> + <th class="speaker"><h4>Topics</h4></th> + </tr> + <tr style="background-color: #90c9dc;"> + <td>9:30AM - 5:30PM</td> + <td class="speaker" width="25%"><h4>Tutorial</h4>Teacher track</td> + <td class="speaker" width="55%"> + Why Python for Scientific Computing?<hr /> + Basic and Intermediate Python<hr /> + Scientific Computing with Python<hr /> + Basic Sage and Sympy</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>9:30AM - 5:30PM</td> + <td class="speaker" width="25%"><h4>Tutorial</h4>General track</td> + <td class="speaker" width="55%"> + Basic python<hr /> + Intermediate Python<hr /> + Python for Scientific Computing (Scipy, Numpy, Matplotlib, Mayavi)<hr /></td> + </tr> +</table> +<br /><br /> +<h2>Day 5, Monday, December 16th and Day 6, Tuesday, December 17th, 2009</h2> +<table class="list-all-talks"> + <tr> + <th class="speaker"><h4>Time</h4></th> + <th class="speaker"><h4>Event</h4>Speaker</th> + <th class="speaker"><h4>Topics</h4></th> + </tr> + <tr style="background-color: #90c9dc;"> + <td>9:30AM onwards</td> + <td class="speaker" width="25%"><h4>Sprint</h4></td> + <td>Contribute to, hack on, develop, fix bugs of scipy/numpy</td> + </tr> +</table> {% endblock content %}
\ No newline at end of file |