project/templates/talk/schedule.html
changeset 77 18723c0faeb1
parent 73 05e834df29ff
equal deleted inserted replaced
76:c1f967c47334 77:18723c0faeb1
   182   <tr style="background-color: #90c9dc;">
   182   <tr style="background-color: #90c9dc;">
   183     <td>5:45PM - 6:00PM</td>
   183     <td>5:45PM - 6:00PM</td>
   184     <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td>
   184     <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td>
   185   </tr>
   185   </tr>
   186 </table>
   186 </table>
   187 
       
   188 <br /><br />
       
   189 <h2>Day 3, Monday, December 14th, 2009 and</h2>
       
   190 <h2>Day 4, Tuesday, December 15th, 2009</h2>
       
   191 <table class="list-all-talks">
       
   192   <tr>
       
   193     <th class="speaker"><h4>Time</h4></th>
       
   194     <th class="speaker"><h4>Event</h4></th>
       
   195     <th class="speaker"><h4>Topics</h4></th>
       
   196   </tr>
       
   197   <tr style="background-color: #90c9dc;">
       
   198     <td>9:30AM - 5:30PM</td>
       
   199     <td class="speaker" width="25%"><h4>Tutorial</h4>Teacher track</td>
       
   200     <td class="speaker" width="55%">
       
   201       Why Python for Scientific Computing?<hr />
       
   202       Basic and Intermediate Python<hr />
       
   203       Scientific Computing with Python<hr />
       
   204       Basic Sage and Sympy</td>
       
   205   </tr>
       
   206   <tr style="background-color: #90c9dc;">
       
   207     <td>9:30AM - 5:30PM</td>
       
   208     <td class="speaker" width="25%"><h4>Tutorial</h4>General track</td>
       
   209     <td class="speaker" width="55%">
       
   210       Basic python<hr />
       
   211       Intermediate Python<hr />
       
   212       Python for Scientific Computing (Scipy, Numpy, Matplotlib, Mayavi)<hr /></td>
       
   213   </tr>
       
   214 </table>
       
   215 <br /><br />
       
   216 <h2>Day 5, Monday, December 16th and</h2>
       
   217 <h2>Day 6, Tuesday, December 17th, 2009</h2>
       
   218 <br />
       
   219 <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>
       
   220 <br />
       
   221 <table class="list-all-talks">
       
   222   <tr>
       
   223     <th class="speaker"><h4>Time</h4></th>
       
   224     <th class="speaker"><h4>Event</h4>Speaker</th>
       
   225     <th class="speaker"><h4>Topics</h4></th>
       
   226   </tr>
       
   227   <tr style="background-color: #90c9dc;">
       
   228     <td>9:30AM onwards</td>
       
   229     <td class="speaker" width="25%"><h4>Sprint</h4></td>
       
   230     <td>Contribute to, hack on, develop, fix bugs of scipy/numpy</td>
       
   231   </tr>
       
   232 </table>
       
   233 {% endblock content %}
   187 {% endblock content %}