summaryrefslogtreecommitdiff
path: root/static/website/templates/dwsim-quiz.html
blob: 8a0ebe110e145406fc498b9490b6a9e55a5aa89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{% extends "base.html" %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
{% include 'header.html' %}
<body data-spy="scroll" data-target="#site-nav">
<!-- <div class="se-pre-con"></div> -->

    {% include 'navbar.html' %}
      {% block content %}

    <section id="dwsimquiz" class="section dwsimquiz">

    <div class="container">
    <!--
       <h2> DWSIM Flowsheeting Creation Competition</h2>
       <br>
        <ul>
    <li> Top 8 participants in the leaderboard by end of 02-11-2018, 11:59 PM are eligible for this competition.</li>
    <li> These participants will receive the problem statement to be solved in DWSIM directly through e-mail by 03-11-2018, 12:00 noon.</li>
    <li>Participants have to propose the assigned flowsheet in the DWSIM Flowsheeting Project webpage using the proposal form 
        <a href="https://dwsim.fossee.in/flowsheeting-project/proposal" style="color: #cc0000">here.</a> 
        The proposal should be submitted by 04-11-2018, 12:00 noon.</li>
    <li>In case of any issues regarding submission of proposal, please write to us at <a href="mailto:contact-dwsim@fossee.in" style="color: hsl(236, 95%, 50%)">contact-dwsim@fossee.in</a> before the deadline for proposal submission.</li>
    <li>Participants can start creating the simulation for the assigned flowsheet as soon as they  submit the proposal. Participants need not wait for approval of the proposal to start working on the flowsheet.</li>
    <li>No extension in deadline will be granted for submission of proposal. If any of the participant doesn’t submit the proposal by the given deadline, flowsheet will be assigned to the next participant i.e. the 9th participant in the leaderboard and so on.</li>
    <li>Solve the flowsheet using <u>DWSIM Version 5.4 Update 2.</u></li>
    <li>Flowsheet and a well written abstract should be submitted <a href="https://dwsim.fossee.in/flowsheeting-project/abstract-code/upload" style="color: #cc0000">here.</a></li>
    <li>Flowsheet creation competition would carry 50 marks in total divided in the following manner.</li>
    <ol>
        <li>Approach to the flowsheet   -  10</li>
        <li>Validation / Accuracy of results in the flowsheet   -  20 </li>
        <li>Presentation of the flowsheet - 10 </li>
        <li>Abstract - 10</li>
    </ol>
    <li>Please adhere to the guidelines for the flowsheet development and abstract mentioned <a href="https://dwsim.fossee.in/flowsheeting-project/coding-guidelines-flowsheeting" style="color: #cc0000">here.</a></li>
    <li>The last date for submission of flow sheet is 8-11-2018, 11:59 PM.</li>
    <li>Submission of correct flowsheet by 04-11-2018, 11:59 PM will attract bonus of 10 marks.</li>
    <li>Submission of correct flowsheet by 05-11-2018, 11:59 PM will attract bonus of 7 marks.</li>
    <li> Submission of correct flowsheet by 06-11-2018, 11:59 PM will attract bonus of 5 marks.</li>
    <li>If the flowsheet is not as per the given problem statement, participants will be given chance to correct and re-upload the flowsheet. In that case, no bonus marks will be rewarded.</li>
    <li>Decision of the NCCPS team regarding marking of the flowsheeting competition will be final.</li>
    <br>
    </ul>
    </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>
                    &nbsp
                    <th>Score</th>
                </tr>
            </thead>
            
            <tbody>
                <tr>
                    <td>1</td>
                    <td>
                        &nbsp    Mehulkumar Sutariya
                    </td>
                    <td>
                        &nbsp 132
                    </td>
                </tr>

                <tr>
                        <td>2</td>
                        <td>
                            &nbsp Vignesh Candasamy
                        </td>
                        <td>
                            &nbsp 131
                        </td>
                </tr>

                <tr>
                        <td>3</td>
                        <td>
                            &nbsp Sushruth Nambiath
                        </td>
                        <td>
                            &nbsp 76
                        </td>
                </tr>

                <tr>
                        <td>4</td>
                        <td>
                            &nbsp Varun Doshi
                        </td>
                        <td>
                            &nbsp 72
                        </td>
                </tr>

                <tr>
                        <td>5</td>
                        <td>
                            &nbsp Jayram Ganesan
                        </td>
                        <td>
                            &nbsp 67
                        </td>
                </tr>


                <tr>
                        <td>6</td>
                        <td>
                            &nbsp Swetha Saraswathi
                        </td>
                        <td>
                            &nbsp 51
                        </td>
                </tr>

                <tr>
                        <td>7</td>
                        <td>
                            &nbsp Prassana R
                        </td>
                        <td>
                            &nbsp 48
                        </td>
                </tr>

                <tr>
                        <td>8</td>
                        <td>
                            &nbsp Amarnath
                        </td>
                        <td>
                            &nbsp 35
                        </td>
                </tr>


                <tr>
                        <td>9</td>
                        <td>
                            &nbsp Pranaav
                        </td>
                        <td>
                            &nbsp 26
                        </td>
                </tr>

                <tr>
                        <td>10</td>
                        <td>
                            &nbsp Akash Subramaniam
                        </td>
                        <td>
                            &nbsp 26
                        </td>
                </tr>

                <tr>
                        <td>11</td>
                        <td>
                            &nbsp Charan Rajagopal
                        </td>
                        <td>
                            &nbsp 8
                        </td>
                </tr>


                <tr>
                        <td>12</td>
                        <td>
                            &nbsp Athithyan
                        </td>
                        <td>
                            &nbsp 3
                        </td>
                </tr>

            </tbody>
        </table>

    </div>



<!-- Leaderboard ends here -->
      <!-- <div class="container">
    
            <div class="row">
                <div class="col-md-12" >
                   <h3>DWSIM Online Quiz</h3>
                </div>
            </div>
            <div class="row">
                <div class="col-md-12" style="font-weight: 500;">
                    <h4>About the Quiz</h4>
                    <p>As a part of the National Conference on Chemical Process Simulation (NCCPS) - 2018, FOSSEE Team is conducting a national level online daily quiz competition called DWSIM Online Quiz . The quiz will comprise of questions based on chemical process simulator DWSIM. This competition will be held from 15-10-2018 to 13-11-2018. The primary objective of this competition is to allow chemical engineering practitioners to enhance their simulation skills. Competitors standing at top 3 position in the leaderboard will stand a chance to win attractive prizes on the day of the conference.</p>
                    <h5>Procedure to Participate in the Quiz:</h5>
                    <ul>
                      <li>Go to <a href="{{SITE_URL}}">NCCPS - 2018</a> website and <a href="{% url 'auth:login' %}" >log in</a> with your registered credentials.</li>
                      <li>If not already registered in the conference website, please <a href="{% url 'website:user_register' %}">register</a> with your details to start participating in the DWSIM Online Quiz.</li>
                      <li>Once you are in DWSIM Online Quiz page, please read the quiz instructions carefully.</li>
                      <li>Click on <strong>Start Online Quiz</strong> to view the questions assigned for the day.</li>
                      <li>Two Multiple Choice Questions (MCQs) with 4 options will be displayed for that day.</li>
                      <li>Simulate the displayed problem statement in <strong>DWSIM (Version 5.3)</strong>.</li>
                      <li>Select your option for the displayed questions.</li>
                      <li>Submit the Quiz by clicking on Submit button.</li>
                    </ul>
                    <h5>Guidelines</h5>
                    <ul>
                      <li>Use <strong>DWSIM Version 5.3</strong> for simulating the problem statement. This version will be followed throughout the competition.</li>
                      <li>Correct option for the displayed questions will be based on problem statement simulated using <strong>DWSIM Version 5.3</strong>.</li>
                      <li>The new questions for the day will be available to attempt from 12:00 AM of that day to 11:59 PM of the same day.</li>
                      <li>In case you are logged out of the session before clicking on Submit button, please go and re-attempt the quiz.</li>
                      <li>There will be only one correct answer for each displayed question.</li>
                      <li>It is mandatory to register in the <a href="{{SITE_URL}}">NCCPS - 2018</a> website to participate in the quiz.</li>
                      <li>Participants are strictly restricted to attempt the quiz by logging in through multiple accounts registered for the same person. If anyone is found to follow such unethical practice will be disqualified.</li>
                      <li>Participant cannot re-attempt the quiz for the day once they have submitted their answers for that day.</li>
                      <li>Every correct answer will carry +1 mark and wrong answers will not be rewarded any marks.</li>
                      <li>Winners will be declared based on highest score obtained throughout the competition.</li>
                    </ul><br>
                    <p style="text-align: center;"><strong>Link for Quiz will be active from 15-10-2018</strong></p>
                </div>
            </div>
         </div> -->
      </section>
      {% endblock %}