project/templates/talk/schedule.html
changeset 205 a7e07964feaf
parent 204 30f4885bce04
child 208 d5cfc76051ed
equal deleted inserted replaced
204:30f4885bce04 205:a7e07964feaf
     9 
     9 
    10     <table cellspacing="5">
    10     <table cellspacing="5">
    11       <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr>
    11       <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr>
    12       <tr > <td align=right>Monday, Dec. 13 2010</td><td><a href="#day1">Conference</a></td> </tr>
    12       <tr > <td align=right>Monday, Dec. 13 2010</td><td><a href="#day1">Conference</a></td> </tr>
    13       <tr> <td align=right>Tuesday, Dec. 14 2010</td><td><a href="#day2">Conference</a></td> </tr>
    13       <tr> <td align=right>Tuesday, Dec. 14 2010</td><td><a href="#day2">Conference</a></td> </tr>
    14       <tr> <td align=right>Wednesday, Dec. 15 2010</td><td>Tutorials/Sprint</td> </tr>
    14       <tr> <td align=right>Wednesday, Dec. 15 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr>
    15       <tr> <td align=right>Thursday, Dec. 16 2010</td><td>Tutorials/Sprint</td> </tr>
    15       <tr> <td align=right>Thursday, Dec. 16 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr>
    16       <tr> <td align=right>Friday, Dec. 17 2010</td><td>Tutorials/Sprint</td> </tr>
    16       <tr> <td align=right>Friday, Dec. 17 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr>
    17       <tr> <td align=right>Saturday, Dec. 18 2010</td><td>Full Sprint</td> </tr>
    17       <tr> <td align=right>Saturday, Dec. 18 2010</td><td><a href="#sprints">Full Sprint</a></td> </tr>
    18     </table>
    18     </table>
    19 <br />
    19 <br />
    20 
    20 
    21 <h2>Conference Schedule</h2>
    21 <h2>Conference Schedule</h2>
    22 <h3>A detailed list of talks will be announced after accepting the CfP process
    22 <h3>A detailed list of talks will be announced after accepting the CfP process
    64 <tr><td class="right">15:55-16:10</td><td class="left">Tea-Break</td></tr>
    64 <tr><td class="right">15:55-16:10</td><td class="left">Tea-Break</td></tr>
    65 <tr><td class="right">16:10-17:30</td><td class="left">Talks</td></tr>
    65 <tr><td class="right">16:10-17:30</td><td class="left">Talks</td></tr>
    66 </tbody>
    66 </tbody>
    67 </table>
    67 </table>
    68 
    68 
       
    69 
       
    70 <h2 id="tutorials">Tutorials </h2>
       
    71 
       
    72 <p>This is a rough outline of the topics to be covered in the
       
    73 tutorials. The exact schedule of the tutorials will be put up in a
       
    74 short while.
       
    75 </p>
       
    76 <ul>
       
    77 <li>
       
    78 Sage
       
    79 <ul>
       
    80 <li>
       
    81 basic usage 
       
    82 </li>
       
    83 <li>
       
    84 symbolic 
       
    85 </li>
       
    86 <li>
       
    87 numeric computing
       
    88 </li>
       
    89 <li>
       
    90 basic plotting
       
    91 </li>
       
    92 </ul>
       
    93 </li>
       
    94 <li>
       
    95 Basic Scientific Computing with Python
       
    96 <ul>
       
    97 <li>
       
    98 ipython
       
    99 </li>
       
   100 <li>
       
   101 pylab
       
   102 </li>
       
   103 <li>
       
   104 numpy
       
   105 </li>
       
   106 <li>
       
   107 scipy
       
   108 </li>
       
   109 <li>
       
   110 basic Mayavi
       
   111 </li>
       
   112 </ul>
       
   113 </li>
       
   114 <li>
       
   115 Basic Python
       
   116 <ul>
       
   117 <li>
       
   118 data-types
       
   119 </li>
       
   120 <li>
       
   121 conditionals &amp; looping
       
   122 </li>
       
   123 <li>
       
   124 functions &amp; modules
       
   125 </li>
       
   126 </ul>
       
   127 </li>
       
   128 <li>
       
   129 Advanced
       
   130 <ul>
       
   131 <li>
       
   132 Cython (30 mins)
       
   133 </li>
       
   134 <li>
       
   135 More Ipython (30 mins)
       
   136 </li>
       
   137 <li>
       
   138 More Mayavi (1 hr)
       
   139 </li>
       
   140 <li>
       
   141 More matplotlib (1 hr)
       
   142 </li>
       
   143 <li>
       
   144 More Sage? (1 hr)
       
   145 
       
   146 </li>
       
   147 </ul>
       
   148 </li>
       
   149 </ul>
       
   150 
       
   151 <p>Any participants using their own laptops should have the required
       
   152 software installed on their machines, before coming to the venue of
       
   153 the tutorials. The installation instructions are available <a href="http://fossee.in/installation-how-to">here</a>.
       
   154 </p>
       
   155 
       
   156 
       
   157 <h2 id="sprints">Probable Sprint Topics </h2>
       
   158 
       
   159 
       
   160 <ul>
       
   161 <li>
       
   162 Documentation
       
   163 <ul>
       
   164 <li>
       
   165 Scipy/Numpy
       
   166 </li>
       
   167 <li>
       
   168 Mayavi
       
   169 </li>
       
   170 </ul>
       
   171 </li>
       
   172 <li>
       
   173 Mayavi
       
   174 </li>
       
   175 <li>
       
   176 Ipython
       
   177 </li>
       
   178 <li>
       
   179 Sage
       
   180 </li>
       
   181 <li>
       
   182 matplotlib
       
   183 </li>
       
   184 <li>
       
   185 Spoken tutorial
       
   186 <ul>
       
   187 <li>
       
   188 recording
       
   189 </li>
       
   190 <li>
       
   191 dubbing
       
   192 </li>
       
   193 </ul>
       
   194 </li>
       
   195 <li>
       
   196 Text books
       
   197 <ul>
       
   198 <li>
       
   199 Kreyszig - Advanced Engineering Mathematics 
       
   200 </li>
       
   201 <li>
       
   202 Strang - Linear Algebra
       
   203 </li>
       
   204 <li>
       
   205 Introduction to Dynamics - Ian Percival, Derek Richards
       
   206 
       
   207 </li>
       
   208 </ul>
       
   209 </li>
       
   210 </ul>
       
   211 
       
   212 <p>Details of the Sprints can be worked out based on the interest of
       
   213 the participants.
       
   214 </p>
       
   215 <p>
       
   216 Participants of Sprints who make a significant contribution will be
       
   217 given swag. The sprint lead, will choose the participants who are
       
   218 eligible for the swag. 
       
   219 </p>
       
   220 
       
   221 
    69 <!-- 
   222 <!-- 
    70 <h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3>
   223 <h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3>
    71 <strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> 
   224 <strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> 
    72 General/Non-programmer: <img src="/img/general.png" alt="General" />
   225 General/Non-programmer: <img src="/img/general.png" alt="General" />
    73 Beginner Programmer: <img src="/img/beginner.png" alt="Beginner" />
   226 Beginner Programmer: <img src="/img/beginner.png" alt="Beginner" />