From a52243eaa661122ad64182b0fa93df8a7aff63fc Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:36:20 +0530 Subject: updated cfp --- static/website/templates/cfp.html | 234 ++++++++++++++++---------------------- 1 file changed, 100 insertions(+), 134 deletions(-) diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index 704fafb..1ed48f4 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -1,159 +1,125 @@ +{% extends "base.html" %} {% load static %} - - -{% include 'header.html' %} - -
- - {% include 'navbar.html' %} - {% block content %} -
-
-

-

+{% block content %} +
+
+

+

{% if user and not user.is_anonymous %} -

Submit Proposal

+

Submit Proposal

{% else %} -

Login

+

Login

{% endif %} -
-

+
+

{% if proposal_submit %} -
- - - - -
-

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here - ! -

-
-
+
+ + + + +
+

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission + here! + +

+
+
{% endif %} {% if registration_complete %} -
-

Thank You for your registration. You can now log in by clicking here - ! -

-

-
+
+

Thank You for your registration. You can now log in by clicking + here! +

+
+
+
{% endif %} {% if user and not user.is_anonymous and not login_required %} -

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users. +

We invite you to submit proposals for talks or workshops to be presented at SciPy 2018. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users.

- -

- Important Dates -

-
- -
+ +

+ Important Dates +

+
+ +
{% if user.is_superuser %} -
- View Proposals -
+
+ View Proposals + Submit paper + Submit workshop +
{% else %} -
- View Proposals -
+
+ View Proposals + Submit paper + Submit workshop +
{% endif %} {% else %} - -
-
-
- -

- Login -

-
-

Login/Register to Submit a Proposal

+
+
+
+ +

+ Login +

+
+

Login/Register to Submit a Proposal

{% if invalid %} -

* Invalid Username/Password

+

* Invalid Username/Password

{% endif %} - -
+ {{ form.as_p }} - -

- Create an Account -
- Forgot Password? - {% csrf_token %} -
- -

Or Sign in with: 
- - -   - - + +
+
+
Create an Account -

-
-

-

- Important Dates -

-
    -
  • Call for proposals opens:
    - 15th Sept. 2017 -
  • -
  • Last date for submission of proposals:
    - 10th Nov. 2017 -
  • -
  • Announcement of selected proposals:
    - 15th Nov. 2017 -
  • -
-

-
- -
-
-

+
+ Forgot Password? + {% csrf_token %} + +

+
+

+
+
+

Guidelines for a Proposal

-
    -
  • The project should be an actual implementation rather than just an idea.
  • -
  • Besides implementation, the submission can also be about experiences and usage of Python, Python-based tools and libraries for research or teaching.
  • -
  • Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing or the use of Python in education.
  • -
  • All selected proposals must be presented at the conference by atleast one author.
  • -
-
-
-
-

+
    +
  • The project should be an actual implementation rather than just an idea.
  • +
  • Besides implementation, the submission can also be about experiences and usage of Python, Python-based tools and libraries for research or teaching.
  • +
  • Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing or the use of Python in education.
  • +
  • All selected proposals must be presented at the conference by atleast one author.
  • +
+

+
+
+

Guidelines for a Workshop

- -
    -
  • There are two parallel tracks, one for beginners and one for advanced users.
  • -
  • The workshops should be hands-on with plenty of exercises for the users.
  • -
  • It is advisable to pick particular problem(s) and orient your workshop around how to solve those using the package you plan to talk about.
  • -
  • Provide us with links to any resources you have already prepared for the workshop.
  • -
-
- -
- - -
- {% endif %} -
+ + + + + {% endif %} + {% endblock %} - {% include 'footer.html' %} - -- cgit