diff options
author | Madhusudan.C.S | 2010-07-15 01:47:43 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-15 01:47:43 +0530 |
commit | 0a26cdc917325b55d4e6a2df85b48d2cc11f6694 (patch) | |
tree | 0f3533775a409d0a24d979e5c2f43424b1412e3c /project/templates/talk/schedule.html | |
parent | 345330484cfe95d95dd9b696c00c817db987215c (diff) | |
download | scipycon-0a26cdc917325b55d4e6a2df85b48d2cc11f6694.tar.gz scipycon-0a26cdc917325b55d4e6a2df85b48d2cc11f6694.tar.bz2 scipycon-0a26cdc917325b55d4e6a2df85b48d2cc11f6694.zip |
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Diffstat (limited to 'project/templates/talk/schedule.html')
-rw-r--r-- | project/templates/talk/schedule.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 2b75b2e..0e5e7f1 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -1,26 +1,27 @@ {% extends "base.html" %} {% block content %} -<h1>SciPy.in 2009 Schedule</h1> -<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> +<h1>SciPy.in 2010 Schedule</h1> +<p>SciPy.in is a 6-day programme from December 13th upto December 18th, of 2010 +comprising of two days each of conference, tutorials and sprints.</p> <strong>Over all break up of activites</strong> <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> - <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr> - <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr> - <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr> - <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr> - <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr> + <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr> + <tr > <td align=right>Monday, Dec. 13 2010</td><td>Conference</td> </tr> + <tr> <td align=right>Tuesday, Dec. 14 2010</td><td>Conference</td> </tr> + <tr> <td align=right>Wednesday, Dec. 15 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Thursday, Dec. 16 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Friday, Dec. 17 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Saturday, Dec. 18 2010</td><td>Full Sprint</td> </tr> </table> <br /> <h2>Conference Schedule</h2> +<h3>A detailed list of talks will be announced after accepting the CfP process +completes. Check for relevant dates.</h3> +<!-- <h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3> <strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> General/Non-programmer: <img src="/img/general.png" alt="General" /> @@ -184,4 +185,5 @@ bridging digital divide <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td> </tr> </table> + --> {% endblock content %}
\ No newline at end of file |