-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
502 lines (429 loc) · 50.2 KB
/
index.html
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Facebook plugin -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="side-fb">
<div class="fb-like" data-href="http://thescholarsavenue.github.com/VPTimeline/" data-send="true" data-layout="box_count" data-show-faces="true" data-font="segoe ui" data-colorscheme="dark"></div><hr/>
<a type="help-main" rel="tooltip" title="<ul>
<li>'Click' on a VP candidate to see all his proposals spread over different categories</li>
<li>'Hover' over category names to see what they encompass </li>
<li>Proposals are color coded. Green indicates completion, Red : failure, Orange : Partial implementation and Blue : Losing candidate's proposal </li>
<li>You can click on an individual proposal to see all related proposals over the ages </li>
<li>'Hover' over a VP candidate's pic to view all proposals and candidates from the same hall.</li>
</ul>"><center>Help</center></a>
</div>
<div id="main_content">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!-- Add your site or application content here -->
<img style="float: right;" height="40px" src="img/tsa.png">
<h1>All the Vice President's men</h1>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-39461113-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
var halls = new Array();
halls[0] = "RK Hall";
halls[1] = "Patel Hall";
halls[2] = "Nehru Hall";
halls[3] = "RP Hall";
halls[4] = "Azad Hall";
var click_flag = 0;
var name_click_flag = 0;
var similarity_click_flag = 0;
var click_tag;
var click_name;
var click_similarity;
function highlightOn(tag) {
//console.log(click_flag);
if (click_flag == 0 && name_click_flag == 0) {
//console.log(halls[tag]);
z = document.getElementById('display_hall');
z.innerHTML = '<h4>' + halls[tag] + '</h4>';
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
y = x[i].getAttribute('tag');
if(y != tag) {
x[i].style.opacity = 0.1;
}
}
}
}
function highlightOff(tag) {
//console.log(click_flag);
if (click_flag == 0 && name_click_flag == 0) {
//console.log(halls[tag]);
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
if(1) {
x[i].style.opacity = 1;
}
}
}
}
function highlightStay(tag) {
//console.log(click_flag);
if (click_flag == 0) {
highlightOn(tag);
click_flag = 1;
click_tag = tag;
}
else {
click_flag = 0;
highlightOff(click_tag);
if (tag != click_tag) {
highlightStay(tag);
}
}
}
function nameHighlightOn(name) {
//console.log(click_flag);
if (name_click_flag == 0) {
//console.log(halls[tag]);
z = document.getElementById('display_hall');
z.innerHTML = '<h4>' + halls[name] + '</h4>';
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
y = x[i].getAttribute('name');
if(y != name) {
x[i].style.opacity = 0.1;
}
}
}
}
function nameHighlightOff(name) {
//console.log(click_flag);
if (name_click_flag == 0) {
//console.log(halls[tag]);
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
if(1) {
x[i].style.opacity = 1;
}
}
}
}
function nameHighlightStay(name) {
//console.log(click_flag);
if (name_click_flag == 0) {
nameHighlightOff(name);
nameHighlightOn(name);
name_click_flag = 1;
click_name = name;
}
else {
name_click_flag = 0;
nameHighlightOff(click_name);
if (name != name_click_tag) {
nameHighlightStay(name);
}
}
}
function similarityHighlightOn(similarity) {
//console.log(click_flag);
if (similarity_click_flag == 0 && name_click_flag == 0) {
//console.log(halls[tag]);
z = document.getElementById('display_hall');
z.innerHTML = '<h4>' + halls[similarity] + '</h4>';
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
y = x[i].getAttribute('similarity');
if(y != similarity) {
x[i].style.opacity = 0.1;
}
}
}
}
function similarityHighlightOff(similarity) {
//console.log(click_flag);
if (similarity_click_flag == 0 && name_click_flag == 0) {
//console.log(halls[tag]);
x = document.getElementsByClassName('icon');
l = x.length;
for (var i=0; i<l; i++) {
if(1) {
x[i].style.opacity = 1;
}
}
}
}
function similarityHighlightStay(similarity) {
//console.log(click_flag);
if (similarity_click_flag == 0) {
name_click_flag = 0;
similarityHighlightOff(similarity);
similarityHighlightOn(similarity);
similarity_click_flag = 1;
click_similarity = similarity;
}
else {
similarity_click_flag = 0;
similarityHighlightOff(click_similarity);
if (similarity != similarity_click_tag) {
highlightStay(similarity);
}
}
}
$(document).ready(function() {
//Select all anchor tag with rel set to tooltip
$('a[rel=tooltip]').mouseover(function(e) {
//Grab the title attribute's value and assign it to a variable
var tip = $(this).attr('title');
var color = $(this).attr('type');
//Remove the title attribute's to avoid the native tooltip from the browser
$(this).attr('title','');
//Append the tooltip template and its value
$(this).append('<div id="tooltip"><div class="tipBody ' + color + '">' + tip + '</div></div>');
//Set the X and Y axis of the tooltip
$('#tooltip').css('top', e.pageY - 60 );
$('#tooltip').css('left', e.pageX + 20 );
//Show the tooltip with faceIn effect
$('#tooltip').fadeIn('1');
$('#tooltip').fadeTo('10',0.80);
}).mousemove(function(e) {
//Keep changing the X and Y axis for the tooltip, thus, the tooltip move along with the mouse
$('#tooltip').css('top', e.pageY - 60 );
$('#tooltip').css('left', e.pageX + 20 );
}).mouseout(function() {
//Put back the title attribute's value
$(this).attr('title',$('.tipBody').html());
//Remove the appended tooltip template
$(this).children('div#tooltip').remove();
});
});
</script>
<a rel="tooltip" type="name" title="Kunal Kashyap, Azad">2007 <img class="icon" tag="4" name="Kunal Kashyap" onMouseOver="highlightOn(4)" onMouseOut="highlightOff(4)" onClick="nameHighlightStay('Kunal Kashyap')" src="img/vp_icons/kunal_kashyap.jpg"></a>
<a rel="tooltip" type="name" title="Arnav, RP">2008 <img class="icon" tag="3" name="Arnav" onMouseOver="highlightOn(3)" onMouseOut="highlightOff(3)" onClick="nameHighlightStay('Arnav')" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="name" title="Ankit Singh Tawar, RK"> <img class="icon" tag="0" name="Ankit Singh Tawar" onMouseOver="highlightOn(0)" onMouseOut="highlightOff(0)" onClick="nameHighlightStay('Ankit Singh Tawar')" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
<a rel="tooltip" type="name" title="Shubham Matah, Azad">2009 <img class="icon" tag="4" name="Shubham Matah" onMouseOver="highlightOn(4)" onMouseOut="highlightOff(4)" onClick="nameHighlightStay('Shubham Matah')" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="name" title="Digvijay Gagneja, Nehru"><img class="icon" tag="2" name="Digvijay Gagneja" onMouseOver="highlightOn(2)" onMouseOut="highlightOff(2)" onClick="nameHighlightStay('Digvijay Gagneja')" src="img/vp_icons/digvijay_gagneja.jpg"></a>
<a rel="tooltip" type="name" title="Celestine Joseph, Patel">2010 <img class="icon" tag="1" name="Celestine Joseph" onMouseOver="highlightOn(1)" onMouseOut="highlightOff(1)" onClick="nameHighlightStay('Celestine Joseph')" src="img/vp_icons/celestine_joseph.jpg"></a>
<a rel="tooltip" type="name" title="Nivesh Pandey, RP"><img class="icon" tag="3" name="Nivesh Pandey" onMouseOver="highlightOn(3)" onMouseOut="highlightOff(3)" onClick="nameHighlightStay('Nivesh Pandey')" src="img/vp_icons/nivesh_pandey.jpg"></a>
<a rel="tooltip" type="name" title="Ankit Singh, RP"><img class="icon" tag="3" name="Ankit Singh" onMouseOver="highlightOn(3)" onMouseOut="highlightOff(3)" onClick="nameHighlightStay('Ankit Singh')" src="img/vp_icons/ankit_singh.jpg"></a>
<a rel="tooltip" type="name" title="Prateek Agarwal, Patel">2011 <img class="icon" tag="1" name="Prateek Agarwal" onMouseOver="highlightOn(1)" onMouseOut="highlightOff(1)" onClick="nameHighlightStay('Prateek Agarwal')" src="img/vp_icons/prateek_agarwal.jpg"></a>
<a rel="tooltip" type="name" title="Akshat Verma, RK"><img class="icon" tag="0" name="Akshat Verma" onMouseOver="highlightOn(0)" onMouseOut="highlightOff(0)" onClick="nameHighlightStay('Akshat Verma')" src="img/vp_icons/akshat_verma.jpg"></a>
<a rel="tooltip" type="name" title="Rinshul Chandra, RK">2012 <img class="icon" tag="0" name="Rinshul Chandra" tag="0" onMouseOver="highlightOn(0)" onMouseOut="highlightOff(0)" onClick="nameHighlightStay('Rinshul Chandra')" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="name" title="Vishal Devrajan, RP"><img class="icon" tag="3" name="Vishal Devrajan" onMouseOver="highlightOn(3)" onMouseOut="highlightOff(3)" onClick="nameHighlightStay('Vishal Devrajan')" src="img/vp_icons/vishal_devrajan.jpg"></a>
<hr/>
<div id="display_hall"></div>
<table id="proposals" cellpadding="15">
<tr style="background: rgb(243, 243, 243); color: black;">
<th></th>
<th>2007</th>
<th>2008</th>
<th>2009</th>
<th>2010</th>
<th>2011</th>
<th>2012</th>
</tr>
<tr>
<td style="text-align: center;"><div class="category" id="state_of_living"><a rel="tooltip" type="help" title="Proposals whose aim is to make life more comfortable and convenient on campus. This incudes 'hard' proposals which pertain to infrastructure, such as changes related to restaurants and the library, and 'soft' proposals, which include opening online complaint windows and enabling electronic transaction of funds."><img class="info-icon" src="img/info.png"> <b>State of Living</b></a></div></td>
<td></td>
<td>
<a rel="tooltip" type="pending" title="Arnav<hr/>Setting up a committee of students under CELC to conduct random checks on in-campus restaurants."><img class="icon proposal" tag="3" name="Arnav" similarity="57" onMouseOver="similarityHighlightOn(57)" onMouseOut="similarityHighlightOff(57)" onClick="similarityHighlightStay(57)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="ignored" title="Arnav<hr/>Extend the facility of online complaints regarding maintenance, water supply, electricity and LAN related problems to the students"><img class="icon proposal" tag="3" name="Arnav" similarity="58" onMouseOver="similarityHighlightOn(58)" onMouseOut="similarityHighlightOff(58)" onClick="similarityHighlightStay(58)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="ignored" title="Arnav<hr/>Introducing competing mess system"><img class="icon proposal" tag="3" name="Arnav" similarity="1" onMouseOver="similarityHighlightOn(1)" onMouseOut="similarityHighlightOff(1)" onClick="similarityHighlightStay(1)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/>Establish a Food Quality and Hygiene Monitoring Committee to define standards, conduct random checks on hall messes, canteens, and restaurants in the campus to maintain quality."><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="57" onMouseOver="similarityHighlightOn(57)" onMouseOut="similarityHighlightOff(57)" onClick="similarityHighlightStay(57)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/> Online maintenance complaint system (as part of other IT serives)"><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="58" onMouseOver="similarityHighlightOn(58)" onMouseOut="similarityHighlightOff(58)" onClick="similarityHighlightStay(58)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/>IT support for: gymkhana activities, document student projects, streamline registration process, etc."><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="59" onMouseOver="similarityHighlightOn(59)" onMouseOut="similarityHighlightOff(59)" onClick="similarityHighlightStay(59)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/>Establish AIESEC chapter in IIT Kharagpur: offers leadership positions and opportunities for students and recent graduates to live and work in another country.Establish a network of battery operated buses covering all halls, departments and major points in the campus"><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="2" onMouseOver="similarityHighlightOn(2)" onMouseOut="similarityHighlightOff(2)" onClick="similarityHighlightStay(2)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
</td>
<td>
<a rel="tooltip" type="pending" title="Shubham Matah<hr/>Provide additional infrastructure to student groups for conducting meetings."><img class="icon proposal" tag="4" name="Shubham Matah" similarity="3" onMouseOver="similarityHighlightOn(3)" onMouseOut="similarityHighlightOff(3)" onClick="similarityHighlightStay(3)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="pending" title="Shubham Matah<hr/>Tie-up with Big Bazaar for home delivery of merchandise at discounted prices via teleshopping."><img class="icon proposal" tag="4" name="Shubham Matah" similarity="4" onMouseOver="similarityHighlightOn(4)" onMouseOut="similarityHighlightOff(4)" onClick="similarityHighlightStay(4)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="partial" title="Digvijay Gagneja<hr/>Streaming of news channels in the LAN."><img class="icon proposal" tag="2" name="Digvijay Gagneja" similarity="60" onMouseOver="similarityHighlightOn(60)" onMouseOut="similarityHighlightOff(60)" onClick="similarityHighlightStay(60)" src="img/vp_icons/digvijay_gagneja.jpg"></a>
</td>
<td>
<a rel="tooltip" type="pending" title="Celestine Joseph<hr/>To improve upon the quality of mess food by introducing training for mess staff during summers"><img class="icon proposal" tag="1" name="Celestine Joseph" similarity="6" onMouseOver="similarityHighlightOn(6)" onMouseOut="similarityHighlightOff(6)" onClick="similarityHighlightStay(6)" src="img/vp_icons/celestine_joseph.jpg"></a>
<a rel="tooltip" type="ignored" title="Celestine Joseph<hr/>Better lighting and security on campus and along Puri gate"><img class="icon proposal" tag="1" name="Celestine Joseph" similarity="7" onMouseOver="similarityHighlightOn(7)" onMouseOut="similarityHighlightOff(7)" onClick="similarityHighlightStay(7)" src="img/vp_icons/celestine_joseph.jpg"></a>
<a rel="tooltip" type="pending" title="Celestine Joseph<hr/>Electronic notice boards for better information dispersal"><img class="icon proposal" tag="1" name="Celestine Joseph" similarity="60" onMouseOver="similarityHighlightOn(60)" onMouseOut="similarityHighlightOff(60)" onClick="similarityHighlightStay(60)" src="img/vp_icons/celestine_joseph.jpg"></a>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Formation of a central committe of students under the Vice president to work with the Hall Management Center to ensure proactive student welfare."><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="8" onMouseOver="similarityHighlightOn(8)" onMouseOut="similarityHighlightOff(8)" onClick="similarityHighlightStay(8)" src="img/vp_icons/nivesh_pandey.jpg"></a>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Online transaction gateway."><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="59" onMouseOver="similarityHighlightOn(59)" onMouseOut="similarityHighlightOff(59)" onClick="similarityHighlightStay(59)" src="img/vp_icons/nivesh_pandey.jpg"></a>
</td>
<td>
<a rel="tooltip" type="ignored" title="Prateek Agarwal<hr/>Formation of a grievance cell, to look into and solve various complaints and grievances of students of IIT Kharagpur."><img class="icon proposal" tag="1" name="Prateek Agarwal" similarity="58" onMouseOver="similarityHighlightOn(58)" onMouseOut="similarityHighlightOff(58)" onClick="similarityHighlightStay(58)" src="img/vp_icons/prateek_agarwal.jpg"></a>
<a rel="tooltip" type="done" title="Prateek Agarwal<hr/>Making the process of procuring a No Due certificate for final year students more convenient."><img class="icon proposal" tag="1" name="Prateek Agarwal" similarity="59" onMouseOver="similarityHighlightOn(59)" onMouseOut="similarityHighlightOff(59)" onClick="similarityHighlightStay(59)" src="img/vp_icons/prateek_agarwal.jpg"></a>
<a rel="tooltip" type="done" title="Prateek Agarwal<hr/>Start a system by which a weekly e-mail would be sent to all students of IIT Kharagpur."><img class="icon proposal" tag="1" name="Prateek Agarwal" similarity="60" onMouseOver="similarityHighlightOn(60)" onMouseOut="similarityHighlightOff(60)" onClick="similarityHighlightStay(60)" src="img/vp_icons/prateek_agarwal.jpg"></a>
<a rel="tooltip" type="partial" title="Akshat Verma<hr/>Introduce an online payment gateway to ease the payment of various fees and fines by students."><img class="icon proposal" tag="0" name="Akshat Verma" similarity="59" onMouseOver="similarityHighlightOn(59)" onMouseOut="similarityHighlightOff(59)" onClick="similarityHighlightStay(59)" src="img/vp_icons/akshat_verma.jpg"></a>
<a rel="tooltip" type="partial" title="Akshat Verma<hr/>Increase awareness among the post-graduate students and UG students residing in MMM of Gymkhana activities."><img class="icon proposal" tag="0" name="Akshat Verma" similarity="60" onMouseOver="similarityHighlightOn(60)" onMouseOut="similarityHighlightOff(60)" onClick="similarityHighlightStay(60)" src="img/vp_icons/akshat_verma.jpg"></a>
<a rel="tooltip" type="partial" title="Akshat Verma<hr/>Bus service between Kharagpur and Kolkata on weekends"><img class="icon proposal" tag="0" name="Akshat Verma" similarity="10" onMouseOver="similarityHighlightOn(10)" onMouseOut="similarityHighlightOff(10)" onClick="similarityHighlightStay(10)" src="img/vp_icons/akshat_verma.jpg"></a> </td>
</td>
<td>
<a rel="tooltip" type="done" title="Rinshul Chandra<hr/>Creation of a PR Cell"><img class="icon proposal" tag="0" name="Rinshul Chandra" similarity="9" onMouseOver="similarityHighlightOn(9)" onMouseOut="similarityHighlightOff(9)" onClick="similarityHighlightStay(9)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="ignored" title="Rinshul Chandra<hr/>Changes in the basic and structural functioning of the Central Library."><img class="icon proposal" tag="0" name="Rinshul Chandra" similarity="50" onMouseOver="similarityHighlightOn(50)" onMouseOut="similarityHighlightOff(50)" onClick="similarityHighlightStay(50)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="done" title="Rinshul Chandra<hr/>Amendments to be made in the way PG halls of residences’ mess tenders are awarded."><img class="icon proposal" tag="0" name="Rinshul Chandra" similarity="5" onMouseOver="similarityHighlightOn(5)" onMouseOut="similarityHighlightOff(5)" onClick="similarityHighlightStay(5)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="partial" title="Vishal Devrajan<hr/>Improvement to Gymkhana. Creating student profiles, common online forums, grievance forums."><img class="icon proposal" tag="3" name="Vishal Devrajan" similarity="58" onMouseOver="similarityHighlightOn(58)" onMouseOut="similarityHighlightOff(58)" onClick="similarityHighlightStay(58)" src="img/vp_icons/vishal_devrajan.jpg"></a>
</td>
</tr>
<tr>
<td style="text-align: center;"><div class="category" id="welfare"><a rel="tooltip" type="help" title="There's more to life than a cozy existence. This category includes proposals which aim to add to your skill-set in some manner, such as information sessions for freshers, or target the realm of extra-curriculars, such as the inter-IITs and societies. We've also included proposals related to student research in this category."><img class="info-icon" src="img/info.png"> <b>Welfare</b></a></div></td>
<td></td>
<td>
<a rel="tooltip" type="done" title="Arnav<hr/>Building of an e-resource platform for students to share class notes of previous semesters, examination papers and resources for career enhancement"><img class="icon proposal" tag="3" name="Arnav" similarity="11" onMouseOver="similarityHighlightOn(11)" onMouseOut="similarityHighlightOff(11)" onClick="similarityHighlightStay(11)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="ignored" title="Arnav<hr/>Inducting students in the library committee so that more money is devoted to books required by students"><img class="icon proposal" tag="3" name="Arnav" similarity="50" onMouseOver="similarityHighlightOn(50)" onMouseOut="similarityHighlightOff(50)" onClick="similarityHighlightStay(50)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="pending" title="Arnav<hr/>Establishment of a core marketing team of students in SRIC so that students can earn handsome stipends by working on industry sponsored projects within the institute."><img class="icon proposal" tag="3" name="Arnav" similarity="54" onMouseOver="similarityHighlightOn(54)" onMouseOut="similarityHighlightOff(54)" onClick="similarityHighlightStay(54)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/> Introduce fresher counseling: fresher orientation, parents’ orientation and student mentor allocation."><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="14" onMouseOver="similarityHighlightOn(14)" onMouseOut="similarityHighlightOff(14)" onClick="similarityHighlightStay(14)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit S Talwar<hr/>Extend the daily timings of the reference section of Central Library to 3 am starting from a week ahead of exams till the end of exams."><img class="icon proposal" tag="0" name="Ankit Singh Tawar" similarity="50" onMouseOver="similarityHighlightOn(50)" onMouseOut="similarityHighlightOff(50)" onClick="similarityHighlightStay(50)" src="img/vp_icons/ankit_singh_tawar.jpg"></a>
</td>
<td>
<a rel="tooltip" type="pending" title="Shubham Matah<hr/>Get sponsored industrial B.Tech and M.Tech projects for students."><img class="icon proposal" tag="4" name="Shubham Matah" similarity="54" onMouseOver="similarityHighlightOn(54)" onMouseOut="similarityHighlightOff(54)" onClick="similarityHighlightStay(54)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="partial" title="Digvijay Gagneja<hr/>Central mechanism for Intra-Kgp intern projects and stipends for the same"><img class="icon proposal" tag="2" name="Digvijay Gagneja" similarity="54" onMouseOver="similarityHighlightOn(54)" onMouseOut="similarityHighlightOff(54)" onClick="similarityHighlightStay(54)" src="img/vp_icons/digvijay_gagneja.jpg">
</td>
<td>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Stimulus for extra curriculars. Inclusion of PG Gymkhana representatives in each GC category. Budget to societies for external participation. Formal Inter-IIT training and others"><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="18" onMouseOver="similarityHighlightOn(18)" onMouseOut="similarityHighlightOff(18)" onClick="similarityHighlightStay(18)" src="img/vp_icons/nivesh_pandey.jpg"></a> </td>
<td>
<a rel="tooltip" type="pending" title="Prateek Agarwal<hr/>Institute will fund a students' research with a stipend for those working on projects under institute professor guidance in the summers."><img class="icon proposal" tag="1" name="Prateek Agarwal" similarity="54" onMouseOver="similarityHighlightOn(54)" onMouseOut="similarityHighlightOff(54)" onClick="similarityHighlightStay(54)" src="img/vp_icons/prateek_agarwal.jpg"></a>
</td>
<td>
<a rel="tooltip" type="done" title="Rinshul Chandra<hr/>Creation of a Cultural Technology Dramatics society."><img class="icon proposal" tag="0" name="Rinshul Chandra" similarity="20" onMouseOver="similarityHighlightOn(20)" onMouseOut="similarityHighlightOff(20)" onClick="similarityHighlightStay(20)" src="img/vp_icons/rinshul_chandra.jpg"></a> </td>
</tr>
<tr>
<td style="text-align: center;"><div class="category" id="placements"><a rel="tooltip" type="help" title="Needs little explanation."><img class="info-icon" src="img/info.png"> <b>Placements</b></a></div></td>
<td>
<a rel="tooltip" type="pending" title="Kunal Kashyap<hr/>To make a Foreign Applications Cell at the Institute level."><img class="icon proposal progress" tag="4" name="Kunal Kashyap" similarity="51" onMouseOver="similarityHighlightOn(51)" onMouseOut="similarityHighlightOff(51)" onClick="similarityHighlightStay(51)" src="img/vp_icons/kunal_kashyap.jpg"></a>
<a rel="tooltip" type="ignored" title="Kunal Kashyap<hr/>Formation of groups of people with interests in a particular alternative career, such as IAS."><img class="icon proposal" tag="4" name="Kunal Kashyap" similarity="55" onMouseOver="similarityHighlightOn(55)" onMouseOut="similarityHighlightOff(55)" onClick="similarityHighlightStay(55)" src="img/vp_icons/kunal_kashyap.jpg"></a>
<a rel="tooltip" type="done" title="Kunal Kashyap<hr/>To make institute and department specific brochures highlighting the achievements, facilities, capabilities in the concerned domain."><img class="icon proposal" tag="4" name="Kunal Kashyap" similarity="15" onMouseOver="similarityHighlightOn(15)" onMouseOut="similarityHighlightOff(15)" onClick="similarityHighlightStay(15)" src="img/vp_icons/kunal_kashyap.jpg"></a>
</td>
<td>
<a rel="tooltip" type="pending" title="Arnav<hr/>Increasing student involvement in TnP: having 2 reps from each dept (1 UG, 1 PG) for dept-specific needs"><img class="icon proposal" tag="3" name="Arnav" similarity="53" onMouseOver="similarityHighlightOn(53)" onMouseOut="similarityHighlightOff(53)" onClick="similarityHighlightStay(53)" src="img/vp_icons/arnav.jpg"></a>
<a rel="tooltip" type="ignored" title="Arnav<hr/>Setting up a career options cell which will conduct regular seminars on various career option like IAS, GRE, GMAT, FRM, NCFM, Actuarial sciences etc. In conjunction with the e-resources portal this cell will act as the first source of study material."><img class="icon proposal" tag="3" name="Arnav" similarity="16" onMouseOver="similarityHighlightOn(16)" onMouseOut="similarityHighlightOff(16)" onClick="similarityHighlightStay(16)" src="img/vp_icons/arnav.jpg"></a>
</td>
<td>
<a rel="tooltip" type="pending" title="Shubham Matah<hr/>Formation of the 'Alternate careers group' under the TSG in order to provide students with information about alternate career paths."><img class="icon proposal" tag="4" name="Shubham Matah" similarity="55" onMouseOver="similarityHighlightOn(55)" onMouseOut="similarityHighlightOff(55)" onClick="similarityHighlightStay(55)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="ignored" title="Shubham Matah<hr/>Changes to improve the placements in IIT Kharagpur. Department representatives, placement funda collection, profile pages, mock test sessions."><img class="icon proposal" tag="4" name="Shubham Matah" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="ignored" title="Shubham Matah<hr/>Department representatives to help in placement funda collection"><img class="icon proposal" tag="4" name="Shubham Matah" similarity="53" onMouseOver="similarityHighlightOn(53)" onMouseOut="similarityHighlightOff(53)" onClick="similarityHighlightStay(53)" src="img/vp_icons/shubham_matah.jpg"></a>
<a rel="tooltip" type="partial" title="Digvijay Gagneja<hr/>Establishment of a body for students' welfare. A formalized training procedure."><img class="icon proposal" tag="2" name="Digvijay Gagneja" similarity="17" onMouseOver="similarityHighlightOn(17)" onMouseOut="similarityHighlightOff(17)" onClick="similarityHighlightStay(17)" src="img/vp_icons/digvijay_gagneja.jpg">
<a rel="tooltip" type="partial" title="Digvijay Gagneja<hr/>Collaboration with NGO's to educate students and provide internship opportunities."><img class="icon proposal" tag="2" name="Digvijay Gagneja" similarity="16" onMouseOver="similarityHighlightOn(16)" onMouseOut="similarityHighlightOff(16)" onClick="similarityHighlightStay(16)" src="img/vp_icons/digvijay_gagneja.jpg">
<a rel="tooltip" type="partial" title="Digvijay Gagneja<hr/>Introduction of Department Representatives in the training and placement comittee to make the placement process more effective and penetrative."><img class="icon proposal" tag="2" name="Digvijay Gagneja" similarity="53" onMouseOver="similarityHighlightOn(53)" onMouseOut="similarityHighlightOff(53)" onClick="similarityHighlightStay(53)" src="img/vp_icons/digvijay_gagneja.jpg"></a>
</td>
<td>
<a rel="tooltip" type="ignored" title="Celestine Joseph<hr/>Setting up a student internship committee"><img class="icon proposal" tag="1" name="Celestine Joseph" similarity="56" onMouseOver="similarityHighlightOn(56)" onMouseOut="similarityHighlightOff(56)" onClick="similarityHighlightStay(56)" src="img/vp_icons/celestine_joseph.jpg"></a>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Improve placement statistics. Organizing department-specific preparation. Organizing courses on communication skills, contacting companies for internships."><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)" src="img/vp_icons/nivesh_pandey.jpg"></a>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Contacting companies for internships."><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="56" onMouseOver="similarityHighlightOn(56)" onMouseOut="similarityHighlightOff(56)" onClick="similarityHighlightStay(56)" src="img/vp_icons/nivesh_pandey.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit Singh<hr/>Introduction of a GD/ PI course."><img class="icon proposal" tag="3" name="Ankit Singh" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)" src="img/vp_icons/ankit_singh.jpg"></a>
</td>
<td>
<a rel="tooltip" type="ignored" title="Prateek Agarwal<hr/>A new website exclusively for the Training and placement section to cater to the needs of students and companies."><img class="icon proposal" tag="1" name="Prateek Agarwal" similarity="19" onMouseOver="similarityHighlightOn(19)" onMouseOut="similarityHighlightOff(19)" onClick="similarityHighlightStay(19)" src="img/vp_icons/prateek_agarwal.jpg"></a>
<a rel="tooltip" type="partial" title="Akshat Verma<hr/>Placement preparation committee. Conduct workshops, career e-newsletter, placement drive, feedback form from students."><img class="icon proposal" tag="0" name="Akshat Verma" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)" src="img/vp_icons/akshat_verma.jpg"></a>
</td>
<td>
<a rel="tooltip" type="ignored" title="Rinshul Chandra<hr/>Improvements to Tnp."><img class="icon proposal" tag="0" name="Rinshul Chandra" tag="0" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="ignored" title="Rinshul Chandra<hr/>Involvement of Department representatives to collect dept. specific funda"><img class="icon proposal" tag="0" name="Rinshul Chandra" tag="0" similarity="53" onMouseOver="similarityHighlightOn(53)" onMouseOut="similarityHighlightOff(53)" onClick="similarityHighlightStay(53)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="pending" title="Rinshul Chandra<hr/>Foreign applications cell."><img class="icon proposal" tag="0" name="Rinshul Chandra" tag="0" similarity="51" onMouseOver="similarityHighlightOn(51)" onMouseOut="similarityHighlightOff(51)" onClick="similarityHighlightStay(51)" src="img/vp_icons/rinshul_chandra.jpg"></a>
<a rel="tooltip" type="partial" title="Vishal Devrajan<hr/>Look for intern opportunities, online repository for students applying to universities. Changes to TnP."><img class="icon proposal" tag="3" name="Vishal Devrajan" similarity="51" onMouseOver="similarityHighlightOn(51)" onMouseOut="similarityHighlightOff(51)" onClick="similarityHighlightStay(51)" src="img/vp_icons/vishal_devrajan.jpg"></a>
</td>
</tr>
<td style="text-align: center;"><div class="category" id="others"><a rel="tooltip" type="help" title="Interesting, amusing, thought-provoking ideas that don't fit clearly into the above."><img class="info-icon" src="img/info.png"> <b>Others</b></a></div></td>
<td></td>
<td>
<a rel="tooltip" type="pending" title="Arnav<hr/>Making IIT Kharagpur a centre for CAT"><img class="icon proposal" tag="3" name="Arnav" similarity="20" onMouseOver="similarityHighlightOn(20)" onMouseOut="similarityHighlightOff(20)" onClick="similarityHighlightStay(20)" src="img/vp_icons/arnav.jpg"></a>
</td>
<td>
</td>
<td>
<a rel="tooltip" type="partial" title="Nivesh Pandey<hr/>Soliciting greater participation of students in administrative decisions pertaining to student welfare."><img class="icon proposal" tag="3" name="Nivesh Pandey" similarity="61" onMouseOver="similarityHighlightOn(61)" onMouseOut="similarityHighlightOff(61)" onClick="similarityHighlightStay(61)" src="img/vp_icons/nivesh_pandey.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit Singh<hr/> Energy conservation contest amongst halls."><img class="icon proposal" tag="3" name="Ankit Singh" similarity="21" onMouseOver="similarityHighlightOn(21)" onMouseOut="similarityHighlightOff(21)" onClick="similarityHighlightStay(21)" src="img/vp_icons/ankit_singh.jpg"></a>
<a rel="tooltip" type="partial" title="Ankit Singh<hr/>Right to Information forum on GymK website."><img class="icon proposal" tag="3" name="Ankit Singh" similarity="22" onMouseOver="similarityHighlightOn(22)" onMouseOut="similarityHighlightOff(22)" onClick="similarityHighlightStay(22)" src="img/vp_icons/ankit_singh.jpg"></a>
</td>
<td>
</td>
<td>
<a rel="tooltip" type="partial" title="Vishal Devrajan<hr/>Soliciting greater participation of students in decisions pertaining to student welfare."><img class="icon proposal" tag="3" name="Vishal Devrajan" similarity="61" onMouseOver="similarityHighlightOn(61)" onMouseOut="similarityHighlightOff(61)" onClick="similarityHighlightStay(61)" src="img/vp_icons/vishal_devrajan.jpg"></a>
</td>
</tr>
</table>
<hr/>
<b>Click to explore these trends</b><br/>
<a class="text-link" similarity="50" onMouseOver="similarityHighlightOn(50)" onMouseOut="similarityHighlightOff(50)" onClick="similarityHighlightStay(50)">Library Trend</a> |
<a class="text-link" similarity="51" onMouseOver="similarityHighlightOn(51)" onMouseOut="similarityHighlightOff(51)" onClick="similarityHighlightStay(51)">Foreign Application Cell</a> |
<a class="text-link" similarity="52" onMouseOver="similarityHighlightOn(52)" onMouseOut="similarityHighlightOff(52)" onClick="similarityHighlightStay(52)">Formal training help for placements</a> |
<a class="text-link" similarity="53" onMouseOver="similarityHighlightOn(53)" onMouseOut="similarityHighlightOff(53)" onClick="similarityHighlightStay(53)">Department representatives</a> |
<a class="text-link" similarity="54" onMouseOver="similarityHighlightOn(54)" onMouseOut="similarityHighlightOff(54)" onClick="similarityHighlightStay(54)">Funding for student projects</a> |
<a class="text-link" similarity="55" onMouseOver="similarityHighlightOn(55)" onMouseOut="similarityHighlightOff(55)" onClick="similarityHighlightStay(55)">Alternate careers</a> |
<a class="text-link" similarity="56" onMouseOver="similarityHighlightOn(56)" onMouseOut="similarityHighlightOff(56)" onClick="similarityHighlightStay(56)">Institute support for Internships</a> |
<a class="text-link" similarity="57" onMouseOver="similarityHighlightOn(57)" onMouseOut="similarityHighlightOff(57)" onClick="similarityHighlightStay(57)">Mess monitoring</a> |
<a class="text-link" similarity="58" onMouseOver="similarityHighlightOn(58)" onMouseOut="similarityHighlightOff(58)" onClick="similarityHighlightStay(58)">Grievance reporting</a> |
<a class="text-link" similarity="59" onMouseOver="similarityHighlightOn(59)" onMouseOut="similarityHighlightOff(59)" onClick="similarityHighlightStay(59)">Online initiatives</a> |
<a class="text-link" similarity="60" onMouseOver="similarityHighlightOn(60)" onMouseOut="similarityHighlightOff(60)" onClick="similarityHighlightStay(60)">Information dispersal</a> |
<a class="text-link" similarity="61" onMouseOver="similarityHighlightOn(61)" onMouseOut="similarityHighlightOff(61)" onClick="similarityHighlightStay(61)">Student participation in administration</a>
<hr/>
<div class="text-intro">
<p><b>The infographic incorporates various details. Things to look for are:</b><br/>
<ul>
<li>In each year, the categories across which proposals of a candidate lie can be seen.</li>
<li>A one-line summary of the proposal is visible on hovering over it.</li>
<li>How successful was a proposal? This is colour-coded: green is a thumbs-up; orange signifies partial success; red is a nada. These colours don't make sense for candidates who didn't win. Such proposals are coded blue. Details on the judgement are elsewhere in this article.</li>
<li>On hovering above a proposal, similar ones across time are highlighted.</li></ul></p>
<p><b>How was similarity decided?</b><br/>
The similarity between certain classes are visible right away on a first inspection, e.g. the foreign application cell, which has starred in the list of proposals numerous times, from 2007-2012. Finding other connections is more subtle, because proposals can be not just repeated but rearranged. Formal training for placements in the form of mock sessions and passing on of funda is one such issue. </p>
<p>There are areas where the connection between proposals is not a one-hundred-percent. For instance, we clubbed Celestine's proposal on electronic noticeboards, Prateek's weekly-email and Akshat's plan of increasing awareness amongst PGs and facchas under information dispersal. What is interesting is that these ideas, in our analysis, are undoubtedly related. </p>
<p>Now some amount of similarity is expected. Say a candidate didn't win but had good ideas which weren't implemented by the winning one either, and then these are legitly taken up in the future. Or say that continual development on important issues is warranted. But we are of the opinion that some high-interest topics get inevitably repeated, such as placements, because candidates don't want to be the guy who didn't make a proposal out of them. We also think that proposals on common themes act like filler material.</p>
<p><b>Now how exactly were the proposals judged?</b><br/>
A couple of disclaimers and explanations are in order, and we encourage you to read on before drawing weapons in defense of your favourite VP. We've made a decision based on the Vice Presidential review TSA performs at the end of each year. The orange colour category is, admittedly, the grayest area. In some cases it signifies that effort was put in, but it did not lead to a fulfilment of the proposal, e.g. Prateek's idea of an online grievance facility was implemented but is not active. It must also be remembered that proposals are dynamic. Upon assuming office, the office-bearers might realize that their proposal may be implemented in a modified form or tied up with other undertakings, e.g. Arnav's proposal to create a career options cell for conducting seminars was met by roping Communique into TSG. The categorization should also not be taken as a literal indicator of the work put in by the VP in question. In some cases, it is after a number of sincere attempts that the infeasibility of a project becomes
apparent. In others, the VP has simply not done enough. </p>
<p>Another valid point that can be raised is that a project started by a particular candidate is carried over in the next year by the subsequent elected body. In addition, VPs often do considerable work beyond their proposals. The categorization here does not reflect that. This is because we are specifically drawing attention to proposals as they are announced at the time of elections. For details on the ultimate fate of proposals, we point you to the full-scale reviews available on our site. In providing an initial flavour however, we believe the colour categorization is accurate.</p>
<p><b>Other interesting bits</b><br/>
Check out <a class="text-link" href="http://noticeboard.iitkgp.ernet.in/complaints/">this</a> artefact from Arnav's time, an online complaint portal.<br/>
A PG influence in the proposals is seen only in recent years. No doubt because of an increased proportion amongst the campus population. </p>
<p>
<b>Final thoughts</b><br/>
The point that all our analysis hits on, the essential takeaway from our infographic, is that it would become the candidates better to be realistic with their proposals.</p>
<ul>
<li>Some proposals are consistently carried over across terms? Then a candidate must honestly set a time-frame of greater than an year for their implementation.</li>
<li>Some proposals are judged orange because they were implemented in a reduced form? Then a candidate must be pragmatic in the initial framing. Candidates can easily find out about the heavy workload a VP faces during his term and schedule projects accordingly. </li>
<li>Some issues are consistently recycled and fail to get implemented? Then a candidate must sit down with a history book, and prepare with sufficient research if he decides to throw the gauntlet yet again.</li>
<li>Some issues are deemed infeasible soon after the beginning of a term? Then a candidate must run his proposal against the administration early on. Practical constraints that hinder progress may exist even before he/she gets elected.</li>
</ul>
<p>Proposals aren't drafted by a candidate in isolation, and our appeal goes out to the entire teams that assist in this process. We're not here to dampen ambition. The big problems that exist must be tackled by the horns despite an apprehension of failure. We're here to defuse the fireworks that blaze at the SOP, to clip the soaring promises. We urge candidates to uncloak proposals of their glamour: the candidates will not be the less wiser for doing so, and we expect the Kgp population to appreciate such a step.</p>
<p>Have fun playing around! We welcome criticisms of the idea and suggestions for a better approach.</p>
</div>
</div>
<div id="footer"><center>
<b>From the archives of <i>The Scholars' Avenue</i>:</b><br/>
<a class="text-link" href="http://scholarsavenue.org/election-coverage/vice-president-gymkhana/kunal-kashyap/">Kunal Kashyap</a> |
<a class="text-link" href="http://scholarsavenue.org/election-coverage/vice-president-gymkhana/arnav/">Arnav</a> |
<a class="text-link" href="http://scholarsavenue.org/election-coverage/vice-president-gymkhana/shubham-matah/">Shubham Matah</a> |
<a class="text-link" href="http://www.scholarsavenue.org/2010/03/vp-candidates-profiles/">2010-11 Candidate profiles</a> |
<a class="text-link" href="http://www.scholarsavenue.org/2010/10/interview-with-celestine-joseph-vice-president-tsg/">Celestine Joseph</a> |
<a class="text-link" href="http://www.scholarsavenue.org/2012/03/interview-with-the-vp/">Prateek Agarwal</a> |
<a class="text-link" href="http://www.scholarsavenue.org/2012/11/vpspeak/">Rinshul Chandra</a>
<hr/>
Visualization: Ajay Viswanathan | Content and Analysis: Abhijeet T and Pranav Rao<br/>Minimum recommended resolution: 1366x728</center>
</div>
</body>
</html>