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

SciPy India 2016

Submit Workshop Proposal

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

Proposal Guidelines

  • Please note that there are two parallel tracks, one for beginners and one for advanced users.
  • Please make sure the workshops are hands-on with plenty of exercises for the users.
  • It is usually a good idea to pick a particular problem or set of problems and orient your workshop around how to solve those using the package you plan to talk about.
  • Please provide us with links to any resources you have already prepared for the workshop.
  • The more detail you provide on your workshop, the easier it will be for us to pick it.
  • Provide us with the following sections:
    • Duration
    • Track: beginner or advanced
    • Intended audience
    • Why should someone attend your workshop? What will they get at the end of it?
    • Outline of workshop with a reasonable breakup in terms of time.
    • Possibly provide any material or similar material you plan to use.
    • A small paragraph about you with an emphasis on your experience in the area and teaching this material. Essentially, why are you well suited to teach this workshop?
{% for field in proposal_form %}

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

{{ field.errors }} {% endfor %} {% csrf_token %} {% if form.error %} Auch {% endif %}
{% endif %} {% endblock %} {% block footer %} {% endblock %}