diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/schedule.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 41b97a0..2b75b2e 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -184,50 +184,4 @@ bridging digital divide <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td> </tr> </table> - -<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</h2> -<h2>Day 6, Tuesday, December 17th, 2009</h2> -<br /> -<h2>People attending Sprint please take a look at the link: <br /><a href="http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en">http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en</a></h2> -<br /> -<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 |