{% extends 'website/templates/base.html' %} {% load widget_tweaks %} {% block sidebar %} {% endblock %} {% block current %} Call for Proposals {% endblock %} {% block content %}

Thank You for your interest in presenting at SciPy India 2014.
We regret to inform you that we have closed the CFP for this year.
Stay tuned with us, the schedule for the conference will be up soon.

Important Dates

Call for proposals ends 25th    Nov 2014
List of accepted proposals will be published On or Before 28th Nov. 2014
{% if not request.user.is_authenticated %}
{% csrf_token %}
{% render_field login_form.username class+="form-control" %}
{% render_field login_form.password class+="form-control" %}
{% else %}
Hello {{ request.user }}! Logout

CFP for SciPy India 2014 has been closed.
We are reviewing the proposals received & will soon announce the list of selected abstracts.
Stay tuned with us.

{% endif %}
{% endblock %}