From fe83a2135a05533d35fb98fb37cb4ef2a906bfaa Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 15 Nov 2018 11:58:28 +0530 Subject: Added a blinking link to Job fair --- static/website/bootstrap-css/assets/css/main.css | 2 +- static/website/bootstrap-css/assets/images/jobfair.gif | Bin 0 -> 1553 bytes static/website/templates/home.html | 2 +- static/website/templates/job-fair.html | 6 +++--- static/website/templates/navbar.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 static/website/bootstrap-css/assets/images/jobfair.gif diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 87039e0..22779b1 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -656,4 +656,4 @@ ul li { } .site-footer .social-block li a:hover, .site-footer .social-block li a:focus { opacity: 0.8; -} +} \ No newline at end of file diff --git a/static/website/bootstrap-css/assets/images/jobfair.gif b/static/website/bootstrap-css/assets/images/jobfair.gif new file mode 100644 index 0000000..b03883a Binary files /dev/null and b/static/website/bootstrap-css/assets/images/jobfair.gif differ diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 484dc74..efb2595 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -231,7 +231,7 @@

*If you are a group of 5 and above please contact us at contact-dwsim[at]fossee[dot]in for the registrations.

-

Payment instructions:

+

Payment instructions:

Please read the instructions carefully, before proceeding for Registration.

  1. Please make the payment for the conference through Net banking using NEFT or RTGS or IMPS
  2. diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index 81e5be2..08f37d7 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -33,7 +33,7 @@
  3. Accommodation for the company/ organisation representatives (for 2 people) for one night
  4. One room at the venue where your organization can meet and interact with prospective recruits
  5. -

    If you are interested, please fill the form with the details.In case of any queries, please reach out to us at contact-dwsim@fossee.in

    +

    If you are interested, please fill the form with the details.In case of any queries, please reach out to us at contact-dwsim@fossee.in

    @@ -46,8 +46,8 @@

    Introduction

    FOSSEE, IIT Bombay, is pleased to invite all the bright chemical engineering minds to the job fair which is to be conducted in connection with the the National Conference on Chemical Process Simulation - 2018 to be held at IIT Bombay on 26 November 2018.

    -

    Many chemical engineering core industries have been invited to participate in this job fair. Equinox, Ingenero are few among those who have confirmed their presence. If you are interested in meeting the companies, please fill this form. In case of any queries, please reach out to us at contact-dwsim@fossee.in.

    -

    Please note that it is mandatory for the job aspirants to register for the conference to participate in the job fair. More details about registration is available here.

    +

    Many chemical engineering core industries have been invited to participate in this job fair. Equinox, Ingenero are few among those who have confirmed their presence. If you are interested in meeting the companies, please fill this form. In case of any queries, please reach out to us at contact-dwsim@fossee.in.

    +

    Please note that it is mandatory for the job aspirants to register for the conference to participate in the job fair. More details about registration is available here.

    diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 1b4d3cf..6586e55 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -34,7 +34,7 @@
  6. Speakers
  7. Workshops
  8. Register
  9. -
  10. Job Fair
  11. +
  12. C0C
  13. Schedule
  14. -- cgit From b04217b60cbe1b39e8d5ab95bdb8565ec3eb41be Mon Sep 17 00:00:00 2001 From: Akshen Date: Thu, 15 Nov 2018 15:46:17 +0530 Subject: Final LeaderBoard - Take quiz option is hidden - DWSIM QUIZ updated with leaderboard --- static/website/templates/dwsim-quiz.html | 152 ++++++++++++++++++++++++++++++- static/website/templates/navbar.html | 2 +- static/website/templates/take_quiz.html | 132 +++++++++++++++++++++++++-- 3 files changed, 276 insertions(+), 10 deletions(-) diff --git a/static/website/templates/dwsim-quiz.html b/static/website/templates/dwsim-quiz.html index a0c459a..8a0ebe1 100644 --- a/static/website/templates/dwsim-quiz.html +++ b/static/website/templates/dwsim-quiz.html @@ -8,8 +8,11 @@ {% include 'navbar.html' %} {% block content %} +
    +
    +

    + + +
    +

    Leaderboard

    +

    This is the final leaderboard after addition of online quiz and flowsheeting competition marks

    + + + + + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    RankParticipant NameScore
    1 +   Mehulkumar Sutariya + +   132 +
    2 +   Vignesh Candasamy + +   131 +
    3 +   Sushruth Nambiath + +   76 +
    4 +   Varun Doshi + +   72 +
    5 +   Jayram Ganesan + +   67 +
    6 +   Swetha Saraswathi + +   51 +
    7 +   Prassana R + +   48 +
    8 +   Amarnath + +   35 +
    9 +   Pranaav + +   26 +
    10 +   Akash Subramaniam + +   26 +
    11 +   Charan Rajagopal + +   8 +
    12 +   Athithyan + +   3 +
    + +
    + + + + -
  15. Take Quiz
  16. +
  17. View Solutions
  18. {% endif %} diff --git a/static/website/templates/take_quiz.html b/static/website/templates/take_quiz.html index 3e62018..fbfa9fc 100644 --- a/static/website/templates/take_quiz.html +++ b/static/website/templates/take_quiz.html @@ -48,7 +48,8 @@
    {% else %} - + +
    +
    -

    Leaderboard

    +

    Leaderboard

    +

    This is the final leaderboard after addition of online quiz and flowsheeting competition marks

    +   - {% for participant in leaderboard %} + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - {% endfor %}
    Rank Participant NameScore
    1 -   {{ participant.0.user.get_full_name }} +   Mehulkumar Sutariya -   {{ participant.1 }} +   132
    2 +   Vignesh Candasamy + +   131 +
    3 +   Sushruth Nambiath + +   76 +
    4 +   Varun Doshi + +   72 +
    5 +   Jayram Ganesan + +   67 +
    6 +   Swetha Saraswathi + +   51 +
    7 +   Prassana R + +   48 +
    8 +   Amarnath + +   35 +
    9 +   Pranaav + +   26 +
    10 +   Akash Subramaniam + +   26 +
    11 +   Charan Rajagopal + +   8 +
    12 +   Athithyan + +   3 +
    -- cgit From 1477f33d5c622654e139111830b818820353bced Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 15 Nov 2018 16:05:36 +0530 Subject: Removed COC and contact us links from the main menu --- static/website/templates/cfp.html | 4 ++-- static/website/templates/navbar.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index d2b9510..c2ee89f 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -19,8 +19,8 @@

    We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.

    -

    Paper submission starts on September 15 2018.
    - Click here to submit your paper

    +

    Paper submission starts on September 15 2018.

    +

    We are no longer accepting papers for the conference.

    diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 3d9e513..89a65e0 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -35,13 +35,13 @@
  19. Workshops
  20. Register
  21. - -
  22. C0C
  23. +
  24. Schedule
  25. - -
  26. Contact Us
  27. +
  28. DWSIM QUIZ
  29. cfp
  30. -- cgit From a3ab8582636c4ceb7463977040248d5674584acc Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 15 Nov 2018 16:17:07 +0530 Subject: Added a line to display the closing of cfp --- static/website/templates/cfp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index c2ee89f..a9d0dc4 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -20,7 +20,7 @@

    We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.

    Paper submission starts on September 15 2018.

    -

    We are no longer accepting papers for the conference.

    +

    We are no longer accepting papers for the conference.

    -- cgit