templates/schedule.html
branchanoop
changeset 32 7badc9093d9b
child 189 757d0cb5ac77
equal deleted inserted replaced
31:ec540dfbfe78 32:7badc9093d9b
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 Schedule
       
     4 {% endblock %}
       
     5 {% block content %}
       
     6 <h2>Schedule</h2>
       
     7 <h4> Day 1 - Monday 9th August, 2010: Introduction and Overview </h4>
       
     8 
       
     9 <ul>
       
    10 <li>
       
    11 09:30 - 10:00 Refreshments
       
    12 </li>
       
    13 <li>
       
    14 10:00 - 11:00 Introduction to Sage and the Sage Notebook (talk by William Stein)
       
    15 </li>
       
    16 <li>
       
    17 11:00 - 12:00 Basic Algebra, Calculus, Numerics, Arbitrary Precision Numerics (talk by TBA)
       
    18 </li>
       
    19 <li>
       
    20 12:00 - 14:00 Lunch + Rest time
       
    21 </li>
       
    22 <li>
       
    23 14:00 - 15:00 Basic Plotting, Number Theory, Polynomials (talk by TBA)
       
    24 </li>
       
    25 <li>
       
    26 15:00 - 16:00 Sage as a replacement for Matlab for numerics (talk by TBA)
       
    27 </li>
       
    28 <li>
       
    29 16:00 - 16:20 Tea Break
       
    30 </li>
       
    31 <li>
       
    32 16:20 - 19:00 Sprints 
       
    33 
       
    34 
       
    35 </li>
       
    36 </ul>
       
    37 
       
    38 <h4> Day 2 - Tuesday 10th August, 2010: Cryptography </h4>
       
    39 
       
    40 <ul>
       
    41 <li>
       
    42 09:30 - 10:00 Refreshments
       
    43 </li>
       
    44 <li>
       
    45 10:00 - 11:00 Cryptography in Sage (talk by TBA)
       
    46 </li>
       
    47 <li>
       
    48 11:00 - 12:00 Cryptography, continued (talk by TBA)
       
    49 </li>
       
    50 <li>
       
    51 12:00 - 14:00 Lunch + Rest time
       
    52 </li>
       
    53 <li>
       
    54 14:00 - 15:00 Cryptography (tutorial)
       
    55 </li>
       
    56 <li>
       
    57 15:00 - 16:00 Cryptography continued (tutorial)
       
    58 </li>
       
    59 <li>
       
    60 16:00 - 16:20 Tea Break
       
    61 </li>
       
    62 <li>
       
    63 16:20 - 19:00 Sprints 
       
    64 
       
    65 
       
    66 </li>
       
    67 </ul>
       
    68 
       
    69 
       
    70 <h4> Day 3 - Wednesday 11th August, 2010: Miscellaneous </h4>
       
    71 <ul>
       
    72 <li>
       
    73 09:30 - 10:00 Refreshments
       
    74 </li>
       
    75 <li>
       
    76 10:00 - 11:00 Running a Sage notebook server (talk by William Stein)
       
    77 </li>
       
    78 <li>
       
    79 11:00 - 12:00 Writing fast compiled code using Cython (tutorial)
       
    80 </li>
       
    81 <li>
       
    82 12:00 - 14:00 Lunch + Rest time
       
    83 </li>
       
    84 <li>
       
    85 14:00 - 15:00 Combinatorics and Graph Theory (tutorial: Symmetric functions and other topics of interest)
       
    86 </li>
       
    87 <li>
       
    88 15:00 - 16:00 Graphics and visualization (tutorial)
       
    89 </li>
       
    90 <li>
       
    91 16:00 - 16:20 Tea Break
       
    92 </li>
       
    93 <li>
       
    94 16:20 - 19:00 Sprints 
       
    95 
       
    96 
       
    97 </li>
       
    98 </ul>
       
    99 
       
   100 <h4> Day 4 - Thursday 12th August, 2010: TBA </h4>
       
   101 
       
   102 <ul>
       
   103 <li>
       
   104 09:30 - 10:00 Refreshments
       
   105 </li>
       
   106 <li>
       
   107 10:00 - 11:00 Contributing to Sage (talk)
       
   108 </li>
       
   109 <li>
       
   110 11:00 - 12:00 Sage as a replacement for MATLAB for numerics, part 2 (talk)
       
   111 </li>
       
   112 <li>
       
   113 12:00 - 14:00 Lunch + Rest time
       
   114 </li>
       
   115 <li>
       
   116 14:00 - 15:00 Numerical computation in Sage (tutorial)
       
   117 </li>
       
   118 <li>
       
   119 15:00 - 16:00 Numerical computation in Sage (tutorial)
       
   120 </li>
       
   121 <li>
       
   122 16:00 - 16:20 Tea Break
       
   123 </li>
       
   124 <li>
       
   125 16:20 - 19:00 Sprints 
       
   126 </li>
       
   127 </ul>
       
   128 {% endblock %}