From be248debbfcac26ff3f35888afb8fc2db467ff74 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 26 Nov 2014 12:24:04 +0530 Subject: closing CFP --- static/website/templates/call-for-proposals.html | 123 ++--------------------- 1 file changed, 9 insertions(+), 114 deletions(-) diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index 768d883..9f50231 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -13,28 +13,10 @@ Call for Proposals

- We look forward to submissions for presentations at SciPy India - 2014. Please submit an abstract of 300 to 500 words describing the - topic, including its relevance to Python. Only submissions with an - actual implementation will be considered for presentation (i.e. - proposals to implement the code are not acceptable, partial - implementations are acceptable so long as they demonstrate the - features discussed). Please provide links to your code if this is - an open source implementation. Based on the quality of the - submissions, the conference organizers will select it either as a - full fledged talk (20-30 mins) or Pecha Kucha style talk. + Thank You for your interest in presenting at SciPy India 2014. +
We regret to inform you that we have closed the CFP for this year. +
Stay tuned with us, the schedule for the conference will be up soon.

-

- If you wish to present a talk at the conference, please follow the - guidelines below. -

-

Submission Guidelines

-

Important Dates

@@ -52,7 +34,6 @@ Call for Proposals @@ -72,103 +53,17 @@ Call for Proposals -
-
{% csrf_token %} -
- - {% render_field register_form.first_name class+="form-control" %} -
-
- - {% render_field register_form.last_name class+="form-control" %} -
-
- - {% render_field register_form.email class+="form-control" %} -
-
- - {% render_field register_form.username class+="form-control" %} -
-
- - {% render_field register_form.password1 class+="form-control" %} -
-
- - {% render_field register_form.password2 class+="form-control" %} -
- - -
{% else %}
Hello {{ request.user }}! Logout - {% if proposal_form %} -

Proposal Form{% if edit %} — Edit{% endif %}

-
{% csrf_token %} -
- (Please enter your proposal title) - {% render_field proposal_form.title class+="form-control" %} - {{ proposal_form.title.errors }} -
-
- (Please enter your proposal objective) - {% render_field proposal_form.objective class+="form-control" %} - {{ proposal_form.objective.errors }} -
-
- (Proposal abstract) - {% render_field proposal_form.abstract class+="form-control" %} - {{ proposal_form.abstract.errors }} -
-
- (Your professional bio/designation etc.) - {% render_field proposal_form.bio class+="form-control" %} - {{ proposal_form.bio.errors }} -
- -
- ([.pdf] of complete proposal) - {% if edit%}
{% endif %} - {% render_field proposal_form.attachment class+="form-control" %} - {{ proposal_form.attachment.errors }} -
- - {% if edit%} - Cancel - {% endif %} - - {% endif %} - {% if proposal %} -
-
- Your Proposal is - Under Review -
-
-
Title
-

{{ proposal.title }}

-
Objective
-

{{ proposal.objective }}

-
Abstract
-

{{ proposal.abstract }}

-
Bio
-

{{ proposal.bio }}

-
Attachment
-

View Attachment

-
- -
- {% endif %} +

+ CFP for SciPy India 2014 has been closed. +
We are reviewing the proposals received & will soon + announce the list of selected abstracts. +
Stay tuned with us. +

{% endif %} -- cgit