# HG changeset patch # User amit # Date 1288420122 -19800 # Node ID 49b1ec16f6abf7fd65ad7cd5c5b6d8336ecdcdf8 # Parent 8bd09b59f35992a87f9f48ac7c53d5b7eca27a10# Parent 7071ab9a6703a9fd693c2ef613053aa5f3efc47d Merging heads diff -r 8bd09b59f359 -r 49b1ec16f6ab project/static/img/prabhu_ramachandran.jpg Binary file project/static/img/prabhu_ramachandran.jpg has changed diff -r 8bd09b59f359 -r 49b1ec16f6ab project/static/img/scipy-poster.png Binary file project/static/img/scipy-poster.png has changed diff -r 8bd09b59f359 -r 49b1ec16f6ab project/templates/_menu.html --- a/project/templates/_menu.html Sat Oct 30 03:33:09 2010 +0530 +++ b/project/templates/_menu.html Sat Oct 30 11:58:42 2010 +0530 @@ -3,6 +3,13 @@
  • Home
  • Registration
  • + +
  • +
  • Talks & CfP
  • About
  • Publicity
  • +
  • Organizers
  • {% if user.is_staff %}
  • HowTo
  • {% endif %} diff -r 8bd09b59f359 -r 49b1ec16f6ab project/templates/about/fees.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/about/fees.html Sat Oct 30 11:58:42 2010 +0530 @@ -0,0 +1,131 @@ +{% extends "base.html" %} +{% block content %} + +

    Fees

    + +

    Registration fees for outstation students and teachers.

    + + + ++ + + + + + + + + + +
    CategoryConferenceAccommodation
    + Tutorials(all 6 days)
    StudentsRs. 500Rs. 300
    TeachersRs. 500Rs. 300
    + +

    Registration fees along with the accommodation charges can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.800 (for all 6 days).

    + +

    Registration fees for in-station students and teachers.

    + + + + ++ + + + + + + + + + +
    CategoryConference
    + Tutorials
    StudentsRs. 500
    TeachersRs. 500
    + + + +

    Registration fees can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.500 (for all 6 days).

    + +

    Registration fees for corporates and others.

    + + + ++ + + + + + + + + +
    CategoryConferenceTutorials + sprints
    CorporatesRs. 2000Rs. 1000 per day
    OthersRs. 2000Rs. 1000 per day
    + +

    Registration fees corresponding to the conference +( number of tutorial days * 1000) can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft.

    + + + +

    Spot registration / late payment(on-spot)

    + + + ++ + + + + + + + + + +
    CategoryConferenceTutorials + sprints
    StudentsRs. 750Included in conference fee
    TeachersRs. 750Included in conference fee
    CorporatesRs. 2500Rs. 1250 per day
    + +

    Note:

    + +

    Accommodation

    + + + + +

    Registration

    + + + +{% endblock content %} diff -r 8bd09b59f359 -r 49b1ec16f6ab project/templates/about/organizers.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/about/organizers.html Sat Oct 30 11:58:42 2010 +0530 @@ -0,0 +1,136 @@ +{% extends "base.html" %} +{% block content %} + +

    SciPy.in Committee

    + + +

    Executive Committee

    + + +

    Conference Co-Chairs

    + + + +

    Program Committee

    + + +

    Local Organizers

    + +

    FOSSEE

    + + + +

    IIIT Hyderabad

    + + + +

    Program Staff

    + + + +

    Graphic Design

    + + + +{% endblock content %} diff -r 8bd09b59f359 -r 49b1ec16f6ab project/templates/talk/speakers.html --- a/project/templates/talk/speakers.html Sat Oct 30 03:33:09 2010 +0530 +++ b/project/templates/talk/speakers.html Sat Oct 30 11:58:42 2010 +0530 @@ -69,9 +69,18 @@
    Prabhu Ramachandran

    Prabhu Ramachandran

    - He is the architect of Mayavi (3D visualization in Python) and is - currently a faculty member at the Department of Aerospace Engineering, - Indian Institute of Technology Bombay, India. + Dr Prabhu has been a faculty member at the department of Aerospace Engineering, + IIT Bombay since 2005. He has a PhD in Aerospace Engineering from IIT Madras. + His research interests are primarily in particle methods and applied scientific + computing. He has been active in the FOSS community for more than a decade. + He co-founded the Indian Linux User Group - Chennai (ILUGC) in 1998 and is the + creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK + Python packages. Prabhu has contributed to the Python wrappers of the + Visualization Toolkit (VTK). He is an active member of the SciPy community and + a member of the Python Software Foundation (PSF). In 2009, he gave the keynote + address at India's first PyCon. Prabhu currently heads the FOSSEE project + (http://fossee.in) which aims to spread the use of Python (and other Free + Software) in the curriculum.


    diff -r 8bd09b59f359 -r 49b1ec16f6ab project/urls.py --- a/project/urls.py Sat Oct 30 03:33:09 2010 +0530 +++ b/project/urls.py Sat Oct 30 11:58:42 2010 +0530 @@ -116,6 +116,13 @@ url(r'^%s/publicity/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/publicity.html"}, name='scipycon_publicity'), + url(r'^%s/about/fees/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/fees.html"}, + name='scipycon_fees'), + url(r'^%s/organizers/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/organizers.html"}, + name='scipycon_organizers'), + ) # Password reset