# HG changeset patch # User Parth buch # Date 1321304112 -19800 # Node ID f91c329e13b55ab4ce62d9f9a51b96b70aecfc6b # Parent e98f6525c7b08813f8d34939c581371242475143 activated the tutorials schedule diff -r e98f6525c7b0 -r f91c329e13b5 project/templates/_menu.html --- a/project/templates/_menu.html Sat Nov 12 16:39:00 2011 +0530 +++ b/project/templates/_menu.html Tue Nov 15 02:25:12 2011 +0530 @@ -36,12 +36,12 @@ Conference - -

Day 4

- - - - +
  • +Prabhu Ramachandran and Gael Varoquaux, Mayavi for 3D visualization: 2 hrs - - - - -

    Day 5

    + +
  • - - -

    Any participants using their own laptops should have the required -software installed on their machines, before coming to the venue of -the tutorials. The installation instructions are available here. -

    - +
  • +Mateusz Paprocki, SymPy: 2 hrs
    +Details awaited +
  • Methodology

    @@ -396,9 +251,6 @@ - -

    Laptops can be brought by participants, and additional laptops/computers can be provided for use for those required. Charging points will be available. -

    As far as installations go, you would require the following:

    diff -r e98f6525c7b0 -r f91c329e13b5 project/templates/talk/schedule.html --- a/project/templates/talk/schedule.html Sat Nov 12 16:39:00 2011 +0530 +++ b/project/templates/talk/schedule.html Tue Nov 15 02:25:12 2011 +0530 @@ -11,8 +11,8 @@ DateActivity Sunday, Dec. 04 2011Conference Munday, Dec. 05 2011Conference - + Tuesday, Dec. 06 2011Tutorials + Wednesday, Dec. 07 2011Tutorials
    diff -r e98f6525c7b0 -r f91c329e13b5 project/urls.py --- a/project/urls.py Sat Nov 12 16:39:00 2011 +0530 +++ b/project/urls.py Tue Nov 15 02:25:12 2011 +0530 @@ -120,9 +120,9 @@ url(r'^%s/talks-cfp/schedule/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "talk/schedule.html"}, name='scipycon_schedule'), - # url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN), - # direct_to_template, {"template": "talk/tutorial-schedule.html"}, - # name='scipycon_tutorial_schedule'), + url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/tutorial.html"}, + name='scipycon_tutorial'), # url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN), # direct_to_template, {"template": "talk/sprint-schedule.html"}, # name='scipycon_sprint_schedule'),