{% load static %} SciPy India 2017 {% include 'navbar.html' %} {% block content %}

SciPy India

November 29 & 30 - 2017

{% if user and not user.is_anonymous %}

Submit Proposal

{% else %}

Login

{% endif %}

{% 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 or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users.

Important Dates


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

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for 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 proposals opens: 15th Sept. 2017
  • Last date for submission of proposals: 1st Nov. 2017
  • Announcement of selected proposals: 15th Nov. 2017
{% endif %}
{% endblock %} {% include 'footer.html' %}