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

SciPy India 2016

Submit Workshop Proposal

{% endblock %}
{% block nav %} {% endblock %} {% block content %}
{% if proposals_a > 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking here
{% else %}

Proposal Guidelines

  • To be announced

    • The project you are willing to present should be an actual implementation rather than just an idea.
    • Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing.
    • Proposals with an aim to promote a commercial product or service will be rejected.
    • In your abstract mention about various tools/libraries used for development.
    • Notification for selection/rejection of your proposal will be given through email.
    • All selected proposals must be presented at the conference by at least one author.
    {% for field in proposal_form %}

    {{ field.label}} {% if field.field.required %} * {% endif %} {{ field }}

    {{ field.errors }} {% endfor %}
    {% csrf_token %}
    {% endif %} {% endblock %} {% block footer %} {% endblock %}