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

Scipy India 2016

Call For Proposal

{% endblock %}
{% block nav %} {% endblock %} {% block content %}
{% if user and not user.is_anonymous and not login_required %}

Main Menu

Submit an Abstract
Submit a Workshop Proposal
View Proposals {% else %}

Login

Login/Register to Submit a Proposal

{% if invalid %}

Invalid Username/Password

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


Create an Account Forgot Password? {% csrf_token %}

{% endif %}

Proposal Guidelines

  • 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.

Important Dates

  • CFP Open: July 5, 2015
  • CFP Close: November 24, 2015
  • Announcement of selected proposals: December 1, 2015
{% endblock %}