From 0db60e6e41954338833589d12111c3f7cf294fd0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 23 Jun 2015 17:41:09 +0530 Subject: add cfp & its reated functionalities --- website/templates/cfp.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 website/templates/cfp.html (limited to 'website/templates/cfp.html') diff --git a/website/templates/cfp.html b/website/templates/cfp.html new file mode 100644 index 0000000..6cfa5b4 --- /dev/null +++ b/website/templates/cfp.html @@ -0,0 +1,59 @@ +{% extends 'base.html' %} +{% load staticfiles %} + +{% block navbar %} + +{% endblock %} + +{% block content %} + + +
+
+
+
+

Third-party authentication demo

+

+

+

+
+
+
+
+ +{% endblock %} -- cgit From bf30b60b10a54e872db9ad897b42a70725a003ae Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 25 Jun 2015 16:17:57 +0530 Subject: add guidelines & important dates for CFP --- website/templates/cfp.html | 69 +++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 32 deletions(-) (limited to 'website/templates/cfp.html') diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 6cfa5b4..9e7e865 100644 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -12,7 +12,14 @@ @@ -22,38 +29,36 @@ {% endblock %} {% block content %} - - -
+
-
-
-

Third-party authentication demo

-

-

-

-
-
+
+

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 1, 2015 +
  • CFP Close: October 15, 2015 +
  • Announcement of selected proposals: November 15, 2015 +
+
+
+
- + {% endblock %} -- cgit From 39df99f2340988e4b541769eccfffffbc430fa7f Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 3 Jul 2015 15:08:49 +0530 Subject: change for CFP --- website/templates/cfp.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'website/templates/cfp.html') diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 9e7e865..8247f36 100644 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -33,6 +33,14 @@

Call for Proposals

+ {% if login_required %} + + {% endif %}

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.

@@ -55,6 +63,14 @@
  • CFP Close: October 15, 2015
  • Announcement of selected proposals: November 15, 2015 +
    + {% if user and not user.is_anonymous %} + Submit a Talk + {% else %} + To Submit a Talk Login with: +

    Google or + Facebook or + {% endif %}

  • -- cgit From 96c7de100fc68ad1bc31d0ca10327dddc27e4bfb Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 3 Jul 2015 15:56:17 +0530 Subject: add message --- website/templates/cfp.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'website/templates/cfp.html') diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 8247f36..237be4e 100644 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -32,15 +32,23 @@
    -

    Call for Proposals

    + {% if proposal_submit %} + + {% endif %} {% if login_required %} +

    You need to login for submitting a talk !

    +
    {% 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.

    @@ -69,7 +77,7 @@ {% else %} To Submit a Talk Login with:

    Google or - Facebook or + Facebook {% endif %}

    -- cgit