{% extends 'base.html' %} {% load static %} Submit Proposal {% block header %}

SciPy India 2016

Submit Proposal

{% endblock %}
{% block nav %} {% endblock %} {% block content %}
{% if proposal_submit %}

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here !

{% endif %} {% if registration_complete %}

Thank You for your registration. You can now log in by clicking here !



{% endif %} {% if user and not user.is_anonymous and not login_required %}

We invite you to submit proposals for talks/ workshops to be presented at SciPy 2016. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. The workshops are to be conducted in two parallel tracks for basic and advanced users.

Important Dates

  • Call for proposals opens: October 4, 2016
  • Last date for submission of proposals: November 28, 2016
  • Announcement of selected proposals: December 1, 2016

{% if user.is_superuser %}
View Proposals
{% else %}
View Proposals
{% endif %} {% else %}

We invite you to submit proposals for talks/ workshops to be presented at SciPy 2016. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. The workshops are to be conducted in two parallel tracks for basic and advanced users.


  • Login

    Login/Register to Submit a Proposal

    {% if invalid %}

    * Invalid Username/Password

    {% endif %}
    {{ form.as_p }}

    Create an Account Forgot Password? {% csrf_token %}

    Or Sign in with:   

  • Important Dates

    • Call for proposal opens: October 4, 2016
    • Last date for submission of proposals: November 28, 2016
    • Announcement of selected proposals: December 1, 2016
{% endif %}
{% endblock %}