diff options
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 2 | ||||
-rw-r--r-- | static/website/bootstrap-css/assets/images/jobfair.gif | bin | 0 -> 1553 bytes | |||
-rwxr-xr-x | static/website/templates/cfp.html | 4 | ||||
-rw-r--r-- | static/website/templates/dwsim-quiz.html | 152 | ||||
-rw-r--r-- | static/website/templates/home.html | 2 | ||||
-rw-r--r-- | static/website/templates/job-fair.html | 6 | ||||
-rw-r--r-- | static/website/templates/navbar.html | 12 | ||||
-rw-r--r-- | static/website/templates/take_quiz.html | 132 |
8 files changed, 288 insertions, 22 deletions
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 Binary files differnew file mode 100644 index 0000000..b03883a --- /dev/null +++ b/static/website/bootstrap-css/assets/images/jobfair.gif diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index d2b9510..a9d0dc4 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -19,8 +19,8 @@ <div class="row"> <div class="col-md-12" style="font-weight: 500;"> <p class="text-justify">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.</p> - <p class="text-justify">Paper submission starts on September 15 2018.</br> - Click <a href="{% url 'auth:login' %}">here</a> to submit your paper</p> + <p class="text-justify">Paper submission starts on September 15 2018.</p> + <p class="text-justify" style="color:red;">We are no longer accepting papers for the conference.</p> </div> </div> <div class="row"> 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 %} + <section id="dwsimquiz" class="section dwsimquiz"> + <div class="container"> + <!-- <h2> DWSIM Flowsheeting Creation Competition</h2> <br> <ul> @@ -42,9 +45,156 @@ </div> <br> - + ---> <br><br> +<!-- Leaderboard starts here --> + +<div class="container"> + <h1>Leaderboard</h1> + <h4>This is the final leaderboard after addition of online quiz and flowsheeting competition marks</h4> + <table border="1" width="90%"> + <thead> + <tr> + <th>Rank</th> + <th>Participant Name</th> +   + <th>Score</th> + </tr> + </thead> + + <tbody> + <tr> + <td>1</td> + <td> +   Mehulkumar Sutariya + </td> + <td> +   132 + </td> + </tr> + + <tr> + <td>2</td> + <td> +   Vignesh Candasamy + </td> + <td> +   131 + </td> + </tr> + + <tr> + <td>3</td> + <td> +   Sushruth Nambiath + </td> + <td> +   76 + </td> + </tr> + + <tr> + <td>4</td> + <td> +   Varun Doshi + </td> + <td> +   72 + </td> + </tr> + + <tr> + <td>5</td> + <td> +   Jayram Ganesan + </td> + <td> +   67 + </td> + </tr> + + + <tr> + <td>6</td> + <td> +   Swetha Saraswathi + </td> + <td> +   51 + </td> + </tr> + + <tr> + <td>7</td> + <td> +   Prassana R + </td> + <td> +   48 + </td> + </tr> + + <tr> + <td>8</td> + <td> +   Amarnath + </td> + <td> +   35 + </td> + </tr> + + + <tr> + <td>9</td> + <td> +   Pranaav + </td> + <td> +   26 + </td> + </tr> + + <tr> + <td>10</td> + <td> +   Akash Subramaniam + </td> + <td> +   26 + </td> + </tr> + + <tr> + <td>11</td> + <td> +   Charan Rajagopal + </td> + <td> +   8 + </td> + </tr> + + + <tr> + <td>12</td> + <td> +   Athithyan + </td> + <td> +   3 + </td> + </tr> + + </tbody> + </table> + + </div> + + + +<!-- Leaderboard ends here --> <!-- <div class="container"> <div class="row"> 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 @@ <p style="color: red" class="text-justify"> *If you are a group of 5 and above please contact us at <a style="color: black" href="mailto:contact-dwsim@fossee.in">contact-dwsim[at]fossee[dot]in</a> for the registrations. </p> - <p class="text-justify"><b>Payment instructions:</b></span></p> + <p class="text-justify"><span><b>Payment instructions:</b></span></p> <p><span class="text-justify">Please read the instructions carefully, before proceeding for Registration.</span></p> <ol> <li><span class="text-justify">Please make the payment for the conference through Net banking using NEFT or RTGS or IMPS</span></li> 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 @@ <li>Accommodation for the company/ organisation representatives (for 2 people) for one night</li> <li>One room at the venue where your organization can meet and interact with prospective recruits</li> </ul> - <p>If you are interested, please fill the <a href="https://docs.google.com/forms/d/e/1FAIpQLSch3uui8LBI_TxNifCpjv6imLSKsSxjToSo1AotLReUjAkbew/viewform" target="_blank">form</a> with the details.In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in </a></p> + <p>If you are interested, please fill the <a href="https://docs.google.com/forms/d/e/1FAIpQLSch3uui8LBI_TxNifCpjv6imLSKsSxjToSo1AotLReUjAkbew/viewform" target="_blank" style="color:#806600 !important;text-decoration: underline;">form</a> with the details.In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in </a></p> </div> </div> <div class="panel panel-default"> @@ -46,8 +46,8 @@ <h4>Introduction</h4> <p class="text-justify">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.</p> - <p>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 <a href="https://docs.google.com/forms/d/e/1FAIpQLScYn5tIpiMwlw553rn1V01Lt2scKft9JwmcHgmWPDYVJ7KTtQ/viewform" target="_blank">form</a>. In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in</a>.</p> - <p class="text-justify">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 <a href="https://dwsim.fossee.in/nccps-2018/#registration">here</a>.</p> + <p>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 <a href="https://docs.google.com/forms/d/e/1FAIpQLScYn5tIpiMwlw553rn1V01Lt2scKft9JwmcHgmWPDYVJ7KTtQ/viewform" target="_blank" style="color:#806600 !important;text-decoration: underline;">form</a>. In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in</a>.</p> + <p class="text-justify">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 <a href="https://dwsim.fossee.in/nccps-2018/#registration" style="color:#806600 !important;text-decoration: underline;">here</a>.</p> </div> </div> diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index c82582e..89a65e0 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -34,14 +34,14 @@ <li><a data-scroll href="{{SITE_URL}}/#speakers">Speakers</a></li> <li><a data-scroll href="{{SITE_URL}}/#workshops">Workshops</a></li> <li><a data-scroll href="{{SITE_URL}}/#registration">Register</a></li> - <li><a href="{% url 'website:jobfair' %}">Job Fair</a></li> - <!-- <li><a data-scroll href="{{SITE_URL}}/#submit">CFP</a></li> --> - <li><a data-scroll href="{{SITE_URL}}/#coc">C0C</a></li> + <li><a href="{% url 'website:jobfair' %}"><img src="{% static 'website/bootstrap-css/assets/images/jobfair.gif' %}"></a></li> + <!-- <li><a data-scroll href="{{SITE_URL}}/#submit">CFP</a></li> + <li><a data-scroll href="{{SITE_URL}}/#coc">C0C</a></li> --> <li><a data-scroll href="{{SITE_URL}}/#schedule">Schedule</a></li> <!-- <li><a data-scroll href="{{SITE_URL}}/#location">Venue</a></li> --> - <!--<li><a data-scroll href="{{SITE_URL}}/#organiser">Organiser</a></li> --> - <li><a data-scroll href="{{SITE_URL}}/#contact-us">Contact Us</a></li> + <!--<li><a data-scroll href="{{SITE_URL}}/#organiser">Organiser</a></li> + <li><a data-scroll href="{{SITE_URL}}/#contact-us">Contact Us</a></li> --> <li><a href="{% url 'website:dwsimquiz' %}">DWSIM QUIZ</a></li> <li><a href="{% url 'website:cfp' %}">cfp</a></li> @@ -57,7 +57,7 @@ <li><a href="{% url 'website:question_list' %}">View Questions</a></li> {% else %} <!--<li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li> --> - <li><a href="{% url 'website:quiz_intro' %}">Take Quiz</a></li> + <!-- <li><a href="{% url 'website:quiz_intro' %}">Take Quiz</a></li> --> <li><a href="{% url 'website:view_solutions' %}">View Solutions</a></li> {% endif %} <!-- <li><a href="{{SITE_URL}}/#registration">Book your Ticket</a></li> --> 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 @@ </div> {% else %} - + + <!-- <div class="container"> <h2> DWSIM Flowsheeting Creation Competition</h2> <br> @@ -80,34 +81,149 @@ <br> </ul> </div> - + ---> <br> <section> + <div class="container"> - <h3>Leaderboard</h3> + <h1>Leaderboard</h1> + <h4>This is the final leaderboard after addition of online quiz and flowsheeting competition marks</h4> <table border="1" width="90%"> <thead> <tr> + <th>Rank</th> <th>Participant Name</th>   <th>Score</th> </tr> </thead> - {% for participant in leaderboard %} <tbody> <tr> + <td>1</td> <td> -   {{ participant.0.user.get_full_name }} +   Mehulkumar Sutariya </td> - <td> -   {{ participant.1 }} +   132 </td> </tr> + + <tr> + <td>2</td> + <td> +   Vignesh Candasamy + </td> + <td> +   131 + </td> + </tr> + + <tr> + <td>3</td> + <td> +   Sushruth Nambiath + </td> + <td> +   76 + </td> + </tr> + + <tr> + <td>4</td> + <td> +   Varun Doshi + </td> + <td> +   72 + </td> + </tr> + + <tr> + <td>5</td> + <td> +   Jayram Ganesan + </td> + <td> +   67 + </td> + </tr> + + + <tr> + <td>6</td> + <td> +   Swetha Saraswathi + </td> + <td> +   51 + </td> + </tr> + + <tr> + <td>7</td> + <td> +   Prassana R + </td> + <td> +   48 + </td> + </tr> + + <tr> + <td>8</td> + <td> +   Amarnath + </td> + <td> +   35 + </td> + </tr> + + + <tr> + <td>9</td> + <td> +   Pranaav + </td> + <td> +   26 + </td> + </tr> + + <tr> + <td>10</td> + <td> +   Akash Subramaniam + </td> + <td> +   26 + </td> + </tr> + + <tr> + <td>11</td> + <td> +   Charan Rajagopal + </td> + <td> +   8 + </td> + </tr> + + + <tr> + <td>12</td> + <td> +   Athithyan + </td> + <td> +   3 + </td> + </tr> + </tbody> - {% endfor %} </table> </div> |