{% extends 'base.html' %} {% load static %} {% block navbar %} {% endblock %} {% block content %}
{% if proposal_submit %}
×

Thank You for submitting a talk. Propsal has been saved successfully !

{% endif %} {% if for_update_password %}
×

Kindly login to update your password

{% endif %} {% if login_required %}
×

Kindly Login/Register to submit a talk !

{% endif %} {% if password_updated %}
×

Password has been updated successfully !

{% endif %} {% if password_reset %}
×

New login details have been sent to your email address. Kindly check your mail box. Do not forget to check your spam folder.

{% endif %}

Call for Proposals


We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.


Proposal Guidelines

  • Submit a proposal through this link
  • 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: October 15, 2015
  • Announcement of selected proposals: November 15, 2015

{% if user and not user.is_anonymous %} Submit a Talk

If you are interested in taking an hands on tutorial/workshop session kindly write to us at scipy[at]fossee[dot]in with the topic you are interested to take along with a brief bio about yourself. Kindly note that the topic should be related to scientific computing.

{% else %}

Login/Register to submit a talk {% if invalid %}

×

Invalid Username/Password

{% endif %} {% if for_update_password or password_reset %}
×

Login with the details sent to you to update your password.

{{ form.as_p }} Create an Account Forgot Password ? {% csrf_token %}
{% elif password_updated %} {% else %} {% endif %}

{% endblock %}